Watermelon Chunks: Difference between revisions

From PZwiki
No edit summary
m (Automated Formatting)
 
(39 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Page version|41.78.16}}
{{Infobox item
|name=Watermelon Chunks
|model=WatermelonChunk_Model.png
|icon=WatermelonSmashed.png
|icon_name=Watermelon Chunks
<!--GENERAL-->
|category=Food
|weight=0.6
|days_fresh=2
|days_rotten=3
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-25
|calories=271
|lipids=1.35
|proteins=5.51
|carbohydrates=68.2
<!--TECHNICAL DETAILS-->
|item_id=Base.WatermelonSmashed
}}
'''Watermelon chunks''' are a [[Food#Perishable|perishable]] food [[Items|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.
{{Consumables
{{Consumables
|image = WatermelonSmashed.png
|image = Watermelon_Chunks.png
|hunger = -25
|hunger = -12
|weight = 0.5
|thirst = -25
|unrotten hunger = -9
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = -25
|rotten hunger = 5
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = -25
|perishable = 1
|rotten image = Watermelon_Chunks.png
}}
 
==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.
{{Crafting/sandbox2
|watermelon_chunks
}}
}}
== Effects ==
[[Hunger]]: -25<br>
[[Thirst]]: -25
== Code ==
<nowiki>item WatermelonSmashed
{
Type = Food,
DisplayName = Watermelon Chunks,
Icon = WatermelonSmashed,
Weight = .5,
Count = 3,
HungerChange = -25,
ThirstChange = -25,
DaysFresh = 1,
DaysTotallyRotten = 1,
} </nowiki>


{{Navbox/Consumables}}
===Evolved recipes===
[[Category:Consumables]]
Watermelon chunks are a [[cooking]] [[Recipe ingredients|ingredient]].
[[Category:Version 0.2.0p]]
{{EvolvedRecipesForItem|salad=12|fruitsalad=12|pancakes=12|waffles=12|muffin=12}}
 
==Distribution==
Watermelon chunks do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
 
==Gallery==
<gallery>
WatermelonChunk Model.png|Watermelon chunks model when placed in the world
WatermelonChunkRotten Model.png|Rotten watermelon chunks model when placed in the world
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 1563
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
*[[Watermelon Slice]]
*[[Watermelon]]
 
{{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