From b06a4b2200d60cc6d4d87e9acb8cb0c82fef0b6f Mon Sep 17 00:00:00 2001 From: AdamZ Date: Thu, 10 Sep 2026 22:32:03 -0700 Subject: [PATCH] test: introduce a Strength Life regression for the mismatch check --- src/Modules/CalcPerform.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/CalcPerform.lua b/src/Modules/CalcPerform.lua index e40f315bb4..7bd9b13c7a 100644 --- a/src/Modules/CalcPerform.lua +++ b/src/Modules/CalcPerform.lua @@ -517,7 +517,7 @@ local function doActorAttribsConditions(env, actor) if not modDB:Flag(nil, "NoAttributeBonuses") then if not modDB:Flag(nil, "NoStrengthAttributeBonuses") then if not modDB:Flag(nil, "NoStrBonusToLife") then - modDB:NewMod("Life", "BASE", m_floor(output.Str / 2), "Strength") + modDB:NewMod("Life", "BASE", m_floor(output.Str), "Strength") end local strDmgBonusRatioOverride = modDB:Sum("BASE", nil, "StrDmgBonusRatioOverride") if strDmgBonusRatioOverride > 0 then