Module:EffectSprite/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

This module should be transcluded into {{Sprites/EffectSprite/The_Aether}}.


return {
	settings = {
		align = 'middle',
		classname = 'effect-sprite-aether',
		image = 'The_Aether-EffectsCSS.png',
		name = 'The_Aether-Effect',
		pos = 256,
		sheetsize = 288,
		size = 18,
		stylesheet = true,
	},
	sections = {
		{ name = 'Icons', id = 2 },
		{ name = 'Particles', id = 3 },
		{ name = 'Default', id = 1 },
	},
	ids = {
		default = { pos = 256, section = 1 },
		inebriation = { pos = 1, section = 2 },
		['particle-inebriation'] = { pos = 2, section = 3 },
	},
}