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_건국',