Module:Items/doc: Difference between revisions
From Melvor Idle
Falterfire (talk | contribs) (Created page with "Lua module for generating various item tables. Pulls data from Module:Items/data") |
(Storing header comments from the Lua file. Makes links easier to use) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Lua module for | Lua module containing all sorts of functions for getting data on items. Pulls data from [[Module:GameData/data]]. | ||
Some functions were split to submodules: | |||
* [[Module:Items/UseTables]] | |||
* [[Module:Items/SourceTables]] | |||
* [[Module:Items/ComparisonTables]] |
Latest revision as of 03:23, 6 September 2024
Lua module containing all sorts of functions for getting data on items. Pulls data from Module:GameData/data.
Some functions were split to submodules: