Module:ResourceData/doc

From Corsair Cove Official Wiki
Revision as of 16:53, 31 August 2026 by Dorce (talk | contribs) (Created page with "This module provides data for all resources in the game to be used by other modules. It provides information in a nested data structure in the lua format. You can change resource data and add new resources by copy-pasting existing resources 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: * M...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:ResourceData

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

It provides information in a nested data structure in the lua format. You can change resource data and add new resources by copy-pasting existing resources 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: