module HEV
{
	item HEVorange
    {
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        Icon = HEVorange,
        BloodLocation = Trousers;Jumper;Neck;Hands;Shoes,
        BodyLocation = base:fullsuit,
        ClothingItem = HEVorange,
        CanHaveHoles = false,
        BulletDefense = 75,
		BiteDefense = 75,
        ScratchDefense = 75,
        Insulation = 1.00,
        WindResistance = 0.80,
        DiscomfortModifier = 0.10,
        WorldStaticModel = HEVOrange_Ground,
        Tags = base:ignorezombiedensity;base:ismemento,
    }

	item HEVtan
    {
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        Icon = HEVtan,
        BloodLocation = Trousers;Jumper;Neck;Hands;Shoes,
        BodyLocation = base:fullsuit,
        ClothingItem = HEVtan,
        CanHaveHoles = false,
        BulletDefense = 75,
		BiteDefense = 75,
        ScratchDefense = 75,
        Insulation = 1.00,
        WindResistance = 0.80,
        DiscomfortModifier = 0.10,
        WorldStaticModel = HEVTan_Ground,
        Tags = base:ignorezombiedensity;base:ismemento,
    }

	item HEVred
    {
        DisplayCategory = ProtectiveGear,
        ItemType = base:clothing,
        Icon = HEVred,
        BloodLocation = Trousers;Jumper;Neck;Hands;Shoes,
        BodyLocation = base:fullsuit,
        ClothingItem = HEVred,
        CanHaveHoles = false,
        BulletDefense = 75,
		BiteDefense = 75,
        ScratchDefense = 75,
        Insulation = 1.00,
        WindResistance = 0.80,
        DiscomfortModifier = 0.10,
        WorldStaticModel = HEVRed_Ground,
        Tags = base:ignorezombiedensity;base:ismemento,
    }
}