--===========================================================================--
--                           0. VERSION HISTORY                              --
--===========================================================================--
--
-- PotionsMod_Health
-- by DaS
-- V1.0 Latest Revision 8/4/2013
-- Don't Starve Revision 75025 2013-03-26_09-41-57 (Doorway to Adventure)
--
--===========================================================================--
--                          1. ACKNOWLEDGEMENTS                              --
--===========================================================================--
--
-- Hey, DaS here!
-- Thanks for choosing to use the 'Potions Mod' within Don't Starve.
--
-- I'd just like to take the time to credit the most amazing modder in the
-- Don't Starve community. Without the help of WrathOf and his amazing Mod 
-- library there is no way that this mod would exist! By making use of his 
-- mod structures, I was able to learn how to learn to mod the game myself!
-- 
--
--===========================================================================--
--                            2. INSTALLATION                                --
--===========================================================================--
--
-- In order to install this mod into your Don't Starve game, simply move the
-- "PotionsMod_Health" folder into the following directory:
--		C:\Program Files (x86)\Steam\SteamApps\common\dont_starve\mods
--
-- in the 'mods' folder, you should find a file called 'modsettings.lua', open
-- this with a text editor (eg Notepad, TextEdit) and add the following (not
-- including the " " or --)
--			"ModManager:AddMod("PotionsMod_Health")"
--
--
--===========================================================================--
--                    3. ALTERATIONS MADE TO THIS MOD                        --
--===========================================================================--
--
-- Feel free to modify this mod however you wish for your own "personal" use!
--
-- To modify any of the potion ingredients simply open 'modmain' and scroll down 
-- untill you find the recipe. The format is the following:
--				'Ingredient ("<ingredientname>", <quantity>)'
--
-- For those looking to alter the quantity of health restored, simply go to the
-- prefab file "healthpotion.lua" and change the value of:
--			inst.components.healer:SetHealthAmount(<YOURNEWVALUE>)
--
--
-- AND FINALLY, HAVE FUN BREWING UP SOME POTIONS WITH THE POTIONS MOD!!
-- 	- DaS