Item: Monster Energy Java Mean Bean

Wiki Project Zomboid

Monster Energy Java Mean Bean

Variable Base.MJBean Mod KAVALASH_Custom

Résumé

VariableBase.MJBean
TypeFood
CatégorieFood
Poids0.4
Icône
MonsterJavaBean

Navigation

Nom variableMJBean
ModuleBase
Sourcemedia\scripts\KAVA_Food_Items.txt
Détails techniques
Item PK2864
Lignes204 → 229
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 Java Mean Bean
EatType bottle
EnduranceChange 24 24
EvolvedRecipe Beverage:4;Beverage2:4
FatigueChange -12 -12
FoodType SoftDrink
HungerChange -4 -4
Icon MonsterJavaBean
Lipids 0 0
Packaged TRUE 1 1
Proteins 0 0
StaticModel MJBean
ThirstChange -80 -80
Type Food
UnhappyChange -12 -12
Weight 0.4 0.4
WorldStaticModel MJBean
Raw block
	item MJBean
    {
		DisplayName = Monster Energy Java Mean Bean,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = MonsterJavaBean,
		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 = MJBean,
		WorldStaticModel = MJBean,
    }