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.

Containers
Building/Room Container Rolls Chance
sushikitchen counter 4 1
counter 4 2
crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
fridge 4 8

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