You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Data/QuestRewards.lua
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,18 @@ return {
157
157
["AreaLevel"] =51,
158
158
["useConfig"] =true
159
159
},
160
+
{
161
+
["Act"] =4,
162
+
["Description"] ="Act 4",
163
+
["Area"] ="Eye of Hinekora",
164
+
["Info"] ="Tribal Medicine",
165
+
["Options"] = {
166
+
"30% increased Global Armour, Evasion and Energy Shield",
167
+
"+15% of Armour also applies to Elemental Damage\n\tGain Deflection Rating equal to 12% of Evasion Rating\n\t12% faster start of Energy Shield Recharge",
168
+
},
169
+
["AreaLevel"] =51,
170
+
["useConfig"] =true
171
+
},
160
172
{
161
173
["Act"] =4,
162
174
["Description"] ="Act 4",
@@ -252,11 +264,11 @@ return {
252
264
["Options"] = {
253
265
"+5% to all Elemental Resistances",
254
266
"3% increased Movement Speed",
255
-
"15% increased Global Defences",
267
+
"15% increased Global Armour, Evasion and Energy Shield",
256
268
"20% increased Presence Area Of Effect",
257
269
"12% increased Cooldown Recovery Rate",
258
270
"+5 to all Attributes",
259
-
"5% increased Experience Gain\n\t-5% to Elemental Resistances\n\t3% reduced Movement Speed\n\t15% reduced Global Defences\n\t20% reduced Presence Area Of Effect\n\t12% reduced Cooldown Recovery Rate\n\t5% reduced Attributes",
271
+
"5% increased Experience Gain\n\t-5% to all Elemental Resistances\n\t3% reduced Movement Speed\n\t15% reduced Global Armour, Evasion and Energy Shield\n\t20% reduced Presence Area Of Effect\n\t12% reduced Cooldown Recovery Rate\n\t5% reduced Attributes",
0 commit comments