====== ArmorParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | armor_set_id | ''u32'' | ''0x0'' | The ID for this armor set. Do not forget this when creating custom armor. | | | Unk00 | ''u8'' | ''0x4'' | | | | slot_category | ''u8'' | ''0x5'' | | This field uses the following enum: Slot | | Unk06 | ''u8'' | ''0x6'' | | | | Unk07 | ''u8'' | ''0x7'' | | | | model_id | ''u32'' | ''0x8'' | | | | has_gendered_armor | ''u8'' | ''0xc'' | | This field is a boolean. | | Unk08 | ''u8'' | ''0xd'' | | | | Unk09 | ''s16'' | ''0xe'' | | | | equip_interfere_id | ''u32'' | ''0x10'' | | This field refers to the following params: [[ds2-refmat:param:EquipInterfereParam]] | | Unk10 | ''s32'' | ''0x14'' | | | | armor_reinforce_id | ''u32'' | ''0x18'' | | This field refers to the following params: [[ds2-refmat:param:ArmorReinforceParam]] | | physical_defence_scaling | ''f32'' | ''0x1c'' | | | | Unk11 | ''f32'' | ''0x20'' | | | | Unk12 | ''f32'' | ''0x24'' | | | | Unk13 | ''f32'' | ''0x28'' | | | | strength_requirement | ''u16'' | ''0x2c'' | | | | dexterity_requirement | ''u16'' | ''0x2e'' | | | | intelligence_requirement | ''u16'' | ''0x30'' | | | | faith_requirement | ''u16'' | ''0x32'' | | | | weight | ''f32'' | ''0x34'' | | | | durability | ''f32'' | ''0x38'' | | | | repair_cost | ''u32'' | ''0x3c'' | | | | poise | ''f32'' | ''0x40'' | | | | control_parameters_blend_weight_1h | ''u8'' | ''0x44'' | | | | control_parameters_blend_weight_2h | ''u8'' | ''0x45'' | | | | item_discovery | ''s16'' | ''0x46'' | | | | Unk15 | ''s32'' | ''0x48'' | | This field refers to the following params: [[ds2-refmat:param:DamageEffectMaterialParam]], [[ds2-refmat:param:DamageEffectSeParam]] | | Unk16 | ''s32'' | ''0x4c'' | | | | Unk17 | ''s32'' | ''0x50'' | | This field refers to the following params: [[ds2-refmat:param:DamageEffectSfxParam]] | ===== Enums ===== ==== Slot ==== ^ Option ^ Description ^ Notes ^ | ''255'' | Debug | | | ''1'' | Head | | | ''2'' | Body | | | ''3'' | Arms | | | ''4'' | Legs | |