천통 시에는 계략 명장이 보임
This commit is contained in:
@@ -66,8 +66,11 @@ foreach (getAllNationStaticInfo() as $nation) {
|
|||||||
$types = [
|
$types = [
|
||||||
["명 성", "int", function($v){$v['value'] = $v['experience']; return $v; }],
|
["명 성", "int", function($v){$v['value'] = $v['experience']; return $v; }],
|
||||||
["계 급", "int", function($v){$v['value'] = $v['dedication']; return $v; }],
|
["계 급", "int", function($v){$v['value'] = $v['dedication']; return $v; }],
|
||||||
["계 략 성 공", "int", function($v){
|
["계 략 성 공", "int", function($v) use ($gameStor){
|
||||||
$v['value'] = $v['firenum'];
|
$v['value'] = $v['firenum'];
|
||||||
|
if($gameStor->isunited){
|
||||||
|
return $v;
|
||||||
|
}
|
||||||
$v['nationName'] = '???';
|
$v['nationName'] = '???';
|
||||||
$v['pictureFullPath'] = GetImageURL(0)."/default.jpg";
|
$v['pictureFullPath'] = GetImageURL(0)."/default.jpg";
|
||||||
$v['name'] = '???';
|
$v['name'] = '???';
|
||||||
|
|||||||
Reference in New Issue
Block a user