Module:Items/SourceTables: Difference between revisions

Fixed Rune Essence quantity
m (removed text from herblore in itemsources, hopefully)
(Fixed Rune Essence quantity)
Line 83: Line 83:
     time = 3
     time = 3
     xp = item.miningXP
     xp = item.miningXP
    --Rune Essence has double quantity, but that's a hard-coded thing in the game so it's hard-coded here
    if item.name == 'Rune Essence' then qty = 2 else qty = 1 end
     if item.name == 'Dragonite Ore' then
     if item.name == 'Dragonite Ore' then
       specialReq = Icons.Icon({"Mastery", notext='true'})..' 271 total [[Mining]] [[Mastery]]'
       specialReq = Icons.Icon({"Mastery", notext='true'})..' 271 total [[Mining]] [[Mastery]]'