Hello there, i created a new battle formula
BUT it doesn't work lol
anyway there is the scheme:
{[(Attacker's Attack * (Attacker's Attack + Attacker's Streght)) * 5] / 100 - [(Victim's Phisical Defense + Victim's Dexerity) * 2} * 20
So... if i have wronged everything please re do everything please
Code:
atk = [(attacker.atk * (attacker.atk + attacker.str) * 5) / 100].max
self.damage = (atk - (self.pdef + self.dex) * 2) * 20
BUT it doesn't work lol
anyway there is the scheme:
{[(Attacker's Attack * (Attacker's Attack + Attacker's Streght)) * 5] / 100 - [(Victim's Phisical Defense + Victim's Dexerity) * 2} * 20
So... if i have wronged everything please re do everything please