UNPKG

csformat

Version:

The only package you need to format CS2 item queries into the Steam Market format

99 lines (98 loc) 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.conditions = exports.weapons = exports.knives = exports.gloveTypes = exports.stickerTypes = exports.dopplerPhases = exports.statTrackFilters = void 0; exports.statTrackFilters = ['Stat Trak', 'Stat Track']; exports.dopplerPhases = [ 'Phase 1', 'Phase 2', 'Phase 3', 'Phase 4', 'Sapphire', 'Ruby', 'Black Pearl', ]; exports.stickerTypes = [ 'Holo', 'Foil', 'Glitter', 'Paper', 'Gold', 'Lenticular', ]; exports.gloveTypes = [ 'Hand Wraps', 'Bloodhound Gloves', 'Sport Gloves', 'Moto Gloves', 'Specialist Gloves', 'Hydra Gloves', 'Driver Gloves', 'Broken Fang Gloves', ]; exports.knives = [ 'Karambit', 'M9 Bayonet', 'Bayonet', 'Butterfly Knife', 'Flip Knife', 'Gut Knife', 'Huntsman Knife', 'Falchion Knife', 'Shadow Daggers', 'Navaja Knife', 'Stiletto Knife', 'Talon Knife', 'Ursus Knife', 'Classic Knife', 'Nomad Knife', 'Skeleton Knife', 'Survival Knife', 'Paracord Knife', 'Kukri Knife', 'Bowie Knife', ]; exports.weapons = [ 'Desert Eagle', 'R8 Revolver', 'Dual Berettas', 'Five-SeveN', 'Glock-18', 'P2000', 'USP-S', 'P250', 'CZ75 Auto', 'Tec-9', 'Mag-7', 'Nova', 'Sawed-Off', 'XM1014', 'PP-Bizon', 'MAC-10', 'MP7', 'MP5-SD', 'MP9', 'P90', 'UMP-45', 'AK-47', 'AUG', 'FAMAS', 'Galil AR', 'M4A4', 'M4A1-S', 'SG 553', 'SG 553', 'LMGs', 'M249', 'Negev', 'AWP', 'G3SG1', 'SCAR-20', 'SSG 08', ]; exports.conditions = { 'Factory New': ['FN', 'Factory New'], 'Minimal Wear': ['MW', 'Minimal Wear'], 'Field-Tested': ['FT', 'Field Tested'], 'Well-Worn': ['WW', 'Well Worn'], 'Battle-Scarred': ['BS', 'Battle Scarred'], };