Item: Pipe à fumer chargée de tabac

Wiki Project Zomboid

Pipe à fumer chargée de tabac

Variable Greenfire.TobaccoPipe Mod KAVALASH_jiggasGreenfireMod

Résumé

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

Navigation

Nom variableTobaccoPipe
ModuleGreenfire
Sourcemedia\scripts\GreenfireTobacco.txt
Détails techniques
Item PK2782
Lignes342 → 357
File ID1049

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 Tobacco
Fill Smoking Pipe with Tobacco
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 60 TobaccoPipe=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
Tobacco Unload Tobacco from Smoking Pipe
Unload Tobacco from Smoking Pipe
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 30 Tobacco=1

Propriétés

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

13 propriétés
Key Value (raw) Num Bool JSON
CantBeFrozen TRUE 1 1
CustomContextMenu Smoke
CustomEatSound GF_LightUp
DisplayCategory GreenFireItem
DisplayName Smoking Pipe filled with Tobacco
HungerChange 0 0
Icon SmokingPipe
OnEat OnEat_Tobacco
ReplaceOnUse SmokingPipe
RequireInHandOrInventory Lighter/Matches
StressChange -5 -5
Type Food
Weight 0.1 0.1
Raw block
	item TobaccoPipe
	{
		HungerChange		 	=	0,
		Weight				=	0.1,
		RequireInHandOrInventory	=	Lighter/Matches,
		Type				=	Food,
		DisplayName			=	Smoking Pipe filled with Tobacco,
        	DisplayCategory = GreenFireItem,
		StressChange			=	-5,
		Icon				=	SmokingPipe,
		CustomContextMenu		=	Smoke,
		CantBeFrozen			=	TRUE,
		OnEat				=	OnEat_Tobacco,
		ReplaceOnUse			=	SmokingPipe,
		CustomEatSound			=	GF_LightUp,
	}