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

◆ MoonEventRequiredPointsPerWaveLookup

int [] Terraria.NPC.MoonEventRequiredPointsPerWaveLookup
static
Initial value:
= new int[21]
{
0, 25, 40, 50, 80, 100, 160, 180, 200, 250,
300, 375, 450, 525, 675, 850, 1025, 1325, 1550, 2000,
0
}

Definition at line 1247 of file NPC.cs.

1248 {
1249 0, 25, 40, 50, 80, 100, 160, 180, 200, 250,
1250 300, 375, 450, 525, 675, 850, 1025, 1325, 1550, 2000,
1251 0
1252 };

Referenced by Terraria.Main.CheckInvasionProgressDisplay(), Terraria.NPC.CheckProgressFrostMoon(), and Terraria.NPC.CheckProgressPumpkinMoon().