Skip to content

Commit 8bc9ddf

Browse files
authored
fix: determination aura alt quality mod (#4502)
1 parent 2ae8d2b commit 8bc9ddf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Data/Skills/act_str.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,9 @@ skills["Determination"] = {
20662066
["base_physical_damage_reduction_rating"] = {
20672067
mod("Armour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
20682068
},
2069+
["base_avoid_stun_%"] = {
2070+
mod("AvoidStun", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
2071+
},
20692072
["evasion_rating_%_to_add_as_armour"] = {
20702073
mod("EvasionGainAsArmour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
20712074
},

src/Export/Skills/act_str.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ local skills, mod, flag, skill = ...
358358
["base_physical_damage_reduction_rating"] = {
359359
mod("Armour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
360360
},
361+
["base_avoid_stun_%"] = {
362+
mod("AvoidStun", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
363+
},
361364
["evasion_rating_%_to_add_as_armour"] = {
362365
mod("EvasionGainAsArmour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
363366
},

0 commit comments

Comments
 (0)