Rolled Dough

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]
PictureKate.png
This is a future feature.
It has either been previewed or found in the game files and does not exist yet.
Rolled Dough
RolledDough Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Nutrition
HungerUI Hunger.png
-15
ThirstUI Thristy.png
20
CaloriesCalories
532
CarbohydratesCarbohydrates
99
ProteinsProteins
17.7
FatFat
6.66
Effect
UnhappinessUI Unhappy.png
-20
Technical
Item ID
Base.DoughRolled

Rolled Dough is a future perishable food item.

Usage

Consumable properties

When added, rolled Dough can likely be eaten, providing the player with some positive and negative effects, however these will become more negative the longer it's left to perish.


State Icon Hunger Boredom Unhappiness Sickness chance
Rolled Dough (Uncooked) -20 - +20 -

Crafting

Main article: Cooking

Obtaining

Currently unavailable.

Cooking

Currently unavailable.

Location

Currently unavailable.

History

Base.DoughRolled

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 DoughRolled
	{
		DisplayName = Rolled Dough,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = DoughRolled,
		HungerChange = -15,
		ThirstChange = 20,
		UnhappyChange = -20,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		WorldStaticModel = RolledDough,
	}

See also