====== EquipmentLineupParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | equipId | ''s32'' | ''0x0'' | The part to add to the Parts menu. | This field refers to the following params: [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]] | | price | ''s32'' | ''0x4'' | The purchase cost of the part in the Parts Menu. | | | eventFlag_forRelease | ''u32'' | ''0x8'' | The event flag required for this part to appear in the Parts menu. | This field takes an [[ac6-refmat:event-flag-list|Event Flag ID]]. | | equipType | ''u8'' | ''0xc'' | The category this part appears under in the Parts menu. | This field uses the following enum: EQUIPMENT_LINEUP_EQUIPTYPE | | pad_0 | ''dummy8'' | ''0xd'' | | This field is padding. | | isTrophyTarget | ''u8'' | ''0xf'' | Is part of the condition for the 'Obtain All Parts' achivement. | This field is a boolean. | | rewardCondition | ''u32'' | ''0x10'' | The reward condition to unlock this part with. Used for log hunter and mission rewards. | This field uses the following enum: EQUIPMENT_UNLOCK_CONDITION_ID | | pad_1 | ''dummy8'' | ''0x14'' | | This field is padding. | ===== Enums ===== ==== EQUIPMENT_LINEUP_EQUIPTYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Weapon | | | ''1'' | Equipment | | | ''4'' | Booster | | | ''5'' | FCS | | | ''6'' | Generator | | ==== EQUIPMENT_UNLOCK_CONDITION_ID ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Log Hunter Rank 1 | | | ''2'' | Log Hunter Rank 2 | | | ''3'' | Log Hunter Rank 3 | | | ''4'' | Log Hunter Rank 4 | | | ''5'' | Log Hunter Rank 5 | | | ''6'' | Log Hunter Rank 6 | | | ''7'' | Log Hunter Rank 7 | | | ''8'' | Log Hunter Rank 8 | | | ''9'' | Log Hunter Rank 9 | | | ''10'' | Log Hunter Rank 10 | | | ''11'' | Log Hunter Rank 11 | | | ''12'' | Log Hunter Rank 12 | | | ''13'' | Log Hunter Rank 13 | | | ''14'' | Log Hunter Rank 14 | | | ''15'' | Log Hunter Rank 15 | | | ''26'' | Mission Clear: Rail Road | | | ''27'' | Mission Clear: Jailbreak | | | ''28'' | Mission Clear: Atmospheric Breakthrough | | | ''29'' | Mission Clear: Battle B | | | ''30'' | Mission Clear: 01 (S) | | | ''31'' | Mission Clear: TEST-09 [γ3] | | | ''32'' | Mission Clear: TEST-R [δ1] | | | ''33'' | Mission Clear: TEST-W [δ2] | | | ''34'' | Mission Clear: TEST-A [δ3] | |