Maple Syrup: Difference between revisions

From PZwiki
(Created page with "{{languages|MapleSyrup.png}} {{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food |display_name=MapleSyrup.png |name_...")
 
(Update distribution file)
 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|MapleSyrup.png}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{Page version|41.78.16}}
|display_name=MapleSyrup.png
{{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 18: Line 17:
|proteins=0
|proteins=0
<!--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 spice in 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 spice 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,
    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.    <div class="toggle-content">
                Type = Food,
<div class="pz-container">
                UnhappyChange = -20,
<div id="containers" style="flex-basis:30%">
                DisplayName = Maple Syrup,
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
                Icon = MapleSyrup,
    |+ {{ll|Containers}}
                EvolvedRecipe = Pancakes:2;Waffles:2,
    ! Building/Room
                Spice   =   true,
    ! Container
                Carbohydrates = 270,
    ! Effective chance
                Proteins = 0,
    |-
                Lipids = 0,
    | GroceryBag1
                Calories = 1100,
    | {{ll|GroceryBag1}}
                Packaged = TRUE,
    | 0.56%
                CantBeFrozen = TRUE,</pre>
    |-
    | all
    | {{ll|fridge}}
    | 2.1%
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 23.28%
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 41.14%
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 76.55%
    |-
    | cafeteriakitchen
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | cafeteriakitchen
    | {{ll|metal_shelves}}
    | 41.14%
    |-
    | cafeteriakitchen
    | {{ll|metal_shelves}}
    | 76.55%
    |-
    | kitchen
    | {{ll|counter}}
    | 15.1%
    |-
    | kitchen
    | {{ll|overhead}}
    | 15.1%
    |-
    | kitchen_crepe
    | {{ll|counter}}
    | 23.28%
    |-
    | kitchen_crepe
    | {{ll|crate}}
    | 23.28%
    |-
    | kitchen_crepe
    | {{ll|crate}}
    | 41.14%
    |-
    | kitchen_crepe
    | {{ll|crate}}
    | 76.55%
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 23.28%
    |-
    | kitchen_crepe
    | {{ll|fridge}}
    | 41.14%
    |-
    | kitchen_crepe
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | kitchen_crepe
    | {{ll|metal_shelves}}
    | 41.14%
    |-
    | kitchen_crepe
    | {{ll|metal_shelves}}
    | 76.55%
    |-
    | livingroom
    | {{ll|counter}}
    | 15.1%
    |-
    | livingroom
    | {{ll|overhead}}
    | 15.1%
    |}
</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 178:
*[[Ketchup]]
*[[Ketchup]]
*[[Mustard]]
*[[Mustard]]
{{Navbox items|miscellaneous_food}}




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

Latest revision as of 13:15, 30 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
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
GroceryBag1 GroceryBag1 0.56%
all fridge 2.1%
cafeteriakitchen crate 23.28%
cafeteriakitchen crate 41.14%
cafeteriakitchen crate 76.55%
cafeteriakitchen metal_shelves 23.28%
cafeteriakitchen metal_shelves 41.14%
cafeteriakitchen metal_shelves 76.55%
kitchen counter 15.1%
kitchen overhead 15.1%
kitchen_crepe counter 23.28%
kitchen_crepe crate 23.28%
kitchen_crepe crate 41.14%
kitchen_crepe crate 76.55%
kitchen_crepe fridge 23.28%
kitchen_crepe fridge 41.14%
kitchen_crepe metal_shelves 23.28%
kitchen_crepe metal_shelves 41.14%
kitchen_crepe metal_shelves 76.55%
livingroom counter 15.1%
livingroom overhead 15.1%

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