Skip to content

Commit

Permalink
Update PubRecordProperty with full pub spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Septharoth committed Mar 13, 2022
1 parent b1cab3d commit e207ae4
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion EOLib.IO/PubRecordProperty.cs
@@ -1,4 +1,4 @@
namespace EOLib.IO
namespace EOLib.IO
{
/// <summary>
/// Enum representing the different properties that exist within the pub records
Expand Down Expand Up @@ -29,6 +29,8 @@ public enum PubRecordProperty
ItemEvade,
ItemArmor,

ItemUnkB,

ItemStr,
ItemInt,
ItemWis,
Expand Down Expand Up @@ -65,8 +67,13 @@ public enum PubRecordProperty
ItemConReq,
ItemChaReq,

ItemUnkD,
ItemUnkE,

ItemWeight,

ItemUnkF,

ItemSize,

#endregion
Expand All @@ -75,10 +82,14 @@ public enum PubRecordProperty

NPCGraphic,

NPCUnkA,

NPCBoss,
NPCChild,
NPCType,

NPCUnkB,

NPCVendorID,

NPCHP,
Expand All @@ -90,6 +101,13 @@ public enum PubRecordProperty
NPCEvade,
NPCArmor,

NPCUnkC,
NPCUnkD,
NPCUnkE,
NPCUnkF,
NPCUnkG,
NPCUnkH,

#endregion

#region Spell Specific
Expand All @@ -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
Expand Down

0 comments on commit e207ae4

Please sign in to comment.