의병모집 구현

This commit is contained in:
2020-03-22 04:16:42 +09:00
parent 6c185ffd09
commit 30e1e35090
5 changed files with 222 additions and 206 deletions
@@ -69,6 +69,14 @@ class che_백성동원 extends Command\NationCommand{
ConstraintHelper::AvailableStrategicCommand()
];
}
public function getCommandDetailTitle():string{
$name = $this->getName();
$reqTurn = $this->getPreReqTurn()+1;
$postReqTurn = $this->getPostReqTurn();
return "{$name}/{$reqTurn}턴(전략$postReqTurn)";
}
public function getCost():array{
return [0, 0];