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

Properties

backpackLoot: Record<string, number>
pocketLoot: Record<string, number>
vestLoot: Record<string, number>
secureLoot: Record<string, number>
combinedPoolLoot: Record<string, number>
specialItems: Record<string, number>
healingItems: Record<string, number>
drugItems: Record<string, number>
foodItems: Record<string, number>
drinkItems: Record<string, number>
currencyItems: Record<string, number>
stimItems: Record<string, number>
grenadeItems: Record<string, number>