Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Watermelon Slice

From PZwiki
Project ZomboidItemsFoodFruitWatermelon Slice
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Watermelon Slice
WaterMelonSlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
4 days
Nutrition
HungerUI Hunger.png
-6
ThirstUI Thristy.png
-20
CaloriesCalories
135.5
CarbohydratesCarbohydrates
34.11
ProteinsProteins
2.75
FatFat
0.67
Cooking
Custom recipe
Watermelon
Technical
Item ID
Base.WatermelonSliced

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

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Watermelon Slice (Fresh) -6 - - -
Stale Watermelon Slice (Stale) -5 +10 +10 -
Rotten Watermelon Slice (Rotten) -3 +20 +20 100%

Crafting

Obtaining

Watermelon slice is made by slicing watermelon.

Product Ingredients Tools Requirements Workstation XP
WatermelonSliced.png
Watermelon Slice ×10
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Hacksaw.png Saw ×1
Axe.png Axe ×1
AxeStone.png Stone Axe ×1
AxeHand.png Hand Axe ×1
WoodAxe.png Wood Axe ×1
Cleaver.png Meat Cleaver ×1
Each of:
Watermelon.png Watermelon ×1
none none none 0.75 Cooking

Evolved recipes

Watermelon slice is a cooking ingredient.

Product Nutrition
TZ CraftSalat.png
Salad
6
FruitSalad.png
Fruit Salad
6
Muffintray Batter.png
Muffin (crafted)
6
PancakesFruit.png
Pancakes (crafted)
6
SafflesFruit.png
Waffles (crafted)
6

Location

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

Gallery

History

Base.WatermelonSliced

Version Description
Build 41.72 EvolvedRecipeName added with value Watermelon.
EvolvedRecipe changed from {'Salad': '6', 'FruitSalad': '6', 'Muffin': '6'} to {'Salad': '6', 'FruitSalad': '6', 'Pancakes': '6', 'Waffles': '6', 'Muffin': '6'}.
Build 41.65 DisplayCategory added with value Food.
EvolvedRecipe changed from {'Salad': '100', 'FruitSalad': '100'} to {'Salad': '6', 'FruitSalad': '6', 'Muffin': '6'}.
WorldStaticModel changed from MelonSlice to WaterMelonSlice_Ground.
Build 41.54 CustomEatSound added with value EatingFruit.
WorldStaticModel added with value MelonSlice.
Build 41.12 StaticModel added with value MelonSlice.
Build 40.9 EvolvedRecipe added with value {'Salad': '100', 'FruitSalad': '100'}.
FoodType added with value Fruits.
Build 34.23 Calories added with value 135.5.
Nutrition added with value 34.11.
DaysFresh changed from 2 to 3.
DaysTotallyRotten changed from 3 to 4.
HungerChange changed from -10 to -6.
Nutrition added with value 0.67.
Proteins added with value 2.75.
Weight changed from 0.1 to 0.3.
Build 33.13 Weight changed from 0.2 to 0.1.
Build 27 DaysFresh changed from 1 to 2.
DaysTotallyRotten changed from 2 to 3.
RC2.9 - Build 0008 Count removed.
RC2.9 - Build 0007 DaysTotallyRotten changed from 1 to 2.
Weight changed from .2 to 0.2.
0.2.0a Released on this version.

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