Page 1 of 1

Poison Groove tinker is 1/6 effective

Posted: Sat Oct 21, 2023 2:59 am
by lukep
The description of Poison Groove says it deals 35 damage per turn, however I was noticing it dealt 6.4 damage per turn instead.

Looking at the code, I believe I found the culprit.

In damage_types.lua, the "POISON" damage type applies a dam/6 power poison effect, for six hits. The tinker gives who:combatMLSteamDamage(o.combat.poison_groove_ml, 15, 60) (or 36 for me) poison damage in total, not per turn.