4,951
edits
Falterfire (talk | contribs) (Fixed MiningID references) |
Falterfire (talk | contribs) (Fixed potion tier levels) |
||
Line 972: | Line 972: | ||
function p._getItemUseTable(item) | function p._getItemUseTable(item) | ||
local useArray = {} | local useArray = {} | ||
local potTierMastery = {[0] = 0, [1] = | local potTierMastery = {[0] = 0, [1] = 20, [2] = 50, [3] = 90} | ||
--First, loop through all items to find anything that can be made or upgraded into using our source | --First, loop through all items to find anything that can be made or upgraded into using our source |