isOnLastDamage
Returns true if the ItemStack is an elite item that is one durability point away from breaking. Used by the broken-state UI and to gate combat actions (cancel bow shots, cancel melee damage) when the elite weapon is "broken".
Returns false for null, non-elite, non-damageable, or zero-max-durability items so callers can pass arbitrary ItemStacks safely.