diff --git a/EOLib.IO/PubRecordProperty.cs b/EOLib.IO/PubRecordProperty.cs index 3d936e46c..d1fdeca73 100644 --- a/EOLib.IO/PubRecordProperty.cs +++ b/EOLib.IO/PubRecordProperty.cs @@ -1,4 +1,4 @@ -namespace EOLib.IO +namespace EOLib.IO { /// /// Enum representing the different properties that exist within the pub records @@ -29,6 +29,8 @@ public enum PubRecordProperty ItemEvade, ItemArmor, + ItemUnkB, + ItemStr, ItemInt, ItemWis, @@ -65,8 +67,13 @@ public enum PubRecordProperty ItemConReq, ItemChaReq, + ItemUnkD, + ItemUnkE, + ItemWeight, + ItemUnkF, + ItemSize, #endregion @@ -75,10 +82,14 @@ public enum PubRecordProperty NPCGraphic, + NPCUnkA, + NPCBoss, NPCChild, NPCType, + NPCUnkB, + NPCVendorID, NPCHP, @@ -90,6 +101,13 @@ public enum PubRecordProperty NPCEvade, NPCArmor, + NPCUnkC, + NPCUnkD, + NPCUnkE, + NPCUnkF, + NPCUnkG, + NPCUnkH, + #endregion #region Spell Specific @@ -104,15 +122,40 @@ public enum PubRecordProperty SpellCastTime, + SpellUnkA, + SpellUnkB, + SpellType, + + SpellUnkC, + SpellUnkD, + SpellTargetRestrict, SpellTarget, + SpellUnkE, + SpellUnkF, + SpellUnkG, + SpellMinDam, SpellMaxDam, SpellAccuracy, + + SpellUnkH, + SpellUnkI, + SpellUnkJ, + SpellHP, + SpellUnkK, + SpellUnkL, + SpellUnkM, + SpellUnkN, + SpellUnkO, + SpellUnkP, + SpellUnkQ, + SpellUnkR, + #endregion #region Class Specific