diff --git a/hwe/sammo/API/Nation/GeneralList.php b/hwe/sammo/API/Nation/GeneralList.php index cd486b47..ba5e5674 100644 --- a/hwe/sammo/API/Nation/GeneralList.php +++ b/hwe/sammo/API/Nation/GeneralList.php @@ -48,6 +48,9 @@ class GeneralList extends \sammo\BaseAPI 'belong' => 0, 'connect' => 0, + 'con' => 1, + 'specage' => 1, + 'specage2' => 1, 'city' => 1, 'experience' => 1, diff --git a/hwe/ts/defs/API/Nation.ts b/hwe/ts/defs/API/Nation.ts index 610eb399..0ed81d4c 100644 --- a/hwe/ts/defs/API/Nation.ts +++ b/hwe/ts/defs/API/Nation.ts @@ -42,6 +42,10 @@ export type GeneralListItemP0 = { } export type GeneralListItemP1 = { + con: number, + specage: number, + specage2: number, + city: number, experience: number, dedication: number,