Arithmetic
Inside every configuration file you can using simple arithmetic like addition, subtraction, multiplication and division. Just put the term inside round brackets (). As an example:
Race 101
Level 1
HP 100
Attack (10+5)
This will evaluate to an attack of 15.
You can also use constants like:
Attack ({MyNumber} * 5)
This will evaluate to whatever MyNumber contains times 5.
Updated 12 days ago
Did this page help you?