Chocolate Bread

From PZwiki
Revision as of 14:56, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: 1f3c6d14))
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,
	}