DiamondHunt3 Wiki
Advertisement

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

-- Format: {Potion Name,Image File Name, Brewing Level, Effect Time(in seconds),{Material1,Material2, ...},Effect,Has Cooldown(true/false)},
-- Material Format: {Material Name,Amount Needed},
return {
{'Stardust Potion','StardustPotion',1,300,{{'Dotted Green Leaf',1},{'Red Mushroom',15}},'Gain some Stardust over time'},
{'Sand Potion','SandPotion',3,3600,{{'Dotted Green Leaf',2},{'Red Mushroom',20}},'Increases the chance of finding Sand with a Shovel'},
{'Cooking Boost Potion','CookingBoostPotion',5,1200,{{'Green Leaf',2},{'Red Mushroom',10}},'Increases you Cooking Level by 10 for the next Food that you cook'},
{'Fight Points Potion','CombatCooldownPotion',8,600,{{'Dotted Green Leaf',3},{'Green Leaf',3},{'Bones',5}},'Gain Fight Points twice as fast'},
{'Compost Potion','CompostPotion',10,1800,{{'Green Leaf',2},{'Dotted Green Leaf',20}},'Crops grow twice as fast'},
{'Oil Potion','OilPotion',13,1800,{{'Dotted Green Leaf',4},{'Oil',1}},'Increases Oil income by 10'},
{'Bone Potion','BonePotion',15,7200,{{'Dotted Green Leaf',5},{'Bones',20}},'Passively collects Bones over time'},
{'Tree Starter Potion','TreeStarterPotion',18,600,{{'Dotted Green Leaf',3},{'Red Mushroom',50},{'Logs',1}},'Doubles your chances for a Tree to start growing'},
{'Repel Potion','RepelPotion',20,0,{{'Strange Leaf',1},{'Blewit Mushroom',50}},'Avoid an Enemy in the Fields, Forest or Caves'},
{'Bar Potion','BarPotion',22,600,{{'Green Leaf',2},{'Lime Leaf',2},{'Bronze Bar',1},{'Iron Bar',1},{'Silver Bar',1},{'Gold Bar',1}},'20% chance that two bars are smelted instead of one, without using an extra ore'},
{'Sapphire Stardust Potion','SapphireStardustPotion',25,0,{{'Lime Leaf',1},{'Red Mushroom',100}},'Can be poured on a Sapphire, converting it into (20,000 + 1% per Brewing Level) Stardust'},
{'Mana Potion','LargeManaPotion',30,0,{{'Strange Leaf',5}},'Instantly restore 5 Mana during Combat'},
{'Large Stardust Potion','LargeStardustPotion',35,300,{{'Gold Leaf',5},{'Red Mushroom',450}},'Gain some Stardust over time'},
{'Furnace Potion','LargeFurnacePotion',38,1800,{{'Gold Leaf',1},{'Green Leaf',15},{'Red Mushroom',200}},'Your Furnace will run 3 times as fast'},
{'Pirate Potion','LargePiratePotion',40,10800,{{'Dotted Green Leaf',20},{'Green Leaf',20},{'Red Mushroom',200}},'Doubles the chance of Pirate to find a Treasure Map'},
{'Emerald Stardust Potion','LargeEmeraldStardustPotion',45,0,{{'Lime Leaf',20},{'Red Mushroom',800}},'Can be poured on an Emerald, converting it into (80,000 + 1% per Brewing Level) Stardust'},
{'Rocket Speed Potion','LargeRocketSpeedPotion',50,7200,{{'Dotted Green Leaf',80},{'Green Leaf',50},{'Oil',50000}},'Doubles the speed of Rocket'},
{'Repel Potion','LargeRepelPotion',53,0,{{'Strange Leaf',5},{'Blewit Mushroom',300}},'Avoid an Enemy in the Lava Dungeon, Northern Fields or Cemetery'},
{'Large Bar Potion','LargeBarPotion',55,1800,{{'Gold Leaf',8},{'Lime Leaf',50},{'Bronze Bar',1},{'Iron Bar',1},{'Silver Bar',1},{'Gold Bar',1},{'Promethium Bar',1}},'20% chance that two bars are smelted instead of one, without using an extra ore'},
{'Ruby Stardust Potion','LargeRubyStardustPotion',60,0,{{'Gold Leaf',16},{'Red Mushroom',1500}},'Can be poured on a Ruby, converting it into Stardust'},
{'Large Oil Factory Potion','LargeOilFactoryPotion',63,1800,{{'Green Leaf',40},{'Red Mushroom',2500}},'Doubles the Oil Income from Factory Workers'},

--Special
{'Easter Egg Potion','EasterEggPotion',9,1800,{{'Dotted Green Leaf',1}},'Gives a small chance of finding a Brewing Easter Egg'},
{'Large Easter Egg Potion','LargeEasterEggPotion',39,7200,{{'Dotted Green Leaf',3},{'Red Mushroom',10}},'Gives a decent chance of finding a Brewing Easter Egg'},
}
Advertisement