Maple Syrup

From PZwiki
Project ZomboidItemsFoodSpicesMaple Syrup
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Maple Syrup
MapleSyrup Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-45
ThirstMoodle Icon Thirsty.png
0
CaloriesCalories
1100
CarbohydratesCarbohydrates
270
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-20
Technical
Item ID
Base.MapleSyrup

Maple syrup is a non-perishable spice food item used in cooking.

Usage

Maple syrup can be eaten raw, providing the player with some positive and negative effects. Maple syrup is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

Maple syrup is a condiment when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Pancakes
Pancakes
3
Waffles
Waffles
3
Oatmeal
Oatmeal
3
Ice Cream Cone
Ice Cream Cone
3
Beverage
Beverage
3

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 0.2
fridge 4 0.2
fridge 4 0.2
cafeteriakitchen crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
kitchen counter 4 6
kitchen_crepe counter 4 1
fridge 4 1
fridge 4 2

Maple syrup can be found in kitchen counters and refrigerators.

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 MapleSyrup
	{
		DisplayName = Maple Syrup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = MapleSyrup,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pancakes:3;Waffles:3;ConeIcecream:3;Oatmeal:3;Beverage:3;Beverage2:3;Oatmeal:3,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -45,
		UnhappyChange = -20,
		Calories = 1100,
		Carbohydrates = 270,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = MapleSyrup_Ground,
		FoodType = NoExplicit,
	}

See also