Item: Cigarillo de tabac

Wiki Project Zomboid

Cigarillo de tabac

Variable Greenfire.BluntCigar Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableGreenfire.BluntCigar
TypeFood
CatégorieGreenFireItem
Poids0.0045
Icône
BluntCigar

Navigation

Nom variableBluntCigar
ModuleGreenfire
Sourcemedia\scripts\GreenfireTobacco.txt
Détails techniques
Item PK2771
Lignes110 → 128
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
Tobacco Roll Blunt Cigar
Roll Blunt Cigar
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 120 BluntCigar=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 Open Blunt Cigar
Open Blunt Cigar
Greenfire
KAVALASH_jiggasGreenfireMod Cannabis 20 Tobacco=2

Propriétés

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

16 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -8 -8
CantBeFrozen TRUE 1 1
CustomContextMenu Smoke
CustomEatSound GF_LightUp
DisplayCategory GreenFireItem
DisplayName Blunt Cigar
EatType Cigarettes
HungerChange 0 0
Icon BluntCigar
OnEat OnSmoke_Cigar
RequireInHandOrInventory Lighter/Matches
StaticModel BluntC
StressChange -8 -8
Type Food
Weight 0.0045 0.0045
WorldStaticModel BluntC_Ground
Raw block
	item BluntCigar
	{
		HungerChange	=	0,
		Weight	=	0.0045,
		RequireInHandOrInventory	=	Lighter/Matches,
		Type	=	Food,
		DisplayName	=	Blunt Cigar,
        	DisplayCategory = GreenFireItem,
		BoredomChange	=	-8,
		StressChange	=	-8,
		Icon	=	BluntCigar,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnSmoke_Cigar,
		CustomEatSound =	GF_LightUp,
		StaticModel = BluntC,
		EatType = Cigarettes,
        	WorldStaticModel = BluntC_Ground,
	}