Zucchini: Difference between revisions

From PZwiki
(new31.9)
 
m (Distribution table update)
(30 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{Page version|41.78.16}}
{{Infobox item
|name=Zucchini
|model=Zucchini_Model.png
|icon=Zucchini.png
|icon_name=Zucchini
|model2=ZucchiniRotten Model.png
|icon2=ZucchiniRotten.png
|icon_name2=Zucchini (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=6
|days_rotten=14
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=-10
|calories=33
|lipids=0.63
|proteins=2.37
|carbohydrates=6.10
<!--TECHNICAL DETAILS-->
|item_id=Base.Zucchini
}}
'''Zucchini''' is a perishable [[food]] [[Items|item]].


==Usage==
===Consumable properties===
Zucchini can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = Zucchini.png
|image = Zucchini.png
|hunger = -15
|hunger = -10
|weight = 0.3
|thirst = 0
}}
|unrotten hunger = -7
 
|unrotten boredom = +10
 
|unrotten unhappiness = +10
 
|unrotten thirst = 0
== Nutritional Information ==
|unrotten image = Zucchini.png
{{Consumables2
|rotten hunger = -4
|image = Zucchini.png
|rotten boredom = +20
|hunger = -15
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = ZucchiniRotten.png
|rotten image = ZucchiniRotten.png
|cooked image =
}}
}}


== Evolved Recipes ==
==Crafting==
{{EvolvedRecipesForItem
===Evolved recipes===
|soup=8|stew=8|salad=8|stirfry=8|roastedvegetables=8|sandwich=0|burger=0|pie=8|cake=0}}
Zucchini is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|pizza=10|soup=10|stew=10|pie=10|stirfry=10|salad=10|roastedvegetables=10|rice=10|pasta=10|sandwich=5|omelette=5}}


== Code ==
==Distribution==
<nowiki>item Zucchini
The loot distributions can be found in the table(s) below.
    {
        Type = Food,
        DisplayName = Zucchini,
        Icon = Zucchini,
        Weight = 0.3,
        HungerChange = -15,
        DaysFresh = 6,
        DaysTotallyRotten = 14,
        EvolvedRecipe      =      Soup:8;Stew:8;Pie:8;Stir fry:8;Salad:8;Roasted Vegetables:8,
        FoodType            =      Vegetables,
    }</nowiki>


== History ==
<!--BOT FLAG|Zucchini|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Zucchini distribution
        <span class="mw-customtoggle-togglebox-Zucchini" 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-Zucchini">
    <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|GroceryBag1}}
    | 1
    | 2.0
    |-
    | all
    | {{ll|GroceryBag2}}
    | 1
    | 4.0
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 4.0
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | dinerkitchen
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | gigamart
    | {{ll|grocerstand}}
    | 4
    | 20.0
    |-
    | gigamart
    | {{ll|grocerstand}}
    | 4
    | 10.0
    |-
    | italiankitchen
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | restaurantkitchen
    | {{ll|fridge}}
    | 4
    | 2.0
    |-
    | sushikitchen
    | {{ll|fridge}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | ---
    | 8
    | FarmLand  5<br> Farm  5
    | -30
    | -
    | -
    | -
    | -
    | May<br>June<br>July
    | March<br>April
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-Zucchini" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Zucchini|41.78.16-->


{| class="wikitable" width="550" style="text-align:center;"
==Code==
|-
{{CodeBox
! Alpha ||
| {{CodeSnip
|-
  | lang = java
| Ver31.9 || -  
  | line = true
|}
  | start = 1086
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Zucchini
{
DisplayName = Zucchini,
DisplayCategory = Food,
Type = Food,
Weight = 0.3,
Icon = Zucchini,
EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Sandwich:5;Sandwich Baguette:5;Omelette:5,
FoodType = Vegetables,
DaysFresh = 6,
DaysTotallyRotten = 14,
HungerChange = -10,
ThirstChange = -10,
Calories = 33,
Carbohydrates = 6.10,
Lipids = 0.63,
Proteins = 2.37,
StaticModel = CylinderFood_Green,
WorldStaticModel = Zucchini_Ground,
}
}}
}}


==See Also==
==See also==
* [[Recipe_Ingredients]]
*[[Pickles]]


{{Navbox items|plants}}


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]

Revision as of 17:02, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Zucchini
Zucchini Model.png
ZucchiniRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
6 days
Days until rotten
14 days
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
-10
CaloriesCalories
33
CarbohydratesCarbohydrates
6.10
ProteinsProteins
2.37
FatFat
0.63
Technical
Item ID
Base.Zucchini

Zucchini is a perishable food item.

Usage

Consumable properties

Zucchini can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Zucchini.png
Hunger: -10


Zucchini.png
Hunger: -7
Boredom: +10
Unhappiness: +10

ZucchiniRotten.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Evolved recipes

Zucchini is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Omelette
Omelette
5
Pizza
Pizza
10

Distribution

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

Zucchini distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 2.0
all GroceryBag2 1 4.0
all fridge 4 4.0
all fridge 4 2.0
dinerkitchen fridge 4 2.0
gigamart grocerstand 4 20.0
gigamart grocerstand 4 10.0
italiankitchen fridge 4 8.0
restaurantkitchen fridge 4 2.0
sushikitchen fridge 4 8.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
--- 8 FarmLand 5
Farm 5
-30 - - - - May
June
July
March
April

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 Zucchini
	{
		DisplayName = Zucchini,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Zucchini,
		EvolvedRecipe = Pizza:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Sandwich:5;Sandwich Baguette:5;Omelette:5,
		FoodType = Vegetables,
		DaysFresh = 6,
		DaysTotallyRotten = 14,
		HungerChange = -10,
		ThirstChange = -10,
		Calories = 33,
		Carbohydrates = 6.10,
		Lipids = 0.63,
		Proteins = 2.37,
		StaticModel = CylinderFood_Green,
		WorldStaticModel = Zucchini_Ground,
	}

See also