module Base
{

/************************ Smoker/Modify Base Cigarettes ************************/
	item Cigarettes
	{
		Count	=	1,
		Weight	=	0.05,
		Type	=	Normal,
		DisplayName	=	Cigarettes,
		DisplayCategory = Smoking,
		Icon	=	SMPackClosed,
		StaticModel = Cigarette,
		WorldStaticModel = SMCigaretteClosePack,
		CantBeFrozen = TRUE,
	}

/************************ Smoker/Modify Base Lighter************************/
	item Lighter
	{
		LightDistance	=	4,
		Weight	=	0.06,
		Type	=	Drainable,
		UseWhileEquipped	=	TRUE,
		TorchCone	=	FALSE,
		LightStrength	=	0.4,
		DisplayName	=	Lighter,
		DisplayCategory = LightSource,
		ActivatedItem	=	TRUE,
		Icon	=	Lighter,
		MetalValue = 1,
		cantBeConsolided = TRUE,
		StaticModel = Zippo,
		WorldStaticModel = ZippoGround,
		ticksPerEquipUse = 440,
		ReplaceOnDeplete = SM.SMEmptyLighter,
		Tags = StartFire;Lighter;HasMetal,
	}
}

module SM
{
	imports
	{
		Base
	}

	item SMLighterFluid
	{
		Weight	=	0.15,
		Type	=	Drainable,
		UseDelta    =   0.01,
		UseWhileEquipped	=	FALSE,
		cantBeConsolided = FALSE,
		DisplayName	=	Lighter Fluid,
		DisplayCategory = Smoking,
		Icon	=	SMLighterfluid,
		WorldStaticModel = SMLighterfluid,
		Tags = HasMetal,
	}

/************************ Survivor Lighter From Foil and Battery ************************/
	item SMFoil_Lighter
	{
		Weight	=	0.06,
		Type	=	Normal,
		UseWhileEquipped	=	TRUE,
		DisplayName	=	Foil Lighter,
		DisplayCategory = Smoking,
		Icon	=	SМImprovisedLlighter,
		WorldStaticModel = Battery,
		ReplaceOnUse = SM.SMUsedFoilLighter,
		Tags = StartFire;HasMetal,
	}

	item SMUsedFoilLighter
	{
		Weight	=	0.06,
		Type	=	Normal,
		DisplayName	=	Used Improvised Llighter,
		Icon	=	SМImprovisedLlighter,
	}

/************************ Smoker/Nicotine gum ************************/
	item SMNicorette
	{
		Type	=	Drainable,
		Weight		=	0.004,
		UseWhileEquipped	=	FALSE,
		cantBeConsolided = TRUE,
		DisplayName	=	Nicotine gum packaging,
		DisplayCategory = Smoking,
		Icon		=	SMNicorette,
		StaticModel = PillBottle,
		WorldStaticModel = PainKillers_Ground,
		UseDelta    =   0.0666,
		Tooltip		=	Tooltip_Pills_Nicorette,
	}

	item SMNicoretteBox
	{
		Type	=	Drainable,
		Weight		=	0.18,
		UseWhileEquipped	=	FALSE,
		cantBeConsolided = FALSE,
		DisplayName	=	Nicorette,
		DisplayCategory = Smoking,
		Icon		=	SMNicoretteBox,
		StaticModel = Nicorette_box,
		WorldStaticModel = Nicorette_box,
		UseDelta    =   0.2,
	}

