From f7128449ca3df58a03a98730514285115a563f8d Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 28 Nov 2018 01:24:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EA=B0=91,=20=EB=A7=B9=EC=88=98=20?= =?UTF-8?q?=EB=84=88=ED=94=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GameUnitConstBase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/GameUnitConstBase.php b/hwe/sammo/GameUnitConstBase.php index 4212be37..9f4f6b81 100644 --- a/hwe/sammo/GameUnitConstBase.php +++ b/hwe/sammo/GameUnitConstBase.php @@ -84,7 +84,7 @@ class GameUnitConstBase{ ], [ 5, self::T_FOOTMAN, '등갑병', - 100, 250, 7, 5, 0, 13, 10, + 100, 225, 7, 5, 0, 13, 10, 1000, null, ['남중'], 0, [self::T_ARCHER=>1.2, self::T_CAVALRY=>0.8, self::T_SIEGE=>1.2], [self::T_ARCHER=>0.8, self::T_CAVALRY=>1.2, self::T_SIEGE=>0.8], @@ -181,7 +181,7 @@ class GameUnitConstBase{ ], [ 26, self::T_CAVALRY, '맹수병', - 250, 200, 6, 0, 0, 16, 16, + 250, 175, 6, 0, 0, 16, 16, 2000, ['남만'], null, 0, [self::T_FOOTMAN=>1.2, self::T_ARCHER=>0.8, self::T_SIEGE=>1.2], [self::T_FOOTMAN=>0.8, self::T_ARCHER=>1.2, self::T_SIEGE=>0.8],