This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StatEnum.json
201 lines (201 loc) · 5.29 KB
/
StatEnum.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"_Unknown": 0,
"Potency": 1,
"Endurance": 2,
"Focus": 3,
"Willpower": 4,
"Swiftness": 5,
"Friction": 6,
"Level": 7,
"Experience": 8,
"Health": 9,
"Mana": 11,
"Fame": 13,
"HealthRegen": 14,
"RageDecay": 15,
"AddPotency": 16,
"AddEndurance": 17,
"AddFocus": 18,
"AddWillpower": 19,
"AddSwiftness": 20,
"AddHealth": 21,
"AddEnergy": 22,
"AddDamageBonus": 23,
"AddRateOfAttack": 24,
"AddSpecialWeaponDamage": 25,
"AddMovementSpeed": 26,
"AddRagePerAttack": 27,
"HealthMax": 32,
"ManaMax": 33,
"Piercing": 34,
"CriticalChance": 35,
"CriticalDamage": 36,
"MovementSpeed": 37,
"RateOfAttack": 38,
"DamageBonus": 39,
"DamageReduction": 40,
"BuffDuration": 41,
"DebuffDuration": 42,
"RagePerAttack": 43,
"ExperienceBonus": 44,
"ThreatDecay": 45,
"ThreatRange": 46,
"ThreatGeneration": 47,
"SpecialWeaponRageCost": 48,
"SpecialWeaponDamage": 49,
"SpecialWeaponBurnRate": 50,
"TimeOnDamagingTile": 51,
"SpecialWeaponRageCostEnd": 52,
"EssenceDamageModifier": 53,
"NumHealthPotions": 54,
"NumManaPotions": 55,
"LowHealthPercent": 56,
"DamageTakenProcChanceIncrease": 57,
"DamageDealtProcChanceIncrease": 58,
"KilledEnemyProcChanceIncrease": 59,
"AppliedDebuffDuration": 60,
"SpecialWeaponCriticalChance": 61,
"SpecialWeaponCriticalDamage": 62,
"ConsumableWeaponDamage": 63,
"ConsumableDamageReduction": 64,
"ElementalAffinityKi": 65,
"KiEffectApplyChance": 66,
"KiDamageDealtIncrease": 67,
"KiDamageDealtReduction": 68,
"KiDamageReductionIncrease": 69,
"KiDamageReductionDecrease": 70,
"ElementalAffinityEa": 71,
"EaEffectApplyChance": 72,
"EaDamageDealtIncrease": 73,
"EaDamageDealtReduction": 74,
"EaDamageReductionIncrease": 75,
"EaDamageReductionDecrease": 76,
"ElementalAffinityAn": 77,
"AnEffectApplyChance": 78,
"AnDamageDealtIncrease": 79,
"AnDamageDealtReduction": 80,
"AnDamageReductionIncrease": 81,
"AnDamageReductionDecrease": 82,
"ElementalAffinityUr": 83,
"UrEffectApplyChance": 84,
"UrDamageDealtIncrease": 85,
"UrDamageDealtReduction": 86,
"UrDamageReductionIncrease": 87,
"UrDamageReductionDecrease": 88,
"TimeOnHelpingTile": 89,
"IsOnHelpingTile": 90,
"DamageDealtIncrease": 93,
"DamageTakenIncrease": 94,
"WeaponIndex": 95,
"DamageOverTime": 96,
"DamageOverTimeNoKill": 97,
"HealthRegenNoQuietPeriod": 98,
"BonusHits": 99,
"Tier": 100,
"Item_Level": 101,
"Benefit": 102,
"MinimumDamage": 103,
"UNUSED1": 104,
"UNUSED2": 105,
"RemainingTime": 106,
"Lifetime": 107,
"PickupRadiusExpansion": 108,
"CriticalScore": 109,
"Counter": 110,
"Ancestral_Level": 111,
"Gear_Score": 112,
"Avoidance": 113,
"CriticalDefense": 114,
"TargetCriticalDefense": 115,
"Accuracy": 116,
"TargetAccuracy": 117,
"AvoidChance": 118,
"FirstChallenge": 127,
"Kill_Beasts": 128,
"Kill_Chimera": 129,
"Kill_Spirits": 130,
"Kill_Infernals": 131,
"Kill_Ashaga": 132,
"Kill_Undying": 133,
"Kill_Furies": 134,
"Use_HealingPotions": 135,
"Use_ManaPotions": 136,
"Use_BuffItems": 137,
"Deal_PointsOfDamage": 138,
"Perform_CriticalHits": 139,
"Survive_Debuffs": 140,
"Level_Mage": 142,
"Level_Rogue": 143,
"Level_Hunter": 144,
"Level_Paladin": 145,
"Level_Geomancer": 146,
"Level_Druid": 147,
"Items_Crafted": 148,
"Quests_Completed": 149,
"Bounties_Completed": 150,
"Altars_Activated": 151,
"Dangerous_Chests_Activated": 152,
"Kill_Lesser_Manifestations_Of_Sin": 153,
"Kill_Greater_Manifestations_Of_Sin": 154,
"Kill_Sin": 155,
"Sin_Gear_Crafted_Lesser": 156,
"Sin_Gear_Crafted_Greater": 157,
"DeepNight_Turn_In_Bonfire_Bundles": 158,
"DeepNight_Turn_In_Amber_Effigy": 159,
"DeepNight_Turn_In_Candles": 160,
"DeepNight_Craft_Gate_Stone": 161,
"DeepNight_Kill_Dark_Persona": 162,
"LastChallenge": 166,
"CurrentQuestId": 190,
"CurrentQuestProgress": 191,
"ChanceToNotConsumeBuffItem": 196,
"ReduceCraftTime": 209,
"DamageIncreaseFuries": 212,
"DamageIncreaseBeasts": 213,
"DamageIncreaseChimera": 214,
"DamageIncreaseInfernals": 215,
"DamageIncreaseSpirits": 216,
"ProjectileDamageCapAsPercentOfHealth": 217,
"DamageReductionFuries": 219,
"DamageReductionBeasts": 220,
"DamageReductionChimera": 221,
"DamageReductionInfernals": 222,
"DamageReductionSpirits": 223,
"DamageReductionAll": 224,
"ProjectileDistanceIncrease": 225,
"AuraDamageReductionIncrease": 226,
"AuraHealthRegenIncrease": 227,
"DropRateIncrease": 231,
"FastTravelCostReduction": 233,
"HealthPotionHealingIncrease": 235,
"ManaPotionHealingIncrease": 238,
"ValrChallengeIncrease": 251,
"ValrLegendIncrease": 252,
"ValrIncrease": 253,
"DamageIncreaseCylinderMen": 254,
"DamageReductionCylinderMen": 255,
"MaterialChanceIncrease": 256,
"SilverIncrease": 257,
"CardPackIncrease": 258,
"SocketIncrease": 259,
"RareLegacyIncrease": 260,
"Prefix_Level": 261,
"Suffix_Level": 262,
"EquipmentCraftingExtraLevelChance": 265,
"Item_XPGain": 266,
"EquipmentSet_Count": 267,
"Infection": 270,
"CounterAttack": 271,
"Naked": 272,
"EquipmentXPGain": 273,
"LightRadius": 274,
"TotalXPGain": 275,
"Amount": 276,
"NumIdolsActivated": 277,
"CowardiceCount": 278,
"ProjectileVisualIndex": 279,
"MaxLevelAttained": 280,
"ShrineTeleportCostReduction": 282,
"Item_MaxLevel": 283,
"MaxStatEnum": 284
}