module Base
{
	vehicle SemiTruckBox_mil
    {
        template! = Rotators.SemiTruckBoxTemplate,

        skin
        {
            texture = Vehicles/camoG/vehicles_rSemiTruckBox_camoG,
        }

        skin
        {
            texture = Vehicles/camoD/vehicles_rSemiTruckBox_camoD,
        }

        mass = 750,
        engineForce = 4500,
        maxSpeed = 70.0,
        engineLoudness = 125,
        engineQuality = 70,
        brakingForce = 50,
        stoppingMovementForce = 3.0,
        rollInfluence = 1.0,
        steeringIncrement = 0.03,
        steeringClamp = 0.35,
        suspensionStiffness = 40,
        suspensionCompression = 3.83,
        suspensionDamping = 2.9,
        maxSuspensionTravelCm = 10.0,
        suspensionRestLength = 0.2,
        wheelFriction = 0.86f,

        physics box
        {
            offset = 0.0000 0.2126 1.9000,
            extents = 1.4211 0.8772 2.4912,
            rotate = 0.0000 0.0000 0.0000,
        }

        physics box
        {
            offset = 0.0000 1.3596 1.2100,
            extents = 1.4211 0.7193 1.1404,
            rotate = 0.0000 0.0000 0.0000,
        }

        physics box
        {
            offset = 0.0000 0.7399 -1.7281,
            extents = 1.8070 2.0877 4.7193,
            rotate = 0.0000 0.0000 0.0000,
        }

        attachment trailer
        {
            offset = 0.0000 -1.4713 -4.6990,
            rotate = 0.0000 0.0000 0.0000,
            zoffset = -1.0000,
        }

        attachment trailerfront
        {
            offset = 0.0000 -0.8218 2.7070,
            rotate = 0.0000 0.0000 0.0000,
            zoffset = 1.0000,
        }

        extents = 1.9123 2.5789 7.1930,
        physicsChassisShape = 1.7895 2.5789 7.1754,
        centerOfMassOffset = 0.0000 0.9912 -0.5175,
        shadowExtents = 2.1924 6.0386,
        shadowOffset = 0.0000 0.0000,
    }
}
