전략 DetailTitle/ isReservable 완화

This commit is contained in:
2020-03-22 03:17:05 +09:00
parent a9435f8f32
commit 6c185ffd09
7 changed files with 327 additions and 6 deletions
+8
View File
@@ -65,6 +65,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];