- Joined
- Sep 15, 2020
- Messages
- 111
- Reaction score
- 31
- First Language
- Portuguese
- Primarily Uses
- RMVXA
I want my character to take damage on the overworld based on a damage formula...it goes like this
damage: 2 - AGI +1
Basically there is a fixed damage that is decreased by the characters agility stat, but the minimum damage is 1...I got the agility as a variable if that helps, but I don't know how to deal damage based on the damage formula...the "decrease HP" only let's me deal damage based on a flat number or a variable...
damage: 2 - AGI +1
Basically there is a fixed damage that is decreased by the characters agility stat, but the minimum damage is 1...I got the agility as a variable if that helps, but I don't know how to deal damage based on the damage formula...the "decrease HP" only let's me deal damage based on a flat number or a variable...