17,097
edits
(_getItemUses: Re-order output such that skill uses appear before other uses) |
(_getItemUseTable: Support GP & SC in various artisan skills) |
||
Line 434: | Line 434: | ||
end | end | ||
end | end | ||
table.insert(useArray, {item = itemDef, qty = qty, mats = costDef.itemCosts, skill = skillName, reqVal = reqVal, req = rowReq, xp = recipe.baseXP}) | table.insert(useArray, {item = itemDef, qty = qty, mats = costDef.itemCosts, gp = recipe.gpCost, sc = recipe.scCost, skill = skillName, reqVal = reqVal, req = rowReq, xp = recipe.baseXP}) | ||
end | end | ||
end | end | ||
Line 703: | Line 703: | ||
'Mysterious Stone', | 'Mysterious Stone', | ||
'Mastery Token (Cooking)', | 'Mastery Token (Cooking)', | ||
'Gem Gloves' | 'Gem Gloves', | ||
'Basic Bag' | |||
} | } | ||
local checkFuncs = { | local checkFuncs = { |