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

◆ SpecialSpawningRules

Dictionary<int, int> Terraria.ID.NPCID.Sets.SpecialSpawningRules
static
Initial value:
= new Dictionary<int, int>
{
{ 259, 0 },
{ 260, 0 },
{ 175, 0 },
{ 43, 0 },
{ 56, 0 },
{ 101, 0 }
}

Definition at line 96 of file NPCID.cs.

97 {
98 { 259, 0 },
99 { 260, 0 },
100 { 175, 0 },
101 { 43, 0 },
102 { 56, 0 },
103 { 101, 0 }
104 };

Referenced by Terraria.GameContent.Bestiary.UnlockableNPCEntryIcon.AdjustSpecialSpawnRulesForVisuals(), and Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker.SpawnEnemy().