User Tools

Site Tools


leveling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
leveling [2017/09/01 12:15] Johnleveling [2017/09/04 21:02] (current) John
Line 1: Line 1:
-===== Character Progression Concepts =====+===== Character Progression ===== 
 +----
 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.  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. 
  
-Need to think about what is the end-goal of these systems and will they be fun for the player. (( Question is: can I build a fun system without much coding )) 
  
 +=== Progression Formula (Excel Formula) === 
 +LEVEL = 2\\ BASEXP = 1000\\ MULTIPLIER = 1.5
 +
 +
 +
 +XPTOADVANCE = FLOOR.MATH(BASEXP*(LEVEL^MULTIPLIER)-FLOOR.MATH(BASEXP*((LEVEL-1)^MULTIPLIER)
 +
 +:ToDo: Convert to C#
 +
 +
 +
 +=== Levels and Skills Explained===
 +----
 +As the character earns Experience Points (XP) in-game, it translates to Earning Levels and Skills:
 +
 +^ Earned ^ Description ^ Notes ^
 +| Levels | You obtain experience points be defeating enemies, accomplishing quests, etc. When you reach a certain number of experience points, you gain a level, which makes your character better in various game-specific ways. | Health and Stamina will automatically progress as the character progresses. No player interaction required |
 +| Skills | You acquire skill points, which are similar to experience points except that you use them to "buy" skills for your character. | Player earns a specific number of "Skill" points per level that are used to "Buy" additional skills or improve existing skills. |
  
-=== Leveling Chart ===  
-(( These values may be adjusted as testing starts )) 
-^ Total XP ^ Level ^ 
-| 0 | 1st | 
-| 1,000 | 2nd | 
-| 2,250 | 3rd | 
-| 3,750 | 4th | 
-| 5,500 | 5th | 
-| 7,700 | 6th | 
-| 10,000 | 7th | 
-| 13,000 | 8th | 
-| 16,500 | 9th | 
-| 20,500 | 10th | 
-| 26,000 | 11th | 
-| 32,000 | 12th | 
-| 39,000 | 13th | 
-| 47,000 | 14th | 
-| 57.000 | 15th | 
-| 69,000 | 16th | 
-| 83,000 | 17th | 
-| 99,000 | 18th | 
-| 119,000 | 19th | 
-| 143,000 | 20th | 
leveling.1504282534.txt.gz · Last modified: by John

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki