Item: Demi-joint de haschich

Wiki Project Zomboid

Demi-joint de haschich

Variable Greenfire.HalfHashJoint Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableGreenfire.HalfHashJoint
TypeFood
CatégorieGreenFireItem
Poids0.001
Icône
HalfJoint

Navigation

Nom variableHalfHashJoint
ModuleGreenfire
Sourcemedia\scripts\GreenfireCannabis.txt
Détails techniques
Item PK2699
Lignes550 → 569
File ID1043

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.

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 Half of a Hashish Joint
EatType Cigarettes
Icon HalfJoint
OnEat OnSmoke_Cannabis
RequireInHandOrInventory Lighter/Matches
StaticModel HalfJoint
StressChange -25 -25
Tooltip Tooltip_Painkillers
Type Food
UnhappyChange -25 -25
Weight 0.001 0.001
WorldStaticModel HalfJoint_Ground
Raw block
	item HalfHashJoint
	{
		BoredomChange			= -25,
		UnhappyChange			= -25,
		StressChange			= -25,
		Weight				= 0.001,
		RequireInHandOrInventory	= Lighter/Matches,
		Type				= Food,
		DisplayName			= Half of a Hashish Joint,
        	DisplayCategory = GreenFireItem,
		Icon				= HalfJoint,
		Tooltip				= Tooltip_Painkillers,
		CustomContextMenu		= Smoke,
		CantBeFrozen			= TRUE,
		OnEat				= OnSmoke_Cannabis,
		CustomEatSound			= GF_LightUp,
		StaticModel			= HalfJoint,
		EatType				= Cigarettes,
        	WorldStaticModel = HalfJoint_Ground,
	}