====== EquipParamAccessory ====== ===== 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. | | refId | ''s32'' | ''0x4'' | Reference ID to use for this accessory. | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]], [[ac6-refmat:param:Bullet]], [[ac6-refmat:param:BehaviorParam|BehaviorParam_Pc]] | | sfxVariationId | ''s32'' | ''0x8'' | Specify SFX variation (used to identify SFX in combination with TimeActEditor ID) | | | weight | ''f32'' | ''0xc'' | Weight [kg] | | | behaviorId | ''s32'' | ''0x10'' | Action ID (= Skill) | | | basicPrice | ''s32'' | ''0x14'' | Basic price | | | sellValue | ''s32'' | ''0x18'' | Selling price | | | sortId | ''s32'' | ''0x1c'' | The ordering within the menu. | | | qwcId | ''s32'' | ''0x20'' | | | | equipModelId | ''u16'' | ''0x24'' | Equipment model number | | | iconId | ''u16'' | ''0x26'' | Menu icon ID | | | shopLv | ''s16'' | ''0x28'' | Level that can be sold at the store | | | trophySGradeId | ''s16'' | ''0x2a'' | The achievement ID this part is associated with, if any. | | | trophySeqId | ''s16'' | ''0x2c'' | The sequential achievement ID this part is associated with, if any. | | | equipModelCategory | ''u8'' | ''0x2e'' | Equipment model type | This field uses the following enum: EQUIP_MODEL_CATEGORY | | equipModelGender | ''u8'' | ''0x2f'' | Gender of equipment model | This field uses the following enum: EQUIP_MODEL_GENDER | | accessoryCategory | ''u8'' | ''0x30'' | Armor category | This field uses the following enum: ACCESSORY_CATEGORY | | refCategory | ''u8'' | ''0x31'' | ID category [Attack, Projectile, Special] | This field uses the following enum: BEHAVIOR_REF_TYPE | | spEffectCategory | ''u8'' | ''0x32'' | There are effects whose parameters change depending on skills, magic, items, etc. (enchantment weapons, etc.), so set the effect for each action so that it can correspond to an effect such as 'powering up only weapon attacks'. Set 'None' for items that do not require settings, such as ballistas. | This field uses the following enum: BEHAVIOR_CATEGORY | | pad | ''dummy8'' | ''0x33'' | | This field is padding. | | vagrantItemLotId | ''s32'' | ''0x34'' | -1: No vagrant 0: No lottery 1 ~: With lottery | | | vagrantBonusEneDropItemLotId | ''s32'' | ''0x38'' | -1: No drop 0: No lottery 1 ~: With lottery | | | vagrantItemEneDropItemLotId | ''s32'' | ''0x3c'' | -1: No drop 0: No lottery 1 ~: With lottery | | | isDeposit | ''u8'' | ''0x40 [0]'' | Can be deposited in the repository. | This field is a boolean. | | isEquipOutBrake | ''u8'' | ''0x40 [1]'' | Is destroyed when unequipped. | This field is a boolean. | | disableMultiDropShare | ''u8'' | ''0x40 [2]'' | Block the ability to drop in multiplayer sessions. | This field is a boolean. | | isDiscard | ''u8'' | ''0x40 [3]'' | Can be discarded. | This field is a boolean. | | isDrop | ''u8'' | ''0x40 [4]'' | Can be dropped. | This field is a boolean. | | pad3 | ''dummy8'' | ''0x40 [5-7]'' | | This field is padding. | | pad2 | ''dummy8'' | ''0x41'' | | This field is padding. | | saleValue | ''s32'' | ''0x44'' | Selling price | | | accessoryGroup | ''s16'' | ''0x48'' | Items of the same group cannot be equipped at the same time | | | vowType | ''u8'' | ''0x4a'' | The pledge type that can use this accessory. | This field uses the following enum: VOW_TYPE | | compTrophySedId | ''s8'' | ''0x4b'' | SEQ number of complete trophy | | | residentSpEffectId1 | ''s32'' | ''0x4c'' | The SpEffect present on this accessory. | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | residentSpEffectId2 | ''s32'' | ''0x50'' | The SpEffect present on this accessory. | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | residentSpEffectId3 | ''s32'' | ''0x54'' | The SpEffect present on this accessory. | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | residentSpEffectId4 | ''s32'' | ''0x58'' | The SpEffect present on this accessory. | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | pad1 | ''dummy8'' | ''0x5c'' | | This field is padding. | ===== Enums ===== ==== EQUIP_MODEL_CATEGORY ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Arms | | | ''2'' | Body | | | ''3'' | Face | | | ''4'' | Hair | | | ''5'' | Head | | | ''6'' | Legs | | | ''7'' | Weapon | | ==== EQUIP_MODEL_GENDER ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Unisex (A) | | | ''1'' | Male only (M) | | | ''2'' | Female only (F) | | | ''3'' | Male and Female | | | ''4'' | Unisex (M) | | | ''5'' | Enemy only (E) | | ==== ACCESSORY_CATEGORY ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Ring | | | ''1'' | Talisman | | ==== BEHAVIOR_REF_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Behavior / None | | | ''1'' | Bullet | | | ''2'' | SpEffect | | ==== BEHAVIOR_CATEGORY ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Normal Attack | | | ''2'' | Left-hand Attack | | | ''3'' | Magic | | | ''4'' | Miracle | | | ''5'' | Body | | | ''6'' | Enemy Attack 1 | | | ''7'' | Enemy Attack 2 | | | ''8'' | Enemy Attack 3 | | | ''9'' | Kick | | ==== VOW_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Type 1 | | | ''2'' | Type 2 | | | ''3'' | Type 3 | | | ''4'' | Type 4 | | | ''5'' | Type 5 | | | ''6'' | Type 6 | | | ''7'' | Type 7 | | | ''8'' | Type 8 | | | ''9'' | Type 9 | | | ''10'' | Type 10 | | | ''11'' | Type 11 | | | ''12'' | Type 12 | | | ''13'' | Type 13 | | | ''14'' | Type 14 | | | ''15'' | Type 15 | | | ''16'' | Type 16 | |