GWLPR World - GameRevision/GWLP-R GitHub Wiki
Description of the GWLPR World as Component Entity System
- Scheduler-Component: Holds an ordered Queue for each entity. Entities may add a date and an event to that queue, and the Scheduler will trigger the event at given time. Used for: Skill cast times, hex/enchantment upkeep times, etc.