diff --git a/hwe/sammo/Command/Nation/event_극병연구.php b/hwe/sammo/Command/Nation/event_극병연구.php index c641b2eb..302be479 100644 --- a/hwe/sammo/Command/Nation/event_극병연구.php +++ b/hwe/sammo/Command/Nation/event_극병연구.php @@ -34,6 +34,16 @@ class event_극병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 23; } diff --git a/hwe/sammo/Command/Nation/event_대검병연구.php b/hwe/sammo/Command/Nation/event_대검병연구.php index 39205759..437c7133 100644 --- a/hwe/sammo/Command/Nation/event_대검병연구.php +++ b/hwe/sammo/Command/Nation/event_대검병연구.php @@ -34,6 +34,16 @@ class event_대검병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 11; } diff --git a/hwe/sammo/Command/Nation/event_무희연구.php b/hwe/sammo/Command/Nation/event_무희연구.php index f179dbb7..baa2caec 100644 --- a/hwe/sammo/Command/Nation/event_무희연구.php +++ b/hwe/sammo/Command/Nation/event_무희연구.php @@ -34,6 +34,16 @@ class event_무희연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 23; } diff --git a/hwe/sammo/Command/Nation/event_산저병연구.php b/hwe/sammo/Command/Nation/event_산저병연구.php index 713c38f1..6f94bbb0 100644 --- a/hwe/sammo/Command/Nation/event_산저병연구.php +++ b/hwe/sammo/Command/Nation/event_산저병연구.php @@ -34,6 +34,16 @@ class event_산저병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 11; } diff --git a/hwe/sammo/Command/Nation/event_상병연구.php b/hwe/sammo/Command/Nation/event_상병연구.php index e8bae555..e6ee1bbf 100644 --- a/hwe/sammo/Command/Nation/event_상병연구.php +++ b/hwe/sammo/Command/Nation/event_상병연구.php @@ -34,6 +34,16 @@ class event_상병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 23; } diff --git a/hwe/sammo/Command/Nation/event_원융노병연구.php b/hwe/sammo/Command/Nation/event_원융노병연구.php index aa80cba3..2ad93a14 100644 --- a/hwe/sammo/Command/Nation/event_원융노병연구.php +++ b/hwe/sammo/Command/Nation/event_원융노병연구.php @@ -34,6 +34,16 @@ class event_원융노병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 23; } diff --git a/hwe/sammo/Command/Nation/event_음귀병연구.php b/hwe/sammo/Command/Nation/event_음귀병연구.php index f40c605f..294aae52 100644 --- a/hwe/sammo/Command/Nation/event_음귀병연구.php +++ b/hwe/sammo/Command/Nation/event_음귀병연구.php @@ -34,6 +34,16 @@ class event_음귀병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 11; } diff --git a/hwe/sammo/Command/Nation/event_화륜차연구.php b/hwe/sammo/Command/Nation/event_화륜차연구.php index 0e7a4459..bdc13da3 100644 --- a/hwe/sammo/Command/Nation/event_화륜차연구.php +++ b/hwe/sammo/Command/Nation/event_화륜차연구.php @@ -33,6 +33,16 @@ class event_화륜차연구 extends Command\NationCommand{ ConstraintHelper::ReqNationAuxValue(static::$auxType->value, 0, "<", 1, "{$name}가 이미 완료되었습니다."), ]; } + + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } public function getPreReqTurn():int{ return 23; diff --git a/hwe/sammo/Command/Nation/event_화시병연구.php b/hwe/sammo/Command/Nation/event_화시병연구.php index f69b9da4..3074b653 100644 --- a/hwe/sammo/Command/Nation/event_화시병연구.php +++ b/hwe/sammo/Command/Nation/event_화시병연구.php @@ -34,6 +34,16 @@ class event_화시병연구 extends Command\NationCommand{ ]; } + public function getCommandDetailTitle():string{ + $name = $this->getName(); + + [$reqGold, $reqRice] = array_map('number_format', $this->getCost()); + $amount = number_format($this->env['develcost'] * 5); + $reqTurn = $this->getPreReqTurn()+1; + + return "{$name}/{$reqTurn}턴(금 {$reqGold}, 쌀 {$reqRice})"; + } + public function getPreReqTurn():int{ return 11; }