Item: Joint de pollen

Wiki Project Zomboid

Joint de pollen

Variable Greenfire.KiefJoint Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableGreenfire.KiefJoint
TypeFood
CatégorieGreenFireItem
Poids0.001
Icône
Joint

Navigation

Nom variableKiefJoint
ModuleGreenfire
Sourcemedia\scripts\GreenfireCannabis.txt
Détails techniques
Item PK2696
Lignes487 → 506
File ID1043

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
CannabisShake Roll Kief Joint
Roll Kief Joint
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 60 KiefJoint=1

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.

17 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -15 -15
CantBeFrozen TRUE 1 1
CustomContextMenu Smoke
CustomEatSound GF_LightUp
DisplayCategory GreenFireItem
DisplayName Kief Joint
EatType Cigarettes
Icon Joint
OnEat OnSmoke_Cannabis
RequireInHandOrInventory Lighter/Matches
StaticModel Joint
StressChange -15 -15
Tooltip Tooltip_Painkillers
Type Food
UnhappyChange -15 -15
Weight 0.001 0.001
WorldStaticModel Joint_Ground
Raw block
	item KiefJoint
	{
		BoredomChange			= -15,
		UnhappyChange			= -15,
		StressChange			= -15,
		Weight				= 0.001,
		RequireInHandOrInventory	= Lighter/Matches,
		Type				= Food,
		DisplayName			= Kief Joint,
        	DisplayCategory = GreenFireItem,
		Icon				= Joint,
		Tooltip				= Tooltip_Painkillers,
		CustomContextMenu		= Smoke,
		CantBeFrozen			= TRUE,
		OnEat				= OnSmoke_Cannabis,
		CustomEatSound			= GF_LightUp,
		StaticModel			= Joint,
		EatType				= Cigarettes,
        	WorldStaticModel = Joint_Ground,
	}