Bourbon: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, +categories, reworked description, +code, + nutritional values, +updated consumables, Left history as it is informative.)
m (Automated Formatting)
(46 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Drinks}}
{{languages|Whiskey_Bottle_(Full)}}
{{Page version|41.50}}
<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 -->
{{Infobox item
<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 -->
|name=Bourbon
<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 -->
|model=WhiskeyBottle_Model.png
|icon=WhiskeyFull.png
|icon_name=Bourbon
|icon2=WhiskeyEmpty.png
|icon_name2=Empty Bottle
Water Bottle (Bourbon)
<!--GENERAL-->
|category=Food
|weight=0.7
|packaged=True
|cant_be_frozen=True
<!--NUTRITION-->
|hunger_change=-20
|thirst_change=-20
|calories=1500
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=-10
|alcohol_power=2
<!--TECHNICAL DETAILS-->
|item_id={{ID|Base.WhiskeyFull}}
}}
'''Bourbon''', previously known as '''whiskey bottle''', is an alcoholic non-perishable [[food]] [[Items|item]].
 
==Usage==
===Alcohol===
Bourbon is an alcoholic beverage, and will therefore increase the player's [[Drunk|drunkenness]] as it is consumed. Being drunk will affect the player's coordination ([[controls]]), both on foot and in a [[vehicles|vehicle]], and [[weapon]] accuracy.
 
===First Aid===
{{Main|First Aid}}
Bourbon can be used as a disinfectant, by applying it directly to the wound, however this will cause some [[Pain|pain]] and is less effective than applying it to a [[#First Aid 2|bandage]].
 
Bourbon will work as a less effective combined version of [[painkillers]], [[beta blockers]], and [[sleeping tablets]], therefore bourbon can replace them if in a pinch, where they may not be available.
 
==Crafting==
{{Crafting/sandbox2
|molotov_cocktail_burbon
|empty_bottle_bourbon
}}


{{Consumables
===First Aid===
|image = Whiskey Full.png
{{Main|First Aid}}
|weight = 0.7
Bourbon can act as a disinfectant for [[bandages]], but only has 2 uses before it is all gone, compared to a [[Bottle of Disinfectant|bottle of disinfectant]] which has 10 uses.
|hunger = -20
{{Crafting/sandbox2
|thirst = -20
|bandage_sterilized_bandage
|unhappiness = -10
|ripped_sheets_sterilized_rag
|cotton_balls_cotton_balls_doused_in_alcohol
}}
}}
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.
====Evolved recipes====
Bourbon is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|beverage=10}}
 
==Distribution==
Bourbon can be found in kitchen and bar [[Containers#Counters|counters]], or [[Containers#Desks|office desks]]. It can be occasionally found through [[Foraging|foraging]] in urban areas, although it's rare, as well as near people who committed suicide.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3196
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item WhiskeyFull
{
DisplayName = Whiskey Bottle,
DisplayCategory = Food,
Type = Food,
Weight = 0.7,
Icon = WhiskeyFull,
EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4, /*;Soup:4;Stew:4,*/
FoodType = Liquor,
AlcoholPower = 2,
Alcoholic = TRUE,
CantBeFrozen = TRUE,
EatType = Bourbon,
Packaged = TRUE,
ReplaceOnUse = WhiskeyEmpty,
HungerChange = -20,
ThirstChange = -20,
UnhappyChange = -10,
Calories = 1500,
Carbohydrates = 0,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottleGlass,
StaticModel = WhiskeyBottle,
WorldStaticModel = WhiskeyBottleGround,
Tags = Liquor,
}
}}
}}


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.
==See also==
== Nutritional Information ==
*[[White Wine]]
'''It's Nutritional Values are as follows:'''<br>
*[[Red Wine]]
Carbohydrates = 0 <br>
*[[Beer Bottle]]
Proteins = 0 <br>
*[[Beer Can]]
Lipids = 0 <br>
Calories = 1500 <br><br>


== Recipes ==
{{Navbox items|drinks}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|4005}}
{{RecipeLookup|3000}}
{{RecipeLookup|8000}}
{{RecipeLookup|8002}}
|}


== Code ==
<nowiki>
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,
</nowiki>
== History ==


{| class="wikitable" width="550" style="text-align:center;"
|-
! 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
|}


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 06:44, 14 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.50).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Bourbon
WhiskeyBottle Model.png
Empty Bottle Water Bottle (Bourbon)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.7
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-20
ThirstMoodle Icon Thirsty.png
-20
CaloriesCalories
1500
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Sterilize powerDisinfection
2
Technical
Item ID
Base.WhiskeyFull

Bourbon, previously known as whiskey bottle, is an alcoholic non-perishable food item.

Usage

Alcohol

Bourbon is an alcoholic beverage, and will therefore increase the player's drunkenness as it is consumed. Being drunk will affect the player's coordination (controls), both on foot and in a vehicle, and weapon accuracy.

First Aid

Main article: First Aid

Bourbon can be used as a disinfectant, by applying it directly to the wound, however this will cause some pain and is less effective than applying it to a bandage.

Bourbon will work as a less effective combined version of painkillers, beta blockers, and sleeping tablets, therefore bourbon can replace them if in a pinch, where they may not be available.

Crafting

Product Ingredients Tools Requirements Workstation XP
Molotov.png
Molotov Cocktail
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Each of:
WhiskeyFull.png Bourbon ×1
none none none none
WhiskeyEmpty.png
Water Bottle (Bourbon)
WhiskeyFull.png Bourbon ×1 none none none none

First Aid

Main article: First Aid

Bourbon can 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.

Product Ingredients Tools Requirements Workstation XP
Bandage.png
Sterilized Bandage
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Bandage.png Bandage ×1
none none none none
Rag.png
Sterilized Rag
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Rag.png Ripped Sheets ×1
none none none none
CottonBalls.png
Cotton Balls Doused in Alcohol
One of:
Alcohol.png Bottle of Disinfectant ×1 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Each of:
CottonBalls.png Cotton Balls ×1
none none none none

Evolved recipes

Bourbon is a cooking ingredient.

Product Nutrition
Beverage
Beverage
10

Distribution

Bourbon can be found in kitchen and bar counters, or office desks. It can be occasionally found through foraging in urban areas, although it's rare, as well as near people who committed suicide.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item WhiskeyFull
	{
		DisplayName = Whiskey Bottle,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.7,
		Icon = WhiskeyFull,
		EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4, /*;Soup:4;Stew:4,*/
		FoodType = Liquor,
		AlcoholPower = 2,
		Alcoholic = TRUE,
		CantBeFrozen = TRUE,
		EatType = Bourbon,
		Packaged = TRUE,
		ReplaceOnUse = WhiskeyEmpty,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -10,
		Calories = 1500,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		StaticModel = WhiskeyBottle,
		WorldStaticModel = WhiskeyBottleGround,
		Tags = Liquor,
	}

See also