protected override bool IsApplicableToItem(AttributeAffix affix) { return(ArmorEnhancement.IsArmorAttribute(affix.Attribute)); }
public Shield(ShieldTemplate template, string name, IEnumerable <Affix> affixes, ArmorEnhancement armorEnhancement) : base(template, name, affixes) { armor = armorEnhancement.EnhanceArmor(template.Armor); }