Item: Lapin (mort)

Wiki Project Zomboid

Lapin (mort)

Variable Base.DeadRabbit Mod Vanilla

Résumé

VariableBase.DeadRabbit
TypeFood
CatégorieFood
Poids1
Icône
RabbitDead

Navigation

Nom variableDeadRabbit
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4845
Lignes1946 → 1971
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é.

3 recettes
Afficher la liste
Recipe Mod Category Time Result
Rabbitmeat Butcher Rabbit
Butcher Rabbit
Base
KAVALASH_Custom Cooking 50 Rabbitmeat=1
Rabbitmeat Make Sausage Casings
Make Sausage Casings2
SapphCooking
KAVALASH_sapphcooking Cooking 50 Rabbitmeat=1
Rabbitmeat Découper le lapin
Butcher Rabbit
Base
Vanilla Cooking 50 Rabbitmeat=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
BadCold true 1 1
BadInMicrowave true 1 1
Calories 1730 1730
Carbohydrates 0 0
CustomEatSound EatingDeadAnimal
DangerousUncooked TRUE 1 1
DaysFresh 8 8
DaysTotallyRotten 12 12
DisplayCategory Food
DisplayName Dead Rabbit
GoodHot true 1 1
HungerChange -45 -45
Icon RabbitDead
IsCookable TRUE 1 1
Lipids 35 35
MinutesToBurn 60 60
MinutesToCook 25 25
Proteins 330 330
RemoveUnhappinessWhenCooked true 1 1
Type Food
UnhappyChange 20 20
Weight 1.0 1
WorldStaticModel DeadRabbit
Raw block
	item DeadRabbit
	{
		DisplayName = Dead Rabbit,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.0,
		Icon = RabbitDead,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		GoodHot = true,
		IsCookable = TRUE,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 25,
		MinutesToBurn = 60,
		DaysFresh = 8,
		DaysTotallyRotten = 12,
		HungerChange = -45,
		UnhappyChange = 20,
		Calories = 1730,
		Carbohydrates = 0,
		Lipids = 35,
		Proteins = 330,
		CustomEatSound = EatingDeadAnimal,
		WorldStaticModel = DeadRabbit,
	}