Bourbon: Difference between revisions

From PZwiki
m (Vaileasys moved page Bourbon to Bourbon: Name change as of build 41.50)
(name change fixes and update. + added new crafting table)
Line 1: Line 1:
{{languages|Whiskey_Bottle}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=50}}{{Infobox food
|display_name=Whiskey Bottle
|display_name=Bourbon
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
Line 7: Line 7:
|image_width=300px
|image_width=300px
|alternate_image=WhiskeyFull.png
|alternate_image=WhiskeyFull.png
|alternate_name=Whiskey Bottle
|alternate_name=Bourbon
|alternate_link=
|alternate_link=
|alternate_image2=WhiskeyEmpty.png
|alternate_image2=WhiskeyEmpty.png
Line 29: Line 29:
|alcohol_power=2
|alcohol_power=2
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=WhiskeyFull
|class_name={{ID|Base.WhiskeyFull}}
}}A '''whiskey bottle''' is an alcoholic [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}'''Bourbon''', previously known as '''whiskey bottle''', is an alcoholic [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==
===Alcohol===
===Alcohol===
A whiskey bottle is an alcoholic beverage, and will therefore increase the player's [[Moodles#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.
Bourbon is an alcoholic beverage, and will therefore increase the player's [[Moodles#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===
===First Aid===
{{Main|First Aid}}
{{Main|First Aid}}
Whiskey can be used as a disinfectant, by applying it directly to the wound, however this will cause some [[Moodles#Pain|pain]] and is less effective than applying it to a [[#First Aid 2|bandage]].
Bourbon can be used as a disinfectant, by applying it directly to the wound, however this will cause some [[Moodles#Pain|pain]] and is less effective than applying it to a [[#First Aid 2|bandage]].


Whiskey bottles will work as a less effective combined version of [[painkillers]], [[beta blockers]], and [[sleeping tablets]], therefore whiskey can replace them if in a pinch, where they may not be available.
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 ==
{{Crafting table header}}
{{Crafting header|ing=2}}
{{RecipeLookup|4005}}
{{Crafting_general|007|ing=2}}|-
{{RecipeLookup|3000}}
{{Crafting cooking|001|ing=2}}|-
{{Crafting table footer}}
{{Crafting table footer}}
===First Aid===
===First Aid===
{{Main|First Aid}}
{{Main|First Aid}}
Whiskey 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.
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.
{{Medical table header}}
{{Crafting header|ing=2|type=medical}}
{{RecipeLookup|8000}}
{{Crafting_health|005|ing=2}}|-
{{RecipeLookup|8002}}
{{Crafting_health|006|ing=2}}|-
{{Crafting_health|008|ing=2}}|-
{{Crafting table footer}}
{{Crafting table footer}}


==Distribution==
==Distribution==
Whiskey bottles can be found in kitchen and bar [[Containers#Counters|counters]], or [[Containers#Desks|office desks]].
Bourbon can be found in kitchen and bar [[Containers#Counters|counters]], or [[Containers#Desks|office desks]].


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=50}}
<pre> item WhiskeyFull
<pre>   item WhiskeyFull
HungerChange = -20,
    {
Weight = 0.7,
HungerChange = -20,
Type = Food,
Weight = 0.7,
ThirstChange = -20,
Type = Food,
DisplayName = Whiskey Bottle,
ThirstChange = -20,
Alcoholic = TRUE,
DisplayName = Whiskey Bottle,
        UnhappyChange = -10,
Alcoholic = TRUE,
ReplaceOnUse = WhiskeyEmpty,
UnhappyChange = -10,
Icon = WhiskeyFull,
ReplaceOnUse = WhiskeyEmpty,
CustomContextMenu = Drink,
Icon = WhiskeyFull,
CustomEatSound = PZ_DrinkingFromBottle,
CustomContextMenu = Drink,
AlcoholPower = 2,
CustomEatSound = DrinkingFromBottle,
        Carbohydrates = 0,
AlcoholPower = 2,
        Proteins = 0,
Carbohydrates = 0,
        Lipids = 0,
Proteins = 0,
        Calories = 1500,
Lipids = 0,
        Packaged = TRUE,
Calories = 1500,
        CantBeFrozen = TRUE,</pre>
Packaged = TRUE,
CantBeFrozen = TRUE,
StaticModel = WhiskeyBottle,
EatType = Bourbon,
    }</pre>


==See also==
==See also==
*[[Chardonnay]]
*[[Chardonnay]]
*[[Red Wine]]
*[[Red Wine]]
*[[Beer Bottle]]
*[[Beer Can]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 11:14, 7 March 2021

Bourbon
Bourbon
Bourbon Empty Bottle
General
Category Food
Encumbrance
Heavy Load
0.7
Can't be frozen True
Packaged True
Nutrition
Hunger
Hunger
-20
Thirst
Thirst
-20
Calories
Calories
1500
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-10
Alcohol
Drunk
2
Technical details
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Molotov.png
Molotov Cocktail
0 XP none Bourbon
Bourbon
(consumed)

(consumed)
|-
Empty Bottle (Bourbon)
Water Bottle (Bourbon)
0 XP none WhiskeyFull.png
Bourbon
(consumed)
-

Template:Crafting table footer

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Bandage.png
Sterilized Bandage
0 XP none Bandage.png
Bandage
(consumed)
One of:
Alcohol.png Bottle of Disinfectant (3 units)
WhiskeyFull.png Bourbon (10 units)
Pot Water.png Cooking Pot (5 units) (Heat: -0.22)
SaucepanEmpty.png Saucepan (10 units) (Heat: -0.22)

(consumed)
|-
Sterilized Rag
Sterilized Rag
0 XP none Rag.png
Ripped Sheets
(consumed)
One of:
Alcohol.png Bottle of Disinfectant (3 units)
WhiskeyFull.png Bourbon (10 units)
Pot Water.png Cooking Pot (5 units) (Heat: -0.22)
SaucepanEmpty.png Saucepan (10 units) (Heat: -0.22)

(consumed)
|-
CottonBalls.png
Cotton Balls Doused in Alcohol
0 XP none CottonBalls.png
Cotton Balls
(consumed)
One of:
Alcohol.png Bottle of Disinfectant (1 unit)
WhiskeyFull.png Bourbon (10 units)

(consumed)
|-

Template:Crafting table footer

Distribution

Bourbon can be found in kitchen and bar counters, or office desks.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

    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 = DrinkingFromBottle,
	AlcoholPower = 2,
	Carbohydrates = 0,
	Proteins = 0,
	Lipids = 0,
	Calories = 1500,
	Packaged = TRUE,
	CantBeFrozen = TRUE,
	StaticModel = WhiskeyBottle,
	EatType = Bourbon,
    }

See also

Template:Navbox/Consumables