Skip to content

Commit 6ba25ab

Browse files
author
LocalIdentity
committed
Fix Rage effect not working
1 parent f9246fd commit 6ba25ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/act_str.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ skills["BerserkPlayer"] = {
14571457
mod("PhysicalDamageLifeLeech", "BASE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "Multiplier", var = "RageEffect" }),
14581458
div = 100,
14591459
},
1460-
["rage_effect_+%"] = {
1460+
["skill_base_rage_effect_+%_to_apply"] = {
14611461
mod( "RageEffect", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" } ),
14621462
}
14631463
},

src/Export/Skills/act_str.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ statMap = {
100100
mod("PhysicalDamageLifeLeech", "BASE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Buff" }, { type = "Multiplier", var = "RageEffect" }),
101101
div = 100,
102102
},
103-
["rage_effect_+%"] = {
103+
["skill_base_rage_effect_+%_to_apply"] = {
104104
mod( "RageEffect", "INC", nil, 0, 0, { type = "GlobalEffect", effectType = "Buff" } ),
105105
}
106106
},

0 commit comments

Comments
 (0)