module Base
{
    item PowerArmor
    {
        Type = Clothing,
        DisplayName = Power Armor,
        ClothingItem = PowerArmor,
        BodyLocation = FullSuit,
        Icon = CUKJumpsuit,
        BloodLocation = Trousers;Jumper,
        RunSpeedModifier = 0.9,
        ScratchDefense = 70,
        BiteDefense = 75,
        Insulation = 0.65,
        WindResistance = 0.50,
        FabricType = Cotton,
        WorldStaticModel = PowerArmor,
    }
}