Name: Eventual Skills
Summary: A library for adding time based skill leveling. Borrows some math from EVE Online.
Scope: Mod
Current Goal:
Curator: Josharias
Github: https://github.com/Terasology/EventualSkills
Compatibility: Singleplayer, Multiplayer
Vision:
Provide a set of systems to allow a player character to train skills. The skills would be trained over time without being required to be currently logged in. Players can train only one skill at a time.
Leveling up skills can then:
Skill point gain is static at:
Integration Modules
https://github.com/Terasology/ManualLaborEventualSkills
Recent Changes:
Add configuration for overall skill points needed. (2015-07-02)
Multiplayer friendly (2015-07-02)
ManualLabor integration module (2015-07-02)
Better UI support for skill prerequisites (2015-07-02)
Summary: A library for adding time based skill leveling. Borrows some math from EVE Online.
Scope: Mod
Current Goal:
Curator: Josharias
Github: https://github.com/Terasology/EventualSkills
Compatibility: Singleplayer, Multiplayer
Vision:
Provide a set of systems to allow a player character to train skills. The skills would be trained over time without being required to be currently logged in. Players can train only one skill at a time.
Leveling up skills can then:
- Alter the character's attributes
- Unlock various in game mechanisms
skillPointsNeeded = rank * 250.0 * Math.pow(5.66, level - 1)
Skill point gain is static at:
37.5 skillpoints/min
Integration Modules
https://github.com/Terasology/ManualLaborEventualSkills
Recent Changes:
Add configuration for overall skill points needed. (2015-07-02)
Multiplayer friendly (2015-07-02)
ManualLabor integration module (2015-07-02)
Better UI support for skill prerequisites (2015-07-02)
2015-07-07
- Add configuration for skill point scaling and overall skill point amount.
- Multiplayer friendly now!
- Prevent odd situations from causing NPEs.
- Server side validation of prerequisite skills before training start.
- Better UI support for skill prerequisites
- ManualLabor integration module
- UI for skill training.
- Skill training and leveling mechanic functional.
Last edited: