feat: add state property to city and update related processing logic in battle simulation and world map

This commit is contained in:
2026-01-02 21:13:37 +00:00
parent edcfad4e40
commit 11ffdfef0e
13 changed files with 356 additions and 59 deletions
+1
View File
@@ -67,6 +67,7 @@ export interface City {
name: string;
nationId: NationId;
level: number;
state: number;
population: number;
populationMax: number;
agriculture: number;