Module:GenerateTables

From Foundry Wiki
Revision as of 22:06, 10 May 2024 by Erkle64 (talk | contribs)

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

local funcs = {}

funcs.recipeRates = function(frame)
	local recipeName = frame.args[1] or ""
	return recipeName
end

return funcs