Item: Monster Energy Juice Ripper

Wiki Project Zomboid

Monster Energy Juice Ripper

Variable Base.MJRipper Mod KAVALASH_Custom

Résumé

VariableBase.MJRipper
TypeFood
CatégorieFood
Poids0.4
Icône
MonsterJuiceRipper

Navigation

Nom variableMJRipper
ModuleBase
Sourcemedia\scripts\KAVA_Food_Items.txt
Détails techniques
Item PK2880
Lignes668 → 693
File ID1056

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.

23 propriétés
Key Value (raw) Num Bool JSON
Calories 200 200
CantBeFrozen TRUE 1 1
Carbohydrates 52 52
CustomContextMenu Drink
CustomEatSound DrinkingFromBottlePlastic
DisplayCategory Food
DisplayName Monster Energy Juice Ripper
EatType bottle
EnduranceChange 24 24
EvolvedRecipe Beverage:4;Beverage2:4
FatigueChange -12 -12
FoodType SoftDrink
HungerChange -4 -4
Icon MonsterJuiceRipper
Lipids 0 0
Packaged TRUE 1 1
Proteins 0 0
StaticModel MJRipper
ThirstChange -80 -80
Type Food
UnhappyChange -12 -12
Weight 0.4 0.4
WorldStaticModel MJRipper
Raw block
	item MJRipper
    {
		DisplayName = Monster Energy Juice Ripper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = MonsterJuiceRipper,
		EvolvedRecipe = Beverage:4;Beverage2:4,
		FoodType = SoftDrink,
		CantBeFrozen = TRUE,
		EatType = bottle,
		Packaged = TRUE,
		HungerChange = -4,
		ThirstChange = -80,
		EnduranceChange = 24,
		FatigueChange = -12,
		UnhappyChange = -12,
		Calories = 200,
		Carbohydrates = 52,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottlePlastic,
		StaticModel = MJRipper,
		WorldStaticModel = MJRipper,
    }