====== ShopLineupParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | equipId | ''s32'' | ''0x0'' | ID of the equipment for sale | This field refers to the following params: [[bb-refmat:param:EquipParamAccessory]], [[bb-refmat:param:EquipParamGoods]], [[bb-refmat:param:EquipParamProtector]], [[bb-refmat:param:EquipParamWeapon]] | | 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: [[bb-refmat:param:EquipMtrlSetParam]] | | eventFlag | ''s32'' | ''0xc'' | Event flag value that holds the number | | | qwcId | ''s32'' | ''0x10'' | Sales ban event flag | | | 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'' | | This field is padding. | ===== Enums ===== ==== SHOP_LINEUP_EQUIPTYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Weapon | | | ''1'' | Protector | | | ''2'' | Accessory | | | ''3'' | Good | |