Module:Items: Difference between revisions

No change in size ,  15 October 2020
Fixed potion tier levels
(Fixed MiningID references)
(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] = 15, [2] = 40, [3] = 65}
   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