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

Documentation for this module may be created at Module:Breeding Enemy DB/doc

return {

-- Format: {Name, Area, Attack, HP, Difficult, {Loot1, Loot2, ...}},

-- Loot Format: {Name},

-- Difficult: 1 = Normal, 2 = Hard and 3 = Very Hard

--Fields
{"Squidshroom","Fields",1,5,1,1,{{"Red Mushroom"},{"Red Mushroom Cap"}}},
{"Snail","Fields",1,10,1,1,{{"Snail Sticky Glue"},{"Small Snail Shell"},{"Medium Snail Shell"},{"Large Snail Shell"}}},
{"Green Bush","Fields",2,10,1,2,{{"Green Leaf"},{"Green Leaf Seeds"},{"Mega Green Leaf Seeds"}}},
{"Dotted Green Bush","Fields",2,5,2,3,{{"Dotted Green Leaf"},{"Dotted Green Leaf Seeds"},{"Mega Dotted Green Leaf Seeds"}}},
{"Mudcone","Fields",1,20,2,8,{{"Mud"}}},
{"Lime Bush","Fields",2,15,2,12,{{"Lime Leaf"},{"Lime Leaf Seeds"},{"Mega Lime Leaf Seeds"}}},
{"Mad Chicken","Fields",1,20,3,15,{{"Large Chicken Beak"},{"Feathers"}}},

--Caves

{"Rocky Golem","Caves",1,30,1,1,{{"Stone Dust"},{"Stone"},{"Stone Converter Potion"},{"Breeding Stone Golem Egg"}}},
{"Stone Horse","Caves",1,30,1,2,{{"Stone Dust"},{"Stone"},{"Horse Stone Armour"},{"Horseshoe"},{"Solid Horseshoe"},{"Cemented Horseshoe"}}},
{"Geode","Caves",2,30,1,10,{{"Stone Dust"},{"Stone"},{"Grey Geode"},{"Green Geode"},{"Red Geode"},{"Cyan Geode"},{"Sky Bait Mineral"}}},
{"Skeleton Redeye","Caves",5,25,2,20,{{"Bones"},{"Skeleton Hand"}}},
{"Gem Goblin Baby","Caves","?","?",3,20000,{{"Sapphire"},{"Emerald"},{"Ruby"},{"Diamond"}}},
}