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