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