Bourbon: Difference between revisions

From PZwiki
m (Language = added name)
m (Automated Formatting)
(47 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{languages|Whiskey Bottle (Full)}}
{{Header|Project Zomboid|Items|Food|Drinks}}
{{Consumables
{{Page version|41.50}}
|image = Whiskey Full.png
{{Infobox item
|weight = 1.4
|name=Bourbon
|hunger = -20
|model=WhiskeyBottle_Model.png
|thirst = -20
|icon=WhiskeyFull.png
|unhappiness = -10
|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}}
}}
}}
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]].
'''Bourbon''', previously known as '''whiskey bottle''', is an alcoholic non-perishable [[food]] [[Items|item]].


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.
==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.


== Recipes ==
===First Aid===
{| class="wikitable sortable" style="text-align:center;"
{{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]].
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|4005}}
{{RecipeLookup|3000}}
{{RecipeLookup|8000}}
{{RecipeLookup|8002}}
|}


== Code ==
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.
<nowiki>item WhiskeyFull
 
{
==Crafting==
Weight = 1.4,
{{Crafting/sandbox2
Type = Food,
|molotov_cocktail_burbon
ThirstChange = -20,
|empty_bottle_bourbon
DisplayName = Whiskey Bottle (full),
}}
Alcoholic = TRUE,
 
ReplaceOnUse = WhiskeyHalf,
===First Aid===
Icon = WhiskeyFull,
{{Main|First Aid}}
}</nowiki>
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.
== History ==
{{Crafting/sandbox2
|bandage_sterilized_bandage
|ripped_sheets_sterilized_rag
|cotton_balls_cotton_balls_doused_in_alcohol
}}
 
====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,
}
}}
}}
 
==See also==
*[[White Wine]]
*[[Red Wine]]
*[[Beer Bottle]]
*[[Beer Can]]
 
{{Navbox items|drinks}}


{| 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
|}


==See Also==
* [[Items#Alcoholic Drinks|Alcoholic Drinks]]


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Consumables]]
[[Category:Drinks]]
[[Category:Version 0.2.0p]]

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