Модуль:Meals Lookup: различия между версиями

Нет описания правки
Нет описания правки
Строка 165: Строка 165:
     local out = ""
     local out = ""
     local id = frame.args[1]:gsub(' ', '')
     local id = frame.args[1]:gsub(' ', '')
     local recipe = p.chemicals[id].effects
     local recipe = p.chemicals[id]["effects"]
     local input = buildreagents(frame, getchemicalreagents(recipe))
     local input = buildreagents(frame, getchemicalreagents(recipe))
     local output = recipe["Entity"]
     local output = recipe["Entity"]