Croissant: Difference between revisions

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

Revision as of 14:57, 3 July 2023

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