module Base
{
    item Zombemic_HazmatSuit
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Hazmat Suit,
        ClothingItem = HazmatSuit_M1,
        BodyLocation = FullSuitHead,
        Icon = BoilerSuitOrange,
        BloodLocation = Trousers;Jumper;Head;Neck;Hands;Shoes,
        Icon = Hazmatsuit,
        RunSpeedModifier = 0.75,
        ScratchDefense = 15,
        BiteDefense = 5,
        Insulation = 0.65,
        WindResistance = 0.9,
        WorldStaticModel = Hazmat_Ground,
        Tags = GasMask;HazmatSuit,
    }
}