class MQ2ItemType : public MQ2Type
{
public:
enum ItemMembers
{
ID = 1,
Name = 2,
Lore = 3,
NoDrop = 4,
NoRent = 5,
Magic = 6,
Value = 7,
Size = 8,
Weight = 9,
Stack = 10,
Type = 11,
Charges = 12,
LDoNTheme = 13,
DMGBonusType = 14,
BuyPrice = 15,
Haste = 16,
Endurance = 17,
Attack = 18,
HPRegen = 19,
ManaRegen = 20,
DamShield = 21,
WeightReduction = 22,
SizeCapacity = 23,
Combinable = 24,
Skill = 25,
Avoidance = 26,
SpellShield = 27,
StrikeThrough = 28,
StunResist = 29,
Shielding = 30,
FocusID = 31,
ProcRate = 32,
Quality = 33,
LDoNCost = 34,
AugRestrictions = 35,
AugType = 36,
AugSlot1 = 37,
AugSlot2 = 38,
AugSlot3 = 39,
AugSlot4 = 40,
AugSlot5 = 41,
AugSlot6 = 42,
Damage = 43,
Range = 44,
DMGBonus = 45,
RecommendedLevel = 46,
RecommendedSkill = 47,
Delay = 48,
Light = 49,
Level = 50,
BaneDMG = 51,
Proc = 52,
SkillModValue = 53,
InstrumentType = 54,
InstrumentMod = 55,
RequiredLevel = 56,
BaneDMGType = 57,
AC = 58,
HP = 59,
Mana = 60,
STR = 61,
STA = 62,
AGI = 63,
DEX = 64,
CHA = 65,
INT = 66,
WIS = 67,
svCold = 68,
svFire = 69,
svMagic = 70,
svDisease = 71,
svPoison = 72,
Summoned = 73,
Artifact = 74,
PendingLore = 75,
LoreText = 76,
Items = 77,
Item = 78,
Container = 79,
Stackable = 80,
InvSlot = 81,
SellPrice = 82,
WornSlot = 83,
WornSlots = 84,
CastTime = 85,
Spell = 86,
EffectType = 87,
Tribute = 88,
Attuneable = 89,
Timer = 90,
ItemDelay = 91,
TimerReady = 92,
StackSize = 93,
Stacks = 94,
StackCount = 95,
FreeStack = 96,
MerchQuantity = 97,
Classes = 98,
Class = 99,
Races = 100,
Race = 101,
Deities = 102,
Deity = 103,
Evolving = 104,
svCorruption = 105,
Power = 106,
MaxPower = 107,
Purity = 108,
Accuracy = 109,
CombatEffects = 110,
DoTShielding = 111,
HeroicSTR = 112,
HeroicINT = 113,
HeroicWIS = 114,
HeroicAGI = 115,
HeroicDEX = 116,
HeroicSTA = 117,
HeroicCHA = 118,
HeroicSvMagic = 119,
HeroicSvFire = 120,
HeroicSvCold = 121,
HeroicSvDisease = 122,
HeroicSvPoison = 123,
HeroicSvCorruption = 124,
EnduranceRegen = 125,
HealAmount = 126,
Clairvoyance = 127,
DamageShieldMitigation = 128,
SpellDamage = 129,
Augs = 130,
Tradeskills = 131,
ItemSlot = 132,
ItemSlot2 = 133,
Address = 134,
PctPower = 135,
Prestige = 136,
FirstFreeSlot = 137,
SlotsUsedByItem = 138,
Heirloom = 139,
Collectible = 140,
NoDestroy = 141,
Quest = 142,
Expendable = 143,
ContAddress = 144,
ItemLink = 145,
Icon = 146,
SkillModMax = 147,
OrnamentationIcon = 148,
ContentSize = 149,
Open = 150,
NoTrade = 151,
AugSlot = 152,
};
enum ItemMethods
{
};