====== ChrActTurnParam ======
===== Fields =====
^ Field ^ Type ^ Offset ^ Description ^ Notes ^
| disableParam_NT | ''u8'' | ''0x0 [0]'' | Exclude from the NT version or mark the ones to be excluded. | This field is a boolean. |
| disableParam_Product | ''u8'' | ''0x0 [1]'' | Exclude from the product version or mark the items to be excluded. | This field is a boolean. |
| disableParamReserve1 | ''dummy8'' | ''0x0 [2-7]'' | | This field is padding. |
| disableParamReserve2 | ''dummy8'' | ''0x1'' | | This field is padding. |
| baseTurnSpeedDPS | ''f32'' | ''0x4'' | Standard turning speed for normal turning, the speed and time turning rate are applied to this value. In degrees per second. | |
| speedTurnRate_MinSpeedKMPH | ''u16'' | ''0x8'' | The minimum turning speed that will be used. In kilometres per hour. | |
| speedTurnRate_MaxSpeedKMPH | ''u16'' | ''0xa'' | The maximum turning speed that will be used. In kilometres per hour. | |
| speedTurnRate_MinSpeedTurnRate | ''f32'' | ''0xc'' | Speed turning rate at minimum speed. | |
| speedTurnRate_MaxSpeedTurnRate | ''f32'' | ''0x10'' | Speed turning rate at maximum speed. | |
| timeTurnRate_MinTimeSec | ''f32'' | ''0x14'' | The minimum time turning rate will be reached within this time after the parameter is switched. In seconds. | |
| timeTurnRate_MaxTimeSec | ''f32'' | ''0x18'' | The maximum time turning rate will be reached within this time after the parameter is switched. In seconds. | |
| timeTurnRate_MinTimeTurnRate | ''f32'' | ''0x1c'' | Time turning rate at minimum time. | |
| timeTurnRate_MaxTimeTurnRate | ''f32'' | ''0x20'' | Time turning rate at maximum time. | |
| lookTargetModeTurnSpeedDPS | ''f32'' | ''0x24'' | Turning speed in the mode facing the target direction, reference turning speed is not used. In degrees per second. | |
| lookTargetModeTurnSpeedDPSAtLowDeltaAngle | ''f32'' | ''0x28'' | Turning speed in the mode facing the target when the angle difference is small, the reference turning speed is not used. In degrees per second. | |
| judgeTurnSpeedThresholdAngleDeg | ''u16'' | ''0x2c'' | If the angle is smaller than this, the low delta angle speed will be used. In degrees. | |
| pad | ''dummy8'' | ''0x2e'' | | This field is padding. |
| lookTargetMode_SpeedTurnRate_MinSpeedKMPH | ''u16'' | ''0x30'' | The minimum turning speed that will be used. In kilometres per hour. | |
| lookTargetMode_SpeedTurnRate_MaxSpeedKMPH | ''u16'' | ''0x32'' | The maximum turning speed that will be used. In kilometres per hour. | |
| lookTargetMode_SpeedTurnRate_MinSpeedTurnRate | ''f32'' | ''0x34'' | Speed turning rate at minimum speed. | |
| lookTargetMode_SpeedTurnRate_MaxSpeedTurnRate | ''f32'' | ''0x38'' | Speed turning rate at maximum speed. | |
| lookTargetMode_TimeTurnRate_MinTimeSec | ''f32'' | ''0x3c'' | The minimum time turning rate will be reached within this time after the parameter is switched. In seconds. | |
| lookTargetMode_TimeTurnRate_MaxTimeSec | ''f32'' | ''0x40'' | The maximum time turning rate will be reached within this time after the parameter is switched. In seconds. | |
| lookTargetMode_TimeTurnRate_MinTimeTurnRate | ''f32'' | ''0x44'' | Time turning rate at minimum time. | |
| lookTargetMode_TimeTurnRate_MaxTimeTurnRate | ''f32'' | ''0x48'' | Time turning rate at maximum time. | |
| turnAccelDPSS | ''f32'' | ''0x4c'' | Acceleration to reach turning speed. If you want to set the turning speed from the beginning, set a large value. In degrees per second ^ 2 | |
| lookTargetMode_LookAheadSecond | ''f32'' | ''0x50'' | How many seconds after the target do you try to look when facing the target (for AI). | |
| timeTurnRate_MinTimeSec_Accel | ''f32'' | ''0x54'' | The minimum time angular acceleration rate is reached within this time after the parameter is switched. In seconds. | |
| timeTurnRate_MaxTimeSec_Accel | ''f32'' | ''0x58'' | The maximum time angular acceleration rate is reached within this time after the parameter is switched. In seconds. | |
| timeTurnRate_MinTimeTurnAccelRate | ''f32'' | ''0x5c'' | Time angular acceleration rate at minimum time | |
| timeTurnRate_MaxTimeTurnAccelRate | ''f32'' | ''0x60'' | Time angular acceleration rate at maximum time | |
| lookTargetMode_TimeTurnRate_MinTimeSec_Accel | ''f32'' | ''0x64'' | The minimum time angular acceleration rate is reached within this time after the parameter is switched. In seconds. | |
| lookTargetMode_TimeTurnRate_MaxTimeSec_Accel | ''f32'' | ''0x68'' | The maximum time angular acceleration rate is reached within this time after the parameter is switched. In seconds. | |
| lookTargetMode_TimeTurnRate_MinTimeTurnAccelRate | ''f32'' | ''0x6c'' | Time angular acceleration rate at minimum time | |
| lookTargetMode_TimeTurnRate_MaxTimeTurnAccelRate | ''f32'' | ''0x70'' | Time angular acceleration rate at maximum time | |
| pad_2 | ''dummy8'' | ''0x74'' | | This field is padding. |
| paramEndIntpTimeSec | ''f32'' | ''0x7c'' | Time to interpolate acceleration when parameters switch and exit. In seconds. | |
| reverseTurnBrakeDPSS | ''f32'' | ''0x80'' | Brake when turning in the opposite direction (disabled at -1). In degrees per second ^ 2 | |
| animBlendMaxSpeedDPS_LR | ''f32'' | ''0x84'' | When the angular velocity exceeds this speed, the blend ratio of left and right animation becomes 1. In degrees per second. | |
| pad_end | ''dummy8'' | ''0x88'' | | This field is padding. |