setReadOnly(); $userID = Session::getUserID(); $db = DB::db(); $gameStor = KVStorage::getStorage($db, 'game_env'); increaseRefresh("중원정보", 1); $mapTheme = $gameStor->map_theme ?? 'che'; $me = $db->queryFirstRow('SELECT no,nation FROM general WHERE owner=%i', $userID); $myNationID = $me['nation']; $nations = array_filter(getAllNationStaticInfo(), function (array $nation) { return $nation['level']; }); uasort($nations, function (array $lhs, array $rhs) { return - ($lhs['power'] <=> $rhs['power']); }); $nationCnt = count($nations); foreach ($db->queryAllLists('SELECT nation, count(city) FROM city WHERE nation != 0 GROUP BY nation') as [$nationID, $cityCnt]) { $nations[$nationID]['city_cnt'] = $cityCnt; } $realConflict = []; foreach ($db->queryAllLists('SELECT city, `name`, conflict FROM city WHERE conflict!=%s', '{}') as [ $cityID, $cityName, $rawConflict ]) { $rawConflict = Json::decode($rawConflict); if (count($rawConflict) < 2) { continue; } $sum = array_sum($rawConflict); $conflict = []; foreach ($rawConflict as $nationID => $killnum) { $conflict[$nationID] = [ 'killnum' => $killnum, 'percent' => round(100 * $killnum / $sum, 1), 'name' => $nations[$nationID]['name'], 'color' => $nations[$nationID]['color'] ]; } $realConflict[] = [$cityID, $cityName, $conflict]; }; $diplomacyList = []; foreach ($db->queryAllLists('SELECT me, you, state FROM diplomacy') as [$me, $you, $state]) { if (!key_exists($me, $diplomacyList)) { $diplomacyList[$me] = []; } $diplomacyList[$me][$you] = $state; } $cellWidth = intdiv(888, max(1, $nationCnt)); $defaultStateChar = '?'; $sameNationStateChar = '\'; $infomativeStateCharMap = [ 0 => '', 1 => '', 2 => 'ㆍ', 7 => '@' ]; $neutralStateCharMap = [ 0 => '', 1 => '' ]; ?> <?= UniqueConst::$serverName ?>: 중원 정보
중 원 정 보

$meNation) : ?>
align=center bgcolor=blue>외 교 현 황
;>  style='background-color:;color:'>
;color:'> >userGrade >= 5) { echo $infomativeStateCharMap[$diplomacyList[$me][$you]] ?? $defaultStateChar; } else { echo $neutralStateCharMap[$diplomacyList[$me][$you]] ?? $defaultStateChar; } ?>
align=center>불가침 : @, 통상 : ㆍ, 선포 : , 교전 :

분 쟁 현 황
;background-color:;'> 
%;background-color:;'> 

중 원 지 도
국명 국력 장수 속령
;background-color:'>