test: expand nation command differential matrix

This commit is contained in:
2026-07-26 01:28:11 +00:00
parent 00a6ed2bdb
commit a55c190e4e
5 changed files with 169 additions and 13 deletions
@@ -188,6 +188,7 @@ export const projectCoreDatabaseSnapshot = (rows: {
power: readNumber(meta, 'power'),
war: readNumber(meta, 'war'),
diplomacyLimit: readNumber(meta, 'surlimit'),
capitalRevision: readNumber(meta, 'capset'),
meta,
};
});