Seaweed

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]
Seaweed
Seaweed Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-3
CaloriesCalories
3
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.Seaweed

Seaweed is a non-perishable 'spice' food item used in cooking.

Crafting

Evolved recipes

Seaweed is a cooking ingredient.

Product Nutrition
Soup
Soup
3

Distribution

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

Seaweed distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
sushikitchen counter 23.28%
sushikitchen counter 41.14%
sushikitchen crate 23.28%
sushikitchen crate 41.14%
sushikitchen crate 76.55%
sushikitchen fridge 19.27%
sushikitchen metal_shelves 23.28%
sushikitchen metal_shelves 41.14%
sushikitchen metal_shelves 76.55%

Seaweed is often found inside displays in restaurant.

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 Seaweed
	{
		DisplayName = Seaweed,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Seaweed,
		EvolvedRecipe = Soup:3,
		Spice = true,
		CantBeFrozen = TRUE,
		HungerChange = -3,
		Calories = 3,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = SeaWeed_Ground,
		FoodType = NoExplicit,
	}

See also