MovingBlocks
Create a HealingBlocks module
Terasology has a DamagingBlocks module that allows specific blocks to damage entities where they touch the blocks. An interesting idea is a reverse module with blocks that heal entities once they stepped on them - your task is to implement this module. It should contain a component for marking a block as healing, and a system for handling entity-healing block interactions.
Definition of 'Done'
- The HealingBlocks module is fully implemented and located in a public GitHub repository. It will later be moved to the Terasology organization.
Where to start?
- As mentioned above, the DamagingBlocks module is a good example on how block and entity interactions work.
- The wiki pages on the Entity System and Events and Systems
Task tags
Students who completed this task
Eric Banisadr