public override bool CanBeRolled(AffixItemItem pomItem, Item item) { return (AffixItemItem.IsWeapon(item) && AffixItemItem.CanCostMana(item)); }