forked from OpenWF/SpaceNinjaServer
		
	be explicit about the year
This commit is contained in:
		
							parent
							
								
									8d4abe863c
								
							
						
					
					
						commit
						274b0a3a4a
					
				@ -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,
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
@ -114,7 +114,7 @@ const sortieBossNode: Record<Exclude<TSortieBoss, "SORTIE_BOSS_CORRUPTED_VOR">,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const configAlerts: Record<string, IAlert> = {
 | 
			
		||||
    voidCorruptionWeek1: {
 | 
			
		||||
    voidCorruption2025Week1: {
 | 
			
		||||
        _id: { $oid: "677d452e2f324ee7b90f8ccf" },
 | 
			
		||||
        Activation: { $date: { $numberLong: "1736524800000" } },
 | 
			
		||||
        Expiry: { $date: { $numberLong: "2000000000000" } },
 | 
			
		||||
@ -134,7 +134,7 @@ const configAlerts: Record<string, IAlert> = {
 | 
			
		||||
            maxEnemyLevel: 15
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    voidCorruptionWeek2: {
 | 
			
		||||
    voidCorruption2025Week2: {
 | 
			
		||||
        _id: { $oid: "677d45811daeae9de40e8c0f" },
 | 
			
		||||
        Activation: { $date: { $numberLong: "1737129600000" } },
 | 
			
		||||
        Expiry: { $date: { $numberLong: "2000000000000" } },
 | 
			
		||||
@ -154,7 +154,7 @@ const configAlerts: Record<string, IAlert> = {
 | 
			
		||||
            maxWaveNum: 6
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    voidCorruptionWeek3: {
 | 
			
		||||
    voidCorruption2025Week3: {
 | 
			
		||||
        _id: { $oid: "677d45a494ad716c90006b9a" },
 | 
			
		||||
        Activation: { $date: { $numberLong: "1737734400000" } },
 | 
			
		||||
        Expiry: { $date: { $numberLong: "2000000000000" } },
 | 
			
		||||
@ -175,7 +175,7 @@ const configAlerts: Record<string, IAlert> = {
 | 
			
		||||
            maxEnemyLevel: 35
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    voidCorruptionWeek4: {
 | 
			
		||||
    voidCorruption2025Week4: {
 | 
			
		||||
        _id: { $oid: "677d4700682d173abb0e19fe" },
 | 
			
		||||
        Activation: { $date: { $numberLong: "1738339200000" } },
 | 
			
		||||
        Expiry: { $date: { $numberLong: "2000000000000" } },
 | 
			
		||||
 | 
			
		||||
@ -1234,7 +1234,7 @@
 | 
			
		||||
                                    </div>
 | 
			
		||||
                                </div>
 | 
			
		||||
                                <div class="mt-2">
 | 
			
		||||
                                    <label class="form-label" data-loc="worldState_voidCorruption"></label>
 | 
			
		||||
                                    <label class="form-label" data-loc="worldState_voidCorruption" data-loc-replace="2025"></label>
 | 
			
		||||
                                    <div class="d-flex flex-wrap gap-3">
 | 
			
		||||
                                        <div class="form-check">
 | 
			
		||||
                                            <input class="form-check-input" type="checkbox" id="worldState.voidCorruptionWeek1" />
 | 
			
		||||
 | 
			
		||||
@ -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`,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user