module SZ_Labs {
	imports {
		Base
	}

model SZ_injector
    {
        mesh = WorldItems/Candle,
        texture = WorldItems/SZInjector,
        scale = 0.4,
    }

item SZ_LabTest18
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest18,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest18,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest18,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector,
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP, 
    }

item SZ_LabTest18D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
	ItemType			= Normal,
        DisplayName		= SZ_LabTest18,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest18,
        WorldStaticModel	= SZ_injector, 
    }

item SZ_LabTest19
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest19,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest19,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest19,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector,
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP, 
    }

item SZ_LabTest19D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Normal,
        DisplayName		= SZ_LabTest19,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest19,
        WorldStaticModel	= SZ_injector, 
    }

item SZ_LabTest20
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest20,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest20,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest20,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector,
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP, 
    }

item SZ_LabTest20D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Normal,
        DisplayName		= SZ_LabTest20,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest20,
        WorldStaticModel	= SZ_injector,
    }

item SZ_LabTest21
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest21,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest21,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest21,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector, 
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP,
    }

item SZ_LabTest21D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Normal,
        DisplayName		= SZ_LabTest21,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest21,
        WorldStaticModel	= SZ_injector, 
    }

item SZ_LabTest22
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest22,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest22,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest22,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector, 
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP,
    }

item SZ_LabTest22D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Normal,
        DisplayName		= SZ_LabTest22,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest22,
        WorldStaticModel	= SZ_injector, 
    }

item SZ_LabTest23
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Food,
        DisplayName		= SZ_LabTest23,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest23,
	Medical 		= TRUE,
	CustomContextMenu   	= Use_injector,
	EatType			= popcan,
	OnEat 			= OnEat_LabsTest23,
	CustomEatSound 		= SZinjection,
        WorldStaticModel	= SZ_injector, 
	DaysFresh = 7,
	DaysTotallyRotten = 7,
	Tags = CMP,
    }

item SZ_LabTest23D
    {
        DisplayCategory 	= FirstAid,
	Weight			= 0.2,
        ItemType			= Normal,
        DisplayName		= SZ_LabTest23,
        Icon			= cmpvsz,
	Tooltip 		= Tooltip_SZ_LabTest23,
        WorldStaticModel	= SZ_injector, 
    }
}




	