Marinara: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table update)
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Spices}}
{{languages|Marinara}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Marinara
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Marinara_Model.png
{{Consumables
|icon=Marinarai.png
|image = Marinarai.png
|icon_name=Marinara
|hunger = -10
<!--GENERAL-->
|weight = 0.2
|category=Food
|weight=0.2
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-10
|calories=350
|lipids=7.5
|proteins=10
|carbohydrates=55
<!--TECHNICAL DETAILS-->
|item_id=Base.Marinara
}}
}}
'''Marinara''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food item which is found in [[Containers#Kitchen_Counter|kitchen counters]].
'''Marinara''' is a non-perishable ''spice'' [[food]] [[Items|item]] used in [[cooking]].


== Nutritional information ==
==Usage==
<br>
Marinara can be eaten raw, providing the player with some positive and negative effects. Marinara is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 55 <br>
Proteins = 10 <br>
Lipids = 7.5 <br>
Calories = 350 <br><br>


== Evolved recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{Main|Cooking}}
{{EvolvedRecipesForItem
|sandwich=2|burger=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2|}}


== Code ==
===Evolved recipes===
<br>
Marinara is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
<nowiki>
{{EvolvedRecipesForItem|spice=true|pizza=5|sandwich=2|burger=2|rice=2|pasta=2}}
    item Marinara
HungerChange = -10,
Weight = 0.2,
Type = Food,
DisplayName = Marinara,
Icon = Marinarai,
EvolvedRecipe = Sandwich:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
Spice  =  true,
        Carbohydrates = 55,
        Proteins = 10,
        Lipids = 7.5,
        Calories = 350,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
</nowiki>


{{Navbox/Consumables}}
==Distribution==
[[Category:Consumables]]
The loot distributions can be found in the table(s) below.
[[Category:Food]]
 
[[Category:Non-Perishable_Food]]
<!--BOT FLAG|Marinara|41.78.16-->
[[Category:Version 34.28]]
{{clear}}
<div class="togglebox theme-red">
    <div>Marinara distribution
        <span class="mw-customtoggle-togglebox-Marinara" 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>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Marinara">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 10.0
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 50.0
    |-
    | generalstore
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | generalstore
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Marinara" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Marinara|41.78.16-->
Marinara can be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5323
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Marinara
{
DisplayName = Marinara,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Marinarai,
CantBeFrozen = TRUE,
EvolvedRecipe = Pizza:5;Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
Packaged = TRUE,
Spice = true,
HungerChange = -10,
Calories = 350,
Carbohydrates = 55,
Lipids = 7.5,
Proteins = 10,
WorldStaticModel = Marinara,
FoodType = NoExplicit,
}
}}
}}
 
==See also==
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]

Revision as of 16:01, 24 April 2024

Project ZomboidItemsFoodSpicesMarinara
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Marinara
Marinara Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
350
CarbohydratesCarbohydrates
55
ProteinsProteins
10
FatFat
7.5
Technical
Item ID
Base.Marinara

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

Usage

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

Crafting

Main article: Cooking

Evolved recipes

Marinara is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2
Pizza
Pizza
5

Distribution

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

Marinara distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
cafeteriakitchen counter 4 10.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 10.0
cafeteriakitchen crate 4 50.0
generalstore crate 4 10.0
generalstore crate 4 20.0
kitchen counter 4 10.0

Marinara can be found in kitchen counters.

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 Marinara
	{
		DisplayName = Marinara,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Marinarai,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pizza:5;Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -10,
		Calories = 350,
		Carbohydrates = 55,
		Lipids = 7.5,
		Proteins = 10,
		WorldStaticModel = Marinara,
		FoodType = NoExplicit,
	}

See also