m_PrefixSuffixInfo[2] = new[] //Mystic
{
new[] // Weapon
{
new NamedInfoCol(AosWeaponAttribute.HitLeechMana, HitsAndManaLeechTable),
new NamedInfoCol(AosAttribute.BonusMana, WeaponStamManaLMCTable),
new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
new NamedInfoCol(AosAttribute.LowerManaCost, WeaponStamManaLMCTable),
new NamedInfoCol(AosAttribute.RegenMana, WeaponRegenTable)
},
new[] // armor
{
new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.RegenMana, ArmorRegenTable)
},
new[]
{
new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.RegenMana, ArmorRegenTable)
},
new[]
{
new NamedInfoCol(AosAttribute.BonusMana, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.BonusInt, DexIntTable),
new NamedInfoCol(AosAttribute.LowerManaCost, ArmorStamManaLMCTable),
new NamedInfoCol(AosAttribute.LowerRegCost, LowerRegTable)
}
};