Item: Petit poisson-appât

Wiki Project Zomboid

Petit poisson-appât

Variable Base.BaitFish Mod Vanilla

Résumé

VariableBase.BaitFish
TypeFood
CatégorieFood
Poids0.1
Icône
FishMinnow

Navigation

Nom variableBaitFish
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4842
Lignes1868 → 1894
File ID1361

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

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.

24 propriétés
Key Value (raw) Num Bool JSON
BadCold true 1 1
BadInMicrowave true 1 1
Calories 30 30
Carbohydrates 0 0
DangerousUncooked TRUE 1 1
DaysFresh 4 4
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Little Bait Fish
FishingLure true 1 1
GoodHot true 1 1
HungerChange -3 -3
Icon FishMinnow
IsCookable true 1 1
Lipids 1.5 1.5
MinutesToBurn 60 60
MinutesToCook 20 20
Proteins 8.52 8.52
RemoveUnhappinessWhenCooked true 1 1
StaticModel LittleBaitFish
Type Food
UnhappyChange 20 20
Weight 0.1 0.1
WorldStaticModel LittleBaitFish
Raw block
	item BaitFish
	{
		DisplayName = Little Bait Fish,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = FishMinnow,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		FishingLure	 = true,
		GoodHot = true,
		IsCookable = true,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 20,
		MinutesToBurn = 60,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -3,
		UnhappyChange = 20,
		Calories = 30,
		Carbohydrates = 0,
		Lipids = 1.5,
		Proteins = 8.52,
		StaticModel = LittleBaitFish,
		WorldStaticModel = LittleBaitFish,
	}