White Wine

From PZwiki
(Redirected from White Wine)
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.50
item Wine
{
    HungerChange    =   -20,
    Weight  =   1,
    Type    =   Food,
    ThirstChange    =   -20,
    UnhappyChange   =   -20,
    DisplayName =   Chardonnay,
    Alcoholic   =   TRUE,
    ReplaceOnUse    =   WineEmpty,
    Icon    =   WineFull,
    CustomContextMenu = Drink,
    CustomEatSound = DrinkingFromBottle,
    Carbohydrates = 0,
    Proteins = 0,
    Lipids = 0,
    Calories = 481,
    Packaged = TRUE,
    CantBeFrozen = TRUE,
    StaticModel = WhiteWineBottle,
    EatType = Bourbon,
}

See also