Watermelon Chunks: Difference between revisions

From PZwiki
m (Automated {{Languages}} removal.)
m (Automated Formatting)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header/sandbox2|Project Zomboid|Items|Food|Fruit}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Watermelon Chunks
|name=Watermelon Chunks
|model=WatermelonChunk Model.png
|model=WatermelonChunk_Model.png
|icon=WatermelonSmashed.png
|icon=WatermelonSmashed.png
|icon_name=Watermelon Chunks
|icon_name=Watermelon Chunks
Line 45: Line 45:
===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/sandbox2
{{Crafting cooking|402|ing=2}}
|watermelon_chunks
|}
}}


===Evolved recipes===
===Evolved recipes===
Watermelon chunks are a [[cooking]] [[Recipe ingredients|ingredient]].
Watermelon chunks are a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Salad=12|FruitSalad=12|Pancakes=12|Waffles=12|Muffin=12}}
{{EvolvedRecipesForItem|salad=12|fruitsalad=12|pancakes=12|waffles=12|muffin=12}}


==Distribution==
==Distribution==
Line 58: Line 58:
==Gallery==
==Gallery==
<gallery>
<gallery>
WatermelonChunk Model.png|Watermelon chunks model when placed in the world.
WatermelonChunk Model.png|Watermelon chunks model when placed in the world
WatermelonChunkRotten Model.png|Rotten watermelon chunks model when placed in the world.
WatermelonChunkRotten Model.png|Rotten watermelon chunks model when placed in the world
</gallery>
</gallery>


Line 72: Line 72:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item WatermelonSmashed
item WatermelonSmashed
{
{
DisplayName = Watermelon Chunks,
DisplayName = Watermelon Chunks,
Line 93: Line 93:
WorldStaticModel = WaterMelonChunks_Ground,
WorldStaticModel = WaterMelonChunks_Ground,
}
}
  }}
}}
}}
}}


Line 100: Line 100:
*[[Watermelon]]
*[[Watermelon]]


{{Navbox food}}
{{Navbox items|plants}}
 


[[Category:Perishable food]]
[[Category:Perishable food]]

Latest revision as of 13:17, 14 April 2024

Project ZomboidItemsFoodFruitWatermelon Chunks
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Watermelon Chunks
WatermelonChunk Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Properties
Days fresh
2 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-25
CaloriesCalories
271
CarbohydratesCarbohydrates
68.2
ProteinsProteins
5.51
FatFat
1.35
Technical
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.

Fresh Stale Rotten

Watermelon Chunks.png
Hunger: -12


Watermelon Chunks.png
Hunger: -9
Boredom: +10
Unhappiness: +10

Watermelon Chunks.png
Hunger: 5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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 Ingredients Tools Requirements Workstation XP
WatermelonSmashed.png
Watermelon Chunks ×5
One of:
BaseballBat.png Baseball Bat ×1
Hammer.png Hammer ×1
Logs.png Log ×1
Plank.png Plank ×1
Sledgehamer.png Sledgehammer ×1
BaseballBatNails.png Spiked Baseball Bat ×1
HammerStone.png Stone Hammer ×1
Each of:
Watermelon.png Watermelon ×1
none none none 0.75 Cooking

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

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