module Base
{

     item Japanese_Shoes_Sandals-Straw
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Traditional Japanese Waraji,
        ClothingItem = Japanese_Shoes_Sandals-Straw,
        BodyLocation = Shoes,
        BloodLocation = Shoes,
        IconsForTexture = Japanese_Shoes_Sandals-Straw,

        StompPower = 2,
        RunSpeedModifier = 0.8,
        RemoveOnBroken = false,
        ScratchDefense = 10,
        BiteDefense = 10,
        Insulation = 0.1,
        WindResistance = 0.1,
        WaterResistance = 0.1,
        Weight = 0.3,

        WorldStaticModel = Japanese_Shoes_Sandals_Ground,
    }

 }
