- Joined
- Jun 30, 2022
- Messages
- 5
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- RMMZ
Trying to replicate the damage formulas used in Persona 5


Effectively Skill Power is how much base damage the skill does, Magic Stat is your M. Attack.
Base Power is the result of the above calculation and endurance is your Defense/M. Defense and obviously Armor Defense doesn't exist.
Top formula is the attack part.
The bottom formula is how much damage should be subtracted from the total.
I haven't gotten to the defense part because I can't even get the attack part to work.
It only results in doing zero damage, no equipment is on the actor and all their stats are 1 so effectively the formula is
I'm terrible at math so maybe it's off, or the formula isn't formatted correctly in MZ, any ideas?


Effectively Skill Power is how much base damage the skill does, Magic Stat is your M. Attack.
Base Power is the result of the above calculation and endurance is your Defense/M. Defense and obviously Armor Defense doesn't exist.
Top formula is the attack part.
The bottom formula is how much damage should be subtracted from the total.
I haven't gotten to the defense part because I can't even get the attack part to work.
70 + 70 x a.atk / 30
It only results in doing zero damage, no equipment is on the actor and all their stats are 1 so effectively the formula is
70 + 70 x 1 / 30
which according to google should result in 72.3333333333I'm terrible at math so maybe it's off, or the formula isn't formatted correctly in MZ, any ideas?