Module:SkillUnlocks: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 648: Line 648:
['level'] = 40,
['level'] = 40,
['entities'] = {'Rune 2H Sword', 'Rune Battleaxe', 'Rune Dagger', 'Rune Scimitar', 'Rune Sword'}
['entities'] = {'Rune 2H Sword', 'Rune Battleaxe', 'Rune Dagger', 'Rune Scimitar', 'Rune Sword'}
},
{
['verb'] = 'Wear',
['name'] = 'Melee Slayer Gear (Basic)',
['level'] = 1,
['entities'] = {'Slayer Helmet (Basic)', 'Slayer Platebody (Basic)'}
},
},
{
{
Line 1,392: Line 1,398:
end
end
if entity.entityType == 'shop' then
if entity.entityType == 'shop' then
iconType = entity.entity.contains.petID and 'pet' or 'item'
--[[if entity.entity.contains.petID then
iconType = 'pet'
elseif entity.subType == 'melvorD:SkillUpgrades' then
iconType = 'upgrade'
else
iconType = 'item'
end
--]]
iconType = string.lower(entity.subType)
end
end
if entity.entityType == 'plot' then
if entity.entityType == 'plot' then
73

edits