Migsect / Inscription

Minecraft Bukkit Plugin to add Glyphs RPG mechanic to the Game
0 stars 1 forks source link

Add the storage of unused experience to player data #52

Closed Migsect closed 4 years ago

Migsect commented 4 years ago

If a character has no glyphs that can accept a certain experience type, the experience should be configurable to be stored on the player instead. This experience can then be used for different areas, such as being automatically applied to glyphs that are valid, being used to award glyphs when a character reaches an amount of stored experience, or being used by players to purchase generator items from a UI.

Migsect commented 4 years ago

Added in https://github.com/Migsect/Inscription/commit/64aa054f9ea49fc66019af949eb191aac805a7ab

Experience that can't go onto glyphs will be stored on the player instead (this was actually a legacy feature)