Watermelon Slice: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Watermelon Slice}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{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=WatermelonSliced 120px.png
|image=WatermelonSliced.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 21:


==Usage==
==Usage==
===Consumable properties===
===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.  
Watermelon slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
Line 40: Line 40:
}}
}}


== Crafting ==
==Crafting==
 
===Obtaining===
===Obtaining===
Watermelon slice is made by slicing [[watermelon]].
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}}
{{Crafting table footer}}
|}


=== Evolved recipes ===
===Evolved recipes===
Watermelon slice is a [[cooking]] [[Recipe Ingredients|ingredient]].
Watermelon slice is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Salad=6|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6}}
{{EvolvedRecipesForItem|Salad=6|FruitSalad=6|Pancakes=6|Waffles=6|Muffin=6}}
Line 60: Line 61:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item WatermelonSliced
<pre>
item WatermelonSliced
{
{
DisplayName = Watermelon Slice,
DisplayName = Watermelon Slice,
Line 84: Line 86:
WorldStaticModel = WaterMelonSlice_Ground,
WorldStaticModel = WaterMelonSlice_Ground,
EvolvedRecipeName = Watermelon,
EvolvedRecipeName = Watermelon,
}</pre>
}
</pre>


==See also==
==See also==

Revision as of 21:10, 26 February 2023

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)

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