From e2e578e4852b506ce020a65532ce9ef125987761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=ED=99=94=EC=98=81=28=ED=8F=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=AA=A8=EB=8D=94=EB=8B=88=EC=A6=98=29?= <> Date: Thu, 29 Feb 2024 08:09:23 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EB=82=B4=EC=A0=95=EC=9D=B4=EB=9D=BC?= =?UTF-8?q?=EB=8A=94=20=EC=9A=A9=EC=96=B4=EC=9D=98=20=EC=A4=91=EC=9D=98?= =?UTF-8?q?=EC=84=B1=20=ED=95=B4=EC=86=8C=EB=A5=BC=20=EC=9C=84=ED=95=B4,?= =?UTF-8?q?=20=EA=B5=AD=EA=B0=80=20=EC=84=B1=ED=96=A5=EC=9D=98=20=EB=82=B4?= =?UTF-8?q?=EC=A0=95=EC=9D=B4=EB=9E=80=20=EC=9A=A9=EC=96=B4=EB=A5=BC=20?= =?UTF-8?q?=EB=86=8D=EC=83=81=EC=9C=BC=EB=A1=9C=20=EB=B0=94=EA=BE=B8?= =?UTF-8?q?=EA=B3=A0,=20=EB=AC=BC=EC=9E=90=EC=A1=B0=EB=8B=AC=20=EC=BB=A4?= =?UTF-8?q?=EB=A7=A8=EB=93=9C=EB=A5=BC=20=EB=82=B4=EC=A0=95=EC=9D=98=20?= =?UTF-8?q?=ED=95=98=EC=9C=84=20=EB=B6=84=EB=A5=98=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B5=AD=EA=B0=80=EB=A1=9C=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionNationType/che_오두미도.php | 4 ++-- hwe/sammo/ActionNationType/che_유가.php | 4 ++-- hwe/sammo/ActionNationType/che_음양가.php | 4 ++-- hwe/sammo/ActionNationType/che_종횡가.php | 4 ++-- hwe/sammo/GameConstBase.php | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hwe/sammo/ActionNationType/che_오두미도.php b/hwe/sammo/ActionNationType/che_오두미도.php index 33003e46..fe94bc07 100644 --- a/hwe/sammo/ActionNationType/che_오두미도.php +++ b/hwe/sammo/ActionNationType/che_오두미도.php @@ -9,7 +9,7 @@ class che_오두미도 extends \sammo\BaseNation{ protected $name = '오두미도'; protected $info = ''; static $pros = '쌀수입↑ 인구↑'; - static $cons = '기술↓ 수성↓ 내정↓'; + static $cons = '기술↓ 수성↓ 농상↓'; public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ @@ -40,4 +40,4 @@ class che_오두미도 extends \sammo\BaseNation{ return $amount; } -} \ No newline at end of file +} diff --git a/hwe/sammo/ActionNationType/che_유가.php b/hwe/sammo/ActionNationType/che_유가.php index b160e641..763dadbc 100644 --- a/hwe/sammo/ActionNationType/che_유가.php +++ b/hwe/sammo/ActionNationType/che_유가.php @@ -8,7 +8,7 @@ class che_유가 extends \sammo\BaseNation{ protected $name = '유가'; protected $info = ''; - static $pros = '내정↑ 민심↑'; + static $pros = '농상↑ 민심↑'; static $cons = '쌀수입↓'; public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ @@ -31,4 +31,4 @@ class che_유가 extends \sammo\BaseNation{ return $amount; } -} \ No newline at end of file +} diff --git a/hwe/sammo/ActionNationType/che_음양가.php b/hwe/sammo/ActionNationType/che_음양가.php index 24cab483..46879f59 100644 --- a/hwe/sammo/ActionNationType/che_음양가.php +++ b/hwe/sammo/ActionNationType/che_음양가.php @@ -8,7 +8,7 @@ class che_음양가 extends \sammo\BaseNation{ protected $name = '음양가'; protected $info = ''; - static $pros = '내정↑ 인구↑'; + static $pros = '농상↑ 인구↑'; static $cons = '기술↓ 전략↓'; public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ @@ -39,4 +39,4 @@ class che_음양가 extends \sammo\BaseNation{ } return $value; } -} \ No newline at end of file +} diff --git a/hwe/sammo/ActionNationType/che_종횡가.php b/hwe/sammo/ActionNationType/che_종횡가.php index 9aa05ced..7886f866 100644 --- a/hwe/sammo/ActionNationType/che_종횡가.php +++ b/hwe/sammo/ActionNationType/che_종횡가.php @@ -9,7 +9,7 @@ class che_종횡가 extends \sammo\BaseNation{ protected $name = '종횡가'; protected $info = ''; static $pros = '전략↑ 수성↑'; - static $cons = '금수입↓ 내정↓'; + static $cons = '금수입↓ 농상↓'; public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{ if($turnType == '수비' || $turnType == '성벽'){ @@ -42,4 +42,4 @@ class che_종횡가 extends \sammo\BaseNation{ } return $value; } -} \ No newline at end of file +} diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 73d02753..6624b283 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -318,7 +318,6 @@ class GameConstBase 'che_치안강화', 'che_정착장려', 'che_주민선정', - 'che_물자조달', ], '군사' => [ 'che_징병', @@ -349,6 +348,7 @@ class GameConstBase '국가' => [ 'che_증여', 'che_헌납', + 'che_물자조달', 'che_하야', 'che_거병', 'che_건국', -- 2.54.0