View source for Module:Recommended equipment
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
local paramTest = require('Module:Paramtest')
local onMain = require('Module:Mainonly').on_main
local yesNo = require('Module:Yesno')
local SlotInfo = {
{ name = 'head', icon = 'Head slot', txt = 'Head', link = '' },
{ name = 'neck', icon = 'Neck slot', txt = 'Neck', link = ' ' },
{ name = 'cape', icon = 'Cape slot', txt = 'Back', link = '' },
{ name = 'body', icon = 'Body slot', txt = 'Body', link = '' },
{ name = 'legs', icon = 'Legs slot', txt = 'Legs', link = '' },
{ name = 'weapon', icon = 'Weapon slot', txt = 'Weapon', link = '' },
{ name = 'shield', icon = 'Shield slot', txt = 'Shield', link = '' },
{ name = '2h', icon = '2h slot', txt = 'Two-handed weapon', link = '' },
{ name = 'ammo', icon = 'Ammo slot', txt = 'Ammo/Spell', link = '' },
{ name = 'hands', icon = 'Hands slot', txt = 'hands', link = '' },
{ name = 'feet', icon = 'Feet slot', txt = 'Boots', link = '' },
{ name = 'ring', icon = 'Ring slot', txt = 'Ring', link = '' },
{ name = 'special', icon = 'Special attack orb', txt = 'Special attack', link = '' },
000
1:0
Template used on this page:
Return to Module:Recommended equipment.