Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tofu

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tofu
Tofu Model.png
Tofu (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
True
Days fresh
6 days
Days until rotten
14 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
30
CarbohydratesCarbohydrates
1
ProteinsProteins
5
FatFat
1
Technical
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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Tofu (Fresh) -10 - - -
Stale Tofu (Stale) -8 +10 +10 -
Rotten Tofu (Rotten) -4 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Tofu is a cooking ingredient.

Product Nutrition
PotFull.png
Soup
10
PotFull.png
Stew
10
TZ CraftSalat.png
Salad
10
Stir Fry
Stir Fry
10
RoastingpanFull.png
Roasted Vegetables
10
Burger
Burger
10
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
10
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
10
Taco.png
Taco (crafted)
10
Burrito.png
Burrito (crafted)
10
PizzaWhole.png
Pizza (crafted)
10

Location

The loot distributions can be found in the table(s) below.

Tofu distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
chinesekitchen fridge 19.68%
sushikitchen fridge 23.67%

Tofu is often found in refrigerators.

History

Base.Tofu

Version Description
Build 41.72 EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Burger': '10', 'Salad': '10', 'RicePot': '10', 'RicePan': '10'} to {'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'}.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value Tofu.
Build 41.17 EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Burger': '10', 'Salad': '10', 'RicePot': '10', 'RicePan': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry Griddle Pan': '10', 'Stir fry': '10', 'Burger': '10', 'Salad': '10', 'RicePot': '10', 'RicePan': '10'}.
Build 34.23 Calories added with value 30.
Nutrition added with value 1.
EvolvedRecipe changed from {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Burger': '10', 'Salad': '10'} to {'Soup': '10', 'Stew': '10', 'Stir fry': '10', 'Burger': '10', 'Salad': '10', 'RicePot': '10', 'RicePan': '10'}.
Nutrition added with value 1.
Packaged added with value TRUE.
Proteins added with value 5.
Build 31.9 Released on this version.

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 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,
	}