The first one could create incorrect unit stats in specific circumstances: In Galactic War, units with cards applied may be incorrectly merged with their base specs. Cause: flattenBaseSpecs merges arrays (like command caps) when it should replace them. Easy fix: `_.merge` takes a an extra parameter that can be used to adjust the behavior The rest are minor inconsistencies that made me write some extra mod code: - `support_platform` (Angel) has `ORDER_Assist` twice. - Several units appear in `unit_list.json` twice - I believe it's the ones that have ex1 variants - `bot_nanoswarm` has a blank `buildable_types`