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

Properties

kind: "aki-item"
blacklist: string[]

Items that should be globally blacklisted

rewardItemBlacklist: string[]

items that should not be given as rewards

bossItems: string[]

Items that can only be found on bosses

handbookPriceOverride: Record<string, number>