====== CartridgeBehaviorParam ====== ===== 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. | | initVelocity | ''f32'' | ''0x4'' | Initial velocity of the cartridge. In metres. | | | initVelocity_RandomRange | ''f32'' | ''0x8'' | Random velocity range of the cartridge. In metres. | | | chrVelocityTakeoverRate | ''f32'' | ''0xc'' | Character speed transfer rate. | | | chrVelocityTakeoverRate_RandomRange | ''f32'' | ''0x10'' | Character speed transfer rate. Random range of the inherited speed. | | | pitch | ''f32'' | ''0x14'' | Angle from the horizontal angle reference of the dummy polygon (+: ↑ direction, -: ↓ direction). In degrees. | | | pitch_RandomRange | ''f32'' | ''0x18'' | The random range of degrees for the ejection angle. | | | gravity | ''f32'' | ''0x1c'' | Acceleration for the cartridge gravity. In metres per second ^ 2. | | | gravity_RandomRange | ''f32'' | ''0x20'' | Acceleration for the cartridge gravity. Random range of the acceleration. In metres per second ^ 2. | | | angVelocityX | ''f32'' | ''0x24'' | Rotational velocity on the X-axis. In degrees per second | | | angVelocityX_RandomRange | ''f32'' | ''0x28'' | Rotational velocity on the X-axis. Random range of the rotational velocity. In degrees per second. | | | angVelocityY | ''f32'' | ''0x2c'' | Rotational velocity on the Y-axis. In degrees per second | | | angVelocityY_RandomRange | ''f32'' | ''0x30'' | Rotational velocity on the Y-axis. Random range of the rotational velocity. In degrees per second. | | | angVelocityZ | ''f32'' | ''0x34'' | Rotational velocity on the Z-axis. In degrees per second | | | angVelocityZ_RandomRange | ''f32'' | ''0x38'' | Rotational velocity on the Z-axis. Random range of the rotational velocity. In degrees per second. | | | yaw | ''f32'' | ''0x3c'' | Angle from the horizontal angle reference of the dummy poly (+: right direction of the dummy poly, -: left direction of the dummy poly). | | | yaw_RandomRange | ''f32'' | ''0x40'' | Angle from the horizontal angle reference of the dummy poly (+: right direction of the dummy poly, -: left direction of the dummy poly). | | | pad_end | ''dummy8'' | ''0x44'' | | This field is padding. |