improve IScavRaidTimeLocationSettings
comments
This commit is contained in:
parent
2f3202b921
commit
8a964aef29
@ -122,10 +122,13 @@ export interface IScavRaidTimeLocationSettings
|
||||
{
|
||||
/** Should loot be reduced by same percent length of raid is reduced by */
|
||||
reduceLootByPercent: boolean;
|
||||
/** Smallest % of container loot that should be spawned */
|
||||
minStaticLootPercent: number;
|
||||
/** Smallest % of loose loot that should be spawned */
|
||||
minDynamicLootPercent: number;
|
||||
/** Chance raid time is reduced */
|
||||
reducedChancePercent: number;
|
||||
/** How much should raid time be reduced - weighted */
|
||||
reductionPercentWeights: Record<string, number>;
|
||||
/** Should bot waves be removed / spawn times be adjusted */
|
||||
adjustWaves: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user