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