Module:Chemistry Lookup/data

From Space Station 14 Wiki
< Module:Chemistry Lookup
Revision as of 22:03, 27 April 2022 by Moony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Chemistry Lookup/data/doc

local chem = "User:Moony/chem_prototypes.json"
local react = "User:Moony/react_prototypes.json"

return {
	chem = mw.text.jsonDecode(mw.title.new(chem, "User"):getContent()),
	react = mw.text.jsonDecode(mw.title.new(react, "User"):getContent()),
	groupDirection = {
		Drinks = "Drinks";
		Foods = "Cooking";
	}
}