Item: Pipe à fumer chargée de cananbis

Wiki Project Zomboid

Pipe à fumer chargée de cananbis

Variable Greenfire.WeedPipe Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableGreenfire.WeedPipe
TypeFood
CatégorieGreenFireItem
Poids0.1
Icône
SmokingPipe

Navigation

Nom variableWeedPipe
ModuleGreenfire
Sourcemedia\scripts\GreenfireCannabis.txt
Détails techniques
Item PK2700
Lignes573 → 590
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
SmokingPipe Fill Smoking Pipe with Cannabis
Fill Smoking Pipe with Cannabis
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 60 WeedPipe=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
SmokingPipe Unload Cannabis from Smoking Pipe
Unload Cannabis from Smoking Pipe
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 30 SmokingPipe=1

Propriétés

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

15 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -10 -10
CantBeFrozen TRUE 1 1
CustomContextMenu Smoke
CustomEatSound GF_LightUp
DisplayCategory GreenFireItem
DisplayName Smoking Pipe filled with Cannabis
Icon SmokingPipe
OnEat OnSmoke_Cannabis
ReplaceOnUse SmokingPipe
RequireInHandOrInventory Lighter/Matches
StressChange -10 -10
Tooltip Tooltip_Painkillers
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
Raw block
	item WeedPipe
	{
		Weight				= 0.1,
        	Type				= Food,
		DisplayName			= Smoking Pipe filled with Cannabis,
        	DisplayCategory = GreenFireItem,
		Icon				= SmokingPipe,
		BoredomChange			= -10,
		UnhappyChange			= -10,
		RequireInHandOrInventory	= Lighter/Matches,
		StressChange			= -10,
		CustomContextMenu		= Smoke,
		CantBeFrozen			= TRUE,
		OnEat				= OnSmoke_Cannabis,
		Tooltip				= Tooltip_Painkillers,
		ReplaceOnUse			= SmokingPipe,
		CustomEatSound			= GF_LightUp,
	}