From b7b5c7b0da9cf1dc2a64c90b228d9fa1b8a91628 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 14:51:04 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=95=84=EC=9D=B4=ED=85=9C=EC=9D=84=20?= =?UTF-8?q?=EC=8B=A4=EC=A0=9C=EB=A1=9C=20=EC=82=AC=EC=9A=A9=ED=95=A0=20?= =?UTF-8?q?=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionItem/che_능력치_지력_이강주.php | 4 ++-- .../ActionItem/che_명마_12_옥란백용구.php | 2 +- .../{che_광기_상편.php => che_불굴_상편.php} | 6 ++--- ...정력건혈산.php => che_의술_정력견혈산.php} | 6 ++--- ...지_상황내문.php => che_저지_삼황내문.php} | 6 ++--- ...오약진형도.php => che_척사_오악진형도.php} | 6 ++--- hwe/sammo/GameConstBase.php | 24 ++++++++++++------- 7 files changed, 31 insertions(+), 23 deletions(-) rename hwe/sammo/ActionItem/{che_광기_상편.php => che_불굴_상편.php} (79%) rename hwe/sammo/ActionItem/{che_의술_정력건혈산.php => che_의술_정력견혈산.php} (86%) rename hwe/sammo/ActionItem/{che_저지_상황내문.php => che_저지_삼황내문.php} (82%) rename hwe/sammo/ActionItem/{che_척사_오약진형도.php => che_척사_오악진형도.php} (76%) diff --git a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php index a95e3def..66f88b4c 100644 --- a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php +++ b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php @@ -10,8 +10,8 @@ use sammo\Util; class che_능력치_지력_이강주 extends \sammo\BaseItem{ - protected $rawName = '과실주'; - protected $name = '과실주(지력)'; + protected $rawName = '이강주'; + protected $name = '이강주(지력)'; protected $info = '[능력치] 지력 보정 +5 + (5년마다 +1)'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_명마_12_옥란백용구.php b/hwe/sammo/ActionItem/che_명마_12_옥란백용구.php index 02a76fd9..4aa866b3 100644 --- a/hwe/sammo/ActionItem/che_명마_12_옥란백용구.php +++ b/hwe/sammo/ActionItem/che_명마_12_옥란백용구.php @@ -10,7 +10,7 @@ class che_명마_12_옥란백용구 extends \sammo\BaseStatItem{ public function __construct() { parent::__construct(); - $this->info .= "
[전투] 남은 병력에 따라 회피 확률 증가. 최대 +30%p"; + $this->info .= "
[전투] 남은 병력이 적을수록 회피 확률 증가. 최대 +30%p"; } public function onCalcStat(General $general, string $statName, $value, $aux = null) diff --git a/hwe/sammo/ActionItem/che_광기_상편.php b/hwe/sammo/ActionItem/che_불굴_상편.php similarity index 79% rename from hwe/sammo/ActionItem/che_광기_상편.php rename to hwe/sammo/ActionItem/che_불굴_상편.php index 3e48cd4c..3be6e233 100644 --- a/hwe/sammo/ActionItem/che_광기_상편.php +++ b/hwe/sammo/ActionItem/che_불굴_상편.php @@ -9,12 +9,12 @@ use sammo\WarUnit; use sammo\WarUnitTrigger\전투력보정; use sammo\WarUnitTriggerCaller; -class che_광기_상편 extends \sammo\BaseItem +class che_불굴_상편 extends \sammo\BaseItem { protected $rawName = '상편'; - protected $name = '상편(광기)'; - protected $info = '[전투] 남은 병력에 따라 공격력 증가. 최대 +50%'; + protected $name = '상편(불굴)'; + protected $info = '[전투] 남은 병력이 적을수록 공격력 증가. 최대 +50%'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_의술_정력건혈산.php b/hwe/sammo/ActionItem/che_의술_정력견혈산.php similarity index 86% rename from hwe/sammo/ActionItem/che_의술_정력건혈산.php rename to hwe/sammo/ActionItem/che_의술_정력견혈산.php index cae19879..145d18c0 100644 --- a/hwe/sammo/ActionItem/che_의술_정력건혈산.php +++ b/hwe/sammo/ActionItem/che_의술_정력견혈산.php @@ -9,10 +9,10 @@ use sammo\WarUnitTrigger\che_전투치료시도; use sammo\BaseWarUnitTrigger; use sammo\WarUnitTriggerCaller; -class che_의술_정력건혈산 extends \sammo\BaseItem{ +class che_의술_정력견혈산 extends \sammo\BaseItem{ - protected $rawName = '정력건혈산'; - protected $name = '정력건혈산(의술)'; + protected $rawName = '정력견혈산'; + protected $name = '정력견혈산(의술)'; protected $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복
[전투] 페이즈마다 40% 확률로 치료 발동(아군 피해 1/3 감소, 부상 회복)'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_저지_상황내문.php b/hwe/sammo/ActionItem/che_저지_삼황내문.php similarity index 82% rename from hwe/sammo/ActionItem/che_저지_상황내문.php rename to hwe/sammo/ActionItem/che_저지_삼황내문.php index e498c84e..b0497b59 100644 --- a/hwe/sammo/ActionItem/che_저지_상황내문.php +++ b/hwe/sammo/ActionItem/che_저지_삼황내문.php @@ -7,10 +7,10 @@ use sammo\WarUnitTrigger\che_저지발동; use sammo\WarUnitTrigger\WarActivateSkills; use sammo\WarUnitTriggerCaller; -class che_저지_상황내문 extends \sammo\BaseItem{ +class che_저지_삼황내문 extends \sammo\BaseItem{ - protected $rawName = '상황내문'; - protected $name = '상황내문(저지)'; + protected $rawName = '삼황내문'; + protected $name = '삼황내문(저지)'; protected $info = '[전투] 수비 시 저지'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_척사_오약진형도.php b/hwe/sammo/ActionItem/che_척사_오악진형도.php similarity index 76% rename from hwe/sammo/ActionItem/che_척사_오약진형도.php rename to hwe/sammo/ActionItem/che_척사_오악진형도.php index b29a1301..cc814aeb 100644 --- a/hwe/sammo/ActionItem/che_척사_오약진형도.php +++ b/hwe/sammo/ActionItem/che_척사_오악진형도.php @@ -5,10 +5,10 @@ use \sammo\General; use \sammo\SpecialityHelper; use \sammo\WarUnit; -class che_척사_오약진형도 extends \sammo\BaseItem{ +class che_척사_오악진형도 extends \sammo\BaseItem{ - protected $rawName = '오약진형도'; - protected $name = '오약진형도(척사)'; + protected $rawName = '오악진형도'; + protected $name = '오악진형도(척사)'; protected $info = '[전투] 지역·도시 병종 상대로 대미지 +15%, 아군 피해 -15%'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/GameConstBase.php b/hwe/sammo/GameConstBase.php index 8941f651..0ca2711f 100644 --- a/hwe/sammo/GameConstBase.php +++ b/hwe/sammo/GameConstBase.php @@ -251,17 +251,25 @@ class GameConstBase 'che_치료_환약' => 0, 'che_저격_수극' => 0, 'che_사기_탁주' => 0, 'che_훈련_청주' => 0, 'che_계략_이추' => 0, 'che_계략_향낭' => 0, - 'che_의술_청낭서' => 1, 'che_의술_태평청령' => 1, 'che_의술_상한잡병론' => 1, - 'che_부적_태현청생부' => 1, - 'che_저격_매화수전' => 1, 'che_저격_비도' => 1, + 'che_의술_정력견혈산' => 1, 'che_의술_청낭서' => 1, 'che_의술_태평청령' => 1, 'che_의술_상한잡병론' => 1, + 'che_보물_도기' => 1, 'che_조달_주판' => 1, + 'che_내정_납금박산로' => 1, 'che_전략_평만지장도' => 1, 'che_숙련_동작' => 1, 'che_명성_구석' => 1, + + 'che_척사_오악진형도' => 1, 'che_격노_구정신단경' => 1, 'che_징병_낙주' => 1, + 'che_저격_매화수전' => 1, 'che_위압_조목삭' => 1, 'che_공성_묵자' => 1, + 'che_반계_백우선' => 1, 'che_집중_전국책' => 1, 'che_환술_논어집해' => 1, + + 'che_반계저지_박혁론' => 1, 'che_부적_태현청생부' => 1, 'che_저지_삼황내문' => 1, + 'che_행동_서촉지형도' => 1, 'che_회피저지_노군입산부' => 1, 'che_불굴_상편' => 1, + 'che_약탈_옥벽' => 1, + + 'che_농성_주서음부' => 1, 'che_농성_위공자병법' => 1, 'che_계략_육도' => 1, 'che_계략_삼략' => 1, - 'che_반계_백우선' => 1, - 'che_행동_서촉지형도' => 1, - - 'che_훈련_과실주' => 1, 'che_훈련_이강주' => 1, 'che_사기_두강주' => 1, 'che_사기_보령압주' => 1, + 'che_상성보정_과실주' => 1, + 'che_능력치_지력_이강주' => 1, 'che_능력치_무력_두강주' => 1, 'che_능력치_통솔_보령압주' => 1, 'che_훈련_철벽서' => 1, 'che_훈련_단결도' => 1, 'che_사기_춘화첩' => 1, 'che_사기_초선화' => 1, - 'che_회피_태평요술' => 1, 'che_회피_둔갑천서' => 1, + 'che_회피_태평요술' => 1, 'che_필살_둔갑천서' => 1, ] ];