merge: add secure troop management

# Conflicts:
#	app/game-engine/src/turn/types.ts
#	app/game-engine/src/turn/worldLoader.ts
This commit is contained in:
2026-07-25 08:50:01 +00:00
25 changed files with 2244 additions and 48 deletions
+1
View File
@@ -48,6 +48,7 @@ export interface TurnEngineGeneralRow {
deadYear: number;
affinity: number | null;
meta: JsonValue;
penalty: JsonValue;
turnTime: Date;
recentWarTime: Date | null;
}