Skip to content

Commit 1f0ee49

Browse files
Wires77DarkJaslo
andauthored
[PATCH] Change wording for "Base Damage Reduction" on Hit taken mult. section of Calcs This affects tooltips for all types of damage (#1214)
Co-authored-by: Jon <jon.campillo@gmail.com>
1 parent 4fe38e7 commit 1f0ee49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/CalcDefence.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ function calcs.buildDefenceEstimations(env, actor)
23232323
if breakdown then
23242324
breakdown[damageType.."TakenHitMult"] = { }
23252325
if reduction ~= 0 then
2326-
t_insert(breakdown[damageType.."TakenHitMult"], s_format("Base %s Damage Reduction: %.2f", damageType, 1 - reduction / 100))
2326+
t_insert(breakdown[damageType.."TakenHitMult"], s_format("Base %s Damage Taken: %.2f", damageType, 1 - reduction / 100))
23272327
end
23282328
if armourReduct ~= 0 then
23292329
if percentOfArmourApplies ~= 100 then

0 commit comments

Comments
 (0)