	item SMGum
	{
		Type				=	Food,
		HungerChange		=	-1,
		StressChange		=	-9,
		UnhappyChange		=	-9,
		Carbohydrates 		= 	0.5,
        Proteins 			= 	0,
        Lipids 				= 	0.03,
        Calories 			= 	36,
		Weight				=	0.001,
		WorldStaticModel	=	SMbutt,
		UseWhileEquipped	=	FALSE,
		CantBeFrozen		=	FALSE,
		OnEat				=	OnEat_Nicorette,
		DisplayName			=	Nicotine Gum,
		DisplayCategory = Smoking,
		Tooltip				=	Tooltip_Pills_Nicorette,
		Icon				=	SMGum,
	}
/********************* Smoker Accessories **********************/
	item Ashtray
	{
		Weight				=	1,
		Type				=	Container,
		Capacity			=	1,
		WeightReduction		=	0,
		CanHaveHoles		=	false,
		UseWhileEquipped	=	FALSE,
		DisplayName			=	Ashtray,
		DisplayCategory		= Smoking,
		Icon				=	SMAshtray,
		WorldStaticModel	=	SMAshtray,
	}


/************************ Smoker Foil ************************/	
/**** Aluminium Foil ****/
	item ChocolateFoil
	{
		Weight				=	0.001,
		Type				=	Normal,
		DisplayName			=	Chocolate Foil,
		DisplayCategory		= Smoking,
		Icon				=	SMChocolateFoil,
		Tags = HasMetal,
	}

/**** Cigarette foil ****/
/**** Сигаретная фольга ****/
	item SMFoil
	{
		Weight			=	0.001,
		Type			=	Normal,
		DisplayName		=	Cigarette Foil,
		DisplayCategory		= Smoking,
		Icon			=	SMCigaretteFoil,
		Tags = HasMetal,
	}

/**** Foil Strip ****/
/**** Полоска фольги ****/
	item SMFoilStrip
	{
		Weight			=	0.0002,
		Type			=	Normal,
		DisplayName		=	Foil Strip,
		DisplayCategory		= Smoking,
		Icon			=	FoilStrip,
		Tags = HasMetal,
	}

/**** Small Sheet Paper ****/
/**** Бумажка ****/
	item SMSmallSheetPaper
	{
		Weight			=	0.0025,
		Type			=	Normal,
		DisplayName		=	Small Sheet of Paper,
		DisplayCategory		= Smoking,
		Icon			=	SМSmallSheetPaper,
		WorldStaticModel = SMallSheetOfPaper,
	}

/************************ Smoker Empty Lighter ************************/
	item SMEmptyLighter
	{
		Type		=	Normal,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	Empty Lighter,
		DisplayCategory = Smoking,
		Icon		=	Lighter,
		StaticModel = Zippo,
		WorldStaticModel = ZippoGround,
		MetalValue = 1,
		Weight		=	0.05,
		Tags = HasMetal,
		
	}

/************************ Smoker Matches ************************/
	item Matches
	{
		Weight	=	0.005,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta    =   0.022,
		DisplayName	=	Matchbox,
		DisplayCategory = Smoking,
		Icon	=	SMMatches,
		WorldStaticModel = SMMatchBox,
		ConsolidateOption = ContextMenu_Merge,
		Tags = StartFire,
	}
	
/************************ Smoke Crumpled Bottle ************************/
/**** Crumpled bottle ****/
/**** Смятая бутылка ****/
	item SMCrumpledBottle
	{
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Crumpled Bottle,
		DisplayCategory = Smoking,
		Icon	=	SMCrumpledBottle,
	}

/**** Crumpled bottle with a hole ****/
/**** Смятая бутылка с отверстием ****/
	item SMCrumpledBottle2
	{
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Plastic bottle with hole,
		DisplayCategory = Smoking,
		Icon	=	SMCrumpledBottle,
	}

/*** Bottle with cap without holes in foil ***/	
/*** Бутылка с крышкой без отверстий в фольге ***/
	item SMCrumpledWithFoilCap
	{
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Crumpled Bottle With Foil Cap,
		DisplayCategory = Smoking,
		Icon	=	SMCrumpledBottle,
		Tags = HasMetal,
	}

/*** Сухой бульбулятор ***/
/*** Smoking device from a plastic bottle ***/
/*** Бутылка с крышкой и отверстиями в фольге ***/
	item SMCrumpledWithFoilCap2
	{
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Smoking device from plastic bottle,
		DisplayCategory = Smoking,
		Icon	=	SMCrumpledBottle,
		Tags = HasMetal,
	}

/*** Сухой бульбулятор с щепоткой табака ***/
/*** Smoking device with a pinch of tobacco ***/
	item SMSmokingDeviceWithPinchTobacco
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.1,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Smoking device from plastic bottle,
		DisplayCategory = Smoking,
		StressChange	=	-2,
		UnhappyChange	=	-3,
		Icon	=	SMCrumpledBottle,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnSmoke_Bulbulyator,
		EatType = Cigarettes,
		CustomEatSound = ,
		ReplaceOnUse = SM.SMCrumpledWithFoilCap2,
		Tags = HasMetal,
	}

