Module:EntitySprite/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 implements Template:Sprites/EntitySprite/The_Aether.


return {
	settings = {
		classname = 'entity-sprite-aether',
		image = 'The_Aether-EntityCSS.png',
		name = 'The_Aether-Entity',
		sheetsize = 192,
		stylesheet = true,
	},
	sections = {
		{ name = 'Mobs', id = 2 },
		{ name = 'Vehicles', id = 4 },
		{ name = 'Projectiles', id = 3 },
		{ name = 'Miscellaneous', id = 5 },
		{ name = 'Unknown', id = 1 },
	},
	ids = {
		['aechor-plant'] = { pos = 2, section = 2 },
		aerbunny = { pos = 3, section = 2 },
		aerwhale = { pos = 4, section = 2 },
		['black-moa'] = { pos = 11, section = 2 },
		['blue-moa'] = { pos = 9, section = 2 },
		['blue-swet'] = { pos = 21, section = 2 },
		['cloud-crystal'] = { pos = 33, section = 3 },
		['cloud-minion'] = { pos = 44, section = 5 },
		cockatrice = { pos = 5, section = 2 },
		['cold-parachute'] = { pos = 42, section = 4 },
		['enchanted-dart'] = { pos = 34, section = 3 },
		['evil-whirlwind'] = { pos = 6, section = 2 },
		['fire-crystal'] = { pos = 31, section = 3 },
		['fire-minion'] = { pos = 20, section = 2 },
		['flaming-arrow'] = { pos = 27, section = 3 },
		['floating-block'] = { pos = 45, section = 5 },
		['flying-cow'] = { pos = 7, section = 2 },
		['golden-dart'] = { pos = 35, section = 3 },
		['golden-parachute'] = { pos = 43, section = 4 },
		['golden-swet'] = { pos = 22, section = 2 },
		['hammer-jeb-projectile'] = { pos = 28, section = 3 },
		['hammer-kingbdogz-projectile'] = { pos = 29, section = 3 },
		['hammer-projectile'] = { pos = 29, section = 3 },
		['ice-crystal'] = { pos = 32, section = 3 },
		['lightning-knife'] = { pos = 38, section = 3 },
		mimic = { pos = 8, section = 2 },
		moa = { pos = 9, section = 2 },
		phyg = { pos = 12, section = 2 },
		['poison-dart'] = { pos = 36, section = 3 },
		['poison-needle'] = { pos = 37, section = 3 },
		sentry = { pos = 13, section = 2 },
		['sentry-both-states'] = { pos = 15, section = 2 },
		['sentry-unlit'] = { pos = 14, section = 2 },
		sheepuff = { pos = 16, section = 2 },
		['skyroot-boat'] = { pos = 40, section = 4 },
		['skyroot-boat-with-chest'] = { pos = 41, section = 4 },
		slider = { pos = 17, section = 2 },
		['slider-awake'] = { pos = 18, section = 2 },
		['slider-both-states'] = { pos = 19, section = 2 },
		['sun-spirit'] = { pos = 20, section = 2 },
		['thunder-crystal'] = { pos = 30, section = 3 },
		['TNT-present'] = { pos = 46, section = 5 },
		unknown = { pos = 1, section = 1 },
		valkyrie = { pos = 23, section = 2 },
		['valkyrie-queen'] = { pos = 24, section = 2 },
		whirlwind = { pos = 25, section = 2 },
		['white-moa'] = { pos = 10, section = 2 },
		zephyr = { pos = 26, section = 2 },
		['zephyr-snowball'] = { pos = 39, section = 3 },
	},
}