Anonymous
×
Create a new article
Write your page title here:
We currently have 497 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

Info about all crafting recipes are stored here to be used by Module:Crafting or Module:Lua (use this one) in their pages.

-- Format: {Item Name, Image File Name, Crafting Level, Crafting XP, {Mateial1, Material2, ...}, Group, Item Description},

-- Material Format: {Material Name, Amount Needed},

-- Groups: (1) Furnace, (2) Oven, (3) Statue, (4) Oil Well, (5) Community Center, (6) Oil Silo, (7) Arrow, (8) Mining Machinery, (9) Boat, (10) Fight Points Medallion, (11) Weapons, (12) Tools,


-- Format: {Item Name,Image File Name,Crafting Level,Crafting XP,{Mateial1,Material2, ...},Group,Item Description},
-- Material Format: {Material Name,Amount Needed},
-- Groups: (1) Furnace, (2) Oven, (3) Statue, (4) Oil Well, (5) Community Center, (6) Oil Silo, (7) Arrow, (8) Mining Machinery, (9) Boat, (10) Fight Points Medallion, (11) Weapons, (12) Tools,
return {
--Furnaces
{'Stone Furnace','StoneFurnace',2,24,{{'Stone',10}},1,'Allow you to smelt Ores into Bars.'},
{'Bronze Furnace','BronzeFurnace',12,155,{{'Stone',1000},{'Bronze Bars',30}},1,'Upgrades your furnace capacity.'},
{'Iron Furnace','IronFurnace',27,545,{{'Stone',28000},{'Iron Bars',200}},1,'Upgrades your furnace capacity.'},
{'Silver Furnace','SilverFurnace',40,898,{{'Stone',40000},{'Silver Bars',200}},1,'Upgrades your furnace capacity.'},
{'Gold Furnace','GoldFurnace',51,1500,{{'Stone',70000},{'Gold Bars',200}},1,'Upgrades your furnace capacity.'},
{'Promethium Furnace','PromethiumFurnace',59,2999,{{'Stone',120000},{'Promethium Bars',35}},1,'Upgrades your furnace capacity.'},
{'Titanium Furnace','TitaniumFurnace',73,6666,{{'Stone',300000},{'Titanium Bars',15}},1,'Upgrades your furnace capacity.'},
{'Ancient Furnace','AncientFurnace',81,10000,{{'Stone',400000},{'Ancient Bars',5}},1,'Upgrades your furnace capacity.'},

--Ovens
{'Bronze Oven','BronzeOven',10,112,{{'Stone',1000},{'Bronze Bars',30}},2,'Unlocks the [[Cooking]] skill.'},
{'Iron Oven','IronOven',22,351,{{'Stone',10000},{'Iron Bars',250}},2,'Decrease the chance of burning food.'},
{'Silver Oven','SilverOven',31,700,{{'Stone',20000},{'Silver Bars',250}},2,'Decrease the chance of burning food.'},
{'Gold Oven','GoldOven',48,1300,{{'Stone',50000},{'Gold Bars',250}},2,'Decrease the chance of burning food.'},
{'Promethium Oven','PromethiumOven',62,3585,{{'Stone',300000},{'Promethium Bars',100}},2,'Decrease the chance of burning food.'},
{'Titanium Oven','TitaniumOven',77,8758,{{'Stone',500000},{'Titanium Bars',50}},2,'Decrease the chance of burning food.'},
{'Ancient Oven','AncientOven',89,21585,{{'Stone',1000000},{'Ancient Bars',50}},2,'Decrease the chance of burning food.'},

--Statues
{'Stone Statue','StoneStatue',1,10,{{'Stone',3}},3,'Can be sold to the dwarf for Quest.'},
{'Bronze Statue','BronzeStatue',9,500,{{'Bronze Bars',20}},3,'Can be traded to the Dwarf for coins.'},
{'Glass Statue','GlassStatue',32,811,{{'Molten Glass',1}},3,'A glass statue. Im sure the dwarf would love this.'},
{'Blood Glass Statue','BloodGlassStatue',65,6788,{{'Molten Glass',100},{'Evil Blood',500},{'Invention',1}},3,'Ability to pray to the gods and convert evil blood into saint blood.'},

--Oil Wells
{'Bronze Oil Well','BronzeOilWell',1,15,{{'Bronze Bars', 5}},4,'Allows you to gather Oil.'},
{'Iron Oil Well','IronOilWell',11,200,{{'Iron Bars', 25}},4,'Allows you to gather Oil.'},
{'Gold Oil Well','GoldOilWell',38,555,{{'Gold Bars', 50}},4,'Upgrade oil well to increase oil rate.'},
{'Promethium Oil Well','PromethiumOilWell',50,1500,{{'Promethium Bars', 50}},4,'Upgrade oil well to increase oil rate.'},
{'Titanium Oil Well','TitaniumOilWell',72,6000,{{'Titanium Bars', 20}},4,'Upgrade oil well to increase oil rate.'},
{'Ancient Oil Well','AncientOilWell',83,12414,{{'Ancient Bars', 20}},4,'Upgrade oil well to increase oil rate.'},

--Community Centers
{'Community Center','CommunityCenter1',11,124,{{'Normal Logs', 30}},5,'NPC shop, unlocks more buyables.'},
{'Community Center 2','CommunityCenter2',30,666,{{'Oak Logs', 250},{'Willow Logs', 100}},5,'Upgrades the npc shop.'},
{'Community Center 3','CommunityCenter3',43,954,{{'Maple Logs', 50}},5,'Upgrades the shop to sell more items.'},
{'Community Center 4','CommunityCenter4',58,2898,{{'Stardust Logs', 50}},5,'Upgrades the shop to sell more items, including the unlockable criptoe market.'},

--Oil Silos
{'Silver Oil Silo','OilSilo1',7,88,{{'Silver Bars', 3}},6,'Increases your Oil capacity.'},
{'Gold Oil Silo','OilSilo2',20,301,{{'Gold Bars', 20}},6,'Further increases your Oil capacity.'},
{'Promethium Oil Silo','OilSilo3',46,1241,{{'Promethium Bars', 20}},6,'Increases your oil capacity.'},
{'Titanium Oil Silo','OilSilo4',67,5175,{{'Titanium Bars', 10}},6,'Increases your oil capacity.'},
{'Ancient Oil Silo','AncientOilSilo',85,14585,{{'Ancient Bars', 10}},6,'Increases your oil capacity.'},

--Arrows
{'Wooden Arrows','WoodenArrows',1,15,{{'Feathers', 15},{'Logs', 5},{'Iron Bars', 5}},7,'Arrows for your bow for Combat.'},
{'Fire Arrows','FireArrows',20,150,{{'Fire Feathers', 15},{'Oak Logs', 5},{'Silver Bars', 5}},7,'Fire Arrows for your bow for Combat.'},
{'Ice Arrows','IceArrows',40,315,{{'Ice Feathers', 15},{'Willow Logs', 5},{'Gold Bars', 5}},7,'Very powerful againsts fire based monsters.'},
{'Ancient Arrows','AncientArrows',90,0,{{'Ancient Feathers', 15},{'Redwood Logs', 5},{'Ancient Bars', 5}},7,'Strong arrows'},

--Mining Machinery
{'Drills','Drill',3,24,{{'Bronze Bars', 7}},8,'Can be used to mine faster and higher level Ores. (Requires Oil).'},
{'Crushers','Crusher',15,250,{{'Iron Bars', 100},{'Gold Bars', 5}},8,'Machinery that runs on oil and collects ores.'},
{'Giant Drills','GiantDrill',42,900,{{'Iron Bars', 500},{'Silver Bars', 300}},8,'Can be used to mine faster and higher level ores. (Requires Oil)'},
{'Excavator','Excavator',65,4200,{{'Iron Bars', 1000},{'Gold Bars', 500},{'Promethium Bars', 100}},8,'Can be used to mine faster and higher level ores. (Requires Oil)'},
{'Giant Excavator','GiantExcavator',80,9857,{{'Titanium Bars', 100},{'Promethium Bars', 200}},8,'Can be used to mine faster and higher level ores. (Requires Oil)'},

--Boats
{'Row Boat','RowBoat',24,485,{{'Normal Logs', 100},{'Achievements|Easy Fishing Achievements', ''}},9,'Allows you to send out a boat to gather fish for you.'},
{'Canoe','Canoe',39,555,{{'Oak Logs', 200},{'Willow Logs', 100},{'Maple Logs', 50},{'Achievements|Easy Fishing Achievements', ''}},9,'Can be sent out to collect fish for you.'},
{'Stardust Ship','StardustShip',60,3152,{{'Stardust Logs', 200},{'Achievements|Easy Fishing Achievements', ''}},9,'Boat that can gather stardust fish.'},
{'Pirate Ship','PirateShip',92,31584,{{'Redwood Logs', 500},{'Pirates', 10},{'Achievements|Easy Fishing Achievements', ''}},9,'Ability to send your boat but not for fish, but to kidnap evil pirates who steal from cargo ships.'},

--Fight Point Medallions
{'Fight_Points|Fight Points Medallion','SapphireFightPoints',31,788,{{'Sapphire',3},{'Fight Points',900}},10,'Increases your Fight Points cap.(2000)'},
{'Fight_Points|Fight Points Medallion','EmeraldFightPoints',55,2212,{{'Emerald',3},{'Fight Points',2000}},10,'Increases your Fight Points cap.(4000)'},
{'Fight_Points|Fight Points Medallion','RubyFightPoints',75,6857,{{'Ruby',3},{'Fight Points',4000}},10,'Increases your Fight Points cap.(8000)'},
{'Fight_Points|Fight Points Medallion','DiamondFightPoints',90,25142,{{'Diamond',3},{'Fight Points',8000}},10,'Increases your Fight Points cap.(12 000)'},
 
--Weapons
{'Wooden Sword','WoodenSword',5,80,{{'Normal Logs',5}},11,'Unlocks the combat skill.'},
{'Poison Stinger','PoisonStinger',17,150,{{'Stinger',1},{'Poison',1}},11,'Deals extra damage and ignores enemy defence. Also needed for Quest "The Tank".'},
{'Longbow','LongBow',40,2000,{{'String',50},{'Long Bow Frame',1}},11,'More accurate bow.'},
{'Spiked Club','SpikedClub',45,2346,{{'Club',1},{'Ant Needles',100}},11,'Add spikes to a club, increasing its damage by 4.'},
{'Haunted Bow','HauntedBow',50,0,{{'Long Bow Frame',2},{'Haunted Bow Frame',1}},11,'Double damage on ghost type monsters.'},
{'Balista','Balista',100,135141,{{'String',700},{'Flexible Logs',500},{'Dragon Bars',5}},11,'A very strong range weapon - uses 5 arrows per hit.'},

--Tools
{'Axe','Axe',4,78,{{'Iron Bar',1}},12,'Unlocks Woodcutting.'},
{'Rake','BrokenRake',5,500,{{'Iron Bars',5}},12,'Required for the Quests The Achiever.'},
{'Brewing Kit','BrewingKit',21,322,{{'Iron Bars',100},{'Brewing|Stardust Potion',1},{'Brewing|Energy Potion',1},{'Brewing|Anti-Disease Potion',1},{'Brewing|Tree Speed Potion',1},{'Brewing|Smelting Upgrade Potion',1},{'Brewing|Farming Speed Potion',1},{'Strange Leaf',1}},12,'When upgraded, increases the duration for all potions.'},
{'Magnet','Magnet',78,7011,{{'Promethium Bars',80},{'Iron Bars',100},{'Lava',10}},12,'A tool used to filter through junk from gathering.'},
}