Item: Joint de haschich

Wiki Project Zomboid

Joint de haschich

Variable Greenfire.HashJoint Mod KAVALASH_jiggasGreenfireMod

Résumé

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

Navigation

Nom variableHashJoint
ModuleGreenfire
Sourcemedia\scripts\GreenfireCannabis.txt
Détails techniques
Item PK2698
Lignes529 → 548
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 Hashish Joint
Roll Hashish Joint
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 60 HashJoint=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 -25 -25
CantBeFrozen TRUE 1 1
CustomContextMenu Smoke
CustomEatSound GF_LightUp
DisplayCategory GreenFireItem
DisplayName Hashish Joint
EatType Cigarettes
Icon Joint
OnEat OnSmoke_Cannabis
RequireInHandOrInventory Lighter/Matches
StaticModel Joint
StressChange -25 -25
Tooltip Tooltip_Painkillers
Type Food
UnhappyChange -25 -25
Weight 0.001 0.001
WorldStaticModel Joint_Ground
Raw block
	item HashJoint
	{
		BoredomChange			= -25,
		UnhappyChange			= -25,
		StressChange			= -25,
		Weight				= 0.001,
		RequireInHandOrInventory	= Lighter/Matches,
		Type				= Food,
		DisplayName			= Hashish 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,
	}