Red Wine: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(39 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Red Wine}}
{{Header|Project Zomboid|Items|Food|Drinks}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Red Wine
{{Infobox item
|name_colour=Food
|name=Red Wine
|name_text_colour=Food
|model=RedWineBottle_Model.png
|image=Wine2Full_120px.png
|icon=Wine2Full.png
|alternate_image=Wine2Empty.png
|icon_name=Red Wine
|alternate_name=Empty Bottle
|icon2=Wine2Empty.png
|alternate_link=Empty Bottle (Alcohol)
|icon_name2=Empty Bottle
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 25: Line 25:
|alcohol_power=True
|alcohol_power=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Wine2
|item_id=Wine2
}}'''Red wine''' is an alcoholic [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Red wine''' is an alcoholic non-perishable [[food]] [[Items|item]].


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


==Crafting==
==Crafting==
Line 37: Line 39:


==Distribution==
==Distribution==
Red wine can be found in kitchen and bar [[Containers#Counters|counters]].
The loot distributions can be found in the table(s) below.


== Code ==
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
! colspan="4" | Containers
{{Retrieved|version=40|incver=7}}
|-
<pre> item Wine2
! Building/Room
HungerChange = -20,
! Container
    Weight = 1,
! style="width: 3.2em;" | Rolls
Type = Food,
! style="width: 3.2em;" | Chance
ThirstChange = -20,
|-
        UnhappyChange = -20,
|rowspan="6"|all
DisplayName = Red Wine,
|[[dishescabinet]]
Alcoholic = TRUE,
|4
ReplaceOnUse = WineEmpty2,
|6
Icon = Wine2Full,
|-
CustomContextMenu = Drink,
|[[dishescabinet]]
CustomEatSound = PZ_DrinkingFromBottle,
|4
        Carbohydrates = 0,
|1
        Proteins = 0,
|-
        Lipids = 0,
|[[dishescabinet]]
        Calories = 510,
|4
        Packaged = TRUE,
|2
        CantBeFrozen = TRUE,</pre>
|-
|[[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==
==See also==
* [[Chardonnay]]
*[[White Wine]]
* [[Whiskey]]
*[[Bourbon]]
 
{{Navbox items|drinks}}
 


{{Navbox/Consumables}}
[[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