Module:Equipment/Recommended: Difference between revisions

m
changed order, i hope
m (import icons module)
m (changed order, i hope)
Line 9: Line 9:
local slots = {
local slots = {
{ placement = 1, name = 'helm', icon = 'Slot_head', txt = 'Head', link = 'Head slot table' },
{ placement = 1, name = 'helm', icon = 'Slot_head', txt = 'Head', link = 'Head slot table' },
{ placement = 2, name = 'neck', icon = 'Slot_neck', txt = 'Neck', link = 'Neck slot table' },
{ placement = 2, name = 'body', icon = 'Slot_chest', txt = 'Body', link = 'Body slot table' },
{ placement = 3, name = 'cape', icon = 'Slot_back', txt = 'Back', link = 'Cape slot table' },
{ placement = 3, name = 'legs', icon = 'Slot_legs', txt = 'Legs', link = 'Legs slot table' },
{ placement = 4, name = 'body', icon = 'Slot_chest', txt = 'Body', link = 'Body slot table' },
{ placement = 4, name = 'boots', icon = 'Slot_feet', txt = 'Boots', link = 'Feet slot table' },
{ placement = 5, name = 'legs', icon = 'Slot_legs', txt = 'Legs', link = 'Legs slot table' },
{ placement = 5, name = 'gloves', icon = 'Slot_hands', txt = 'Gloves', link = 'Hand slot table' },
{ placement = 6, name = 'weapon', icon = 'Slot_weapon', txt = 'Weapon', link = 'Weapon slot table' },
{ placement = 7, name = 'shield', icon = 'Slot_shield', txt = 'Shield', link = 'Shield slot table' },
{ placement = 6, name = 'cape', icon = 'Slot_back', txt = 'Back', link = 'Cape slot table' },
{ placement = 9, name = 'ammo', icon = 'Slot_ammo', txt = 'Ammo/Spell', link = 'Ammunition slot table' },
{ placement = 7, name = 'neck', icon = 'Slot_neck', txt = 'Neck', link = 'Neck slot table' },
{ placement = 10, name = 'gloves', icon = 'Slot_hands', txt = 'Gloves', link = 'Hand slot table' },
{ placement = 8, name = 'ring', icon = 'Slot_ring', txt = 'Ring', link = 'Ring slot table' },
{ placement = 11, name = 'boots', icon = 'Slot_feet', txt = 'Boots', link = 'Feet slot table' },
{ placement = 12, name = 'ring', icon = 'Slot_ring', txt = 'Ring', link = 'Ring slot table' },
{ placement = 9, name = 'weapon', icon = 'Slot_weapon', txt = 'Weapon', link = 'Weapon slot table' },
{ placement = 13, name = 'passive', icon = '', txt = 'Special attack', link = '' },
{ placement = 10, name = 'shield', icon = 'Slot_shield', txt = 'Shield', link = 'Shield slot table' },
{ placement = 14, name = 'familiar1', icon = 'Slot_summon', txt = 'Familiar', link = '' },
{ placement = 11, name = 'ammo', icon = 'Slot_ammo', txt = 'Ammo/Spell', link = 'Ammunition slot table' },
{ placement = 15, name = 'familiar2', icon = 'Slot_summon', txt = 'Familiar', link = '' }
{ placement = 12, name = 'passive', icon = '', txt = 'Special attack', link = '' },
{ placement = 13, name = 'familiar1', icon = 'Slot_summon', txt = 'Familiar', link = '' },
{ placement = 14, name = 'familiar2', icon = 'Slot_summon', txt = 'Familiar', link = '' }
}
}
892

edits