Item: Poisson-chat

Wiki Project Zomboid

Poisson-chat

Variable Base.Catfish Mod Vanilla

Résumé

VariableBase.Catfish
TypeFood
CatégorieFood
Poids0.4
Icône
FishCatfish

Navigation

Nom variableCatfish
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4835
Lignes1676 → 1702
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é.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
FishFillet Slice Fillet
Slice Fillet
Base
KAVALASH_Custom Cooking 50 FishFillet=2
FishFillet Découper en filets
Slice Fillet
Base
Vanilla Cooking 50 FishFillet=2

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 215 215
Carbohydrates 1 1
DangerousUncooked TRUE 1 1
DaysFresh 4 4
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Catfish
GoodHot true 1 1
HungerChange -15 -15
Icon FishCatfish
IsCookable true 1 1
Lipids 4 4
MinutesToBurn 60 60
MinutesToCook 20 20
OnCreate Fishing.OnCreateFish
Proteins 28 28
RemoveUnhappinessWhenCooked true 1 1
StaticModel Catfish
Type Food
UnhappyChange 20 20
Weight 0.4 0.4
WorldStaticModel Catfish
Raw block
	item Catfish
	{
		DisplayName = Catfish,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = FishCatfish,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		GoodHot = true,
		IsCookable = true,
		OnCreate = Fishing.OnCreateFish,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 20,
		MinutesToBurn = 60,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -15,
		UnhappyChange = 20,
		Calories = 215,
		Carbohydrates = 1,
		Lipids = 4,
		Proteins = 28,
		StaticModel = Catfish,
		WorldStaticModel = Catfish,
	}