Skip to content

Commit

Permalink
fix: determination aura alt quality mod (#4502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dullson authored Jun 27, 2022
1 parent 2ae8d2b commit 8bc9ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/Skills/act_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,9 @@ skills["Determination"] = {
["base_physical_damage_reduction_rating"] = {
mod("Armour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
["base_avoid_stun_%"] = {
mod("AvoidStun", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
["evasion_rating_%_to_add_as_armour"] = {
mod("EvasionGainAsArmour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
Expand Down
3 changes: 3 additions & 0 deletions src/Export/Skills/act_str.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ local skills, mod, flag, skill = ...
["base_physical_damage_reduction_rating"] = {
mod("Armour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
["base_avoid_stun_%"] = {
mod("AvoidStun", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
["evasion_rating_%_to_add_as_armour"] = {
mod("EvasionGainAsArmour", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
},
Expand Down

0 comments on commit 8bc9ddf

Please sign in to comment.