Bourbon: Difference between revisions

From PZwiki
m (Language = added name)
(Redesigned page, +Navbar, +categories, reworked description, +code, + nutritional values, +updated consumables, Left history as it is informative.)
Line 1: Line 1:
{{languages|Whiskey Bottle (Full)}}
__NOTOC__
{{languages|Whiskey_Bottle_(Full)}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
 
{{Consumables
{{Consumables
|image = Whiskey Full.png
|image = Whiskey Full.png
|weight = 1.4
|weight = 0.7
|hunger = -20
|hunger = -20
|thirst = -20
|thirst = -20
|unhappiness = -10
|unhappiness = -10
}}
}}
Whiskey is a drink that comes in a bottle. Only half of the bottle is consumed with each use, and once empty the player is left with an [[empty bottle]].
The Whiskey Bottle is a drink that is found in some offices, kitchens and bars ingame. Once consumed the player is left with an [[empty bottle]].


Drinking [[Whiskey]] will cause the player to become [[moodles#drunk | drunk]] which in turn makes the character unable to walk in a straight line and also reduces accuracy. [[Whiskey]] also works as a less effective combined version of [[painkillers]], [[beta blockers]], and [[sleeping tablets]], so Whiskey can be used to replace those in a pinch if any of those are not available.
Drinking [[Whiskey]] will cause the player to become [[Moodles#Drunk |drunk]] which in turn makes the character unable to walk in a straight line and also reduces accuracy. [[Whiskey]] also works as a less effective combined version of [[painkillers]], [[beta blockers]], and [[sleeping tablets]], so Whiskey can be used to replace those in a pinch if any of those are not available.
 
Whiskey can also act as a disinfectant for bandages, but only has 2 uses before it is all gone, compared to a [[Bottle of Disinfectant]] which has 10 uses.
== Nutritional Information ==
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 1500 <br><br>


== Recipes ==
== Recipes ==
Line 25: Line 38:


== Code ==
== Code ==
  <nowiki>item WhiskeyFull
  <nowiki>
{
item WhiskeyFull
Weight = 1.4,
HungerChange = -20,
Type = Food,
Weight = 0.7,
ThirstChange = -20,
Type = Food,
DisplayName = Whiskey Bottle (full),
ThirstChange = -20,
Alcoholic = TRUE,
DisplayName = Whiskey Bottle,
ReplaceOnUse = WhiskeyHalf,
Alcoholic = TRUE,
Icon = WhiskeyFull,
        UnhappyChange = -10,
}</nowiki>
ReplaceOnUse = WhiskeyEmpty,
Icon = WhiskeyFull,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
AlcoholPower = 2,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 0,
        Calories = 1500,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
</nowiki>
== History ==
== History ==


Line 51: Line 75:
| Build ? || Half Bottle drinking glitch fixed
| Build ? || Half Bottle drinking glitch fixed
|}
|}
==See Also==
* [[Items#Alcoholic Drinks|Alcoholic Drinks]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Drinks]]
[[Category:Version 0.2.0p]]
[[Category:Version 34.28]]

Revision as of 22:53, 24 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Drinks -> Bourbon   


The Whiskey Bottle is a drink that is found in some offices, kitchens and bars ingame. Once consumed the player is left with an empty bottle.

Drinking Bourbon will cause the player to become drunk which in turn makes the character unable to walk in a straight line and also reduces accuracy. Bourbon also works as a less effective combined version of painkillers, beta blockers, and sleeping tablets, so Whiskey can be used to replace those in a pinch if any of those are not available.

Whiskey can also act as a disinfectant for bandages, but only has 2 uses before it is all gone, compared to a Bottle of Disinfectant which has 10 uses.

Nutritional Information

It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 1500

Recipes

Name Recipe Description Crafting Level
















































Code

	item WhiskeyFull
		HungerChange		= -20,
		Weight			= 0.7,
		Type			= Food,
		ThirstChange		= -20,
		DisplayName		= Whiskey Bottle,
		Alcoholic		= TRUE,
        	UnhappyChange		= -10,
		ReplaceOnUse		= WhiskeyEmpty,
		Icon			= WhiskeyFull,
		CustomContextMenu 	= Drink,
		CustomEatSound 		= PZ_DrinkingFromBottle,
		AlcoholPower 		= 2,
        	Carbohydrates 		= 0,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 1500,
        	Packaged 		= TRUE,
        	CantBeFrozen 		= TRUE,

History

Pre Alpha
Initial Added to the game.
0.1.4.c Drinking glitch on Half Bottles.
Alpha
RC 2.9 Can be filled once emptied with water for thirst.
Build ? Half Bottle drinking glitch fixed

Template:Navbox/Consumables