feat: syndicate mission rotation #1781
@ -4,14 +4,7 @@ import { unixTimesInMs } from "@/src/constants/timeConstants";
 | 
				
			|||||||
import { config } from "@/src/services/configService";
 | 
					import { config } from "@/src/services/configService";
 | 
				
			||||||
import { CRng } from "@/src/services/rngService";
 | 
					import { CRng } from "@/src/services/rngService";
 | 
				
			||||||
import { eMissionType, ExportNightwave, ExportRegions } from "warframe-public-export-plus";
 | 
					import { eMissionType, ExportNightwave, ExportRegions } from "warframe-public-export-plus";
 | 
				
			||||||
import {
 | 
					import { ICalendarDay, ICalendarSeason, ILiteSortie, ISeasonChallenge, IWorldState } from "../types/worldStateTypes";
 | 
				
			||||||
    ICalendarDay,
 | 
					 | 
				
			||||||
    ICalendarSeason,
 | 
					 | 
				
			||||||
    ILiteSortie,
 | 
					 | 
				
			||||||
    ISeasonChallenge,
 | 
					 | 
				
			||||||
    ISortie,
 | 
					 | 
				
			||||||
    IWorldState
 | 
					 | 
				
			||||||
} from "../types/worldStateTypes";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const sortieBosses = [
 | 
					const sortieBosses = [
 | 
				
			||||||
    "SORTIE_BOSS_HYENA",
 | 
					    "SORTIE_BOSS_HYENA",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user