Watermelon Chunks: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
mNo edit summary
Line 1: Line 1:
{{languages|Watermelon_Chunks}}
{{languages|Watermelon_Chunks}}
{{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 Chunks
|display_name=Watermelon Chunks
|name_colour=Food
|name_colour=Food
Line 9: Line 9:
|weight=0.6
|weight=0.6
|days_fresh=2
|days_fresh=2
|days_rotten=3
|days_rotten=1
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 43: Line 43:
===Obtaining===
===Obtaining===
Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.
Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|402|ing=2}}
{{Crafting cooking|402|ing=2}}
Line 50: Line 49:
=== Evolved recipes ===
=== Evolved recipes ===
Watermelon chunks are a [[cooking]] [[Recipe Ingredients|ingredient]].
Watermelon chunks are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|salad=100|fruitsalad=100}}
{{EvolvedRecipesForItem|Salad=12|FruitSalad=12|Pancakes=12|Waffles=12|Muffin=12}}


==Distribution==
==Distribution==
Watermelon chunks do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
Watermelon chunks do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
==Gallery==
<gallery>
File:WatermelonChunk Model.png|Watermelon chunks model when placed in the world.
File:WatermelonChunkRotten Model.png|Rotten watermelon chunks 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=40|incver=6}}
<pre> item WatermelonSmashed
<pre> item WatermelonSmashed
HungerChange = -12,
{
Weight = 0.6,
DisplayName = Watermelon Chunks,
Type = Food,
DisplayCategory = Food,
DaysTotallyRotten = 3,
Type = Food,
ThirstChange = -25,
Weight = 0.6,
DisplayName = Watermelon Chunks,
Icon = WatermelonSmashed,
Icon = WatermelonSmashed,
EvolvedRecipe = Salad:12;FruitSalad:12;Pancakes:12;Waffles:12;Muffin:12,
DaysFresh = 2,
FoodType = Fruits,
        Carbohydrates = 68.2,
DaysFresh = 2,
        Proteins = 5.51,
DaysTotallyRotten = 3,
        Lipids = 1.35,
HungerChange = -12,
        Calories = 271,</pre>
ThirstChange = -25,
Calories = 271,
Carbohydrates = 68.2,
Lipids = 1.35,
Proteins = 5.51,
CustomEatSound = EatingFruit,
StaticModel = MelonSlice,
WorldStaticModel = WaterMelonChunks_Ground,
}</pre>


==See also==
==See also==
*[[Watermelon Slice]]
*[[Watermelon Slice]]


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

Revision as of 19:01, 29 September 2022

Project ZomboidItemsFoodPerishable FoodFruitWatermelon Chunks
Watermelon Chunks
Watermelon Chunks
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 2 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-25
Calories
Calories
271
Carbohydrates
Carbohydrates
68.2
Proteins
Proteins
5.51
Fat
Fat
1.35
Technical details
Item ID Base.WatermelonSmashed

Watermelon chunks are a perishable food item.

Usage

Consumable properties

Watermelon chunks 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

Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
WatermelonSmashed.png
Watermelon Chunks x5
0.75 Cooking none
(keep)
Watermelon.png
Watermelon
(consumed)

Template:Crafting table footer

Evolved recipes

Watermelon chunks are a cooking ingredient.

Product Nutrition
Salad
Salad
12
Fruit Salad
Fruit Salad
12
Muffin
Muffin
12
Pancakes
Pancakes
12
Waffles
Waffles
12

Distribution

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

Gallery

Code

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

	item WatermelonSmashed
	{
		DisplayName = Watermelon Chunks,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.6,
		Icon = WatermelonSmashed,
		EvolvedRecipe = Salad:12;FruitSalad:12;Pancakes:12;Waffles:12;Muffin:12,
		FoodType = Fruits,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -12,
		ThirstChange = -25,
		Calories = 271,
		Carbohydrates = 68.2,
		Lipids = 1.35,
		Proteins = 5.51,
		CustomEatSound = EatingFruit,
		StaticModel = MelonSlice,
		WorldStaticModel = WaterMelonChunks_Ground,
	}

See also