/***************** Cigarettes Normal ******************/
	item SMCigarette
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.001,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Filter Cigarette,
		DisplayCategory = Smoking,
		StressChange	=	-5,
		UnhappyChange	=	-4,
		Icon	=	SMCigarette,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnEat_Cigarettes,
		StaticModel = Cigarette,
		EatType = Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMCigarette,
		ReplaceOnUse = SM.SMButt,
	}

/***************** Самодельная Сигарета с фильтром ******************/	
	item SMHomemadeCigarette
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.001,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Homemade Filter Cigarette,
		DisplayCategory = Smoking,
		StressChange	=	-3,
		UnhappyChange	=	-4,
		Icon	=	SMHomemadeCigarette,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnEat_Cigarettes,
		StaticModel = Cigarette,
		EatType = Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMCigarette,
		ReplaceOnUse = SM.CarbonizedFilter,
	}

/***************** Самодельная Сигарета без фильтра ******************/	
	item SMHomemadeCigarette2
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.001,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Homemade Cigarette,
		DisplayCategory = Smoking,
		StressChange	=	-3,
		UnhappyChange	=	-2,
		Icon	=	SMHomemadeCigarette,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnEat_Cigarettes,
		StaticModel = Cigarette,
		EatType = Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMCigarette,
		ReplaceOnUse = SM.SMButt2,
	}

/***************** Пачка сигарет ******************/	
	item SMPack
	{
		Type		=	Drainable,
		UseDelta	=	0.05,
		UseWhileEquipped	=	FALSE,
		ReplaceOnDeplete = SM.SMEmptyPack,
		DisplayName	=	Open Pack of Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMPack,
		WorldStaticModel = SMCigaretteOpenPack,
		Weight		=	0.05,
	}

/***************** Полная ***ЗАКРЫТАЯ*** Пачка сигарет ******************/	
	item SMFullPack
	{
		Type		=	Normal,
		DisplayName	=	Closed full pack,
		DisplayCategory = Smoking,
		Icon		=	SMPackClosed,
		WorldStaticModel = SMCigaretteClosePack,
		Weight		=	0.05,
	}

/***************** Пустая Пачка сигарет ******************/		
	item SMEmptyPack
	{
		Type		=	Normal,
		DisplayName	=	Empty Pack of Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMEmptyPack,
		WorldStaticModel = SMCigaretteEmptyPack,
		Weight		=	0.0025,
	}

/***************** Блок сигарет ******************/		
	item SMCartonCigarettes
	{
		Type		=	Normal,
		DisplayName	=	Carton Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMCartonСigarettes,
		WorldStaticModel = SMCarton_Red,
		Weight		=	0.180,
	}

