fix #234: port retail appraisal floaty and inscriptions

This commit is contained in:
Erik 2026-07-23 12:12:57 +02:00
parent 643cdfe66e
commit f1a7912160
23 changed files with 1310 additions and 106 deletions

View file

@ -60,19 +60,19 @@ public static class AppraiseInfoParser
{
None = 0x0000_0000,
IntStatsTable = 0x0000_0001,
Int64StatsTable = 0x0000_0002,
BoolStatsTable = 0x0000_0004,
FloatStatsTable = 0x0000_0008,
StringStatsTable = 0x0000_0010,
DidStatsTable = 0x0000_0020,
SpellBook = 0x0000_0040,
BoolStatsTable = 0x0000_0002,
FloatStatsTable = 0x0000_0004,
StringStatsTable = 0x0000_0008,
SpellBook = 0x0000_0010,
WeaponProfile = 0x0000_0020,
HookProfile = 0x0000_0040,
ArmorProfile = 0x0000_0080,
WeaponProfile = 0x0000_0100,
HookProfile = 0x0000_0200,
ArmorEnchantmentBitfield = 0x0000_0400,
CreatureProfile = 0x0000_0100,
ArmorEnchantmentBitfield = 0x0000_0200,
ResistEnchantmentBitfield= 0x0000_0400,
WeaponEnchantmentBitfield= 0x0000_0800,
ResistEnchantmentBitfield= 0x0000_1000,
CreatureProfile = 0x0000_2000,
DidStatsTable = 0x0000_1000,
Int64StatsTable = 0x0000_2000,
ArmorLevels = 0x0000_4000,
}