17,105
edits
m (change class to dimmed) |
(Amend slot links & naming) |
||
Line 8: | Line 8: | ||
local slots = { | local slots = { | ||
{ placement = 1, name = 'helm', icon = 'Slot_head', txt = ' | { placement = 1, name = 'helm', icon = 'Slot_head', txt = 'Helmet', link = 'Equipment#Helmets' }, | ||
{ placement = 2, name = 'body', icon = 'Slot_chest', txt = ' | { placement = 2, name = 'body', icon = 'Slot_chest', txt = 'Platebody', link = 'Equipment#Platebodies' }, | ||
{ placement = 3, name = 'legs', icon = 'Slot_legs', txt = ' | { placement = 3, name = 'legs', icon = 'Slot_legs', txt = 'Platelegs', link = 'Equipment#Platelegs' }, | ||
{ placement = 4, name = 'boots', icon = 'Slot_feet', txt = 'Boots', link = ' | { placement = 4, name = 'boots', icon = 'Slot_feet', txt = 'Boots', link = 'Equipment#Boots' }, | ||
{ placement = 5, name = 'gloves', icon = 'Slot_hands', txt = 'Gloves', link = ' | { placement = 5, name = 'gloves', icon = 'Slot_hands', txt = 'Gloves', link = 'Equipment#Gloves' }, | ||
{ placement = 6, name = 'cape', icon = 'Slot_back', txt = ' | { placement = 6, name = 'cape', icon = 'Slot_back', txt = 'Cape', link = 'Equipment#Capes' }, | ||
{ placement = 7, name = 'neck', icon = 'Slot_neck', txt = ' | { placement = 7, name = 'neck', icon = 'Slot_neck', txt = 'Amulet', link = 'Equipment#Amulets' }, | ||
{ placement = 8, name = 'ring', icon = 'Slot_ring', txt = 'Ring', link = ' | { placement = 8, name = 'ring', icon = 'Slot_ring', txt = 'Ring', link = 'Equipment#Rings' }, | ||
{ placement = 9, name = 'weapon', icon = 'Slot_weapon', txt = 'Weapon', link = ' | { placement = 9, name = 'weapon', icon = 'Slot_weapon', txt = 'Weapon', link = 'Equipment#Weapons' }, | ||
{ placement = 10, name = 'shield', icon = 'Slot_shield', txt = ' | { placement = 10, name = 'shield', icon = 'Slot_shield', txt = 'Offhand', link = 'Equipment#Offhand' }, | ||
{ placement = 11, name = 'ammo', icon = 'Slot_ammo', txt = ' | { placement = 11, name = 'ammo', icon = 'Slot_ammo', txt = 'Quiver', link = 'Equipment#Ammunition' }, | ||
{ placement = 12, name = 'passive', icon = 'Slot_passive', txt = 'Passive', link = '' }, | { placement = 12, name = 'passive', icon = 'Slot_passive', txt = 'Passive', link = 'Combat Passive Slot' }, | ||
{ placement = 13, name = 'familiar1', icon = 'Slot_summon', txt = 'Familiar Left', link = '' }, | { placement = 13, name = 'familiar1', icon = 'Slot_summon', txt = 'Familiar Left', link = 'Summoning' }, | ||
{ placement = 14, name = 'familiar2', icon = 'Slot_summon', txt = 'Familiar Right', link = '' } | { placement = 14, name = 'familiar2', icon = 'Slot_summon', txt = 'Familiar Right', link = 'Summoning' } | ||
} | } |