Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NPCHeadID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public class NPCHeadID
4{
5 public static class Sets
6 {
7 public static SetFactory Factory = new SetFactory(Count);
8
9 public static bool[] CannotBeDrawnInHousingUI = Factory.CreateBoolSet(21, 80);
10 }
11
12 public const int HousingQuery = 0;
13
14 public const int Guide = 1;
15
16 public const int Merchant = 2;
17
18 public const int Nurse = 3;
19
20 public const int Demolitionist = 4;
21
22 public const int Dryad = 5;
23
24 public const int ArmsDealer = 6;
25
26 public const int Clothier = 7;
27
28 public const int Mechanic = 8;
29
30 public const int GoblinTinkerer = 9;
31
32 public const int Wizard = 10;
33
34 public const int SantaClaus = 11;
35
36 public const int Truffle = 12;
37
38 public const int Steampunker = 13;
39
40 public const int DyeTrader = 14;
41
42 public const int PartyGirl = 15;
43
44 public const int Cyborg = 16;
45
46 public const int Painter = 17;
47
48 public const int WitchDoctor = 18;
49
50 public const int Pirate = 19;
51
52 public const int Stylist = 20;
53
54 public const int TravellingMerchant = 21;
55
56 public const int Angler = 22;
57
58 public const int TaxCollector = 23;
59
60 public const int DD2Bartender = 24;
61
62 public const int Golfer = 25;
63
64 public const int BestiaryGirl = 26;
65
66 public const int CatSiamese = 27;
67
68 public const int CatBlack = 28;
69
70 public const int CatOrangeTabby = 29;
71
72 public const int CatRussianBlue = 30;
73
74 public const int CatSilver = 31;
75
76 public const int CatWhite = 32;
77
78 public const int DogLabrador = 33;
79
80 public const int DogPitBull = 34;
81
82 public const int DogBeagle = 35;
83
84 public const int DogCorgi = 36;
85
86 public const int DogDalmation = 37;
87
88 public const int DogHusky = 38;
89
90 public const int BunnyWhite = 39;
91
92 public const int BunnyAngora = 40;
93
94 public const int BunnyDutch = 41;
95
96 public const int BunnyFlemish = 42;
97
98 public const int BunnyLop = 43;
99
100 public const int BunnySilver = 44;
101
102 public const int Princess = 45;
103
104 public const int SlimeBlue = 46;
105
106 public const int SlimeGreen = 47;
107
108 public const int SlimeOld = 48;
109
110 public const int SlimePurple = 49;
111
112 public const int SlimeRainbow = 50;
113
114 public const int SlimeRed = 51;
115
116 public const int SlimeYellow = 52;
117
118 public const int SlimeCopper = 53;
119
120 public const int PrincessShimmered = 54;
121
122 public const int AnglerShimmered = 55;
123
124 public const int BestiaryGirlShimmered = 56;
125
126 public const int ClothierShimmered = 57;
127
128 public const int CyborgShimmered = 58;
129
130 public const int DemolitionistShimmered = 59;
131
132 public const int DyeTraderShimmered = 60;
133
134 public const int GolferShimmered = 61;
135
136 public const int MechanicShimmered = 62;
137
138 public const int MerchantShimmered = 63;
139
140 public const int NurseShimmered = 64;
141
142 public const int PainterShimmered = 65;
143
144 public const int PirateShimmered = 66;
145
146 public const int SantaClausShimmered = 67;
147
148 public const int SteampunkerShimmered = 68;
149
150 public const int StylistShimmered = 69;
151
152 public const int TaxCollectorShimmered = 70;
153
154 public const int WizardShimmered = 71;
155
156 public const int GuideShimmered = 72;
157
158 public const int DryadShimmered = 73;
159
160 public const int ArmsDealerShimmered = 74;
161
162 public const int GoblinTinkererShimmered = 75;
163
164 public const int TruffleShimmered = 76;
165
166 public const int PartyGirlShimmered = 77;
167
168 public const int WitchDoctorShimmered = 78;
169
170 public const int TavernkeepShimmered = 79;
171
172 public const int TravelingMerchantShimmered = 80;
173
174 public static readonly int Count = 81;
175}
static SetFactory Factory
Definition NPCHeadID.cs:7
static bool[] CannotBeDrawnInHousingUI
Definition NPCHeadID.cs:9
const int TavernkeepShimmered
Definition NPCHeadID.cs:170
const int WitchDoctor
Definition NPCHeadID.cs:48
const int SteampunkerShimmered
Definition NPCHeadID.cs:148
const int GoblinTinkererShimmered
Definition NPCHeadID.cs:162
const int BestiaryGirl
Definition NPCHeadID.cs:64
const int TaxCollector
Definition NPCHeadID.cs:58
const int GoblinTinkerer
Definition NPCHeadID.cs:30
const int TravellingMerchant
Definition NPCHeadID.cs:54
const int PrincessShimmered
Definition NPCHeadID.cs:120
const int WizardShimmered
Definition NPCHeadID.cs:154
const int PartyGirlShimmered
Definition NPCHeadID.cs:166
const int HousingQuery
Definition NPCHeadID.cs:12
const int DD2Bartender
Definition NPCHeadID.cs:60
const int Demolitionist
Definition NPCHeadID.cs:20
const int CatRussianBlue
Definition NPCHeadID.cs:72
const int BunnyAngora
Definition NPCHeadID.cs:92
const int DemolitionistShimmered
Definition NPCHeadID.cs:130
const int GolferShimmered
Definition NPCHeadID.cs:134
const int DyeTraderShimmered
Definition NPCHeadID.cs:132
const int PirateShimmered
Definition NPCHeadID.cs:144
const int CatOrangeTabby
Definition NPCHeadID.cs:70
const int StylistShimmered
Definition NPCHeadID.cs:150
const int TruffleShimmered
Definition NPCHeadID.cs:164
const int SantaClausShimmered
Definition NPCHeadID.cs:146
const int GuideShimmered
Definition NPCHeadID.cs:156
const int TaxCollectorShimmered
Definition NPCHeadID.cs:152
const int BunnyFlemish
Definition NPCHeadID.cs:96
const int MechanicShimmered
Definition NPCHeadID.cs:136
static readonly int Count
Definition NPCHeadID.cs:174
const int WitchDoctorShimmered
Definition NPCHeadID.cs:168
const int ClothierShimmered
Definition NPCHeadID.cs:126
const int MerchantShimmered
Definition NPCHeadID.cs:138
const int Steampunker
Definition NPCHeadID.cs:38
const int CyborgShimmered
Definition NPCHeadID.cs:128
const int BestiaryGirlShimmered
Definition NPCHeadID.cs:124
const int DogDalmation
Definition NPCHeadID.cs:86
const int DogLabrador
Definition NPCHeadID.cs:78
const int AnglerShimmered
Definition NPCHeadID.cs:122
const int PainterShimmered
Definition NPCHeadID.cs:142
const int DryadShimmered
Definition NPCHeadID.cs:158
const int ArmsDealerShimmered
Definition NPCHeadID.cs:160
const int TravelingMerchantShimmered
Definition NPCHeadID.cs:172
const int NurseShimmered
Definition NPCHeadID.cs:140