Module:Infobox Recipe: Difference between revisions

add the "passive" property to the Recipe JSON that is written to SMW
m (Use tooltip module directly)
(add the "passive" property to the Recipe JSON that is written to SMW)
Line 79:
xp = args.exp and tonumber(args.exp),
kp = args.kp and tonumber(args.kp),
duration = args.duration and tonumber(args.duration),
materials = argsMaterials,
profession = args.profession,
passive = passive,
level = args.level and tonumber(args.level),
-- Make sure to update this when multiple outputs are supported
13,218

edits