I have a Level 6 armor in TBR with repairTech="5". Commonwealth colonies, which are supposed to repair up to Level 5 armor, won’t touch it. (Before you ask: Yes, I did also test to see what they did with XMH — they do correctly install it, and also correctly refuse to repair it.)

assumedpseudonym 22 Apr 2021:

 Bumping for visibility. Hopefully this is enough of a low hanging fruit to get fixed for the 1.9 release.

george moromisato 23 Jun 2021:

Fixed in 1.9 Beta 4.

This was actually harder than I thought. The <RepairArmor> element specifies an item criteria, which selects for levels 1-5. But obviously this excludes level 6 armor, even if its repair level is different.

I had to add an option to parse the criteria as repair level instead of item level.