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.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
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
HungerMoodle Icon Hungry.png
-15
ThirstMoodle Icon Thirsty.png
+20
CaloriesCalories
532
CarbohydratesCarbohydrates
99
ProteinsProteins
17.7
FatFat
6.66
Effect
UnhappinessMoodle Icon 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.


Fresh Stale Rotten

DoughRolled.png
Hunger: -20

Unhappiness: +20

DoughRolled.png
Hunger: -15
Boredom: +10
Unhappiness: +30

DoughRolled.png
Hunger: -9
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Obtaining

Currently unavailable.

Cooking

Currently unavailable.

Distribution

Currently unavailable.

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