Apple: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 9ca3e8c7))
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Apple
|display_name=Apple
|name_colour=Food
|name_colour=Food
Line 22: Line 24:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Apple
|class_name=Base.Apple
}}'''Apple''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Apple''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==
Line 60: Line 63:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Apple Model.png|Apple model when placed in the world.
Apple Model.png|Apple model when placed in the world.
File:AppleRotten Model.png|Rotten apple model when placed in the world.
AppleRotten Model.png|Rotten apple model when placed in the world.
</gallery>
</gallery>


Line 67: Line 70:
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Apple
<pre>
item Apple
DisplayName = Apple,
DisplayName = Apple,
DisplayCategory = Food,
DisplayCategory = Food,

Revision as of 18:47, 10 July 2023

Apple
Apple
Apple Apple (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-16
Thirst
Thirst
-7
Calories
Calories
95
Carbohydrates
Carbohydrates
25.13
Proteins
Proteins
0.47
Fat
Fat
0.31
Technical details
Item ID Base.Apple

Apple is a perishable food item.

Usage

Trapping

Main article: Trapping

Apple can be used as bait in traps to capture rabbits, mice, rats and squirrels.

Consumable properties

Apple 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

Apple is a cooking ingredient.

Product Nutrition
Salad
Salad
8
Fruit Salad
Fruit Salad
8
Pie (savory)
Pie (savory)
16
Cake
Cake
16
Muffin
Muffin
8
Pancakes
Pancakes
8
Waffles
Waffles
8
Oatmeal
Oatmeal
4

Distribution

Apple is often found in refrigerators and grocery displays. As of build 41, they can also be found while foraging.

Gallery

Code

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

	item Apple
		DisplayName = Apple,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Apple,
		EvolvedRecipe = Cake:16;FruitSalad:8;Pancakes:8;Waffles:8;Muffin:8;PieSweet:16;Oatmeal:4;Salad:8,
		FoodType = Fruits,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -16,
		ThirstChange = -7,
		Calories = 95,
		Carbohydrates = 25.13,
		Lipids = 0.31,
		Proteins = 0.47,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Red,
		WorldStaticModel = Apple_Ground,

See also