====== EquipParamFcs ====== ===== 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. | | iconId | ''u16'' | ''0x4'' | The icon ID to use. | | | modelId | ''u16'' | ''0x6'' | The model ID for this part. Also determines the menu preview icon. | | | sortId | ''s32'' | ''0x8'' | Determines the order of this part in the menu. | | | weight | ''f32'' | ''0xc'' | The weight of this part. | | | energyMax | ''s32'' | ''0x10'' | The energy capacity of this FCS. | | | energyRecoveryPerSec | ''s32'' | ''0x14'' | The energy recovery rate. In points per second. | | | consumeEN | ''s32'' | ''0x18'' | The consumption rate of energy. In points per second. | | | energyRecoveryDelayTimeSec | ''f32'' | ''0x1c'' | The delay before energy recovery starts. In seconds. | | | predictionShoot_BulletSpeedMPS | ''f32'' | ''0x20'' | Parameters for calculating the predicted position in a separate frame from the weapon. | | | predictionShoot_MaxShootOffset | ''f32'' | ''0x24'' | The value that reaches a ceiling when the prediction difference becomes too large. | | | predictionShoot_StartPredDist | ''f32'' | ''0x28'' | Distance to start calculating prediction rate. | | | energyRecoveryDelayTimeForEmptySec | ''f32'' | ''0x2c'' | The delay before energy recovery starts if empty. In seconds. | | | missileLockPerf | ''f32'' | ''0x30'' | Correction value for missile lock time. | | | pad_end | ''dummy8'' | ''0x34'' | | This field is padding. | | Maker | ''u16'' | ''0x3a'' | | This field uses the following enum: EQUIP_MAKER_TYPE | | sellValue | ''s32'' | ''0x3c'' | Price to sell the item for. | | | saleValue | ''s32'' | ''0x40'' | Price the item is on sale for. | | | computed_f00 | ''f32'' | ''0x44'' | Value for menu display only. | | | computed_f01 | ''f32'' | ''0x48'' | Value for menu display only. | | | computed_f02 | ''f32'' | ''0x4c'' | Value for menu display only. | | | computed_f03 | ''f32'' | ''0x50'' | Value for menu display only. | | | computed_f04 | ''f32'' | ''0x54'' | Value for menu display only. | | | computed_f05 | ''f32'' | ''0x58'' | Value for menu display only. | | | computed_f06 | ''f32'' | ''0x5c'' | Value for menu display only. | | | computed_f07 | ''f32'' | ''0x60'' | Value for menu display only. | | | computed_f08 | ''f32'' | ''0x64'' | Value for menu display only. | | | computed_f09 | ''f32'' | ''0x68'' | Value for menu display only. | | | computed_f10 | ''f32'' | ''0x6c'' | Value for menu display only. | | | computed_f11 | ''f32'' | ''0x70'' | Value for menu display only. | | | computed_f12 | ''f32'' | ''0x74'' | Value for menu display only. | | | computed_f13 | ''f32'' | ''0x78'' | Value for menu display only. | | | computed_f14 | ''f32'' | ''0x7c'' | Value for menu display only. | | | computed_f_last | ''f32'' | ''0x80'' | Value for menu display only. | | | missileLockTimeRate | ''f32'' | ''0x84'' | Coefficient for missile lock time. | | | missileMultiLockTimeRate | ''f32'' | ''0x88'' | Coefficient for missile multi-lock time. | | | refId | ''s32'' | ''0x8c'' | FCS ID to inherit parameters from. | This field refers to the following params: [[ac6-refmat:param:EquipParamFcs]] | | perfRateAddScale | ''f32'' | ''0x90'' | Correction multiplier for the prediction rate addition amount | | | perfRateSubScale | ''f32'' | ''0x94'' | Correction multiplier for the prediction rate subtraction amount | | | stageMaxVal0 | ''f32'' | ''0x98'' | Distance threshold. In metres. | | | stageMaxVal1 | ''f32'' | ''0x9c'' | Distance threshold. In metres. | | | stageMaxVal2 | ''f32'' | ''0xa0'' | Distance threshold. In metres. | | | stageMaxVal3 | ''f32'' | ''0xa4'' | Distance threshold. In metres. | | | stageMaxVal4 | ''f32'' | ''0xa8'' | Distance threshold. In metres. | | | stageMaxGrowVal0 | ''f32'' | ''0xac'' | Stage growth is a multiplier of the maximum growth that will occur in a certain stage, as an example a chart such as this: Growth Stage 0 - Growth = 20 - 20%% of the total scaling is reached at stage 0. Growth Stage 1 - Growth = 25 - 25%% of the total scaling is reached at stage 1. Growth Stage 2 - Growth = 50 - 50%% of the total scaling is reached at stage 2. Growth Stage 3 - Growth = 80 - 80%% of the total scaling is reached at stage 3. Growth Stage 4 - Growth = 90 - 90%% of the total scaling is reached at stage 4. As you can see, in this specific chart 100%% is never reached, 100%% could be reached if only the value of growth stage 4 was 100% This is not limited to 100%% as an example growth stage 4 could reach 200%%. The level cap of a growth stage is specified in the corresponding Distance Threshold field. | | | stageMaxGrowVal1 | ''f32'' | ''0xb0'' | Stage growth is a multiplier of the maximum growth that will occur in a certain stage, as an example a chart such as this: Growth Stage 0 - Growth = 20 - 20%% of the total scaling is reached at stage 0. Growth Stage 1 - Growth = 25 - 25%% of the total scaling is reached at stage 1. Growth Stage 2 - Growth = 50 - 50%% of the total scaling is reached at stage 2. Growth Stage 3 - Growth = 80 - 80%% of the total scaling is reached at stage 3. Growth Stage 4 - Growth = 90 - 90%% of the total scaling is reached at stage 4. As you can see, in this specific chart 100%% is never reached, 100%% could be reached if only the value of growth stage 4 was 100% This is not limited to 100%% as an example growth stage 4 could reach 200%%. The level cap of a growth stage is specified in the corresponding Distance Threshold field. | | | stageMaxGrowVal2 | ''f32'' | ''0xb4'' | Stage growth is a multiplier of the maximum growth that will occur in a certain stage, as an example a chart such as this: Growth Stage 0 - Growth = 20 - 20%% of the total scaling is reached at stage 0. Growth Stage 1 - Growth = 25 - 25%% of the total scaling is reached at stage 1. Growth Stage 2 - Growth = 50 - 50%% of the total scaling is reached at stage 2. Growth Stage 3 - Growth = 80 - 80%% of the total scaling is reached at stage 3. Growth Stage 4 - Growth = 90 - 90%% of the total scaling is reached at stage 4. As you can see, in this specific chart 100%% is never reached, 100%% could be reached if only the value of growth stage 4 was 100% This is not limited to 100%% as an example growth stage 4 could reach 200%%. The level cap of a growth stage is specified in the corresponding Distance Threshold field. | | | stageMaxGrowVal3 | ''f32'' | ''0xb8'' | Stage growth is a multiplier of the maximum growth that will occur in a certain stage, as an example a chart such as this: Growth Stage 0 - Growth = 20 - 20%% of the total scaling is reached at stage 0. Growth Stage 1 - Growth = 25 - 25%% of the total scaling is reached at stage 1. Growth Stage 2 - Growth = 50 - 50%% of the total scaling is reached at stage 2. Growth Stage 3 - Growth = 80 - 80%% of the total scaling is reached at stage 3. Growth Stage 4 - Growth = 90 - 90%% of the total scaling is reached at stage 4. As you can see, in this specific chart 100%% is never reached, 100%% could be reached if only the value of growth stage 4 was 100% This is not limited to 100%% as an example growth stage 4 could reach 200%%. The level cap of a growth stage is specified in the corresponding Distance Threshold field. | | | stageMaxGrowVal4 | ''f32'' | ''0xbc'' | Stage growth is a multiplier of the maximum growth that will occur in a certain stage, as an example a chart such as this: Growth Stage 0 - Growth = 20 - 20%% of the total scaling is reached at stage 0. Growth Stage 1 - Growth = 25 - 25%% of the total scaling is reached at stage 1. Growth Stage 2 - Growth = 50 - 50%% of the total scaling is reached at stage 2. Growth Stage 3 - Growth = 80 - 80%% of the total scaling is reached at stage 3. Growth Stage 4 - Growth = 90 - 90%% of the total scaling is reached at stage 4. As you can see, in this specific chart 100%% is never reached, 100%% could be reached if only the value of growth stage 4 was 100% This is not limited to 100%% as an example growth stage 4 could reach 200%%. The level cap of a growth stage is specified in the corresponding Distance Threshold field. | | | pad_end2 | ''dummy8'' | ''0xc0'' | | This field is padding. | ===== Enums ===== ==== EQUIP_MAKER_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Overseer | | | ''2'' | Rubicon Research Institute | | | ''3'' | PCA | | | ''4'' | ALLMIND | | | ''5'' | Rubiconist | | | ''6'' | RaD | | | ''7'' | Arquebus | | | ''8'' | Schneider | | | ''9'' | VCPL | | | ''10'' | Vesper | | | ''11'' | Balam | | | ''12'' | Dafeng | | | ''13'' | Redgun | | | ''14'' | Unused - 協商 | | | ''15'' | BAWS | | | ''16'' | Furlong | | | ''17'' | Takigawa Harmonics | | | ''18'' | Melinite | | | ''19'' | Elcano | | | ''20'' | Arquebus ADD | | | ''102'' | Unused - RRI(旧) | | | ''104'' | Unused - オルマイ(本性) | |