/***************** Light Cigarettes ******************/
	item SMCigaretteLight
	{
		Count						=	1,
		HungerChange				=	0,
		Weight						=	0.001,
		RequireInHandOrInventory	=	SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type						=	Food,
		DisplayName					=	Light cigarette,
		DisplayCategory = Smoking,
		StressChange				=	-5,
		UnhappyChange				=	-5,
		Icon						=	SMCigarette,,
		CustomContextMenu 			= 	Smoke,
		CantBeFrozen				=	TRUE,
		OnEat						=	OnEat_Cigarettes,
		StaticModel					=	Cigarette,
		EatType						=	Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMCigarette,
		ReplaceOnUse				=	SM.SMButt,
	}

	item SMPackLight
	{
		Type		=	Drainable,
		UseDelta	=	0.05,
		UseWhileEquipped	=	FALSE,
		ReplaceOnDeplete = SM.SMEmptyPackLight,
		DisplayName	=	Pack of Light Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMPackLight,
		WorldStaticModel = SMCigaretteOpenPack_Light,
		Weight		=	0.05,
	}

	item SMFullPackLight
	{
		Type		=	Normal,
		DisplayName	=	Closed Pack of Light Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMClosedPackLight,
		WorldStaticModel = SMCigarettePackLight,
		Weight		=	0.05,
	}

	item SMEmptyPackLight
	{
		Type		=	Normal,
		DisplayName	=	Empty Pack of Light Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMEmptyPackLight,
		WorldStaticModel = SMCigaretteEmptyPack_Light,
		Weight		=	0.0025,
	}

	item SMCartonCigarettesLight
	{
		Type		=	Normal,
		DisplayName	=	Light Cigarette Carton,
		DisplayCategory = Smoking,
		Icon		=	SMCartonLight,
		WorldStaticModel = SMCarton_Light,
		Weight		=	0.180,
	}

/***************** Menthol Cigarettes ******************/
	item SMPCigaretteMenthol
	{
		Count						=	1,
		HungerChange				=	0,
		Weight						=	0.001,
		RequireInHandOrInventory	=	SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type						=	Food,
		DisplayName					=	Cigarette With Menthol,
		DisplayCategory = Smoking,
		StressChange				=	-5,
		UnhappyChange				=	-7,
		Icon						=	SMCigarette,
		CustomContextMenu 			= 	Smoke,
		CantBeFrozen				=	TRUE,
		OnEat						=	OnEat_Cigarettes,
		StaticModel					=	Cigarette,
		WorldStaticModel			=	SmokerCigarette,
		EatType						=	Cigarettes,
		CustomEatSound = ,
		WorldStaticModel			=	SMCigarette,
		ReplaceOnUse				=	SM.SMButt,
	}

	item SMPackMenthol
	{
		Type		=	Drainable,
		UseDelta	=	0.05,
		UseWhileEquipped	=	FALSE,
		ReplaceOnDeplete = SM.SMEmptyPackMenthol,
		DisplayName	=	Pack of Menthol Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMPackMenthol,
		WorldStaticModel = SMCigaretteOpenPack_Menhthol,
		Weight		=	0.05,
	}

	item SMFullPackMenthol
	{
		Type		=	Normal,
		DisplayName	=	Closed Pack of Menthol Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMClosedPackMenthol,
		WorldStaticModel = SMCigarettePackMenthol,
		Weight		=	0.05,
	}

	item SMEmptyPackMenthol
	{
		Type		=	Normal,
		DisplayName	=	Empty Pack of Menthol Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMEmptyPackMenthol,
		WorldStaticModel = SMCigaretteEmptyPack_Menhthol,
		Weight		=	0.0025,
	}

	item SMCartonCigarettesMenthol
	{
		Type		=	Normal,
		DisplayName	=	Menthol Cigarette Carton,
		DisplayCategory = Smoking,
		Icon		=	SMCartonMenthol,
		WorldStaticModel = SMCarton_Menthol,
		Weight		=	0.180,
	}

