Strawberries: Difference between revisions

From PZwiki
(new layout)
mNo edit summary
Line 23: Line 23:
==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Strawberries can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.  
Strawberries can be eaten, providing the player with some positive effects, however these will become negative the longer they're left to perish.  
{{Consumables2
{{Consumables2
|image = Strawberries.png
|image = Strawberries.png

Revision as of 16:43, 17 August 2018

Strawberries
Strawberries
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-5
Thirst
Thirst
-5
Calories
Calories
4
Carbohydrates
Carbohydrates
0.92
Proteins
Proteins
0.08
Fat
Fat
0.04
Technical details
Item ID farming.Strewberrie

Strawberries are a perishable food item.

Usage

Consumable properties

Strawberries can be eaten, providing the player with some positive effects, however these will become negative the longer they're left to perish. Template:Consumables2

Crafting

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
5
Cake
Cake
5

Distribution

Strawberries are often found in refrigerators and grocery displays.

Farming

Strawberries can be grown by farming with strawberry seeds. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From farming.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	item Strewberrie
		Type			= Food,
		DisplayName		= Strawberries,
		Icon			= BerryStraw,
		Weight			= 0.1,
		HungerChange 		= -5,
		ThirstChange		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 2,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Cake:5;FruitSalad:5,
		FoodType    		= Fruits,
        	Carbohydrates 		= 0.92,
        	Proteins 		= 0.08,
        	Lipids 			= 0.04,
        	Calories 		= 4,

See also

Template:Navbox/Consumables