Global

Type Definitions

Collection

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the collection
techName String Technical name of the collection
content Array.<SkinPaint> skins List of skins for this Collection (Doe'nt contain knifes)
Source:

MusicKit

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the music kit
techName String Technical name of the music kit
defIndex String Index/Key of the music kit
Source:

Prefab

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the prefab object
techName String Technical name of the prefab object
defIndex String Index/Key of the prefab
type String Type of the prefab object
Source:

Rarity

Type:
  • Object
Properties:
Name Type Description
techName String Technical name of the rarity
weaponName String I18N name applied to a weapon
miscName String I18N name applied to others objects (Medal, Music, ...)
defIndex String defIndex Index/Key of the Perfab Object
color String Hexadecimal color value that represent the quality
Source:

SkinPaint

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the paint/skin
techName String Technical name of the paint/skin
weaponTechName String Technical name of the weapon
fullName String I18N Full name of the Skin (doesn't contain Statrak or (Quality) information. Beside, knifes got their little star :p)
rarity String Rarity of this paint (inexplicably, some of them are wrong on items file regarding in-game reality)
Source:

Sticker

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the sticker
techName String Technical name of the sticker
defIndex String Index/Key of the sticker
rarity String Rarity of this sticker
Source:

Weapon

Type:
  • Object
Properties:
Name Type Description
name String I18N name of the weapon
techName String Technical name of the weapon
type String Weapon category (Pistol, Rifle, SMG...)
defIndex String Technical index in CSGO Schema
skins Array.<SkinPaint> List of skins for this Weapon
Source: