====== ShopLineupParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | equipId | ''s32'' | ''0x0'' | ID of the equipment for sale | This field refers to the following params: [[ac6-refmat:param:EquipParamGoods]], [[ac6-refmat:param:EquipParamProtector]], [[ac6-refmat:param:EquipParamWeapon]], [[ac6-refmat:param:EquipParamAccessory]], [[ac6-refmat:param:EquipParamBooster]], [[ac6-refmat:param:EquipParamFcs]], [[ac6-refmat:param:EquipParamGenerator]] | | value | ''s32'' | ''0x4'' | Selling price to overwrite (-1: Do not overwrite) | | | mtrlId | ''s32'' | ''0x8'' | Material ID required for purchase (-1: None) | This field refers to the following params: [[ac6-refmat:param:EquipMtrlSetParam]] | | eventFlag_forStock | ''u32'' | ''0xc'' | Event flag value that holds the number | This field takes an [[ac6-refmat:event-flag-list|Event Flag ID]]. | | eventFlag_forRelease | ''u32'' | ''0x10'' | Sales ban event flag | This field takes an [[ac6-refmat:event-flag-list|Event Flag ID]]. | | sellQuantity | ''s16'' | ''0x14'' | Number of units sold | | | shopType | ''u8'' | ''0x16'' | | | | equipType | ''u8'' | ''0x17'' | Types of equipment for sale | This field uses the following enum: SHOP_LINEUP_EQUIPTYPE | | value_SAN | ''s16'' | ''0x18'' | | | | pad_0 | ''dummy8'' | ''0x1a'' | | | ===== Enums ===== ==== SHOP_LINEUP_EQUIPTYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Weapon | | | ''1'' | Equipment | | | ''2'' | Decoration | | | ''3'' | Tool | | | ''4'' | Booster | | | ''5'' | FCS | | | ''6'' | Generator | | ==== SHOP_LINEUP_COSTTYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | COAM | |