diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 8d14f356..44b768c8 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -2365,47 +2365,6 @@ export const getWorldState = (buildLabel?: string): IWorldState => { if (config.worldState?.wolfHunt != undefined) { if (config.worldState.wolfHunt == 0) { - worldState.Goals.push({ - _id: { - $oid: "67ed7672798d6466172e3b9c" - }, - Activation: { - $date: { - $numberLong: "1743616800000" - } - }, - Expiry: { - $date: { - $numberLong: "2000000000000" - } - }, - Count: 0, - Goal: 1, - BonusGoal: 2, - Success: 0, - Personal: true, - Bounty: true, - ClampNodeScores: true, - Node: "EventNode29", - ConcurrentMissionKeyNames: ["/Lotus/Types/Keys/WolfTacAlertB"], - ConcurrentNodeReqs: [1], - ConcurrentNodes: ["EventNode28"], // Incompatible with Galleon Of Ghouls, Orphix Venom, Warframe Anniversary - MissionKeyName: "/Lotus/Types/Keys/WolfTacAlertA", - Faction: "FC_GRINEER", - Desc: "/Lotus/Language/Alerts/WolfAlert", - Icon: "/Lotus/Interface/Icons/Npcs/Seasonal/WolfStalker.png", - Tag: "WolfHuntRedux", // unfaithful - Reward: { - countedItems: [{ ItemType: "/Lotus/Types/Items/MiscItems/Alertium", ItemCount: 10 }] - }, - BonusReward: { - items: [ - "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawRifleRandomMod", - "/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem" - ] - } - }); - } else if (config.worldState.wolfHunt == 1) { worldState.Goals.push({ _id: { $oid: "67ed7672798d6466172e3b9d" @@ -2464,6 +2423,47 @@ export const getWorldState = (buildLabel?: string): IWorldState => { ] } }); + } else if (config.worldState.wolfHunt == 1) { + worldState.Goals.push({ + _id: { + $oid: "67ed7672798d6466172e3b9c" + }, + Activation: { + $date: { + $numberLong: "1743616800000" + } + }, + Expiry: { + $date: { + $numberLong: "2000000000000" + } + }, + Count: 0, + Goal: 1, + BonusGoal: 2, + Success: 0, + Personal: true, + Bounty: true, + ClampNodeScores: true, + Node: "EventNode29", + ConcurrentMissionKeyNames: ["/Lotus/Types/Keys/WolfTacAlertB"], + ConcurrentNodeReqs: [1], + ConcurrentNodes: ["EventNode28"], // Incompatible with Galleon Of Ghouls, Orphix Venom, Warframe Anniversary + MissionKeyName: "/Lotus/Types/Keys/WolfTacAlertA", + Faction: "FC_GRINEER", + Desc: "/Lotus/Language/Alerts/WolfAlert", + Icon: "/Lotus/Interface/Icons/Npcs/Seasonal/WolfStalker.png", + Tag: "WolfHuntRedux", // unfaithful + Reward: { + countedItems: [{ ItemType: "/Lotus/Types/Items/MiscItems/Alertium", ItemCount: 10 }] + }, + BonusReward: { + items: [ + "/Lotus/StoreItems/Upgrades/Mods/Randomized/RawRifleRandomMod", + "/Lotus/StoreItems/Upgrades/Skins/Clan/BountyHunterBadgeItem" + ] + } + }); } } diff --git a/static/webui/index.html b/static/webui/index.html index e07c6d13..e6b389c0 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -1212,8 +1212,8 @@