====== EquipParamAccessory ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | refId | ''s32'' | ''0x0'' | Reference ID to use for this accessory. | This field refers to the following params: [[ds1-refmat:param:SpEffectParam]], [[ds1-refmat:param:Bullet]], [[ds1-refmat:param:BehaviorParam|BehaviorParam_Pc]] | | sfxVariationId | ''s32'' | ''0x4'' | Specify SFX variation (used to identify SFX in combination with TimeActEditor ID) | | | weight | ''f32'' | ''0x8'' | Weight [kg] | | | behaviorId | ''s32'' | ''0xc'' | Action ID (= Skill) | This field refers to the following params: [[ds1-refmat:param:BehaviorParam|BehaviorParam_PC]] | | basicPrice | ''s32'' | ''0x10'' | Soul cost of reinforcement. See ShopLineupParam for shop prices. | | | sellValue | ''s32'' | ''0x14'' | The price when this item is sold. Determines the souls received when feeding this weapon to Frampt | | | sortId | ''s32'' | ''0x18'' | The ordering within the menu. | | | qwcId | ''s32'' | ''0x1c'' | The ID this item uses for world tendency. | | | equipModelId | ''u16'' | ''0x20'' | Equipment model number | | | iconId | ''u16'' | ''0x22'' | Menu icon ID | | | shopLv | ''s16'' | ''0x24'' | Level that can be sold at the store | | | trophySGradeId | ''s16'' | ''0x26'' | The achievement ID this part is associated with, if any. | | | trophySeqId | ''s16'' | ''0x28'' | The sequential achievement ID this part is associated with, if any. | | | equipModelCategory | ''u8'' | ''0x2a'' | Equipment model type | This field uses the following enum: EQUIP_MODEL_CATEGORY | | equipModelGender | ''u8'' | ''0x2b'' | Gender of equipment model | This field uses the following enum: EQUIP_MODEL_GENDER | | accessoryCategory | ''u8'' | ''0x2c'' | Armor category | This field uses the following enum: ACCESSORY_CATEGORY | | refCategory | ''u8'' | ''0x2d'' | The ID category to use for the refId field. | This field uses the following enum: BEHAVIOR_REF_TYPE | | spEffectCategory | ''u8'' | ''0x2e'' | The SpEffect category this spell belongs to | This field uses the following enum: BEHAVIOR_CATEGORY | | pad | ''dummy8'' | ''0x2f'' | | This field is padding. | | vagrantItemLotId | ''s32'' | ''0x30'' | The item lot to use when this item is dropped and generates a vagrant. | This field refers to the following params: [[ds1-refmat:param:ItemLotParam]] | | vagrantBonusEneDropItemLotId | ''s32'' | ''0x34'' | The item lot to use when this item is dropped and generates a vagrant. | This field refers to the following params: [[ds1-refmat:param:ItemLotParam]] | | vagrantItemEneDropItemLotId | ''s32'' | ''0x38'' | The item lot to use when this item is dropped and generates a vagrant. | This field refers to the following params: [[ds1-refmat:param:ItemLotParam]] | | isDeposit | ''u8'' | ''0x3c [0]'' | Can be deposited in the repository. | This field is a boolean. | | isEquipOutBrake | ''u8'' | ''0x3c [1]'' | Is destroyed when unequipped. | This field is a boolean. | | disableMultiDropShare | ''u8'' | ''0x3c [2]'' | Block the ability to drop in multiplayer sessions. | This field is a boolean. | | pad1 | ''dummy8'' | ''0x3d'' | | 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 | |