Modules
Last updated
Last updated
Here you can find more details about each module and how it works. All modules share a common structure, consisting of a core system, components, and capabilities.
Each player must have modules added to it for systems to be working properly. For example player does not have resource management on its own, it requires a resource module.
: Manages resource types and storage limits.
: Handles production of any producible, supporting real-time and turn-based mechanics.
: Allows units to enter and exit other units for protection or transport.
: Manages population limits and expansion mechanics.
: Handles worker-unit resource gathering.
Upcoming guides:
Combat: Supports different attack types, AI behaviours, and damage systems.
Building: Defines construction mechanics and unit-structure interactions.
Custom: Guide on creating a custom module.