From 7abf274d89203b05fd3303cdaa10ac0f6e2fd8ac Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 29 Mar 2021 22:45:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EC=A1=B1=20=EB=82=9C?= =?UTF-8?q?=EC=9D=B4=EB=8F=84=20=EA=B8=B0=EB=B3=B8=20=EC=88=98=EC=B9=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/RaiseInvader.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hwe/sammo/Event/Action/RaiseInvader.php b/hwe/sammo/Event/Action/RaiseInvader.php index a8778e5b..3806b678 100644 --- a/hwe/sammo/Event/Action/RaiseInvader.php +++ b/hwe/sammo/Event/Action/RaiseInvader.php @@ -33,9 +33,9 @@ class RaiseInvader extends \sammo\Event\Action private $dex; public function __construct( - $npcEachCount = -2, - int $specAvg = -1, - int $tech = -1, + $npcEachCount = -3, + $specAvg = -1.2, + $tech = -1.2, $dex = -1 ) { $this->npcEachCount = $npcEachCount; @@ -219,11 +219,11 @@ class RaiseInvader extends \sammo\Event\Action 'term' => 480, ], '(me IN %li AND you IN %li)', $invaderNationIDList, $invaderNationIDList); - $cityMaxPop = $specAvg * $npcEachCount * 100 * 2; + $cityMaxPop = $specAvg * $npcEachCount * 100 * 4; $db->update('city', [ 'pop_max' => $cityMaxPop, - 'def_max' => 10000, - 'wall_max' => 1000, + 'def_max' => 100000, + 'wall_max' => 10000, ], 'nation IN %li', $invaderNationIDList); $db->update('city', [