import { type IBotConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/mod.ts";
const { EquipmentFilters } = IBotConfig;
Properties
weaponModLimits: ModLimits
Limits for mod types per weapon .e.g. scopes
What additional slot ids should be seen as required when choosing a mod to add to a weapon
randomisation: RandomisationDetails[]
Adjust weighting/chances of items on bot by level of bot
blacklist: EquipmentFilterDetails[]
Blacklist equipment by level of bot
whitelist: EquipmentFilterDetails[]
Whitelist equipment by level of bot
weightingAdjustmentsByBotLevel: WeightingAdjustmentDetails[]
Adjust equipment/ammo
optional
weightingAdjustmentsByPlayerLevel: WeightingAdjustmentDetails[]Same as weightingAdjustments but based on player level instead of bot level
optional
armorPlateWeighting: IArmorPlateWeights[]