Module:BuildingData/doc: Difference between revisions

From Corsair Cove Official Wiki
Dorce (talk | contribs)
Created page with "This module provides data for all buildings in the game to be used by other modules. It provides information in a nested data structure in the lua format. You can change building data and add new buildings by copy-pasting existing buildings and modifying the data appropiately. Please note that any text should be enclosed inside "" and any numeric values should not be enclosed in "" (to match the native lua format for strings and integers). This Module is used in: Mod..."
 
Dorce (talk | contribs)
No edit summary
Line 4: Line 4:


This Module is used in:
This Module is used in:
[[Module:BuildingInfoboxGenerator]]
* [[Module:BuildingInfoboxGenerator]]
[[Module:BuildingTable]]
* [[Module:BuildingTable]]
[[Template:Building]]
* [[Template:Building]]
[[Template:BuildingIcon]]
* [[Template:BuildingIcon]]

Revision as of 16:46, 31 August 2026

This module provides data for all buildings in the game to be used by other modules.

It provides information in a nested data structure in the lua format. You can change building data and add new buildings by copy-pasting existing buildings and modifying the data appropiately. Please note that any text should be enclosed inside "" and any numeric values should not be enclosed in "" (to match the native lua format for strings and integers).

This Module is used in: