Closed tywtyw2002 closed 3 years ago
These files are dumped automatically, sometimes array lengths are wrong (and sometimes, but rarely, missing), but looking at the DB2 file itself the column you tagged as DamageType definitely seems to be 8 bits long if I'm reading it correctly. I'll see how far I can get mapping this.
The 8bits long is correct. But that is an [5] array instead of a single unit.
For item Thunderfury, it has 2 DamageTypes for melee and natural.
As far as I can tell those are part of the field after (bonus stats) 3 for Agility and 7 for Stamina. Your note makes sense though as I'm not sure where the nature damage went. Will need further looking into.
The 8 bits I mentioned was for the total array size as that is how it is measured in the file. Again, might be wrong as I have no idea where the nature damage went off to.
You are right, that should be 8 bits only.
Same thing, no idea for damage type 2-5 goes.
The
Field_2_5_1_38043_059<u8>
should beField_2_5_1_38043_059<u8>[5]
to indecteDamageType
The below is the rough Field map.