MovingBlocks
Create a MagicalStats module
Terasology has a PhysicalStats module that implements a basic RPG stats system consisting of seven different physical attributes. However, we need a module that focuses on "magical" attributes instead - intelligence (INT), wisdom (WIS), willpower (WIL), arcane resistance (RES) etc. Your task is to implement this module.
Definition of 'Done'
- The MagicalStats module is fully implemented and located in a public GitHub repository. It will later be moved to the Terasology organization.
Where to start?
- The PhysicalStats module is a good example on implementing a similar stats system.
- For an overview of working with modules, check out the wiki pages on the Entity System and Events and Systems
Task tags
Students who completed this task
Max Borsch