Watermelon Slice: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Watermelon Slice}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Watermelon Slice
|display_name=Watermelon Slice
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=MelonSlice_Model.png
|image=WatermelonSliced 120px.png
|image_width=300px
|alternate_image=WatermelonSliced.png
|alternate_name=Watermelon Slice
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=3
|days_fresh=3
|days_rotten=4
|days_rotten=1
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-6
|hunger_change=-6
Line 23: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.WatermelonSliced
|class_name=Base.WatermelonSliced
}}A '''watermelon slice''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Watermelon slice''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A watermelon slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
Watermelon slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
{{Consumables2
{{Consumables2
|image = Watermelon Slice.png
|image = Watermelon Slice.png
Line 46: Line 42:
== Crafting ==
== Crafting ==
===Obtaining===
===Obtaining===
Watermelon slice is made by slicing [[watermelon]].
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|401|ing=2}}
{{Crafting cooking|401|ing=2}}
Line 51: Line 48:


=== Evolved recipes ===
=== Evolved recipes ===
Watermelon slices are a [[cooking]] [[Recipe Ingredients|ingredient]].
Watermelon slice is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|salad=100|fruitsalad=100}}
{{EvolvedRecipesForItem|Salad=6|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6}}


==Distribution==
==Distribution==
Watermelon slices do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
Watermelon slice do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
 
==Gallery==
<gallery>
File:MelonSlice Model.png|Watermelon slice model when placed in the world.
File:WatermelonSliceRotten Model.png|Rotten watermelon slice model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=41|incver=73}}
<pre> item WatermelonSliced
<pre> item WatermelonSliced
HungerChange = -6,
{
Weight = 0.3,
DisplayName = Watermelon Slice,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 4,
Type = Food,
ThirstChange = -20,
Weight = 0.3,
DisplayName = Watermelon Slice,
Icon = WatermelonSliced,
Icon = WatermelonSliced,
EvolvedRecipe = Salad:6;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6,
DaysFresh = 3,
FoodType = Fruits,
        Carbohydrates = 34.11,
DaysFresh = 3,
        Proteins = 2.75,
DaysTotallyRotten = 4,
        Lipids = 0.67,
HungerChange = -6,
        Calories = 135.5,</pre>
ThirstChange = -20,
Calories = 135.5,
Carbohydrates = 34.11,
Lipids = 0.67,
Proteins = 2.75,
CustomEatSound = EatingFruit,
StaticModel = MelonSlice,
WorldStaticModel = WaterMelonSlice_Ground,
EvolvedRecipeName = Watermelon,
}</pre>


==See also==
==See also==
*[[Watermelon Chunks]]
*[[Watermelon Chunks]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 19:12, 29 September 2022

Project ZomboidItemsFoodPerishable FoodFruitWatermelon Slice
Watermelon Slice
Watermelon Slice
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-6
Thirst
Thirst
-20
Calories
Calories
135.5
Carbohydrates
Carbohydrates
34.11
Proteins
Proteins
2.75
Fat
Fat
0.67
Technical details
Item ID Base.WatermelonSliced

Watermelon slice is a perishable food item.

Usage

Consumable properties

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

Crafting

Obtaining

Watermelon slice is made by slicing watermelon.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
WatermelonSliced.png
Watermelon Slice x10
0.75 Cooking none
(keep)
Watermelon.png
Watermelon
(consumed)

Template:Crafting table footer

Evolved recipes

Watermelon slice is a cooking ingredient.

Product Nutrition
Salad
Salad
6
Fruit Salad
Fruit Salad
6
Muffin
Muffin
6
Pancakes
Pancakes
6
Waffles
Waffles
6

Distribution

Watermelon slice do not spawn naturally and can only be obtained through crafting.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item WatermelonSliced
	{
		DisplayName = Watermelon Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = WatermelonSliced,
		EvolvedRecipe = Salad:6;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6,
		FoodType = Fruits,
		DaysFresh = 3,
		DaysTotallyRotten = 4,
		HungerChange = -6,
		ThirstChange = -20,
		Calories = 135.5,
		Carbohydrates = 34.11,
		Lipids = 0.67,
		Proteins = 2.75,
		CustomEatSound = EatingFruit,
		StaticModel = MelonSlice,
		WorldStaticModel = WaterMelonSlice_Ground,
		EvolvedRecipeName = Watermelon,
	}

See also