Red Wine: Difference between revisions

From PZwiki
m (Does not produce empty bottle)
m (Automated Formatting)
(43 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Drinks}}
{{languages}}
{{Page version|41.78.16}}
<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=Red Wine
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Red_Wine|Red Wine]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=RedWineBottle_Model.png
{{Consumables
|icon=Wine2Full.png
|image = Red Wine.png
|icon_name=Red Wine
|hunger = -20
|icon2=Wine2Empty.png
|thirst = -20
|icon_name2=Empty Bottle
|unhappiness = -20
Empty Bottle (Alcohol)
|weight = 1.0
<!--GENERAL-->
|category=Food
|weight=1
|packaged=True
|cant_be_frozen=True
<!--NUTRITION-->
|hunger_change=-20
|thirst_change=-20
|calories=510
|lipids=0
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=-20
|alcohol_power=True
<!--TECHNICAL DETAILS-->
|item_id=Wine2
}}
}}
Red wine is an alcoholic [https://pzwiki.net/wiki/Category:Non-Perishable_Food non-perishable] drink usually found in kitchen cabinets. Like [[Chardonnay]], upon consumption it'll reduce the user's thirst, hunger and unhappiness by 20, and will add the drunk Moodle to the character's Moodle list (See [[Moodles]]), which negatively affects co-ordination. It also does not create an empty bottle when drank, unlike other bottled drinks.
'''Red wine''' is an alcoholic non-perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
Red Wine provides when completely drunk: -20 hunger, -20 Thirst and -20 Unhappiness.  
Red wine can be consumed, relieving some [[Thirst|thirst]], [[Hungry|hunger]] and [[Unhappy|unhappiness]].


'''It's Nutritional Values are as follows:'''<br>
===Alcohol===
Carbohydrates = 0 <br>
Red wine is an alcoholic beverage, and will therefore increase the player's [[Drunk|drunkenness]] when consumed. Being drunk will affect the player's coordination ([[controls]]), both on foot and in a [[vehicles|vehicle]]. It also lowers [[weapon]] accuracy.
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 510 <br><br>


== Code ==
==Crafting==
<nowiki>item Wine2
Red wine is unable to be turned into a [[Molotov Cocktail|molotov cocktail]].
HungerChange = -20,
    Weight = 1,
Type = Food,
ThirstChange = -20,
        UnhappyChange = -20,
DisplayName = Red Wine,
Alcoholic = TRUE,
ReplaceOnUse = WineEmpty2,
Icon = Wine2Full,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 0,
        Calories = 510,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
</nowiki>


==See Also==
==Distribution==
* [[Items#Alcoholic Drinks|Entry in Item List - Alcoholic Drinks]]
The loot distributions can be found in the table(s) below.


{{Navbox/Consumables}}
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
[[Category:Consumables]]
! colspan="4" | Containers
[[Category:Items]]
|-
[[Category:Drinks]]
! Building/Room
[[Category:Version 34.28]]
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="6"|all
|[[dishescabinet]]
|4
|6
|-
|[[dishescabinet]]
|4
|1
|-
|[[dishescabinet]]
|4
|2
|-
|[[dishescabinet]]
|4
|1
|-
|[[dishescabinet]]
|4
|2
|-
|[[fridge]]
|4
|1
|-
|rowspan="2"|bandkitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|rowspan="4"|bar
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|kitchen
|[[counter]]
|4
|1
|-
|rowspan="4"|liquorstore
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|}
Red wine can be found in kitchen and bar [[Containers#Counters|counters]], as well as near people who committed suicide.
 
====Evolved recipes====
red wine is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem |soup=10|stew=10|salad=10|beverage=10}}
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3631
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Wine2
{
DisplayName = Red Wine,
DisplayCategory = Food,
Type = Food,
Weight = 1,
Icon = Wine2Full,
EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4;WineInGlass:4;PastaPot:4;PastaPan:4,
/*EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4;Soup:4;Stew:4;PastaPot:4;PastaPan:4;WineInGlass:4,*/
FoodType = Wine,
Alcoholic = TRUE,
CantBeFrozen = TRUE,
EatType = Bourbon,
Packaged = TRUE,
ReplaceOnUse = WineEmpty2,
HungerChange = -20,
ThirstChange = -20,
UnhappyChange = -20,
Calories = 510,
Carbohydrates = 0,
Lipids = 0,
Proteins = 0,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottleGlass,
StaticModel = RedWineBottle,
WorldStaticModel = WineRedGround,
}
}}
}}
 
==See also==
*[[White Wine]]
*[[Bourbon]]
 
{{Navbox items|drinks}}
 
 
[[Category:Non-perishable food]]

Revision as of 11:33, 14 April 2024

Project ZomboidItemsFoodDrinksRed Wine
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Red Wine
RedWineBottle 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
510
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Sterilize powerDisinfection
True
Technical
Item ID
Wine2

Red wine is an alcoholic non-perishable food item.

Usage

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

Alcohol

Red wine is an alcoholic beverage, and will therefore increase the player's drunkenness when consumed. Being drunk will affect the player's coordination (controls), both on foot and in a vehicle. It also lowers weapon accuracy.

Crafting

Red wine is unable to be turned into a molotov cocktail.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all dishescabinet 4 6
dishescabinet 4 1
dishescabinet 4 2
dishescabinet 4 1
dishescabinet 4 2
fridge 4 1
bandkitchen counter 4 1
counter 4 2
bar counter 4 1
counter 4 2
counter 4 1
counter 4 2
kitchen counter 4 1
liquorstore crate 4 1
crate 4 1
crate 4 2
crate 4 2

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

Evolved recipes

red 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 Wine2
	{
		DisplayName = Red Wine,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = Wine2Full,
		EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4;WineInGlass:4;PastaPot:4;PastaPan:4,
		/*EvolvedRecipe = Beverage:4;Beverage2:4;HotDrink:4;HotDrinkRed:4;HotDrinkWhite:4;HotDrinkSpiffo:4;HotDrinkTea:4;Soup:4;Stew:4;PastaPot:4;PastaPan:4;WineInGlass:4,*/
		FoodType = Wine,
		Alcoholic = TRUE,
		CantBeFrozen = TRUE,
		EatType = Bourbon,
		Packaged = TRUE,
		ReplaceOnUse = WineEmpty2,
		HungerChange = -20,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 510,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		StaticModel = RedWineBottle,
		WorldStaticModel = WineRedGround,
	}

See also