Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface LootRequest
import { type LootRequest } from "https://deno.land/x/sptaki@1.2.0/models/spt/services/mod.ts";

Properties

weaponPresetCount: MinMax
armorPresetCount: MinMax
itemCount: MinMax
weaponCrateCount: MinMax
itemBlacklist: string[]
itemTypeWhitelist: string[]
itemLimits: Record<string, number>

key: item base type: value: max count

itemStackLimits: Record<string, MinMax>
armorLevelWhitelist: number[]
allowBossItems: boolean