| Field | Type | Offset | Description | Notes |
|---|---|---|---|---|
| minAccelMPSS | f32 | 0x0 | The minimum acceleration to start the movement of the bone. In metres per second ^ 2. | |
| maxAccelMPSS | f32 | 0x4 | The acceleration at which the movement force reaches it maximum value. In metres per second ^ 2. | |
| minSpeedKMH | f32 | 0x8 | The minimum velocity to start the movement of the bone. In kilometres per hour. | |
| maxSpeedKMH | f32 | 0xc | The velocity at which the movement force reaches it maximum value. In kilometres per hour. | |
| moveAccelScaleX | f32 | 0x10 | The coefficient for moving along the X-axis with regards to velocity and acceleration. | |
| moveAccelScaleY | f32 | 0x14 | The coefficient for moving along the Y-axis with regards to velocity and acceleration. | |
| moveAccelScaleZ | f32 | 0x18 | The coefficient for moving along the Z-axis with regards to velocity and acceleration. | |
| moveDecayValueX | f32 | 0x1c | The coefficient that dampens the movement velocity on the X-axis. | |
| moveDecayValueY | f32 | 0x20 | The coefficient that dampens the movement velocity on the Y-axis. | |
| moveDecayValueZ | f32 | 0x24 | The coefficient that dampens the movement velocity on the Y-axis. | |
| limitMinAngReflecRateX | f32 | 0x28 | The reflection rate when the X-axis position reaches it's minimum position. | |
| limitMaxAngReflecRateX | f32 | 0x2c | The reflection rate when the X-axis position reaches it's maximum position. | |
| limitMinAngReflecRateY | f32 | 0x30 | The reflection rate when the Y-axis position reaches it's minimum position. | |
| limitMaxAngReflecRateY | f32 | 0x34 | The reflection rate when the Y-axis position reaches it's maximum position. | |
| limitMinAngReflecRateZ | f32 | 0x38 | The reflection rate when the Z-axis position reaches it's minimum position. | |
| limitMaxAngReflecRateZ | f32 | 0x3c | The reflection rate when the Z-axis position reaches it's maximum position. | |
| reserved3 | dummy8 | 0x40 | This field is padding. |