- What formulas does it include?
- Additive, multiplicative, Pokemon-style (2*atk/def+2), DnD (atk+mod vs AC). Plus customizable variables for critical hits, elemental, and armor piercing.
- Can I customize the formula?
- Yes — define inputs (attack, defense, level, etc.) and write a JS expression. The tool evaluates safely and shows the result.
- Elemental multipliers?
- Yes — a multiplier matrix for types (fire, water, earth, etc.). Mirrors the Pokemon-style weakness/resistance chart.
- Is this balance testing?
- Partially — you can plug in various attacker/defender combinations and see damage output distributions. For full balance use dedicated game balance tools (Machinations).