Tofu: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Tofu}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Tofu
|display_name=Tofu
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Tofu_Model.png
|image=Tofu 120px.png
|image_width=200px
|alternate_image=TofuRotten.png
|alternate_image=Tofu.png
|alternate_link=
|alternate_link=
|alternate_name=Tofu
|alternate_name=Tofu (Rotten)
|alternate_image2=TofuRotten.png
|alternate_link2=
|alternate_name2=Tofu (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=6
|days_fresh=6
|days_rotten=14
|days_rotten=8
|packaged=True
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
Line 48: Line 44:
=== Evolved Recipes ===
=== Evolved Recipes ===
Tofu is a [[cooking]] [[Recipe Ingredients|ingredient]].
Tofu is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=10|stew=10|stirfry=10|burger=10|salad=10|ricepot=10|ricepan=10|}}
{{EvolvedRecipesForItem|Pizza=10|Soup=10|Stew=10|StirFry=10|Burger=10|Salad=10|Rice=10|RoastedVegetables=10|Pasta=10|Taco=5|Burrito=10|}}


==Distribution==
==Distribution==
Tofu is often found in [[refrigerator]]s.
Tofu is often found in [[refrigerator]]s.
==Gallery==
<gallery>
File:Tofu Model.png|Tofu model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Tofu
<pre>    item Tofu
    {
{
        DisplayCategory = Food,
DisplayName = Tofu,
        Type = Food,
DisplayCategory = Food,
        DisplayName = Tofu,
Type = Food,
        Icon = Tofu,
Weight = 0.3,
        Weight = 0.3,
Icon = Tofu,
        HungerChange = -10,
EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10;Roasted Vegetables:10;PastaPot:10;PastaPan:10;Taco:5;Burrito:10;Burger:10,
        DaysFresh = 6,
FoodType = Vegetables,
        DaysTotallyRotten = 14,
Packaged = TRUE,
        EvolvedRecipe       =       Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10,
DaysFresh = 6,
        FoodType           =       Vegetables,
DaysTotallyRotten = 14,
        Carbohydrates = 1,
HungerChange = -10,
        Proteins = 5,
Calories = 30,
        Lipids = 1,
Carbohydrates = 1,
        Calories = 30,
Lipids = 1,
        Packaged = TRUE,
Proteins = 5,
        WorldStaticModel = Tofu,
WorldStaticModel = Tofu,
    }</pre>
}</pre>


{{Navbox_food}}
{{Navbox_food}}

Revision as of 18:08, 29 September 2022

Tofu
Tofu
Tofu (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 6 days
Days until rotten 8 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
Roasted Vegetables
Roasted Vegetables
10
Burger
Burger
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Taco
Taco
5
Burrito
Burrito
10
Pizza
Pizza
10

Distribution

Tofu is often found in refrigerators.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Tofu
	{
		DisplayName = Tofu,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Tofu,
		EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:10;Salad:10;RicePot:10;RicePan:10;Roasted Vegetables:10;PastaPot:10;PastaPan:10;Taco:5;Burrito:10;Burger:10,
		FoodType = Vegetables,
		Packaged = TRUE,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
		HungerChange = -10,
		Calories = 30,
		Carbohydrates = 1,
		Lipids = 1,
		Proteins = 5,
		WorldStaticModel = Tofu,
	}