Module:GenerateTables

From Foundry Wiki
Revision as of 21:59, 10 May 2024 by Erkle64 (talk | contribs) (Created page with "local funcs = {} funcs.tableRecipeRates = function(recipeName) return recipeName end")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:GenerateTables/doc

local funcs = {}

funcs.tableRecipeRates = function(recipeName)
	return recipeName
end