From f027f7f225949e6ba77696cb9ff3574188fd215f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 20 Jul 2019 15:32:01 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9B=88=EB=A0=A8,=20=EC=82=AC=EA=B8=B0?= =?UTF-8?q?=ED=85=9C=20=ED=9A=A8=EA=B3=BC=20=EB=91=90=EB=B0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_사기_두강주.php | 4 ++-- hwe/sammo/ActionItem/che_사기_보령압주.php | 4 ++-- hwe/sammo/ActionItem/che_사기_의적주.php | 4 ++-- hwe/sammo/ActionItem/che_사기_초선화.php | 4 ++-- hwe/sammo/ActionItem/che_사기_춘화첩.php | 4 ++-- hwe/sammo/ActionItem/che_사기_탁주.php | 4 ++-- hwe/sammo/ActionItem/che_훈련_과실주.php | 4 ++-- hwe/sammo/ActionItem/che_훈련_단결도.php | 4 ++-- hwe/sammo/ActionItem/che_훈련_이강주.php | 4 ++-- hwe/sammo/ActionItem/che_훈련_철벽서.php | 4 ++-- hwe/sammo/ActionItem/che_훈련_청주.php | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/hwe/sammo/ActionItem/che_사기_두강주.php b/hwe/sammo/ActionItem/che_사기_두강주.php index eacab650..ee36c890 100644 --- a/hwe/sammo/ActionItem/che_사기_두강주.php +++ b/hwe/sammo/ActionItem/che_사기_두강주.php @@ -7,13 +7,13 @@ class che_사기_의적주 extends \sammo\BaseItem{ protected static $id = 15; protected static $name = '두강주(사기)'; - protected static $info = '[전투] 사기 보정 +5'; + protected static $info = '[전투] 사기 보정 +10'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusAtmos'){ - return $value + 5; + return $value + 10; } return $value; } diff --git a/hwe/sammo/ActionItem/che_사기_보령압주.php b/hwe/sammo/ActionItem/che_사기_보령압주.php index 0043e528..51b9fa34 100644 --- a/hwe/sammo/ActionItem/che_사기_보령압주.php +++ b/hwe/sammo/ActionItem/che_사기_보령압주.php @@ -7,13 +7,13 @@ class che_사기_보령압주 extends \sammo\BaseItem{ protected static $id = 16; protected static $name = '보령압주(사기)'; - protected static $info = '[전투] 사기 보정 +5'; + protected static $info = '[전투] 사기 보정 +10'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusAtmos'){ - return $value + 5; + return $value + 10; } return $value; } diff --git a/hwe/sammo/ActionItem/che_사기_의적주.php b/hwe/sammo/ActionItem/che_사기_의적주.php index d91701ff..9b7cb7f9 100644 --- a/hwe/sammo/ActionItem/che_사기_의적주.php +++ b/hwe/sammo/ActionItem/che_사기_의적주.php @@ -7,13 +7,13 @@ class che_사기_의적주 extends \sammo\BaseItem{ protected static $id = 14; protected static $name = '의적주(사기)'; - protected static $info = '[전투] 사기 보정 +5'; + protected static $info = '[전투] 사기 보정 +10'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusAtmos'){ - return $value + 5; + return $value + 10; } return $value; } diff --git a/hwe/sammo/ActionItem/che_사기_초선화.php b/hwe/sammo/ActionItem/che_사기_초선화.php index 2cc17f8b..e528f3b7 100644 --- a/hwe/sammo/ActionItem/che_사기_초선화.php +++ b/hwe/sammo/ActionItem/che_사기_초선화.php @@ -7,13 +7,13 @@ class che_사기_초선화 extends \sammo\BaseItem{ protected static $id = 20; protected static $name = '초선화(사기)'; - protected static $info = '[전투] 사기 보정 +7'; + protected static $info = '[전투] 사기 보정 +14'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusAtmos'){ - return $value + 7; + return $value + 14; } return $value; } diff --git a/hwe/sammo/ActionItem/che_사기_춘화첩.php b/hwe/sammo/ActionItem/che_사기_춘화첩.php index 6477c75c..3c178a6d 100644 --- a/hwe/sammo/ActionItem/che_사기_춘화첩.php +++ b/hwe/sammo/ActionItem/che_사기_춘화첩.php @@ -7,13 +7,13 @@ class che_사기_춘화첩 extends \sammo\BaseItem{ protected static $id = 19; protected static $name = '춘화첩(사기)'; - protected static $info = '[전투] 사기 보정 +7'; + protected static $info = '[전투] 사기 보정 +14'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusAtmos'){ - return $value + 7; + return $value + 14; } return $value; } diff --git a/hwe/sammo/ActionItem/che_사기_탁주.php b/hwe/sammo/ActionItem/che_사기_탁주.php index 50f75844..6bba1049 100644 --- a/hwe/sammo/ActionItem/che_사기_탁주.php +++ b/hwe/sammo/ActionItem/che_사기_탁주.php @@ -8,7 +8,7 @@ class che_사기_탁주 extends \sammo\BaseItem{ protected static $id = 3; protected static $name = '탁주(사기)'; - protected static $info = '[전투] 사기 +3. 1회용'; + protected static $info = '[전투] 사기 +6. 1회용'; protected static $cost = 1000; protected static $consumable = true; protected static $buyable = true; @@ -16,7 +16,7 @@ class che_사기_탁주 extends \sammo\BaseItem{ public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{ return new WarUnitTriggerCaller( - new 능력치변경($unit, BaseWarUnitTrigger::TYPE_CONSUMABLE_ITEM, 'atmos', '+', 3) + new 능력치변경($unit, BaseWarUnitTrigger::TYPE_CONSUMABLE_ITEM, 'atmos', '+', 6) ); } } \ No newline at end of file diff --git a/hwe/sammo/ActionItem/che_훈련_과실주.php b/hwe/sammo/ActionItem/che_훈련_과실주.php index d33dbb0a..309f449c 100644 --- a/hwe/sammo/ActionItem/che_훈련_과실주.php +++ b/hwe/sammo/ActionItem/che_훈련_과실주.php @@ -7,13 +7,13 @@ class che_훈련_과실주 extends \sammo\BaseItem{ protected static $id = 12; protected static $name = '과실주(훈련)'; - protected static $info = '[전투] 훈련 보정 +5'; + protected static $info = '[전투] 훈련 보정 +10'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusTrain'){ - return $value + 5; + return $value + 10; } return $value; } diff --git a/hwe/sammo/ActionItem/che_훈련_단결도.php b/hwe/sammo/ActionItem/che_훈련_단결도.php index ef9d4ae5..66cbff3c 100644 --- a/hwe/sammo/ActionItem/che_훈련_단결도.php +++ b/hwe/sammo/ActionItem/che_훈련_단결도.php @@ -7,13 +7,13 @@ class che_훈련_단결도 extends \sammo\BaseItem{ protected static $id = 18; protected static $name = '단결도(훈련)'; - protected static $info = '[전투] 훈련 보정 +7'; + protected static $info = '[전투] 훈련 보정 +14'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusTrain'){ - return $value + 7; + return $value + 14; } return $value; } diff --git a/hwe/sammo/ActionItem/che_훈련_이강주.php b/hwe/sammo/ActionItem/che_훈련_이강주.php index c0e50a0a..5a379364 100644 --- a/hwe/sammo/ActionItem/che_훈련_이강주.php +++ b/hwe/sammo/ActionItem/che_훈련_이강주.php @@ -7,13 +7,13 @@ class che_훈련_이강주 extends \sammo\BaseItem{ protected static $id = 13; protected static $name = '이강주(훈련)'; - protected static $info = '[전투] 훈련 보정 +5'; + protected static $info = '[전투] 훈련 보정 +10'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusTrain'){ - return $value + 5; + return $value + 10; } return $value; } diff --git a/hwe/sammo/ActionItem/che_훈련_철벽서.php b/hwe/sammo/ActionItem/che_훈련_철벽서.php index 7500c91b..d3f411f5 100644 --- a/hwe/sammo/ActionItem/che_훈련_철벽서.php +++ b/hwe/sammo/ActionItem/che_훈련_철벽서.php @@ -7,13 +7,13 @@ class che_훈련_철벽서 extends \sammo\BaseItem{ protected static $id = 17; protected static $name = '철벽서(훈련)'; - protected static $info = '[전투] 훈련 보정 +7'; + protected static $info = '[전투] 훈련 보정 +14'; protected static $cost = 200; protected static $consumable = false; public function onCalcStat(General $general, string $statName, $value, $aux=null){ if($statName === 'bonusTrain'){ - return $value + 7; + return $value + 14; } return $value; } diff --git a/hwe/sammo/ActionItem/che_훈련_청주.php b/hwe/sammo/ActionItem/che_훈련_청주.php index bb9e68e9..2291427b 100644 --- a/hwe/sammo/ActionItem/che_훈련_청주.php +++ b/hwe/sammo/ActionItem/che_훈련_청주.php @@ -8,7 +8,7 @@ class che_훈련_청주 extends \sammo\BaseItem{ protected static $id = 4; protected static $name = '청주(훈련)'; - protected static $info = '[전투] 훈련 +3. 1회용'; + protected static $info = '[전투] 훈련 +6. 1회용'; protected static $cost = 1000; protected static $consumable = true; protected static $buyable = true; @@ -16,7 +16,7 @@ class che_훈련_청주 extends \sammo\BaseItem{ public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{ return new WarUnitTriggerCaller( - new 능력치변경($unit, BaseWarUnitTrigger::TYPE_CONSUMABLE_ITEM, 'train', '+', 3) + new 능력치변경($unit, BaseWarUnitTrigger::TYPE_CONSUMABLE_ITEM, 'train', '+', 6) ); } } \ No newline at end of file