Watermelon Chunks: Difference between revisions

From PZwiki
m (Minor fixes)
m (Automated Formatting)
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}
{{Page version|41.78.16}}
{{Infobox food
{{Infobox item
|display_name=Watermelon Chunks
|name=Watermelon Chunks
|name_colour=Food
|model=WatermelonChunk_Model.png
|name_text_colour=Food
|icon=WatermelonSmashed.png
|image=WatermelonChunk Model.png
|icon_name=Watermelon Chunks
|alternate_image=WatermelonSmashed.png
|alternate_name=Watermelon Chunks
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 19:
|carbohydrates=68.2
|carbohydrates=68.2
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.WatermelonSmashed
|item_id=Base.WatermelonSmashed
}}
}}
'''Watermelon chunks''' are a [[Food#Perishable|perishable]] food [[item]].
'''Watermelon chunks''' are a [[Food#Perishable|perishable]] food [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===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.  
Watermelon chunks 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 = Watermelon_Chunks.png
|image = Watermelon_Chunks.png
Line 47: 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 60: 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>


==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=6}}
| {{CodeSnip
<pre>
  | lang = java
item WatermelonSmashed
  | line = true
  | start = 1563
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item WatermelonSmashed
{
{
DisplayName = Watermelon Chunks,
DisplayName = Watermelon Chunks,
Line 89: Line 93:
WorldStaticModel = WaterMelonChunks_Ground,
WorldStaticModel = WaterMelonChunks_Ground,
}
}
</pre>
}}
}}


==See also==
==See also==
Line 95: Line 100:
*[[Watermelon]]
*[[Watermelon]]


{{Navbox food}}
{{Navbox items|plants}}
 
 
[[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