Elin Decompiled Documentation EA 23.197 Nightly Patch 1
Loading...
Searching...
No Matches
MUTATION.cs
Go to the documentation of this file.
1public class MUTATION
2{
3 public const int mutationRegen = 1516;
4
5 public const int mutationSkinN = 1511;
6
7 public const int mutationEye = 1512;
8
9 public const int mutationEyeN = 1513;
10
11 public const int mutationDex = 1514;
12
13 public const int mutationDexN = 1515;
14
15 public const int mutationRegenN = 1517;
16
17 public const int mutationSkin = 1510;
18
19 public const int mutationSpeedN = 1519;
20
21 public const int etherPoisonHand = 1565;
22
23 public const int etherManaBattery = 1564;
24
25 public const int etherProvoke = 1563;
26
27 public const int etherArmor = 1562;
28
29 public const int etherStupid = 1561;
30
31 public const int etherWeak = 1560;
32
33 public const int etherAddict = 1559;
34
35 public const int mutationSpeed = 1518;
36
37 public const int etherHead = 1557;
38
39 public const int etherViolence = 1556;
40
41 public const int etherNeck = 1555;
42
43 public const int etherWing = 1554;
44
45 public const int etherEye = 1553;
46
47 public const int etherFeet = 1552;
48
49 public const int etherUgly = 1551;
50
51 public const int etherRain = 1558;
52
53 public const int mutationHairN = 1533;
54
55 public const int etherGravity = 1550;
56
57 public const int mutationStr = 1520;
58
59 public const int mutationStrN = 1521;
60
61 public const int mutationCha = 1522;
62
63 public const int mutationBrain = 1524;
64
65 public const int mutationBrainN = 1525;
66
67 public const int mutationCold = 1526;
68
69 public const int mutationChaN = 1523;
70
71 public const int mutationLightning = 1528;
72
73 public const int mutationLightningN = 1529;
74
75 public const int mutationBody = 1530;
76
77 public const int mutationBodyN = 1531;
78
79 public const int mutationHair = 1532;
80
81 public const int mutationColdN = 1527;
82
83 public static readonly int[] IDS = new int[40]
84 {
85 1516, 1511, 1512, 1513, 1514, 1515, 1517, 1510, 1519, 1565,
86 1564, 1563, 1562, 1561, 1560, 1559, 1518, 1557, 1556, 1555,
87 1554, 1553, 1552, 1551, 1558, 1533, 1550, 1520, 1521, 1522,
88 1524, 1525, 1526, 1523, 1528, 1529, 1530, 1531, 1532, 1527
89 };
90}
91public class Mutation : Feat
92{
93}
Definition: FEAT.cs:272
const int etherGravity
Definition: MUTATION.cs:55
const int mutationLightningN
Definition: MUTATION.cs:73
const int mutationEye
Definition: MUTATION.cs:7
const int mutationBodyN
Definition: MUTATION.cs:77
const int mutationBrain
Definition: MUTATION.cs:63
const int etherEye
Definition: MUTATION.cs:45
const int mutationHair
Definition: MUTATION.cs:79
const int etherHead
Definition: MUTATION.cs:37
const int mutationCold
Definition: MUTATION.cs:67
const int mutationRegen
Definition: MUTATION.cs:3
const int etherStupid
Definition: MUTATION.cs:29
const int mutationBody
Definition: MUTATION.cs:75
const int etherRain
Definition: MUTATION.cs:51
const int etherAddict
Definition: MUTATION.cs:33
const int mutationCha
Definition: MUTATION.cs:61
const int mutationSkinN
Definition: MUTATION.cs:5
const int mutationLightning
Definition: MUTATION.cs:71
const int mutationDex
Definition: MUTATION.cs:11
const int mutationDexN
Definition: MUTATION.cs:13
const int etherWing
Definition: MUTATION.cs:43
const int mutationSpeedN
Definition: MUTATION.cs:19
const int mutationChaN
Definition: MUTATION.cs:69
const int etherArmor
Definition: MUTATION.cs:27
const int etherUgly
Definition: MUTATION.cs:49
const int etherNeck
Definition: MUTATION.cs:41
const int etherManaBattery
Definition: MUTATION.cs:23
const int mutationRegenN
Definition: MUTATION.cs:15
const int mutationSpeed
Definition: MUTATION.cs:35
static readonly int[] IDS
Definition: MUTATION.cs:83
const int mutationStrN
Definition: MUTATION.cs:59
const int mutationEyeN
Definition: MUTATION.cs:9
const int etherPoisonHand
Definition: MUTATION.cs:21
const int mutationColdN
Definition: MUTATION.cs:81
const int mutationSkin
Definition: MUTATION.cs:17
const int mutationHairN
Definition: MUTATION.cs:53
const int etherFeet
Definition: MUTATION.cs:47
const int etherProvoke
Definition: MUTATION.cs:25
const int mutationStr
Definition: MUTATION.cs:57
const int mutationBrainN
Definition: MUTATION.cs:65
const int etherWeak
Definition: MUTATION.cs:31
const int etherViolence
Definition: MUTATION.cs:39