diff --git a/config-vanilla.json b/config-vanilla.json index 990b017e..fef4a021 100644 --- a/config-vanilla.json +++ b/config-vanilla.json @@ -41,10 +41,10 @@ "naberusNightsOverride": null, "proxyRebellion": false, "proxyRebellionRewardsOverride": 0, - "voidCorruptionWeek1": false, - "voidCorruptionWeek2": false, - "voidCorruptionWeek3": false, - "voidCorruptionWeek4": false, + "voidCorruption2025Week1": false, + "voidCorruption2025Week2": false, + "voidCorruption2025Week3": false, + "voidCorruption2025Week4": false, "galleonOfGhouls": 0, "ghoulEmergenceOverride": null, "plagueStarOverride": null, diff --git a/src/services/configService.ts b/src/services/configService.ts index c3d41987..0eface6b 100644 --- a/src/services/configService.ts +++ b/src/services/configService.ts @@ -51,10 +51,10 @@ export interface IConfig { naberusNightsOverride?: boolean; proxyRebellion?: boolean; proxyRebellionRewardsOverride?: number; - voidCorruptionWeek1?: boolean; - voidCorruptionWeek2?: boolean; - voidCorruptionWeek3?: boolean; - voidCorruptionWeek4?: boolean; + voidCorruption2025Week1?: boolean; + voidCorruption2025Week2?: boolean; + voidCorruption2025Week3?: boolean; + voidCorruption2025Week4?: boolean; galleonOfGhouls?: number; ghoulEmergenceOverride?: boolean; plagueStarOverride?: boolean; diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 526f313b..fb8fb029 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -114,7 +114,7 @@ const sortieBossNode: Record, }; const configAlerts: Record = { - voidCorruptionWeek1: { + voidCorruption2025Week1: { _id: { $oid: "677d452e2f324ee7b90f8ccf" }, Activation: { $date: { $numberLong: "1736524800000" } }, Expiry: { $date: { $numberLong: "2000000000000" } }, @@ -134,7 +134,7 @@ const configAlerts: Record = { maxEnemyLevel: 15 } }, - voidCorruptionWeek2: { + voidCorruption2025Week2: { _id: { $oid: "677d45811daeae9de40e8c0f" }, Activation: { $date: { $numberLong: "1737129600000" } }, Expiry: { $date: { $numberLong: "2000000000000" } }, @@ -154,7 +154,7 @@ const configAlerts: Record = { maxWaveNum: 6 } }, - voidCorruptionWeek3: { + voidCorruption2025Week3: { _id: { $oid: "677d45a494ad716c90006b9a" }, Activation: { $date: { $numberLong: "1737734400000" } }, Expiry: { $date: { $numberLong: "2000000000000" } }, @@ -175,7 +175,7 @@ const configAlerts: Record = { maxEnemyLevel: 35 } }, - voidCorruptionWeek4: { + voidCorruption2025Week4: { _id: { $oid: "677d4700682d173abb0e19fe" }, Activation: { $date: { $numberLong: "1738339200000" } }, Expiry: { $date: { $numberLong: "2000000000000" } }, diff --git a/static/webui/index.html b/static/webui/index.html index 2ada48ca..0bc6fb90 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -1234,7 +1234,7 @@
- +
diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js index 569615e5..33ae5fa7 100644 --- a/static/webui/translations/en.js +++ b/static/webui/translations/en.js @@ -278,7 +278,7 @@ dict = { worldState_dogDays: `Dog Days`, worldState_dogDaysRewards: `Dog Days Rewards`, worldState_wolfHunt: `Wolf Hunt (2025)`, - worldState_voidCorruption: `Void Corruption (2025)`, + worldState_voidCorruption: `Void Corruption (|VAL|)`, worldState_orphixVenom: `Orphix Venom`, worldState_longShadow: `Long Shadow`, worldState_hallowedFlame: `Hallowed Flame`,