module Base
{
    item SEVcdcHazmatSuit
    {
	    DisplayName = CDC Hazmat Suit,
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        Icon = SEVcdcHazmatSuit,
        BiteDefense = 10,
        BloodLocation = Trousers;Jumper;Head;Neck;Hands;Shoes,
        BodyLocation = base:fullsuithead,
        ClothingItem = SEVcdcHazmatSuit,
        Insulation = 0.65,
        RunSpeedModifier = 0.75,
        ScratchDefense = 20,
        WindResistance = 0.9,
        WorldStaticModel = Hazmat_Ground,
        Tags = base:hazmatsuit;base:scba;base:ignorezombiedensity,
        KeepOnDeplete = true,
        ActivatedItem = true,
        OnCreate = SpecialLootSpawns.OnCreateSCBA,
        Tooltip = Tooltip_item_SCBA_NoBackpack,
        VisionModifier = 0.5,
        HearingModifier = 0.75,
        DiscomfortModifier = 0.5,
    }
}
