Skip to content

Commit 891d925

Browse files
committed
fix breakdown
1 parent b69ffa1 commit 891d925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcOffence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5375,7 +5375,7 @@ function calcs.offence(env, actor, activeSkill)
53755375

53765376
if breakdown then
53775377
breakdown.ImpaleStoredDamage = {}
5378-
t_insert(breakdown.ImpaleStoredDamage, "10% ^8(base value)")
5378+
t_insert(breakdown.ImpaleStoredDamage, (data.misc.ImpaleStoredDamageBase * 100).."% ^8(base value)")
53795379
t_insert(breakdown.ImpaleStoredDamage, s_format("x %.2f ^8(increased effectiveness)", storedExpectedDamageModifier))
53805380
t_insert(breakdown.ImpaleStoredDamage, s_format("= %.1f%%", output.ImpaleStoredDamage))
53815381

0 commit comments

Comments
 (0)