Merge remote-tracking branch 'Wires77/issue-2012' into dev

This commit is contained in:
ppoelzl
2021-01-26 17:39:41 +01:00
4 changed files with 10 additions and 0 deletions

View File

@@ -2237,6 +2237,10 @@ skills["SupportImpale"] = {
["impale_support_physical_damage_+%_final"] = {
mod("PhysicalDamage", "MORE", nil),
},
["impale_phys_reduction_%_penalty"] = {
mod("EnemyImpalePhysicalDamageReduction", "BASE", nil),
mult = -1,
}
},
baseMods = {
},

View File

@@ -1546,6 +1546,7 @@ skills["SupportFortify"] = {
},
["overwhelm_%_physical_damage_reduction_while_fortified"] = {
mod("EnemyPhysicalDamageReduction", "BASE", nil, 0, KeywordFlag.Hit, { type = "Condition", var = "Fortify"}),
mult = -1,
},
},
baseMods = {

View File

@@ -253,6 +253,10 @@ local skills, mod, flag, skill = ...
["impale_support_physical_damage_+%_final"] = {
mod("PhysicalDamage", "MORE", nil),
},
["impale_phys_reduction_%_penalty"] = {
mod("EnemyImpalePhysicalDamageReduction", "BASE", nil),
mult = -1,
}
},
#mods

View File

@@ -185,6 +185,7 @@ local skills, mod, flag, skill = ...
},
["overwhelm_%_physical_damage_reduction_while_fortified"] = {
mod("EnemyPhysicalDamageReduction", "BASE", nil, 0, KeywordFlag.Hit, { type = "Condition", var = "Fortify"}),
mult = -1,
},
},
#mods