Before I dive into deep complex equations for character stats, how exactly would you start off basic? Let’s say I have a hero and an Enemy.
Hero:
HP = 100
Def = 40
Atk = 30
Enemy:
HP = 80
Def = 30
Atk = 50
So the hero comes in and deals his 30 attack, does he first penatrate the enemys’ defence and bring it to 0? Then his second attack takes the enemys’ health down by 30? How would a battle like this work?