module Base
{
    item USMP_Shoes_CombatBoots_TAN
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Combat Boots (TAN),
        ClothingItem = USMP_Shoes_CombatBoots_TAN,
        BodyLocation = base:Shoes,
        BloodLocation = Shoes,
        IconsForTexture = USMP_Shoes_CombatBoots_TAN,
        StompPower = 3,
        ConditionLowerChanceOneIn = 20,
        ConditionMax = 30,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.9,
        Weight = 1,
        WorldStaticModel = Shoes_Boots_Ground,
    }

    item USMP_Shoes_TacticalBoots_TAN
    {
        DisplayCategory = Clothing,
        ItemType = base:clothing,
        DisplayName = Military Tactical Boots (TAN),
        ClothingItem = USMP_Shoes_TacticalBoots_TAN,
        BodyLocation = base:Shoes,
        BloodLocation = Shoes,
        IconsForTexture = USMP_Shoes_TacticalBoots_TAN,
        StompPower = 2.5,
        ConditionLowerChanceOneIn = 20,
        ConditionMax = 30,
        RunSpeedModifier = 0.95,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 0.9,
        WindResistance = 1.0,
        WaterResistance = 0.8,
        Weight = 1,
        WorldStaticModel = Shoes_TacticalBoots_Ground,
    }

    
}
