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

Properties

enabled: boolean
maps: Record<string, boolean>

What maps can use the container randomisation feature

containerTypesToNotRandomise: string[]

Some container types don't work when randomised

containerGroupMinSizeMultiplier: number
containerGroupMaxSizeMultiplier: number