Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
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
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
Build 41.78.16 Removed on this version.
Build 41.65 DisplayCategory added with value Food.
Build 41.51 WorldStaticModel added with value RolledDough.
Build 34.23 Calories added with value 532.
Nutrition added with value 99.
Nutrition added with value 6.66.
Proteins added with value 17.7.
RC2.9.9.17 - Build 0009 Released on this version.

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