- Joined
- Sep 14, 2009
- Messages
- 284
Hello hello.
I'm making a custom experience system for a turn-based map. However, due to my lack of skills in math I need some help.
This problem requires some dedication to solve.
First you need to know some of the experience rules in order to help me.
• The experience is not based on the regular Hero experience bar.
• The experience required to gain a new level is always 100.
• The max level of any unit is 20.
• The higher level the player unit is, the less experience it shall recieve.
• If enemies are less level then the player units, it rewards less experience.
• If enemies are higher level than the player units, it rewards more experience.
• During battles maximum player units controlled is 3, and max number of enemies is also 3.
What I want you to help me with now, is making a formula that matches the above points.
I'm making a custom experience system for a turn-based map. However, due to my lack of skills in math I need some help.
This problem requires some dedication to solve.
First you need to know some of the experience rules in order to help me.
• The experience is not based on the regular Hero experience bar.
• The experience required to gain a new level is always 100.
• The max level of any unit is 20.
• The higher level the player unit is, the less experience it shall recieve.
• If enemies are less level then the player units, it rewards less experience.
• If enemies are higher level than the player units, it rewards more experience.
• During battles maximum player units controlled is 3, and max number of enemies is also 3.
What I want you to help me with now, is making a formula that matches the above points.