Version 1.07
- Added rates formula
- "current" variable to formulas
Rate formulas:
Lets you add a value to a rate by a formula. The formula acceps the a, v[] and the new current variables. The setup:
<ratesFormula>XPARAM: value</ratesFormula>Set XPARAM to the abbreviation for a xparam or sparam
Value can be any number or even a formula. Can use a, v[], and current but not b!
Current Variable:
This variable will return the current value before the formula is called. Because if you tried to add to mhp and had mhp in the formula, it would get stuck in a never ending loop. But now you can type in current to get its current value.
Ex:
atk: current * 2lets say the actors atk was 10. This formula would then turn to "10 * 2", so the actors new atk would be 10 + (10 * 2) for a total of 30!
Reminder:
All of the note tags are addictive, they do not replace current parameters with your set value, this goes for rates as well.