public override bool CanBeRolled(AffixItemItem pomItem, Item item) { return (AffixItemItem.IsWeapon(item) && AffixItemItem.CanMelee(item) && (AffixItemItem.IsSwinging(item) || AffixItemItem.IsStabbing(item))); }