spt_modpack/user/mods/GamblerTrader/src/containers/Headsets.ts
2025-07-18 17:41:15 -05:00

33 lines
No EOL
1.1 KiB
TypeScript

export class Headsets {
public parent = "headset";
public price_generate = true;
public rarities = [
"_rare",
"_uncommon",
"_common"
]
public rewards = [
[
"628e4e576d783146b124c64d", // Peltor ComTac 4 Hybrid headset (Coyote Brown)
"66b5f6985891c84aab75ca76", // Peltor ComTac VI headset (Coyote Brown)
],
[
"66b5f693acff495a294927e3", // Peltor ComTac V headset (OD Green)
"5645bcc04bdc2d363b8b4572", // Peltor ComTac 2 headset (OD Green)
"66b5f68de98be930d701c00e", // Safariland Liberator HP 2.0 Hearing Protection Headset (FDE)
"5f60cd6cf2bcbb675b00dac6", // Walker's XCEL 500BT Digital headset
"5e4d34ca86f774264f758330", // Walker's Razor Digital headset
"5c165d832e2216398b5a7e36", // Peltor Tactical Sport headset
],
[
"5b432b965acfc47a8774094e", // GSSh-01 active headset
"6033fa48ffd42c541047f728", // OPSMEN Earmor M32 headset
"5aa2ba71e5b5b000137b758f", // MSA Sordin Supreme PRO-X/L headset
]
]
}