Модуль:Chemistry Lookup/data: различия между версиями
ss14>Moony Нет описания правки |
Morty (обсуждение | вклад) Добавлены группы химикатов |
||
| (не показаны 3 промежуточные версии этого же участника) | |||
| Строка 1: | Строка 1: | ||
local chem = "User: | local chem = "User:IanComradeBot/chem_prototypes.json" | ||
local react = "User: | local react = "User:IanComradeBot/react_prototypes.json" | ||
return { | return { | ||
chem = mw.text.jsonDecode(mw.title.new(chem, "User"):getContent()), | chem = mw.text.jsonDecode(mw.title.new(chem, "User"):getContent()), | ||
react = mw.text.jsonDecode(mw.title.new(react, "User"):getContent()), | react = mw.text.jsonDecode(mw.title.new(react, "User"):getContent()), | ||
groupDirection = { | |||
Drinks = "Drinks"; | |||
Foods = "Cooking"; | |||
} | |||
} | } | ||