Module
A Module is a building block of a Station. Vanilla module types:
- Production module β produces wares.
- Dock module β provides docking bays.
- Defence module β turrets, shields, missiles.
- Habitation module β workforce housing.
- Storage module β cargo capacity.
- Connection module β links other modules.
What will be on this page (planned)
Section titled βWhat will be on this page (planned)β- Properties:
.macro,.ware(for production),.ware.resources(recipe),.tags,.iscontainer. - Actions: add to station, remove from station, pause production.
- Libraries: related vanilla helpers.
- Events: module-related signals.
- Gotchas:
$Mod.macro.ware.resourcesworks,$Mod.products.list.{1}.resourcesreturns null. - Examples: querying production recipe, adding new module to existing station.
Related
Section titled βRelatedβ- Station β parent container.
- Ware β what production modules produce.
- Macro β module template data.