Set winterEventEnabled
value on start
This commit is contained in:
parent
083622ce3b
commit
99eaeeb63b
@ -42,6 +42,7 @@ export class WeatherGenerator
|
|||||||
data.date = formattedDate;
|
data.date = formattedDate;
|
||||||
data.time = this.getBsgFormattedInRaidTime(computedDate);
|
data.time = this.getBsgFormattedInRaidTime(computedDate);
|
||||||
data.acceleration = this.weatherConfig.acceleration;
|
data.acceleration = this.weatherConfig.acceleration;
|
||||||
|
data.winterEventEnabled = false;
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
@ -228,6 +228,7 @@ export interface Exit
|
|||||||
Chance: number;
|
Chance: number;
|
||||||
Count: number;
|
Count: number;
|
||||||
EntryPoints: string;
|
EntryPoints: string;
|
||||||
|
EventAvailable: boolean
|
||||||
ExfiltrationTime: number;
|
ExfiltrationTime: number;
|
||||||
ExfiltrationType: string;
|
ExfiltrationType: string;
|
||||||
RequiredSlot?: string;
|
RequiredSlot?: string;
|
||||||
|
@ -6,6 +6,7 @@ export interface IWeatherData
|
|||||||
time: string;
|
time: string;
|
||||||
date: string;
|
date: string;
|
||||||
weather?: IWeather;
|
weather?: IWeather;
|
||||||
|
winterEventEnabled: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IWeather
|
export interface IWeather
|
||||||
|
Loading…
Reference in New Issue
Block a user