From 7631d99ce6aa435e0ebdd1aceaf41f19fdc8c1ec Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 16 Dec 2021 03:12:37 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=B2=99=EC=82=AC=20=EA=B0=95=ED=99=94?= =?UTF-8?q?.=2015%p=20->=2020%p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/event_전투특기_척사.php | 4 ++-- hwe/sammo/ActionSpecialDomestic/che_event_척사.php | 4 ++-- hwe/sammo/ActionSpecialWar/che_척사.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hwe/sammo/ActionItem/event_전투특기_척사.php b/hwe/sammo/ActionItem/event_전투특기_척사.php index 00c53f57..f8bed76e 100644 --- a/hwe/sammo/ActionItem/event_전투특기_척사.php +++ b/hwe/sammo/ActionItem/event_전투특기_척사.php @@ -10,7 +10,7 @@ class event_전투특기_척사 extends \sammo\BaseItem{ protected $id = 75; protected $rawName = '비급'; protected $name = '비급(척사)'; - protected $info = '[전투] 지역·도시 병종 상대로 대미지 +10%, 아군 피해 -10%'; + protected $info = '[전투] 지역·도시 병종 상대로 대미지 +20%, 아군 피해 -20%'; protected $cost = 100; protected $buyable = true; protected $consumable = false; @@ -19,7 +19,7 @@ class event_전투특기_척사 extends \sammo\BaseItem{ public function getWarPowerMultiplier(WarUnit $unit):array{ $opposeCrewType = $unit->getOppose()->getCrewType(); if($opposeCrewType->reqCities || $opposeCrewType->reqRegions){ - return [1.1, 0.9]; + return [1.2, 0.8]; } return [1, 1]; } diff --git a/hwe/sammo/ActionSpecialDomestic/che_event_척사.php b/hwe/sammo/ActionSpecialDomestic/che_event_척사.php index dc6f7f5e..5a9ea8f8 100644 --- a/hwe/sammo/ActionSpecialDomestic/che_event_척사.php +++ b/hwe/sammo/ActionSpecialDomestic/che_event_척사.php @@ -9,7 +9,7 @@ class che_event_척사 extends \sammo\BaseSpecial{ protected $id = 75; protected $name = '척사'; - protected $info = '[전투] 지역·도시 병종 상대로 대미지 +15%, 아군 피해 -15%'; + protected $info = '[전투] 지역·도시 병종 상대로 대미지 +20%, 아군 피해 -20%'; static $selectWeightType = SpecialityHelper::WEIGHT_NORM; static $selectWeight = 1; @@ -22,7 +22,7 @@ class che_event_척사 extends \sammo\BaseSpecial{ public function getWarPowerMultiplier(WarUnit $unit):array{ $opposeCrewType = $unit->getOppose()->getCrewType(); if($opposeCrewType->reqCities || $opposeCrewType->reqRegions){ - return [1.15, 0.85]; + return [1.2, 0.8]; } return [1, 1]; } diff --git a/hwe/sammo/ActionSpecialWar/che_척사.php b/hwe/sammo/ActionSpecialWar/che_척사.php index e7943194..22e4c88b 100644 --- a/hwe/sammo/ActionSpecialWar/che_척사.php +++ b/hwe/sammo/ActionSpecialWar/che_척사.php @@ -9,7 +9,7 @@ class che_척사 extends \sammo\BaseSpecial{ protected $id = 75; protected $name = '척사'; - protected $info = '[전투] 지역·도시 병종 상대로 대미지 +15%, 아군 피해 -15%'; + protected $info = '[전투] 지역·도시 병종 상대로 대미지 +20%, 아군 피해 -20%'; static $selectWeightType = SpecialityHelper::WEIGHT_NORM; static $selectWeight = 1; @@ -22,7 +22,7 @@ class che_척사 extends \sammo\BaseSpecial{ public function getWarPowerMultiplier(WarUnit $unit):array{ $opposeCrewType = $unit->getOppose()->getCrewType(); if($opposeCrewType->reqCities || $opposeCrewType->reqRegions){ - return [1.15, 0.85]; + return [1.2, 0.8]; } return [1, 1]; }