Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetCleanSlateWorldConditions()

void Terraria.GameContent.LootSimulation.LootSimulator.SetCleanSlateWorldConditions ( )
inlineprivate

Definition at line 68 of file LootSimulator.cs.

69 {
70 Main.dayTime = true;
71 Main.time = 27000.0;
72 Main.hardMode = false;
73 Main.GameMode = 0;
74 NPC.downedMechBoss1 = false;
75 NPC.downedMechBoss2 = false;
76 NPC.downedMechBoss3 = false;
77 NPC.downedMechBossAny = false;
78 NPC.downedPlantBoss = false;
79 Main._shouldUseWindyDayMusic = false;
80 Main._shouldUseStormMusic = false;
81 Main.eclipse = false;
82 Main.bloodMoon = false;
83 }

Referenced by Terraria.GameContent.LootSimulation.LootSimulator.Run(), and Terraria.GameContent.LootSimulation.LootSimulator.TryGettingLootFor().