/***************** Gold Cigarettes ******************/
	item SMPCigaretteGold
	{
		Count						=	1,
		HungerChange				=	0,
		Weight						=	0.001,
		RequireInHandOrInventory	=	SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type						=	Food,
		DisplayName					=	Cigarette Gold,
		DisplayCategory = Smoking,
		StressChange				=	-6,
		UnhappyChange				=	-10,
		Icon						=	SMCigarette,
		CustomContextMenu 			= 	Smoke,
		CantBeFrozen				=	TRUE,
		OnEat						=	OnEat_Cigarettes,
		CustomEatSound = ,
		StaticModel					=	Cigarette,
		WorldStaticModel			=	SMCigarette,
		EatType						=	Cigarettes,
		ReplaceOnUse				=	SM.SMButt,
	}

	item SMPackGold
	{
		Type		=	Drainable,
		UseDelta	=	0.05,
		UseWhileEquipped	=	FALSE,
		ReplaceOnDeplete = SM.SMEmptyPackGold,
		DisplayName	=	Pack of Gold Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMPackGold,
		WorldStaticModel = SMCigaretteOpenPack_Gold,
		Weight		=	0.05,
	}

	item SMFullPackGold
	{
		Type		=	Normal,
		DisplayName	=	Closed Pack of Gold Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMClosedPackGold,
		WorldStaticModel = SMCigarettePackGold,
		Weight		=	0.05,
	}

	item SMEmptyPackGold
	{
		Type		=	Normal,
		DisplayName	=	Empty Pack of Gold Cigarettes,
		DisplayCategory = Smoking,
		Icon		=	SMEmptyPackGold,
		WorldStaticModel = SMCigaretteEmptyPackGold,
		Weight		=	0.0025,
	}

	item SMCartonCigarettesGold
	{
		Type		=	Normal,
		DisplayName	=	Gold Cigarette Carton,
		DisplayCategory = Smoking,
		Icon		=	SMCartonGold,
		WorldStaticModel = SMCarton_Gold,
		Weight		=	0.180,
	}


/******************* Окурки и фильтры *******************/
/***** Сигаретный окурок с фильтром *****/
	item SMButt
	{
		HungerChange	=	0,
		Weight	=	0.0002,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Butt,
		DisplayCategory = Smoking,
		StressChange	=	-1,
		UnhappyChange	=	3,
		Icon	=	SMButt,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnEat_Cigarettes,
		EatType = Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMbutt,
		ReplaceOnUse = SM.CarbonizedFilter,
	}

/***** Сигаретный окурок без фильтра *****/
	item SMButt2
	{
		HungerChange	=	0,
		Weight	=	0.00015,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Butt,
		DisplayCategory = Smoking,
		StressChange	=	-1,
		UnhappyChange	=	-1,
		Icon	=	SMButt2,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat = OnEat_Cigarettes,
		EatType = Cigarettes,
		CustomEatSound = ,
		WorldStaticModel = SMbutt,
	}

	item CarbonizedFilter
	{
		Type		=	Normal,
		DisplayName	=	Carbonized Filter,
		DisplayCategory = Smoking,
		Icon		=	CarbonizedFilter,
		Weight		=	0.0001,
		WorldStaticModel = SMbutt,
	}

	item SMFilter
	{
		Type		=	Normal,
		DisplayName	=	Cigarette Filter,
		DisplayCategory = Smoking,
		Icon		=	SMFilter,
		Weight		=	0.001,
		WorldStaticModel = SMbutt,
	}

/******************* Табак *******************/
/**** Кисет для табака ****/
	item SMTobaccoPouches
	{
		Type		=	Drainable,
		UseDelta	=	0.0,
		DisplayName	=	Tobacco Pouch,
		DisplayCategory = Smoking,
		Icon		=	SMTobaccoPouches,
		Weight		=	0.01,
	}

/**** Щепотка табака ****/
	item SMPinchTobacco
	{
		Type		=	Normal,
		DisplayName	=	Pinch of tobacco,
		DisplayCategory = Smoking,
		Icon		=	SMPinchTobacco,
		Weight		=	0.001,
	}

/**** Маленькая горстка табака ****/
	item SMSmallHandfulTobacco
	{
		Type		=	Normal,
		DisplayName	=	Small Handful of Tobacco,
		DisplayCategory = Smoking,
		Icon		=	SMSmallHandfulTobacco,
		Weight		=	0.005,
	}

/**** Горстка табака ****/
	item SMHandfulTobacco
	{
		Type		=	Normal,
		DisplayName	=	Handful of Tobacco,
		DisplayCategory = Smoking,
		Icon		=	SMHandfulTobacco,
		Weight		=	0.01,
	}

/**** Куча табака ****/
	item SMPileTobacco
	{
		Type		=	Normal,
		DisplayName	=	Pile of Tobacco,
		DisplayCategory = Smoking,
		Icon		=	SMPileTobacco,
		Weight		=	0.02,
	}

