The Simple Skill System is a simple but solid solution to having skill systems in
your games. Have you ever wanted to have a skill system similar to old school MMORPGs, such as Runescape? This system's job is to handle the storage and leveling systems of skills.
The system handles many things for the developer. These are:
• Add Skills to the Manager
• Change Skill curves
• Add XP to skills
• Add XP to all skills
• Get the total XP of a skill
• Get the total XP of all skills
• Get the current level of a skill
• Get the total level of all skills
• Get the XP to the next level of a skill
• Get the Skill object for a skill
• Get all the Skill objects in the Skill Manager
• Get Save State of Skill
• Set Skill by Save State