모/징병 페이지 변경

This commit is contained in:
2018-07-28 01:24:23 +09:00
parent b5bf1beffa
commit e3ae63eb4a
2 changed files with 161 additions and 77 deletions
+2 -2
View File
@@ -233,7 +233,7 @@ function command_11($turn, $command, bool $is모병 = false) {
}
$leader = getGeneralLeadership($me, true, true, true);
$maxCrew = $leader - Util::round($me['crew']/100);
$fullLeader = getGeneralLeadership($me, false, true, true);
$abil = getTechAbil($tech);
$armTypes = [];
@@ -317,10 +317,10 @@ function command_11($turn, $command, bool $is모병 = false) {
'techLevelText'=>getTechCall($tech),
'tech'=>$tech,
'leader'=>$leader,
'fullLeader'=>$fullLeader,
'crewType'=>GameUnitConst::byId($me['crewtype'])->id,
'crewTypeName'=>GameUnitConst::byId($me['crewtype'])->name,
'crew'=>$me['crew'],
'maxCrew'=>$maxCrew,
'gold'=>$me['gold'],
'turn'=>$turn,
'armTypes'=>$armTypes,