feat: upgrade city stay exploration

This commit is contained in:
2026-07-28 00:12:10 +09:00
parent 9d67e0ae1d
commit 1a81ce5689
18 changed files with 1733 additions and 218 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 KiB

View File

@@ -72,7 +72,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'information',
name: '서주 서리',
role: '관청 장부 담당',
textureKey: 'unit-shu-strategist',
textureKey: 'exploration-zhuo-recruiting-clerk',
x: 365,
y: 485,
direction: 'east'
@@ -82,7 +82,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'market',
name: '서주 대장장이',
role: '일반 장비 거래',
textureKey: 'unit-shu-infantry-guard',
textureKey: 'exploration-zhuo-quartermaster',
x: 1110,
y: 480,
direction: 'west'
@@ -92,7 +92,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'dialogue',
name: '미축',
role: '서주의 창고와 민심',
textureKey: 'unit-shu-officer-council',
textureKey: 'exploration-mi-zhu',
x: 1015,
y: 770,
direction: 'west'
@@ -102,30 +102,30 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
{
id: 'xuzhou-office',
label: '서주 관청',
x: 105,
y: 155,
width: 410,
height: 235,
x: 42,
y: 108,
width: 550,
height: 300,
wallColor: 0xc1a06d,
roofColor: 0x6c3027
},
{
id: 'xuzhou-market',
label: '장인 거리',
x: 990,
y: 150,
width: 390,
height: 225,
x: 850,
y: 108,
width: 602,
height: 280,
wallColor: 0xbda471,
roofColor: 0x334a5d
},
{
id: 'xuzhou-guest-hall',
label: '미축 객관',
x: 1090,
y: 670,
width: 330,
height: 215,
x: 1160,
y: 420,
width: 290,
height: 380,
wallColor: 0xab8b61,
roofColor: 0x4b3930
}
@@ -152,7 +152,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'information',
name: '신야 길잡이',
role: '박망파 숲길 정찰',
textureKey: 'unit-shu-cavalry-scout',
textureKey: 'exploration-shu-infantry',
x: 365,
y: 485,
direction: 'east'
@@ -162,7 +162,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'market',
name: '신야 장인',
role: '출진 장비 거래',
textureKey: 'unit-shu-infantry-guard',
textureKey: 'exploration-zhuo-quartermaster',
x: 1110,
y: 480,
direction: 'west'
@@ -172,7 +172,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'dialogue',
name: '제갈량',
role: '와룡의 첫 군령',
textureKey: 'unit-zhuge-liang',
textureKey: 'exploration-zhuge-liang',
x: 1015,
y: 770,
direction: 'west'
@@ -182,30 +182,30 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
{
id: 'xinye-guesthouse',
label: '신야 객사',
x: 105,
y: 155,
width: 410,
height: 235,
x: 42,
y: 108,
width: 550,
height: 300,
wallColor: 0xb4a274,
roofColor: 0x3d593d
},
{
id: 'xinye-market',
label: '북문 장터',
x: 990,
y: 150,
width: 390,
height: 225,
x: 850,
y: 108,
width: 602,
height: 280,
wallColor: 0xb9a06f,
roofColor: 0x635134
},
{
id: 'xinye-command-hall',
label: '군사 관사',
x: 1090,
y: 670,
width: 330,
height: 215,
x: 1160,
y: 420,
width: 290,
height: 380,
wallColor: 0xa99670,
roofColor: 0x2f4d50
}
@@ -232,7 +232,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'information',
name: '익주 서리',
role: '북문 장부 담당',
textureKey: 'unit-shu-strategist-field',
textureKey: 'exploration-zhuo-recruiting-clerk',
x: 365,
y: 485,
direction: 'east'
@@ -242,7 +242,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'market',
name: '성도 대장장이',
role: '서량 대비 장비 거래',
textureKey: 'unit-shu-officer-vanguard',
textureKey: 'exploration-zhuo-quartermaster',
x: 1110,
y: 480,
direction: 'west'
@@ -252,7 +252,7 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
kind: 'dialogue',
name: '황권',
role: '익주의 질서와 북문',
textureKey: 'unit-huang-quan',
textureKey: 'exploration-huang-quan',
x: 1015,
y: 770,
direction: 'west'
@@ -262,30 +262,30 @@ export const cityStayExplorationProfiles: Readonly<Record<CityStayId, CityStayEx
{
id: 'chengdu-office',
label: '성도 임시 관청',
x: 105,
y: 155,
width: 410,
height: 235,
x: 42,
y: 108,
width: 550,
height: 300,
wallColor: 0xc6ad77,
roofColor: 0x704132
},
{
id: 'chengdu-market',
label: '성도 시장',
x: 990,
y: 150,
width: 390,
height: 225,
x: 850,
y: 108,
width: 602,
height: 280,
wallColor: 0xc1a56f,
roofColor: 0x4c5365
},
{
id: 'chengdu-north-hall',
label: '황권 관사',
x: 1090,
y: 670,
width: 330,
height: 215,
x: 1160,
y: 420,
width: 290,
height: 380,
wallColor: 0xb29868,
roofColor: 0x40382e
}

View File

@@ -20,6 +20,9 @@ export const explorationCharacterTextureKeyByUnitTextureKey = {
export const explorationCharacterNamedTextureKeyFallbacks = {
'exploration-jian-yong': 'unit-shu-officer',
'exploration-mi-zhu': 'unit-shu-officer',
'exploration-zhuge-liang': 'unit-shu-officer',
'exploration-huang-quan': 'unit-shu-officer',
'exploration-zhuo-recruiting-clerk': 'unit-shu-officer',
'exploration-zhuo-villager': 'unit-shu-infantry',
'exploration-zhuo-quartermaster': 'unit-shu-officer',

File diff suppressed because it is too large Load Diff