Croissant

From PZwiki
Revision as of 14:57, 3 July 2023 by Alluseri (talk | contribs) (PZ Updater automated execution(task: fix infobox based on file, eid: 9e0abe91))

Template:Infobox foodCroissant is a perishable food item.

Usage

Consumable properties

Croissant 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

Croissant can often be found in kitchen counters, bakeries, motel room fridges and candy stores.

Gallery

Code

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

    item Croissant
	{
		DisplayName = Croissant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Croissant,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -8,
		UnhappyChange = -15,
		Calories = 180,
		Carbohydrates = 32,
		Lipids = 15,
		Proteins = 4,
		WorldStaticModel = Croissant_Ground,
		Tags = FitsToaster,
	}

See also