Tofu: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Tofu}}
{{languages|Tofu}}
<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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Tofu
<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:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Tofu.png
|image=Tofu_120px.png
|hunger = -10
<!--GENERAL-->
|weight = 0.3
|category=Food
}}
|weight=0.3
Tofu is a [[Food#Perishable|perishable]] food item that goes bad as time passes. Tofu is often inside of [[refrigerator]]s. Tofu takes six in-game days to go stale, and fourteen in-game days to become rotten.  
|days_fresh=6
|days_rotten=14
|packaged=True
<!--NUTRITION-->
|hunger_change=-10
|calories=30
|lipids=1
|proteins=5
|carbohydrates=1
<!--TECHNICAL DETAILS-->
|class_name=Base.Tofu
}}'''Tofu''' is a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
=== Consumable properties ===
|
Tofu can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Tofu.png
|image = Tofu.png
Line 27: Line 37:
|rotten image = TofuRotten.png
|rotten image = TofuRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
==Crafting==
Carbohydrates = 1 <br>
=== Evolved Recipes ===
Proteins = 5 <br>
Tofu is a [[cooking]] [[Recipe Ingredients|ingredient]].
Lipids = 1 <br>
{{EvolvedRecipesForItem|soup=10|stew=10|stirfry=10|burger=10|salad=10|ricepot=10|ricepan=10|}}
Calories = 30 <br><br>


== Evolved Recipes ==
==Distribution==
{{EvolvedRecipesForItem
Tofu is often found in [[refrigerator]]s.
|soup=10|stew=10|stirfry=10|burger=10|salad=10|ricepot=10|ricepan=10|}}


== Code ==
== Code ==
<nowiki>
<pre> item Tofu
    item Tofu
Type = Food,
        Type = Food,
DisplayName = Tofu,
        DisplayName = Tofu,
Icon = Tofu,
        Icon = Tofu,
Weight = 0.3,
        Weight = 0.3,
HungerChange = -10,
        HungerChange = -10,
DaysFresh = 6,
        DaysFresh = 6,
DaysTotallyRotten = 14,
        DaysTotallyRotten = 14,
EvolvedRecipe      = Soup:10;Stew:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10,
        EvolvedRecipe      = Soup:10;Stew:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10,
FoodType            = Vegetables,
        FoodType            = Vegetables,
Carbohydrates = 1,
        Carbohydrates = 1,
Proteins = 5,
        Proteins = 5,
Lipids = 1,
        Lipids = 1,
Calories = 30,
        Calories = 30,
Packaged = TRUE,</pre>
        Packaged = TRUE,
</nowiki>


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

Revision as of 12:40, 18 August 2018

Tofu
Tofu
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 6 days
Days until rotten 14 days
Packaged True
Nutrition
Hunger
Hunger
-10
Calories
Calories
30
Carbohydrates
Carbohydrates
1
Proteins
Proteins
5
Fat
Fat
1
Technical details
Item ID Base.Tofu

Tofu is a perishable food item.

Usage

Consumable properties

Tofu can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Evolved Recipes

Tofu is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Burger
Burger
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10

Distribution

Tofu is often found in refrigerators.

Code

	item Tofu
		Type			= Food,
		DisplayName		= Tofu,
		Icon			= Tofu,
		Weight			= 0.3,
		HungerChange 		= -10,
		DaysFresh 		= 6,
		DaysTotallyRotten 	= 14,
		EvolvedRecipe       	= Soup:10;Stew:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10,
		FoodType            	= Vegetables,
		Carbohydrates 		= 1,
		Proteins 		= 5,
		Lipids 			= 1,
		Calories 		= 30,
		Packaged 		= TRUE,

Template:Navbox/Consumables