Gum

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Gum
Gum Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
30
CarbohydratesCarbohydrates
10
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-5
Technical
Item ID
Base.Gum

Gum is a non-perishable food item.

Usage

Gum can be eaten, providing the player with some positive effects. As it is non-perishable, gum will never go stale or rotten.

Distribution

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

Containers
Building/Room Container Rolls Chance
artstore shelves 4 1
bandkitchen counter 4 1
candystorage metal_shelves 4 1
candystore counter 4 1
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
gasstorage crate 4 1
grocerystorage crate 4 1

Gum can often be found in bakeries, cafes, candy stores, and some convenience store shelves.

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 Gum
	{
		DisplayName = Gum,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Gum,
		HungerChange = -1,
		UnhappyChange = -5,
		Calories = 30,
		Carbohydrates = 10,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Gum_Ground,
	}

See also