Peppermint

From PZwiki
Project ZomboidItemsFoodSweetsPeppermint
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Peppermint
Peppermint Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
16.6
CarbohydratesCarbohydrates
4.33
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.Peppermint

Peppermint is a non-perishable food item.

Usage

Peppermint can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

The loot distributions can be found in the table(s) below.

Peppermint distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 1.0
all GroceryBag3 1 10.0
candystorage metal_shelves 4 10.0
candystore counter 4 10.0
grocerystorage crate 4 1.0

Buildings

Peppermint can be found in grocery stores, office desks, motel room refrigerators and bins.

Items

Peppermint can be found in garbage bags.

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 Peppermint
	{
		DisplayName = Peppermint,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Peppermint,
		HungerChange = -10,
		Calories = 16.6,
		Carbohydrates = 4.33,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Peppermint_Ground,
	}

See also