Item: Joint de cannabis

Wiki Project Zomboid

Joint de cannabis

Variable Greenfire.Joint Mod KAVALASH_jiggasGreenfireMod

Résumé

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

Navigation

Nom variableJoint
ModuleGreenfire
Sourcemedia\scripts\GreenfireCannabis.txt
Détails techniques
Item PK2694
Lignes445 → 464
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 Joint
Roll Joint
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 60 Joint=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
CannabisShake Break Joint
Break Joint
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 20 CannabisShake=1

Propriétés

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

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