Item: Fraises

Wiki Project Zomboid

Fraises

Variable farming.Strewberrie Mod Vanilla

Résumé

Variablefarming.Strewberrie
TypeFood
CatégorieFood
Poids0.1
Icône
BerryStraw

Navigation

Nom variableStrewberrie
Modulefarming
Sourcescripts\farming.txt
Détails techniques
Item PK4633
Lignes51 → 73
File ID1358

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Sandbag Open Sack of Strawberries
Open Sack of Strawberries
Base
KAVALASH_Custom 15 farming.Strewberrie=16
Sandbag Ouvrir le sac
Open Sack of Strawberries
Base
Vanilla 15 farming.Strewberrie=16

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

19 propriétés
Key Value (raw) Num Bool JSON
Calories 4 4
Carbohydrates 0.92 0.92
DaysFresh 2 2
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Strawberries
EvolvedRecipe Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;ConeIcecream:5;Oatmeal:5;PieSweet:5;Salad:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5
EvolvedRecipeName Strawberry
FoodType Berry
HungerChange -5 -5
Icon BerryStraw
Lipids 0.04 0.04
Proteins 0.08 0.08
StaticModel RoundFood_Red
ThirstChange -1 -1
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel Strawberry_Ground
Raw block
    item Strewberrie
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Strawberries,
		Icon				=		BerryStraw,
		Weight				=		0.1,
		HungerChange 		=		-5,
		ThirstChange		=		-5,
		UnhappyChange 		= 		-10,
		DaysFresh 			=		2,
		DaysTotallyRotten 	=	 	5,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;ConeIcecream:5;Oatmeal:5;PieSweet:5;Salad:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		FoodType    =   Berry,
		ThirstChange	=	-1,
        Carbohydrates = 0.92,
        Proteins = 0.08,
        Lipids = 0.04,
        Calories = 4,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Strawberry_Ground,
		EvolvedRecipeName = Strawberry,
	}