module Base
{

    item CDCsuitcaseSEV
    {
		DisplayName = CDC Suitcase,
        DisplayCategory = Container,
        ItemType = base:container,
        Weight = 3.0,
        IconsForTexture = CDCsuitcaseSEV,
        ClothingItem = Bag_CDCsuitcaseSEV,
        Capacity = 16,
        CloseSound = CloseSuitcase,
        OpenSound = OpenSuitcase,
        PutInSound = StoreItemSuitcase,
        ReplaceInPrimaryHand = Bag_CDCsuitcaseSEV_RHand holdingbagright,
        ReplaceInSecondHand = Bag_CDCsuitcaseSEV_LHand holdingbagleft,
        RunSpeedModifier = 0.98,
        WeightReduction = 50,
        WorldStaticModel = Suitcase_Ground,
        Tags = base:ignorezombiedensity:neverempty,
		ContainerType = CDCsuitcaseSEV,
		OnCreate = CDCsuitcaseSEV_OnCreate,
    }
	
    item CDCsamplesuitcaseSEV
    {
		DisplayName = CDC Sample Suitcase,
        DisplayCategory = Container,
        ItemType = base:container,
        Weight = 3.0,
        IconsForTexture = CDCsamplessuitcaseSEV,
        ClothingItem = Bag_CDCsamplesuitcaseSEV,
        Capacity = 20,
        CloseSound = CloseSuitcase,
        OpenSound = OpenSuitcase,
        PutInSound = StoreItemSuitcase,
        ReplaceInPrimaryHand = Bag_CDCsamplesuitcaseSEV_RHand holdingbagright,
        ReplaceInSecondHand = Bag_CDCsamplesuitcaseSEV_LHand holdingbagleft,
        RunSpeedModifier = 0.98,
        WeightReduction = 80,
        WorldStaticModel = Suitcase_Ground,
        Tags = base:ignorezombiedensity:neverempty,
		ContainerType = CDCsamplesuitcaseSEV,
		OnCreate = CDCsamplesuitcaseSEV_OnCreate,
    }
	
    item sevCDCbloodsample
    {
		DisplayName = Infected blood sample,
        DisplayCategory = Memento,
        ItemType = base:normal,
        Weight = 0.2,
        Icon = sevCDCbloodsample,
        WorldStaticModel = sevbloodsample1,
        StaticModel = sevbloodsample1,
        Tags = base:ignorezombiedensity;base:ismemento;base:hasmetal,
    }
	
    item Bag_SEVProtectiveCaseBulkyAmmo_556
    {
		DisplayName = Ammunition box (556),
        DisplayCategory = Container,
        ItemType = base:container,
        Weight = 1.0,
        Icon = ProtectiveCase_LargeGreen_Military,
        Capacity = 16,
        CloseSound = CloseBulkyProtectiveContainer,
        OpenSound = OpenBulkyProtectiveContainer,
        PutInSound = StoreItemBulkyProtectiveContainer,
        ReplaceInPrimaryHand = Bag_ProtectiveCaseBulky_RHand_Ammo holdingbagright,
        ReplaceInSecondHand = Bag_ProtectiveCaseBulky_LHand_Ammo holdingbagleft,
        WeightReduction = 50,
        WorldStaticModel = ProtectiveCaseBulky_Ground,
        Tags = base:ammocase,
        ClothingItem = Bag_ProtectiveCaseBulky_RHand_Ammo,
		OnCreate = CDC556ammosuitcaseSEV_OnCreate,
    }
	
	
}