Red Wine: Difference between revisions

From PZwiki
(Updated Page, +nav bar, +relevant info, +corrected categories, +corrected nutritional info, +consumables,)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages}}
<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 -->
<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 -->
<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 -->
{{Consumables
{{Consumables
|image = Red Wine.png
|image = Red Wine.png
|hunger = -20  
|hunger = -20
|weight = 0.7
|thirst = -20
|unhappiness = -20
|weight = 1.0
}}
}}
==Description==
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
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


== Effects ==
== Nutritional Information ==
[[Thirst]]: -20
Red Wine provides when completely drunk: -20 hunger, -20 Thirst and -20 Unhappiness.
 
[[Hunger]]: -20


[[Unhappiness]]: -20
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 510 <br><br>


== Code ==
== Code ==
  <nowiki>item Wine2
  <nowiki>item Wine2
{
HungerChange = -20,
HungerChange = -20,
    Weight = 1,
    Weight = 0.7,
Type = Food,
Type = Food,
ThirstChange = -20,
ThirstChange = -20,
        UnhappyChange = -20,
        UnhappyChange = -20,
DisplayName = Red Wine,
DisplayName = Red Wine,
Alcoholic = TRUE,
Alcoholic = TRUE,
ReplaceOnUse = WineEmpty2,
ReplaceOnUse = WineEmpty2,
Icon = Wine2Full,
Icon = Wine2Full,
CustomContextMenu = Drink,
CustomContextMenu = Drink,
CustomEatSound = PZ_DrinkingFromBottle,
CustomEatSound = PZ_DrinkingFromBottle,
        Carbohydrates = 0,
}</nowiki>
        Proteins = 0,
 
        Lipids = 0,
== History ==
        Calories = 510,
 
        Packaged = TRUE,
{| class="wikitable" width="550" style="text-align:center;"
        CantBeFrozen = TRUE,
|-
</nowiki>
! Alpha || 
|-
| - || -
|}


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


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

Revision as of 21:22, 9 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Red Wine   

Red wine is an alcoholic non-perishable drink usually found in kitchen cabinets. Like White Wine, 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

Nutritional Information

Red Wine provides when completely drunk: -20 hunger, -20 Thirst and -20 Unhappiness.

It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 510

Code

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