JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q49213F
  • License MIT

Tierlists for many pattern-based CS skins

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cs-tierlist) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    cs-tierlist

    Tierlists for many pattern-based CS skins.

    Credits

    This repository is only a public data collection. I did not create the tierlists myself, credit goes to their original creators. The full guides and tierlists can be found here:

    Tierlist format

    The tierlists are stored in JSON format. The format is as follows:

    {
        [paint_seed: string]: {
            img?: string, // Steam URL to the image
            type: string, // Type of the tier, e.g. "Double Web"
            tier: number, // Tier of the pattern, e.g. 1
            rank?: number, // Rank of the pattern, e.g. 1
        }
    }

    Pre-generated tierlists

    This repository contains pre-generated tierlists in the generated folder. For example, the tierlist for the M9 Bayonet knives is located at generated/crimson_web_m9.

    Generate your own tierlists

    Prerequisites

    Running the script

    npm run gen_knives
    npm run gen_gloves

    or:

    deno run --allow-net --allow-read --allow-write --allow-env --allow-run src/fetch_cw_knives.ts