Module:Infobox Recipe: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
m (added a tooltip to the album xp display that explains it is a one-time reward) |
(Add facility to recipe json) |
||
Line 77: | Line 77: | ||
['Recipe JSON'] = mw.text.jsonEncode({ |
['Recipe JSON'] = mw.text.jsonEncode({ |
||
facility = args.facility, |
|||
xp = args.exp and tonumber(args.exp), |
xp = args.exp and tonumber(args.exp), |
||
kp = args.kp and tonumber(args.kp), |
kp = args.kp and tonumber(args.kp), |