From c61a4a70fc33e7c49ab0fbeb4243497715e90b22 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 26 Apr 2022 03:14:48 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Nation/GeneralList=EC=97=90=20=EC=9E=A5?= =?UTF-8?q?=EC=88=98=20=EA=B8=B0=EB=B3=B8=20=EC=9E=90=EB=A3=8C=20=EC=9D=BC?= =?UTF-8?q?=EB=B6=80=20=EC=B6=94=EA=B0=80=20-=20=EB=82=B4=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4,=20=EA=B0=90=EC=B0=B0=EB=B6=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EB=8A=94=20=EC=9E=90=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Nation/GeneralList.php | 3 +++ hwe/ts/defs/API/Nation.ts | 4 ++++ 2 files changed, 7 insertions(+) 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,