| Field | Type | Offset | Description | Notes |
|---|---|---|---|---|
| minAccelMPSS | f32 | 0x0 | The minimum acceleration to start the rotation of the bone. In metres per second ^ 2. | |
| maxAccelMPSS | f32 | 0x4 | The acceleration at which the rotational force reaches it maximum value. In metres per second ^ 2. | |
| minSpeedKMH | f32 | 0x8 | The minimum velocity to start the rotation of the bone. In kilometres per hour. | |
| maxSpeedKMH | f32 | 0xc | The velocity at which the rotational force reaches it maximum value. In kilometres per hour. | |
| rotAccelScaleX | f32 | 0x10 | The coefficient for rotating the X-axis velocity and acceleration. | |
| rotAccelScaleY | f32 | 0x14 | The coefficient for rotating the Y-axis velocity and acceleration. | |
| rotDecayValueX | f32 | 0x18 | The coefficient that dampens the angular velocity on the X-axis. | |
| rotDecayValueY | f32 | 0x1c | The coefficient that dampens the angular velocity on the Y-axis. | |
| limitMinAngReflecRateX | f32 | 0x20 | The reflection rate when the X-axis rotation reaches it's minimum angle. | |
| limitMaxAngReflecRateX | f32 | 0x24 | The reflection rate when the X-axis rotation reaches it's maximum angle. | |
| limitMinAngReflecRateY | f32 | 0x28 | The reflection rate when the Y-axis rotation reaches it's minimum angle. | |
| limitMaxAngReflecRateY | f32 | 0x2c | The reflection rate when the Y-axis rotation reaches it's maximum angle. | |
| reserved3 | dummy8 | 0x30 | This field is padding. |