Module:SlotSprite/The Aether

From Aether Project Wiki
Jump to navigation Jump to search
This is the documentation page. It will be transcluded into the main module page. See Template:Documentation for more information

Available images

Accessories

    • Cape
    • Gloves
    • Miscellaneous
    • Pendant
    • Ring
    • Shield

Default

    • Default

return {
	settings = {
		align = 'middle',
		classname = 'slot-sprite-aether',
		image = 'The_Aether-SlotSprite.png',
		name = 'The_Aether-Slot',
		sheetsize = 256,
		size = 32,
		stylesheet = true,
	},
	sections = {
		{ name = 'Accessories', id = 2 },
		{ name = 'Default', id = 1 },
	},
	ids = {
		Cape = { pos = 2, section = 2 },
		Default = { pos = 1, section = 1 },
		Gloves = { pos = 3, section = 2 },
		Miscellaneous = { pos = 4, section = 2 },
		Pendant = { pos = 5, section = 2 },
		Ring = { pos = 6, section = 2 },
		Shield = { pos = 7, section = 2 },
	},
}