feat: 메인 도시 정보를 Ref와 일치
도시 소유 국가색과 태수·군사·종사를 general.me에 추가한다. 주민 영역, 반응형 grid와 국가색 대비를 Ref 카드와 같은 geometry로 맞추고 API 및 production Chromium 회귀 검증을 추가한다.
This commit is contained in:
@@ -419,8 +419,12 @@ const generalContext = (state: NavigationFixture) => ({
|
||||
id: 1,
|
||||
name: '업',
|
||||
level: 8,
|
||||
levelName: '특',
|
||||
nationId: 1,
|
||||
nationName: '위',
|
||||
nationColor: state.nationColor ?? '#008000',
|
||||
region: 1,
|
||||
regionName: '중원',
|
||||
population: 100_000,
|
||||
populationMax: 200_000,
|
||||
agriculture: 1_000,
|
||||
@@ -438,6 +442,11 @@ const generalContext = (state: NavigationFixture) => ({
|
||||
supplyState: 1,
|
||||
frontState: 0,
|
||||
state: state.cityState ?? 0,
|
||||
officers: {
|
||||
4: { id: 8, name: '태수장', npcState: 0 },
|
||||
3: { id: 9, name: '군사장', npcState: 2 },
|
||||
2: { id: 10, name: '종사장', npcState: 6 },
|
||||
},
|
||||
},
|
||||
nation: {
|
||||
id: 1,
|
||||
|
||||
Reference in New Issue
Block a user