Pizza Slice: Difference between revisions

From PZwiki
(added model to infobox + minor)
(PZ Updater automated execution(task: fix infobox based on file, eid: 28764d06))
Line 12: Line 12:
|weight=0.3
|weight=0.3
|days_fresh=3
|days_fresh=3
|days_rotten=2
|days_rotten=5
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-25
|hunger_change=-25

Revision as of 14:58, 3 July 2023

Template:Infobox foodA pizza slice is a perishable food item.

Usage

Consumable properties

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

Crafting

Main article: Cooking

Obtaining

Pizza slice is made by cutting pizza

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Pizza Slice
Pizza Slice x6
0.75 Cooking none
(keep)
Pizza (Cooked)
Pizza (Cooked)
(consumed)

Distribution

Pizza slice can often found inside displays in restaurant.

Gallery

Code

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

	item Pizza
	{
		DisplayName = Pizza Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Pizza,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -25,
		UnhappyChange = -10,
		Calories = 990,
		Carbohydrates = 120,
		Lipids = 39,
		Proteins = 42,
		WorldStaticModel = PizzaSlice_Ground,
	}