See first image. Armor hp is 225. The assumption is that 100% integrity should not show as it is redundant.

Maybe something to do with the '1' at the end of the item code? Or a rounding error?

See second image. On looting the segment could be repaired in the cargo hold.

ArmorIntegrity.JPG
ArmorIntegrity.JPG
RepairArmor.JPG
RepairArmor.JPG
nms 10 Jul 2019:

I think it has 1 point of damage.

george moromisato 16 Jul 2019:

Almost certainly a round-off error. A couple of options to fix it:

  1. Artificially round down to 99% if there is any damage.
  2. Show as "< 100%"
  3. Show more digits if >99%: "99.5%"

NOTE: We'll probably need to do that in the opposite direction too. An armor segment with 1 point of damage might show up as "integrity: 0%".

#1 is probably the easiest/best.

relanat 16 Jul 2019:

Possibly also affected by rounding: VOTG high hp armor damage 1.0a8

george moromisato 31 Oct 2019:

In 1.9 Alpha 2 I always round to either 1% or 99% as appropriate.