Maple Syrup: Difference between revisions

From PZwiki
m (changed to condiment and fixed some words)
m (Distribution table update)
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Maple Syrup}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Maple Syrup
{{Infobox item
|name_colour=Food
|name=Maple Syrup
|name_text_colour=Food
|model=MapleSyrup_Model.png
|image=MapleSyrup.png
|icon=MapleSyrup.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|packaged=True
|packaged=Yes
|cant_be_frozen=true
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-45
|hunger_change=-45
Line 19: Line 18:
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=-20
|unhappy_change=-20
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MapleSyrup
|item_id=Base.MapleSyrup
}}'''Maple Syrup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].  
}}
'''Maple syrup''' is a non-perishable ''spice'' [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
Maple Syrup is used as a condiment in specific cooking recipes.  
Maple syrup can be eaten raw, providing the player with some positive and negative effects. Maple syrup is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.


== Crafting ==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
==== Evolved recipes ====
 
Maple Syrup is a condiment when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
===Evolved recipes===
{{EvolvedRecipesForItem|Pancakes=2|Waffles=2}}
Maple syrup is a condiment when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|pancakes=3|waffles=3|coneicecream=3|oatmeal=3|beverage=3}}


==Distribution==
==Distribution==
Maple Syrup can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|MapleSyrup|41.78.16-->
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
{{Retrieved|version=41|incver=65}}
<div class="togglebox theme-red">
<pre>
    <div>MapleSyrup distribution
        item MapleSyrup
        <span class="mw-customtoggle-togglebox-MapleSyrup" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
                HungerChange = -45,
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-MapleSyrup">
                Weight = 0.2,
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
                Type = Food,
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
                UnhappyChange = -20,
    |+ {{ll|Containers}}
                DisplayName = Maple Syrup,
    ! Building / Room
                Icon = MapleSyrup,
    ! Container
                EvolvedRecipe = Pancakes:2;Waffles:2,
    ! Rolls
                Spice   =   true,
    ! Chance
                Carbohydrates = 270,
    |-
                Proteins = 0,
    | all
                Lipids = 0,
    | {{ll|GroceryBag1}}
                Calories = 1100,
    | 1
                Packaged = TRUE,
    | 0.25
                CantBeFrozen = TRUE,</pre>
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 0.2
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 50.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | kitchen_crepe
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 4
    | 20.0
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-MapleSyrup" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|MapleSyrup|41.78.16-->
Maple syrup can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 6437
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
Line 62: Line 138:
*[[Ketchup]]
*[[Ketchup]]
*[[Mustard]]
*[[Mustard]]
{{Navbox items|miscellaneous_food}}




{{Navbox/Consumables}}
[[Category:Non-perishable food]]

Revision as of 16:00, 24 April 2024

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.

MapleSyrup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 0.25
all fridge 4 0.2
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 10.0
cafeteriakitchen crate 4 50.0
kitchen counter 4 6.0
kitchen_crepe counter 4 10.0
kitchen_crepe fridge 4 20.0
kitchen_crepe fridge 4 10.0

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