- 10
- Posts
- 7
- Years
- Delft (Netherlands)
- Seen May 20, 2024
I've enjoyed Nuzlocking this so far, but I ran into a strange issue. My Lv 17 Poochyena did 23 damage to itself with 1 confusion hit, without any stat buffs/ debuffs, causing it to faint. :/
If I fill out the confusion damage formula, I would expect the damage to be 13 instead of 23, with the modern confusion damage calculation:
Level = 17
Atk = 28
Def = 19
(2*17/5+2)*40*28/19/50+2 = 13 (rounded up)
With doubled Atk, it would be 23:
(2*17/5+2)*40*56/19/50+2 = 23 (rounded up)
Was confusion damage increased? Because that'd be very useful to know.
If I fill out the confusion damage formula, I would expect the damage to be 13 instead of 23, with the modern confusion damage calculation:
Level = 17
Atk = 28
Def = 19
(2*17/5+2)*40*28/19/50+2 = 13 (rounded up)
With doubled Atk, it would be 23:
(2*17/5+2)*40*56/19/50+2 = 23 (rounded up)
Was confusion damage increased? Because that'd be very useful to know.