Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IInventoryConfig.IInventoryConfig
implements IBaseConfig
Re-export
import { type IInventoryConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/mod.ts";
const { IInventoryConfig } = IInventoryConfig;

Properties

kind: "aki-inventory"
newItemsMarkedFound: boolean

Should new items purchased by flagged as found in raid

randomLootContainers: Record<string, RewardDetails>
sealedAirdropContainer: ISealedAirdropContainerSettings
customMoneyTpls: string[]

Contains item tpls that the server should consider money and treat the same as roubles/euros/dollars

skillGainMultiplers: Record<string, number>

Multipliers for skill gain when inside menus, NOT in-game

Properties

kind: "aki-inventory"
newItemsMarkedFound: boolean

Should new items purchased by flagged as found in raid

randomLootContainers: Record<string, RewardDetails>
sealedAirdropContainer: ISealedAirdropContainerSettings
customMoneyTpls: string[]

Contains item tpls that the server should consider money and treat the same as roubles/euros/dollars

skillGainMultiplers: Record<string, number>

Multipliers for skill gain when inside menus, NOT in-game

Properties

rewardCount: number
foundInRaid: boolean
optional
rewardTplPool: Record<string, number>
optional
rewardTypePool: Record<string, number>

Properties

weaponRewardWeight: Record<string, number>
defaultPresetsOnly: boolean
foundInRaid: boolean

Should contents be flagged as found in raid when opened

weaponModRewardLimits: Record<string, MinMax>
rewardTypeLimits: Record<string, MinMax>
ammoBoxWhitelist: string[]
allowBossItems: boolean