Skip to content

Commit 9d291f6

Browse files
committed
Update existing gems for 3.26 release
1 parent 6641749 commit 9d291f6

3 files changed

Lines changed: 812 additions & 738 deletions

File tree

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@ return {
705705
["active_skill_damage_+%_final"] = {
706706
mod("Damage", "MORE", nil),
707707
},
708+
["active_skill_physical_damage_+%_final"] = {
709+
mod("PhysicalDamage", "MORE", nil),
710+
},
708711
["sigil_attached_target_hit_damage_+%_final"] = {
709712
mod("Damage", "MORE", nil, ModFlag.Hit, 0, { type = "Condition", var = "TargetingBrandedEnemy"}),
710713
},

0 commit comments

Comments
 (0)