White Wine: Difference between revisions

From PZwiki
(added model to infobox)
m (Simplified redundant links)
 
(26 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Drinks}}
{{header|Project Zomboid|Items|Food|Drinks|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.50}}
|display_name=Chardonnay
{{Infobox item
|name_colour=Food
|name=White Wine
|name_text_colour=Food
|model=WhiteWineBottle_Model.png
|image=WhiteWineBottle_Model.png
|icon=WineFull.png
|image_width=300px
|icon_name=White Wine
|alternate_image=WineFull.png
|icon2=WineEmpty.png
|alternate_name=Cardonnay
|icon_name2=Empty Bottle
|alternate_link=
Empty Bottle (Alcohol)
|alternate_image2=WineEmpty.png
|alternate_name2=Empty Bottle
|alternate_link2=Empty Bottle (Alcohol)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=1
|weight=1
|function=
|packaged=True
|packaged=True
|cant_be_frozen=True
|cant_be_frozen=True
Line 29: Line 25:
|alcohol_power=True
|alcohol_power=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Wine
|item_id={{ID|Base.Wine}}
}}'''Chardonnay''' is an alcoholic [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''White wine''', previously known as '''chardonnay''', is an alcoholic non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Chardonnay can be consumed relieving some [[Moodles#Thirst|thirst]], [[Moodles#Hungry|hunger]] and [[Moodles#Unhappy|unhappiness]].  
White wine can be consumed relieving some [[thirst]], [[Hungry|hunger]], and [[Unhappy|unhappiness]].
 
===Alcohol===
===Alcohol===
Chardonnay 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.
White wine 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.


==Crafting==
==Crafting==
Chardonnay is unable to be turned into a [[Molotov Cocktail|molotov cocktail]], even though the icon for a molotov cocktail is very similar to the chardonnay bottle.
White wine is unable to be turned into a [[Molotov Cocktail|Molotov cocktail]], even though the icon for a Molotov cocktail is very similar to the white wine bottle.


==Distribution==
==Distribution==
Chardonnay can be found in kitchen and bar [[Containers#Counters|counters]].
White wine can be found in kitchen and bar [[Containers#Counters|counters]], as well as near people who committed suicide.
 
====Evolved recipes====
White Wine is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem |soup=10|stew=10|salad=10|beverage=10}}


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=7}}
| {{CodeSnip
<pre> item Wine
  | lang = java
HungerChange = -20,
  | line = true
    Weight = 1,
  | start = 3581
Type = Food,
  | source = items_food.txt
ThirstChange = -20,
  | retrieved = true
        UnhappyChange = -20,
  | version = 41.78.16
DisplayName = Chardonnay,
  | code =
Alcoholic = TRUE,
item Wine
ReplaceOnUse = WineEmpty,
{
Icon = WineFull,
DisplayName = Chardonnay,
CustomContextMenu = Drink,
DisplayCategory = Food,
CustomEatSound = PZ_DrinkingFromBottle,
Type = Food,
        Carbohydrates = 0,
Weight = 1,
        Proteins = 0,
Icon = WineFull,
      Lipids = 0,
/*EvolvedRecipe = Beverage:4;Beverage2:4;Soup:4;Stew:4;PastaPot:4;PastaPan:4;WineInGlass:4,*/
        Calories = 481,
EvolvedRecipe = Beverage:4;Beverage2:4;WineInGlass:4;PastaPot:4;PastaPan:4,
        Packaged = TRUE,
FoodType = Wine,
        CantBeFrozen = TRUE,</pre>
Alcoholic = TRUE,
CantBeFrozen = TRUE,
EatType = Bourbon,
Packaged = TRUE,
ReplaceOnUse = WineEmpty,
HungerChange = -20,
ThirstChange = -20,
UnhappyChange = -20,
Calories = 481,
Carbohydrates = 0,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottleGlass,
StaticModel = WhiteWineBottle,
WorldStaticModel = WineWhiteGround,
}
}}
}}


==See also==
==See also==
* [[Red Wine]]
*[[Beer Bottle]]
* [[Whiskey]]
*[[Beer Can]]
*[[Bourbon]]
*[[Red Wine]]
 
{{Navbox items|drinks}}
 


{{Navbox/Consumables}}
[[Category:Non-perishable food]]

Latest revision as of 12:13, 25 April 2024

Project ZomboidItemsFoodDrinksWhite Wine
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.
White Wine
WhiteWineBottle Model.png
Empty Bottle Empty Bottle (Alcohol)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-20
ThirstMoodle Icon Thirsty.png
-20
CaloriesCalories
481
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Sterilize powerDisinfection
True
Technical
Item ID
Base.Wine

White wine, previously known as chardonnay, is an alcoholic non-perishable food item.

Usage

White wine can be consumed relieving some thirst, hunger, and unhappiness.

Alcohol

White wine 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.

Crafting

White wine is unable to be turned into a Molotov cocktail, even though the icon for a Molotov cocktail is very similar to the white wine bottle.

Distribution

White wine can be found in kitchen and bar counters, as well as near people who committed suicide.

Evolved recipes

White Wine is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Beverage
Beverage
10

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 Wine
	{
		DisplayName = Chardonnay,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = WineFull,
		/*EvolvedRecipe = Beverage:4;Beverage2:4;Soup:4;Stew:4;PastaPot:4;PastaPan:4;WineInGlass:4,*/
		EvolvedRecipe = Beverage:4;Beverage2:4;WineInGlass:4;PastaPot:4;PastaPan:4,
		FoodType = Wine,
		Alcoholic = TRUE,
		CantBeFrozen = TRUE,
		EatType = Bourbon,
		Packaged = TRUE,
		ReplaceOnUse = WineEmpty,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 481,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		StaticModel = WhiteWineBottle,
		WorldStaticModel = WineWhiteGround,
	}

See also