MH4U Equipment Structure - svanheulen/mhff GitHub Wiki
Equipment structures are 28 bytes long and are used in Challenge Quests and Save Data.
Weapons
Offset (Hex) |
Size |
Description |
0000 |
1 |
Equipment type (0x07=great sword, 0x08=sword and shield, 0x09=hammer...) |
0001 |
1 |
Kinsect level (max 0x0B) |
0002 |
2 |
Weapon ID |
0004 |
1 |
Element value |
0005 |
1 |
Element type |
0006 |
2 |
Decoration slot 1 |
0008 |
2 |
Decoration slot 2 |
000A |
2 |
Decoration slot 3 |
000C |
1 |
Sharpness |
000D |
1 |
Attack, affinity, defense |
000E |
1 |
Upgrade level |
000F |
1 |
Hunting Horn notes, Gunlance shelling, Switch Axe phial, Charge Blade phial, Kinsect type (other?) |
0010 |
1 |
Clean or rusted (bit 0), no glow or glow (bit 1), number of slots (bits 2-3) |
0011 |
1 |
Rarity |
0012 |
1 |
Polish requirements |
0013 |
1 |
Hone type (0x00=none, 0x40=attack, 0x80=defense, 0xC0=life) |
0014 |
1 |
Kinsect power growth |
0015 |
1 |
Kinsect stamina growth |
0016 |
1 |
Kinsect speed growth |
0017 |
1 |
Kinsect fire growth |
0018 |
1 |
Kinsect water growth |
0019 |
1 |
Kinsect thunder growth |
001A |
1 |
Kinsect ice growth |
001B |
1 |
Kinsect dragon growth |
Armor
Offset (Hex) |
Size |
Description |
0000 |
1 |
Equipment type (0x01=chest, 0x02=arms, 0x03=waist, 0x04=legs, 0x05=head) |
0001 |
1 |
Upgrade level |
0002 |
2 |
Equipment ID |
0004 |
2 |
Armor pigment (16bit 565 BGR) |
0006 |
2 |
Decoration slot 1 |
0008 |
2 |
Decoration slot 2 |
000A |
2 |
Decoration slot 3 |
000C |
1 |
Elemental resistances (max 0x27) |
000D |
1 |
Defense (max 0x1B) |
000E |
2 |
Unknown |
0010 |
1 |
Clean or rusted (bit 0), no glow or glow (bit 1), number of slots (bits 2-3) |
0011 |
1 |
Rarity |
0012 |
1 |
Polish requirements |
0013 |
1 |
Color mode (0x00=default, 0x40=custom, 0x80=rainbow) |
0014 |
8 |
Unknown |
Talismans
Offset (Hex) |
Size |
Description |
0000 |
1 |
Equipment type (0x06=talisman) |
0001 |
1 |
Number of slots |
0002 |
2 |
Talisman ID |
0004 |
2 |
Unknown |
0006 |
2 |
Decoration slot 1 |
0008 |
2 |
Decoration slot 2 |
000A |
2 |
Decoration slot 3 |
000C |
2 |
Skill 1 ID |
000E |
2 |
Skill 1 amount |
0010 |
2 |
Skill 2 ID |
0012 |
2 |
Skill 2 amount |
0014 |
8 |
Unknown |