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

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