Chicken Nuggets

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: 60db5e30))
Project ZomboidItemsFoodPerishable FoodChicken Nuggets

Template:Infobox foodChicken nuggets are a perishable food item.

Usage

Consumable properties

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

Crafting

Main article: Cooking

Evolved recipes

Chicken nuggets are a cooking ingredient.

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
10
Taco
Taco
5
Burrito
Burrito
10

Distribution

Chicken nuggets can often be found inside refrigerators from a Spiffo's kitchen, and the trunk of a Spiffo's van.

Gallery

Code

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

	item ChickenNuggets
	{
		DisplayName = Chicken Nuggets,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = ChickenNuggets,
		EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:10;Salad:5;Taco:5;Burrito:10,
		FoodType = NoExplicit,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -10,
		Calories = 230,
		Carbohydrates = 10.2,
		Lipids = 8.1,
		Proteins = 26.441,
		WorldStaticModel = ChickenNuggets_Ground,
		EvolvedRecipeName = Chicken Nugget,
	}