Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PrefixID.cs
Go to the documentation of this file.
1namespace Terraria.ID;
2
3public class PrefixID
4{
5 public static class Sets
6 {
7 public static SetFactory Factory = new SetFactory(Count);
8
9 public static bool[] ReducedNaturalChance = Factory.CreateBoolSet(7, 8, 9, 10, 11, 22, 23, 24, 29, 30, 31, 39, 40, 56, 41, 47, 48, 49);
10 }
11
12 public const int Large = 1;
13
14 public const int Massive = 2;
15
16 public const int Dangerous = 3;
17
18 public const int Savage = 4;
19
20 public const int Sharp = 5;
21
22 public const int Pointy = 6;
23
24 public const int Tiny = 7;
25
26 public const int Terrible = 8;
27
28 public const int Small = 9;
29
30 public const int Dull = 10;
31
32 public const int Unhappy = 11;
33
34 public const int Bulky = 12;
35
36 public const int Shameful = 13;
37
38 public const int Heavy = 14;
39
40 public const int Light = 15;
41
42 public const int Sighted = 16;
43
44 public const int Rapid = 17;
45
46 public const int Hasty = 18;
47
48 public const int Intimidating = 19;
49
50 public const int Deadly = 20;
51
52 public const int Staunch = 21;
53
54 public const int Awful = 22;
55
56 public const int Lethargic = 23;
57
58 public const int Awkward = 24;
59
60 public const int Powerful = 25;
61
62 public const int Mystic = 26;
63
64 public const int Adept = 27;
65
66 public const int Masterful = 28;
67
68 public const int Inept = 29;
69
70 public const int Ignorant = 30;
71
72 public const int Deranged = 31;
73
74 public const int Intense = 32;
75
76 public const int Taboo = 33;
77
78 public const int Celestial = 34;
79
80 public const int Furious = 35;
81
82 public const int Keen = 36;
83
84 public const int Superior = 37;
85
86 public const int Forceful = 38;
87
88 public const int Broken = 39;
89
90 public const int Damaged = 40;
91
92 public const int Shoddy = 41;
93
94 public const int Quick = 42;
95
96 public const int Deadly2 = 43;
97
98 public const int Agile = 44;
99
100 public const int Nimble = 45;
101
102 public const int Murderous = 46;
103
104 public const int Slow = 47;
105
106 public const int Sluggish = 48;
107
108 public const int Lazy = 49;
109
110 public const int Annoying = 50;
111
112 public const int Nasty = 51;
113
114 public const int Manic = 52;
115
116 public const int Hurtful = 53;
117
118 public const int Strong = 54;
119
120 public const int Unpleasant = 55;
121
122 public const int Weak = 56;
123
124 public const int Ruthless = 57;
125
126 public const int Frenzying = 58;
127
128 public const int Godly = 59;
129
130 public const int Demonic = 60;
131
132 public const int Zealous = 61;
133
134 public const int Hard = 62;
135
136 public const int Guarding = 63;
137
138 public const int Armored = 64;
139
140 public const int Warding = 65;
141
142 public const int Arcane = 66;
143
144 public const int Precise = 67;
145
146 public const int Lucky = 68;
147
148 public const int Jagged = 69;
149
150 public const int Spiked = 70;
151
152 public const int Angry = 71;
153
154 public const int Menacing = 72;
155
156 public const int Brisk = 73;
157
158 public const int Fleeting = 74;
159
160 public const int Hasty2 = 75;
161
162 public const int Quick2 = 76;
163
164 public const int Wild = 77;
165
166 public const int Rash = 78;
167
168 public const int Intrepid = 79;
169
170 public const int Violent = 80;
171
172 public const int Legendary = 81;
173
174 public const int Unreal = 82;
175
176 public const int Mythical = 83;
177
178 public const int Legendary2 = 84;
179
180 public static readonly int Count = 85;
181}
static SetFactory Factory
Definition PrefixID.cs:7
static bool[] ReducedNaturalChance
Definition PrefixID.cs:9
const int Deadly2
Definition PrefixID.cs:96
const int Damaged
Definition PrefixID.cs:90
const int Unpleasant
Definition PrefixID.cs:120
static readonly int Count
Definition PrefixID.cs:180
const int Unhappy
Definition PrefixID.cs:32
const int Dangerous
Definition PrefixID.cs:16
const int Forceful
Definition PrefixID.cs:86
const int Terrible
Definition PrefixID.cs:26
const int Legendary
Definition PrefixID.cs:172
const int Staunch
Definition PrefixID.cs:52
const int Powerful
Definition PrefixID.cs:60
const int Murderous
Definition PrefixID.cs:102
const int Shameful
Definition PrefixID.cs:36
const int Furious
Definition PrefixID.cs:80
const int Superior
Definition PrefixID.cs:84
const int Celestial
Definition PrefixID.cs:78
const int Deranged
Definition PrefixID.cs:72
const int Legendary2
Definition PrefixID.cs:178
const int Lethargic
Definition PrefixID.cs:56
const int Masterful
Definition PrefixID.cs:66
const int Sighted
Definition PrefixID.cs:42
const int Intense
Definition PrefixID.cs:74
const int Intimidating
Definition PrefixID.cs:48
const int Awkward
Definition PrefixID.cs:58
const int Ignorant
Definition PrefixID.cs:70
const int Frenzying
Definition PrefixID.cs:126
const int Massive
Definition PrefixID.cs:14