Maple Syrup: Difference between revisions

From PZwiki
m (Automated linking update.)
m (Distribution table update)
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Spices}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Maple Syrup
|name=Maple Syrup
Line 21: Line 21:
|item_id=Base.MapleSyrup
|item_id=Base.MapleSyrup
}}
}}
'''Maple syrup''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[items|item]]]] used in [[cooking]].
'''Maple syrup''' is a non-perishable ''spice'' [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
Line 31: Line 31:
===Evolved recipes===
===Evolved recipes===
Maple syrup is a condiment when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
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}}
{{EvolvedRecipesForItem|spice=true|pancakes=3|waffles=3|coneicecream=3|oatmeal=3|beverage=3}}


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


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|MapleSyrup|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>MapleSyrup distribution
!Container
        <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>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-MapleSyrup">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="3"|all
    |+ {{ll|Containers}}
| [[fridge]]
    ! Building / Room
| 4
    ! Container
| 0.2
    ! Rolls
|-
    ! Chance
|[[fridge]]
    |-
|4
    | all
|0.2
    | {{ll|GroceryBag1}}
|-
    | 1
|[[fridge]]
    | 0.25
|4
    |-
|0.2
    | all
|-
    | {{ll|fridge}}
| rowspan="5"|cafeteriakitchen
    | 4
| [[crate]]
    | 0.2
| 4
    |-
| 1
    | cafeteriakitchen
|-
    | {{ll|crate}}
|[[crate]]
    | 4
|4
    | 20.0
|1
    |-
|-
    | cafeteriakitchen
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|2
    | 10.0
|-
    |-
|[[crate]]
    | cafeteriakitchen
|4
    | {{ll|crate}}
|2
    | 4
|-
    | 50.0
|[[crate]]
    |-
|4
    | kitchen
|5
    | {{ll|counter}}
|-
    | 4
| kitchen
    | 6.0
| [[counter]]
    |-
| 4
    | kitchen_crepe
| 6
    | {{ll|counter}}
|-
    | 4
| rowspan="3"|kitchen_crepe
    | 10.0
| [[counter]]
    |-
| 4
    | kitchen_crepe
| 1
    | {{ll|fridge}}
|-
    | 4
|[[fridge]]
    | 20.0
|4
    |-
|1
    | kitchen_crepe
|-
    | {{ll|fridge}}
|[[fridge]]
    | 4
|4
    | 10.0
|2
    |}
|}
</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.
Maple syrup can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.


Line 102: Line 105:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 6437
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item MapleSyrup
item MapleSyrup
{
{
    DisplayName             = Maple Syrup,
DisplayName = Maple Syrup,
    DisplayCategory         = Food,
DisplayCategory = Food,
    Type                   = Food,
Type = Food,
    Weight                 = 0.2,
Weight = 0.2,
    Icon                   = MapleSyrup,
Icon = MapleSyrup,
    CantBeFrozen           = TRUE,
CantBeFrozen = TRUE,
    EvolvedRecipe           = Pancakes:3;Waffles:3;ConeIcecream:3;Oatmeal:3;Beverage:3;Beverage2:3;Oatmeal:3,
EvolvedRecipe = Pancakes:3;Waffles:3;ConeIcecream:3;Oatmeal:3;Beverage:3;Beverage2:3;Oatmeal:3,
    Packaged               = TRUE,
Packaged = TRUE,
    Spice                   = true,
Spice = true,
    HungerChange           = -45,
HungerChange = -45,
    UnhappyChange           = -20,
UnhappyChange = -20,
    Calories               = 1100,
Calories = 1100,
    Carbohydrates           = 270,
Carbohydrates = 270,
    Lipids                 = 0,
Lipids = 0,
    Proteins               = 0,
Proteins = 0,
    WorldStaticModel       = MapleSyrup_Ground,
WorldStaticModel = MapleSyrup_Ground,
    FoodType               = NoExplicit,
FoodType = NoExplicit,
}
}
  }}
}}
}}
}}


Line 135: Line 139:
*[[Mustard]]
*[[Mustard]]


{{Navbox food}}
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]
[[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