장수 커맨드 설명 추가
This commit is contained in:
@@ -65,6 +65,13 @@ class che_출병 extends Command\GeneralCommand{
|
||||
];
|
||||
}
|
||||
|
||||
public function getCommandDetailTitle():string{
|
||||
$name = $this->getName();
|
||||
//[$reqGold, $reqRice] = $this->getCost();
|
||||
|
||||
return "{$name}(통솔경험, 병종숙련, 군량↓)";
|
||||
}
|
||||
|
||||
public function getCost():array{
|
||||
return [0, Util::round($this->generalObj->getVar('crew')/100)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user