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

Properties

kind: "aki-seasonalevents"
enableSeasonalEventDetection: boolean
eventGear: Record<string, Record<string, Record<string, Record<string, number>>>>

event / botType / equipSlot / itemid

events: ISeasonalEvent[]
eventBotMapping: Record<string, string>
eventBossSpawns: Record<string, Record<string, BossLocationSpawn[]>>
gifterSettings: GifterSetting[]

Properties

kind: "aki-seasonalevents"
enableSeasonalEventDetection: boolean
eventGear: Record<string, Record<string, Record<string, Record<string, number>>>>

event / botType / equipSlot / itemid

events: ISeasonalEvent[]
eventBotMapping: Record<string, string>
eventBossSpawns: Record<string, Record<string, BossLocationSpawn[]>>
gifterSettings: GifterSetting[]

Properties

name: string
type: SeasonalEventType
startDay: number
startMonth: number
endDay: number
endMonth: number

Properties

map: string
zones: string
spawnChance: number