leveling
This is an old revision of the document!
Leveling and XP
The character will earn experience points(XP) for doing things in-game. From harvesting berries or wild game to eat, to placing platforms and walls to build a structure; all these things will earn the character XP. When the character has gained enough XP, the character will advance to the next character level. The XP will be used to show the character's growth in skill and ability. Several XP to skill based systems are presented below for consideration.
Progression Formula (Excel Formula)
LEVEL = 2
BASEXP = 1000
MULTIPLIER = 1.5
XPTOADVANCE = FLOOR.MATH(BASEXP*(LEVEL^MULTIPLIER)-FLOOR.MATH(BASEXP*((LEVEL-1)^MULTIPLIER)
Convert to C#
leveling.1504572562.txt.gz · Last modified: by John
