Module:AlchemistList: Difference between revisions
m
Alsang moved page Module:PotionList to Module:AlchemistList without leaving a redirect: match the naming convention of the other "List" modules
m (change "potion" to "product" and "reagent" to "material" so it matches all the other crafting profession tables. functionality unchanged.) |
m (Alsang moved page Module:PotionList to Module:AlchemistList without leaving a redirect: match the naming convention of the other "List" modules) |
||
(One intermediate revision by the same user not shown) | |||
Line 1:
require('strict')
require('Module:Mw.html extension')
local
local param = require( 'Module:Paramtest' )
local currency = require('Module:Currency')
Line 54:
for _, item in ipairs(results) do
--
local
item.
item.XP = fullRecipe.xp
item.duration = fullRecipe.duration
▲ item.buy = 0
▲ QTYmade = QTYmade.output[1].quantity
-- direct values
|