Module:Items/SourceTables: Difference between revisions

m
Changed Lost Chest level to acquire to 100 since it can't be obtained until buying the Corundum Fishing Rod at level 100 Fishing
(Added a manual override for Deadly Toxins Potion)
m (Changed Lost Chest level to acquire to 100 since it can't be obtained until buying the Corundum Fishing Rod at level 100 Fishing)
Line 498: Line 498:
table.insert(lineArray, Icons.Icon({'Fishing', type='skill', notext=true}) .. ' [[Fishing#Special|Special]]')
table.insert(lineArray, Icons.Icon({'Fishing', type='skill', notext=true}) .. ' [[Fishing#Special|Special]]')
elseif item.id == SkillData.Fishing.lostChestItem then
elseif item.id == SkillData.Fishing.lostChestItem then
table.insert(lineArray, Icons._SkillReq(SkillData.Fishing.name, 1))
table.insert(lineArray, Icons._SkillReq(SkillData.Fishing.name, 100))
end
end