For Shields:
Byte 00: Identifies item as Shield. All are 20.
Byte 01: Probably weight.
Byte 02: Amount of Mec Stat Boost. If HP, multiply this amount by 5.
Byte 03: Which Mec Stats will be boosted by Byte 02. Bit toggle.
00 = None
01 = STR
02 = QUI
04 = INT
08 = WIL
10 = PSY
20 = VIT
40 = CHA
80 = HP (multiply Byte 02 value by 5 for HP only)
Byte 04: Amount of Human/Mystic/Monster Stat Boost. Don’t know what bit 80 does, but ignore it for boost value.
Byte 05: Which Human/Mystic/Monster Stats will be boosted by Byte 04. Bit toggle, same values as Byte 03, above.
Byte 06: All are 00; ignored.
Byte 07: Appears to be relative Block Rate. Don’t know whether this should be expressed as x/100, x/256, etc, but experience suggests x/100 would be closer.
Byte 08: All are 00; ignored.
Byte 09: Immunties to Attack Types. Only Shield value in game is 08 (Water) on GenbuShield and Mizukagami.
Byte 0A: All are 00; ignored.
Byte 0B: All are 00; ignored.
Byte 0C: Attack Elements that can be Blocked. Bit toggle. Tentatively, it appears that if a Shield can Block any one of an attack’s Elements, it can Block the entire attack.
00 = None
01 = Status
02 = Force
04 = Electric
08 = Cold
10 = Heat
20 = Blunt
40 = Pierce
80 = Slash
Byte 0D: All are 00; ignored.
Byte 0E: All are FF; ignored.
Byte 0F: All are FF; ignored.
Bytes 10 & 11: Ability useable by item. Only set for DurahanShield; indicates DeathGaze can be used, but will display name of item instead.
Bytes 12-1B: All are FF; ignored.
Using this data, we can finally clear some of the mystery about what each shield can actually block, and how well they do it relative to each other.
Buckler:__________20 vs Slashing, Blunt
ShellShield:_______16 vs Slashing, Piercing, Blunt
ExcelShield:_______28 vs Slashing, Piercing, Blunt
GenbuShield:______24 vs Slashing, Piercing, Blunt, Cold; Immunity to Water
DragonShield:_____20 vs Slashing, Piercing, Blunt, Heat, Cold, Electric
Mizukagami:_______24 vs Slashing, Piercing, Blunt, Heat; Immunity to Water
DurahanShield:____22 vs Slashing, Piercing, Blunt, Heat, Cold, Electric, Force (i.e. everything but Status)
WonderBangle:____62 vs Piercing
BTW, what the heck do all these forums have against Tabs?! Is it so wrong for me to want things to look organized so people can make easy comparisons at a glance?!

