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

22 lines
No EOL
423 B
TypeScript

export class LoadoutSplit {
public parent = "loadout_splint";
public rarities = [
"_rare",
"_uncommon",
"_common",
]
public rewards = [
[
'5af0454c86f7746bf20992e8', // Aluminum splint
],
[
'544fb3364bdc2d34748b456a', // Immobilizing splint
'5af0454c86f7746bf20992e8', // Aluminum splint
],
[
'544fb3364bdc2d34748b456a', // Immobilizing splint
]
]
}