{{ globalInfo.scenarioText }}
NPC 수, 상성:
{{ globalInfo.extendedGeneral ? "확장" : "표준" }}
{{ globalInfo.isFiction ? "가상" : "사실" }}
NPC선택: {{ ["불가능", "가능", "선택 생성"][globalInfo.npcMode] }}
토너먼트: 경기당 {{ calcTournamentTerm(globalInfo.turnterm) }}분
현재: {{ globalInfo.year }}年 {{ globalInfo.month }}月 ({{ globalInfo.turnterm == -60 ? '가변 60' : globalInfo.turnterm }}분 턴 서버)
전체 접속자 수: {{ (globalInfo.onlineUserCnt ?? 0).toLocaleString() }}명
턴당 갱신횟수: {{ globalInfo.apiLimit.toLocaleString() }}회
등록 장수: 유저
{{ createdUserCnt.toLocaleString() }} / {{ globalInfo.generalCntLimit.toLocaleString() }} +
NPC {{ createdNPCCnt.toLocaleString() }} 명
동작 시각: {{ formatTime(lastExecuted).substring(5) }}