Chocolate Bread: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(PZ Updater automated execution(task: fix infobox based on file, eid: 1f3c6d14))
Line 8: Line 8:
|weight=0.1
|weight=0.1
|days_fresh=3
|days_fresh=3
|days_rotten=4
|days_rotten=7
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-2
|hunger_change=-2

Revision as of 14:56, 3 July 2023

Project ZomboidItemsFoodPerishable FoodChocolate Bread

Template:Infobox foodChocolate bread is a perishable food item.

Usage

Consumable properties

Chocolate bread can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Chocolate bread can often be found in shop shelves.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Painauchocolat
	{
		DisplayName = Pain au Chocolat,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Painauchocolat,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
		HungerChange = -2,
		Calories = 414,
		Carbohydrates = 47.4,
		Lipids = 21.1,
		Proteins = 6.9,
		WorldStaticModel = Painauchocolat_Ground,
	}