Tagged Questions
12
votes
2answers
594 views
Formula for three competing heroes, each has one they can beat and one they're beaten by
I am trying to design a game for a project I have, The main idea is:
3 Types of heroes
3 Stats per hero
There are no levels involved so the differences must be located on stats.
Fight logic - The ...
0
votes
2answers
327 views
Calculating an experience formula
I'm having trouble working out a formula using this experience curve to get the total exp after each level. I bet its easy and im just over thinking it.
maxlvl = 10;
increment = 28;
baseexp = 100;
...