module seifuku { imports { Base } item Shoes_Loafers { DisplayCategory = Clothing, Type = Clothing, DisplayName = Loafers, ClothingItem = Shoes_Loafers, BodyLocation = Shoes, BloodLocation = Shoes, IconsForTexture = Shoes;ShoesBrown, StompPower = 2.1, ConditionLowerChanceOneIn = 12, ConditionMax = 24, RunSpeedModifier = 0.95, RemoveOnBroken = false, ScratchDefense = 20, BiteDefense = 10, Insulation = 0.4, WindResistance = 0.25, WorldStaticModel = Shoes_Ground, } item Shoes_Uwabaki { DisplayCategory = Clothing, Type = Clothing, DisplayName = Uwabaki, ClothingItem = Shoes_Uwabaki, BodyLocation = Shoes, BloodLocation = Shoes, IconsForTexture = Shoes_UwabakiBlue;Shoes_UwabakiRed;Shoes_UwabakiGreen;Shoes_UwabakiYellow, StompPower = 2.1, ConditionLowerChanceOneIn = 12, ConditionMax = 24, RunSpeedModifier = 0.95, RemoveOnBroken = false, ScratchDefense = 20, BiteDefense = 10, Insulation = 0.25, WindResistance = 0.25, WaterResistance = 0.25, WorldStaticModel = Shoes_Ground, } }