chore(webui): use consistent/correct year order for Wolf Hunt dropdown menu #2890
@ -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"
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user