module SZ

{
imports
	{
		Base,
	}

item Pills_SZ_PG_CIP
	{
	    	DisplayCategory = FirstAid,
        	FatigueChange	=	-50,
		Weight	=	0.2,
        	UseDelta	=	0.5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	PharmaGen C.I.P.,
		Icon	=	PG_CIP,
		Tooltip = Tooltip_PG_CIP,
		StaticModel = PillBottle,
		WorldStaticModel = Vitamins_Ground,
		Medical = TRUE,
	}

item Pills_SZ_PG_Vitamins
	{
	    DisplayCategory = FirstAid,
        FatigueChange	=	-10,
		Weight	=	0.2,
        UseDelta	=	0.2,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	PharmaGen Proto Vitamins,
		Icon	=	PG_Vitamins,
		Tooltip = Tooltip_PG_Vitamins,
		StaticModel = PillBottle,
		WorldStaticModel = SZ_PG_Vitamins,
		Medical = TRUE,
	}

item Pills_SZ_PG_PainKillers
	{
	    	DisplayCategory = FirstAid,
		Weight	=	0.2,
        	UseDelta	=	0.2,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	PharmaGen Proto Painkillers,
		Icon	=	PG_PainKillers,
		Tooltip = Tooltip_PG_PainKillers,
		StaticModel = PillBottle,
		WorldStaticModel = SZ_PG_PainKillers,
		Medical = TRUE,
	}

model SZ_PG_PainKillers
    {
        mesh = WorldItems/PainKillers,
        texture = WorldItems/PG_PainKillers,
        scale = 0.4,
    }

item SZ_PG_Antibiotics
    {
        DisplayCategory = FirstAid,
        Weight	=	0.1,
        Type	=	Food,
        DisplayName	=	PharmaGen Proto Antibiotics,
        Icon	=	PG_Antibiotics,
        ReduceInfectionPower     =   65,
        CustomContextMenu   =   Take,
        CantBeFrozen = TRUE,
        Tooltip = Tooltip_PG_Antibiotics,
        Medical = TRUE,
        WorldStaticModel = SZ_PG_Antibiotics,
    }

item Pills_SZ_PG_Caffeine
    {
        DisplayCategory = FirstAid,
        Weight    =    0.2,
        Type    =    Drainable,
        UseDelta    =    0.1,
        UseWhileEquipped    =    FALSE,
        DisplayName    =    PharmaGen Proto Caffeine,
        Icon    =    PG_Caffeine,
        Tooltip = Tooltip_PG_Caffeine,
        StaticModel = PillBottle,
        WorldStaticModel = SZ_PG_Caffeine,
        Medical = TRUE,
    }

item UsedAccurateZombieInfectionTest
	{
	    	DisplayCategory = FirstAid,
		Weight	=	0.2,
		Type = Normal,
		DisplayName	=	Used Improved Infection Test,
		Icon	=	PG_CIP,
		Tooltip = Tooltip_InfectionTestPro,
		StaticModel = PillBottle,
		WorldStaticModel = Vitamins_Ground,
	}

item UsedZombieInfectionTest
	{
	    	DisplayCategory = FirstAid,
		Weight	=	0.2,
		Type = Normal,
		DisplayName	=	Used Infection Test,
		Icon	=	PG_CIP,
		Tooltip = Tooltip_InfectionTestPro,
		StaticModel = PillBottle,
		WorldStaticModel = Vitamins_Ground,
	}

item AccurateVirusTest
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = [PG] Virus Test Kit [v2],
        Icon = PG_VirusTest,
        Weight = 0.2,
        Description = "PharmaGen Virus Test Kit (VTK): Enhanced Rapid Test Version",
    }

item InaccurateVirusTest
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = [PG] Virus Test Kit [v1],
        Icon = PG_VirusTest,
        Weight = 0.2,
        Description = "PharmaGen Virus Test Kit (VTK): Rapid Test Version",
    }

item UsedAccurateVirusTestEarly
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v2] (E),
        Icon = PG_VirusTest_Early,
        Weight = 0.2,
        Description = "A used accurate virus test kit that shows early stage infection.",
    }
    
item UsedAccurateVirusTestMid
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v2] (M),
        Icon = PG_VirusTest_Mid,
        Weight = 0.2,
        Description = "A used accurate virus test kit that shows mid stage infection.",
    }
    
item UsedAccurateVirusTestLate
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v2] (L),
        Icon = PG_VirusTest_Late,
        Weight = 0.2,
        Description = "A used accurate virus test kit that shows late stage infection.",
    }
    
item UsedAccurateVirusTestNegative
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v2] (N),
        Icon = PG_VirusTest_Negative,
        Weight = 0.2,
        Description = "A used accurate virus test kit that shows no infection.",
    }
    
item UsedInaccurateVirusTestPositive
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v1] (P),
        Icon = PG_VirusTest_Positive,
        Weight = 0.2,
        Description = "A used inaccurate virus test kit that shows a positive result.",
    }
    
item UsedInaccurateVirusTestNegative
    {
	DisplayCategory = FirstAid,
        Type = Normal,
        DisplayName = Used [PG] Virus Test Kit [v1] (N),
        Icon = PG_VirusTest_Negative,
        Weight = 0.2,
        Description = "A used inaccurate virus test kit that shows a negative result.",
    }

item CMPEnabler
	{
	    DisplayCategory = FirstAid,
	    Weight	=	0.2,
	    Type	=	Normal,
	    DisplayName	=	Compound Reactive,
	    Icon	=	SZCMPEnabler,
	    StaticModel = PillBottle,
	    WorldStaticModel = SZCMPEnabler,
	}

model SZ_PG_Caffeine
    {
        mesh = WorldItems/PainKillers,
        texture = WorldItems/PG_Caffeine,
        scale = 0.4,
    }

model SZ_PG_Antibiotics
    {
	mesh = WorldItems/Antibiotics,
	texture = WorldItems/PG_Antibiotics,
	scale = 0.6,
    }

model SZ_PG_Vitamins
    {
        mesh = WorldItems/Vitamins,
	texture = WorldItems/PG_Vitamins,
        scale = 0.4,
    }

model SZCMPEnabler
    {
        mesh = WorldItems/Vitamins,
	texture = WorldItems/SZCMPEnabler,
        scale = 0.4,
    }

}