/**** Большая куча табака****/
	item SMBigPileTobacco
	{
		Type		=	Normal,
		DisplayName	=	Big Pile of Tobacco,
		DisplayCategory = Smoking,
		Icon		=	SMBigPileTobacco,
		Weight		=	0.04,
	}

/******************* For GreenFire Mod *******************/
/**** Курительная смесь ****/
	item SMSmokingBlend
	{
		Type		=	Normal,
		DisplayName	=	Smoking Blend,
		DisplayCategory = Smoking,
		Icon		=	SMSmokingBlend,
		Weight		=	0.005,
	}

/**** Бонг с курительной смесью ****/
	item SMSmokingBlendBong
	{
		Weight				=	0.7,
		Type				=	Food,
		DisplayName			=	Bong with Smoking Blend,
		DisplayCategory = Smoking,
		Icon				=	BongSmoker,
		WorldStaticModel = GFBong,
		BoredomChange			=	-8,
		UnhappyChange			=	-8,
		StressChange			=	-12,
		RequireInHandOrInventory	=	SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		CustomContextMenu		=	Smoke,
		CantBeFrozen			=	TRUE,
		Tooltip				=	Tooltip_Painkillers,
		OnEat				=	OnSmoke_Cannabis,
		ReplaceOnUse			=	Greenfire.Bong,
		CustomEatSound			=	GF_LightUp,
	}

/**** Трубка GreenFire с курительной смесью ****/
	item SMSmokingBlendPipe
	{
		Weight	=	0.1,
		Type	=	Food,
		DisplayName	=	Smoking Pipe filled with Smoking Blend,
		DisplayCategory = Smoking,
		Icon	=	SmokingPipe,
		BoredomChange	=	-8,
		UnhappyChange	=	-8,
		StressChange	=	-12,
		RequireInHandOrInventory	=	SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		CustomContextMenu	=	Smoke,
		CantBeFrozen	=	TRUE,
		OnEat	=	OnSmoke_Cannabis,
		Tooltip	=	Tooltip_Painkillers,
		ReplaceOnUse	=	Greenfire.SmokingPipe,
		CustomEatSound	=	GF_LightUp,
	}

/*** Сухой бульбулятор с курительной смесью ***/
/*** Smoking device with a Smoking Blend ***/
	item SMSmokingDeviceWithSmokingBlend
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.1,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Smoking Device with Smoking Blend,
		DisplayCategory = Smoking,
		BoredomChange	=	-8,
		UnhappyChange	=	-8,
		StressChange	=	-12,
		Icon	=	SMCrumpledBottle,
		Tooltip	=	Tooltip_Painkillers,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat	=	OnSmoke_Bulbulyator,
		Tooltip	=	Tooltip_Painkillers,
		EatType = Cigarettes,
		CustomEatSound = ,
		ReplaceOnUse = SM.SMCrumpledWithFoilCap2,
		Tags = HasMetal,
	}

/*** Сухой бульбулятор с Измельченной Шишкой марихуаны ***/
/*** Smoking device with a Cannabis Shake ***/
	item SMSmokingDeviceWithCannabisShake
	{
		Count	=	1,
		HungerChange	=	0,
		Weight	=	0.1,
		RequireInHandOrInventory = SM.SMFoil_Lighter/Base.Matches/SM.Matches/Base.Lighter,
		Type	=	Food,
		DisplayName	=	Smoking Device with Cannabis Shake,
		DisplayCategory = Smoking,
		BoredomChange	=	-10,
		UnhappyChange	=	-10,
		StressChange	=	-10,
		Icon	=	SMCrumpledBottle,
		Tooltip	=	Tooltip_Painkillers,
		CustomContextMenu = Smoke,
		CantBeFrozen = TRUE,
		OnEat	=	OnSmoke_Bulbulyator,
		Tooltip	=	Tooltip_Painkillers,
		EatType = Cigarettes,
		CustomEatSound = ,
		ReplaceOnUse = SM.SMCrumpledWithFoilCap2,
		Tags = HasMetal,
	}
}