Chicken Foot

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

Template:Infobox foodChicken foot is a perishable food item used in cooking.

Usage

Consumable properties

Chicken foot 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

Chicken foot can be found inside refrigerators.

Gallery

Code

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

	item ChickenFoot
	{
		DisplayName = Chicken Foot,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = ChickenFoot,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -12,
		Calories = 70,
		Carbohydrates = 17,
		Lipids = 14,
		Proteins = 16,
		WorldStaticModel = ChickenFoot_Ground,
	}