Red Wine: Difference between revisions

From PZwiki
(Updating Navigational Bar with Complete Listing - Noted slight change)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Red Wine}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Red Wine
<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_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Wine2Full_120px.png
|image = Red Wine.png
|alternate_image=Wine2Empty.png
|hunger = -20
|alternate_name=Empty Bottle
|thirst = -20
|alternate_link=Empty Bottle (Alcohol)
|unhappiness = -20
<!--GENERAL-->
|weight = 1.0
|category=Food
}}
|weight=1
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.
|function=
|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-->
|class_name=Wine2
}}'''Red wine''' is an alcoholic [[Food#Non-Perishable|non-perishable]] food [[item]].  


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


'''It's Nutritional Values are as follows:'''<br>
==Crafting==
Carbohydrates = 0 <br>
Red wine is unable to be turned into a [[Molotov Cocktail|molotov cocktail]].
Proteins = 0 <br>
 
Lipids = 0 <br>
==Distribution==
Calories = 510 <br><br>
Red wine can be found in kitchen and bar [[Containers#Counters|counters]].


== Code ==
== Code ==
<nowiki>item Wine2
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
<pre> item Wine2
HungerChange = -20,
HungerChange = -20,
    Weight = 1,
    Weight = 1,
Line 40: Line 59:
         Calories = 510,
         Calories = 510,
         Packaged = TRUE,
         Packaged = TRUE,
         CantBeFrozen = TRUE,
         CantBeFrozen = TRUE,</pre>
</nowiki>


==See Also==
==See also==
* [[Items#Alcoholic Drinks|Entry in Item List - Alcoholic Drinks]]
* [[Chardonnay]]
* [[Whiskey]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 15:19, 20 August 2018

Red Wine
Red Wine
Empty Bottle
General
Category Food
Encumbrance
Heavy Load
1
Can't be frozen True
Packaged True
Nutrition
Hunger
Hunger
-20
Thirst
Thirst
-20
Calories
Calories
510
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-20
Alcohol
Drunk
True
Technical details
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 as it is consumed. Being drunk will affect the player's coordination (controls), both on foot and in a vehicle.

Crafting

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

Distribution

Red wine can be found in kitchen and bar counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Wine2
		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,

See also

Template:Navbox/Consumables