Watermelon Slice: Difference between revisions

From PZwiki
(re-added model to infobox)
m (manual revert - see style guide)
Line 21: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.WatermelonSliced
|class_name=Base.WatermelonSliced
}}'''Watermelon slice''' is a [[Food#Perishable|perishable]] food [[item]].
}}A '''watermelon slice''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==

Revision as of 15:20, 18 June 2023

Project ZomboidItemsFoodPerishable FoodFruitWatermelon Slice
Watermelon Slice
Watermelon Slice
Watermelon Slice
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-6
Thirst
Thirst
-20
Calories
Calories
135.5
Carbohydrates
Carbohydrates
34.11
Proteins
Proteins
2.75
Fat
Fat
0.67
Technical details
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. Template:Consumables2

Crafting

Obtaining

Watermelon slice is made by slicing watermelon.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
WatermelonSliced.png
Watermelon Slice x10
0.75 Cooking none
(keep)
Watermelon.png
Watermelon
(consumed)

Evolved recipes

Watermelon slice is a cooking ingredient.

Product Nutrition
Salad
Salad
6
Fruit Salad
Fruit Salad
6
Muffin
Muffin
6
Pancakes
Pancakes
6
Waffles
Waffles
6

Distribution

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

Gallery

Code

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

	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