Module:Mods/Ex Nihilo/ItemSprite

Jump to navigation Jump to search
Documentation[create] [refresh]
This module has no documentation. If you know how to use this module, please create it.
return {
	settings = {
		name = 'Ex Nihilo Item',
		linkprefix = 'Mods/Ex Nihilo/',
		pos = 256,
		sheetsize = 256,
		url = require( [[Module:Sprite]] ).getUrl( 'Ex Nihilo ItemSprite.png' ),
	},
	sections = {
		{ name = 'Broken Ore', id = 1 },
		{ name = 'Crushed Ore', id = 2 },
		{ name = 'Pulverized Ore', id = 3 },
		{ name = 'Ingots', id = 4 },
		{ name = 'Hammers', id = 5 },
		{ name = 'Seeds', id = 6 },
		{ name = 'Miscellaneous', id = 7 },
	},
	ids = {
		['Acorn'] = { pos = 68, section = 6 },
		['Aluminum Ingot'] = { pos = 49, section = 4 },
		['Ancient Spores'] = { pos = 27, section = 7 },
		['Angry Doll'] = { pos = 31, section = 7 },
		['Birch Seed'] = { pos = 69, section = 6 },
		['Bone Crook'] = { pos = 28, section = 7 },
		['Broken Aluminum Ore'] = { pos = 1, section = 1 },
		['Broken Copper Ore'] = { pos = 2, section = 1 },
		['Broken Gold Ore'] = { pos = 3, section = 1 },
		['Broken Iron Ore'] = { pos = 4, section = 1 },
		['Broken Lead Ore'] = { pos = 5, section = 1 },
		['Broken Nickel Ore'] = { pos = 6, section = 1 },
		['Broken Osmium Ore'] = { pos = 7, section = 1 },
		['Broken Platinum Ore'] = { pos = 8, section = 1 },
		['Broken Silver Ore'] = { pos = 9, section = 1 },
		['Broken Tin Ore'] = { pos = 10, section = 1 },
		['Cactus Seeds'] = { pos = 66, section = 6 },
		['Carrot Seeds'] = { pos = 67, section = 6 },
		['Cooked Silkworm'] = { pos = 44, section = 7 },
		['Copper Ingot'] = { pos = 50, section = 4 },
		['Creepy Doll'] = { pos = 32, section = 7 },
		['Crook'] = { pos = 29, section = 7 },
		['Crushed Aluminum Ore'] = { pos = 17, section = 2 },
		['Crushed Copper Ore'] = { pos = 18, section = 2 },
		['Crushed Gold Ore'] = { pos = 19, section = 2 },
		['Crushed Iron Ore'] = { pos = 20, section = 2 },
		['Crushed Lead Ore'] = { pos = 21, section = 2 },
		['Crushed Nickel Ore'] = { pos = 22, section = 2 },
		['Crushed Osmium Ore'] = { pos = 23, section = 2 },
		['Crushed Platinum Ore'] = { pos = 24, section = 2 },
		['Crushed Silver Ore'] = { pos = 25, section = 2 },
		['Crushed Tin Ore'] = { pos = 26, section = 2 },
		['Diamond Hammer'] = { pos = 11, section = 5 },
		['Exotic Seed'] = { pos = 70, section = 6 },
		['Gold Hammer'] = { pos = 12, section = 5 },
		['Grass Seeds'] = { pos = 65, section = 6 },
		['Iron Hammer'] = { pos = 13, section = 5 },
		['Lead Ingot'] = { pos = 53, section = 4 },
		['Nickel Ingot'] = { pos = 54, section = 4 },
		['Platinum Ingot'] = { pos = 56, section = 4 },
		['Porcelain Clay'] = { pos = 47, section = 7 },
		['Potato Seeds'] = { pos = 72, section = 6 },
		['Precious Doll'] = { pos = 30, section = 7 },
		['Pulverized Aluminum Ore'] = { pos = 33, section = 3 },
		['Pulverized Copper Ore'] = { pos = 34, section = 3 },
		['Pulverized Gold Ore'] = { pos = 35, section = 3 },
		['Pulverized Iron Ore'] = { pos = 36, section = 3 },
		['Pulverized Lead Ore'] = { pos = 37, section = 3 },
		['Pulverized Nickel Ore'] = { pos = 38, section = 3 },
		['Pulverized Osmium Ore'] = { pos = 39, section = 3 },
		['Pulverized Platinum Ore'] = { pos = 40, section = 3 },
		['Pulverized Silver Ore'] = { pos = 41, section = 3 },
		['Pulverized Tin Ore'] = { pos = 42, section = 3 },
		['Rubber Tree Seeds'] = { pos = 71, section = 6 },
		['Silk Mesh'] = { pos = 16, section = 7 },
		['Silkworm'] = { pos = 43, section = 7 },
		['Silver Ingot'] = { pos = 57, section = 4 },
		['Spruce Seeds'] = { pos = 73, section = 6 },
		['Stone'] = { pos = 45, section = 7 },
		['Stone Hammer'] = { pos = 14, section = 5 },
		['Sugar Cane Seeds'] = { pos = 74, section = 6 },
		['Tin Ingot'] = { pos = 58, section = 4 },
		['Witch Water Bucket'] = { pos = 46, section = 7 },
		['Wooden Hammer'] = { pos = 15, section = 5 },
	}
}