Elin Modding Docs Doc
Loading...
Searching...
No Matches
MUTATION.cs
1using System;
2
3// Token: 0x02000045 RID: 69
4public class MUTATION
5{
6 // Token: 0x040002B2 RID: 690
7 public const int mutationDex = 1514;
8
9 // Token: 0x040002B3 RID: 691
10 public const int mutationRegenN = 1517;
11
12 // Token: 0x040002B4 RID: 692
13 public const int mutationRegen = 1516;
14
15 // Token: 0x040002B5 RID: 693
16 public const int mutationDexN = 1515;
17
18 // Token: 0x040002B6 RID: 694
19 public const int etherPoisonHand = 1565;
20
21 // Token: 0x040002B7 RID: 695
22 public const int mutationEye = 1512;
23
24 // Token: 0x040002B8 RID: 696
25 public const int mutationSkinN = 1511;
26
27 // Token: 0x040002B9 RID: 697
28 public const int etherManaBattery = 1564;
29
30 // Token: 0x040002BA RID: 698
31 public const int mutationSpeed = 1518;
32
33 // Token: 0x040002BB RID: 699
34 public const int mutationEyeN = 1513;
35
36 // Token: 0x040002BC RID: 700
37 public const int mutationSpeedN = 1519;
38
39 // Token: 0x040002BD RID: 701
40 public const int mutationSkin = 1510;
41
42 // Token: 0x040002BE RID: 702
43 public const int mutationStrN = 1521;
44
45 // Token: 0x040002BF RID: 703
46 public const int etherProvoke = 1563;
47
48 // Token: 0x040002C0 RID: 704
49 public const int mutationStr = 1520;
50
51 // Token: 0x040002C1 RID: 705
52 public const int etherStupid = 1561;
53
54 // Token: 0x040002C2 RID: 706
55 public const int etherWeak = 1560;
56
57 // Token: 0x040002C3 RID: 707
58 public const int etherAddict = 1559;
59
60 // Token: 0x040002C4 RID: 708
61 public const int etherRain = 1558;
62
63 // Token: 0x040002C5 RID: 709
64 public const int etherHead = 1557;
65
66 // Token: 0x040002C6 RID: 710
67 public const int etherViolence = 1556;
68
69 // Token: 0x040002C7 RID: 711
70 public const int etherNeck = 1555;
71
72 // Token: 0x040002C8 RID: 712
73 public const int etherWing = 1554;
74
75 // Token: 0x040002C9 RID: 713
76 public const int etherEye = 1553;
77
78 // Token: 0x040002CA RID: 714
79 public const int etherFeet = 1552;
80
81 // Token: 0x040002CB RID: 715
82 public const int etherArmor = 1562;
83
84 // Token: 0x040002CC RID: 716
85 public const int mutationCha = 1522;
86
87 // Token: 0x040002CD RID: 717
88 public const int etherGravity = 1550;
89
90 // Token: 0x040002CE RID: 718
91 public const int mutationBodyN = 1531;
92
93 // Token: 0x040002CF RID: 719
94 public const int mutationBody = 1530;
95
96 // Token: 0x040002D0 RID: 720
97 public const int mutationLightningN = 1529;
98
99 // Token: 0x040002D1 RID: 721
100 public const int mutationLightning = 1528;
101
102 // Token: 0x040002D2 RID: 722
103 public const int mutationColdN = 1527;
104
105 // Token: 0x040002D3 RID: 723
106 public const int mutationCold = 1526;
107
108 // Token: 0x040002D4 RID: 724
109 public const int mutationBrainN = 1525;
110
111 // Token: 0x040002D5 RID: 725
112 public const int mutationBrain = 1524;
113
114 // Token: 0x040002D6 RID: 726
115 public const int mutationChaN = 1523;
116
117 // Token: 0x040002D7 RID: 727
118 public const int etherUgly = 1551;
119
120 // Token: 0x040002D8 RID: 728
121 public static readonly int[] IDS = new int[]
122 {
123 1514,
124 1517,
125 1516,
126 1515,
127 1565,
128 1512,
129 1511,
130 1564,
131 1518,
132 1513,
133 1519,
134 1510,
135 1521,
136 1563,
137 1520,
138 1561,
139 1560,
140 1559,
141 1558,
142 1557,
143 1556,
144 1555,
145 1554,
146 1553,
147 1552,
148 1562,
149 1522,
150 1550,
151 1531,
152 1530,
153 1529,
154 1528,
155 1527,
156 1526,
157 1525,
158 1524,
159 1523,
160 1551
161 };
162}