- Joined
- Sep 3, 2013
- Messages
- 22
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hi, RPG Maker community. Again. For the second time in less than a week. n_n' /
The move's description is as follows:
The user inflicts damage on himself in order to deal
massive Dark damage to the enemy.
The move's formula is as follows:
c=(a.atk*6 + a.mat*6) - b.def * 3; a.hp-=(a.hp*0.25).to_i;c.
I hope it's not something embarrassingly simple like my last thread topic.
The move's description is as follows:
The user inflicts damage on himself in order to deal
massive Dark damage to the enemy.
The move's formula is as follows:
c=(a.atk*6 + a.mat*6) - b.def * 3; a.hp-=(a.hp*0.25).to_i;c.
I hope it's not something embarrassingly simple like my last thread topic.
Last edited by a moderator:

