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

Properties

levelRange: MinMax

Between what levels do these randomisation setting apply to

optional
generation: Record<string, GenerationData>
optional
randomisedWeaponModSlots: string[]

Mod slots that should be fully randomised -ignores mods from bottype.json and instaed creates a pool using items.json

optional
randomisedArmorSlots: string[]

Armor slots that should be randomised e.g. 'Headwear, Armband'

optional
equipment: Record<string, number>

Equipment chances

optional
weaponMods: Record<string, number>

Weapon mod chances

optional
equipmentMods: Record<string, number>

Equipment mod chances