Polish early campaign flow
This commit is contained in:
@@ -136,7 +136,6 @@ import {
|
||||
fifteenthBattleVictoryPages,
|
||||
fourteenthBattleIntroPages,
|
||||
fourteenthBattleVictoryPages,
|
||||
firstBattleVictoryPages,
|
||||
fourthBattleIntroPages,
|
||||
fourthBattleVictoryPages,
|
||||
hanzhongKingCouncilPages,
|
||||
@@ -223,18 +222,18 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
afterBattleId: defaultBattleScenario.id,
|
||||
eyebrow: '다음 전장',
|
||||
title: secondBattleScenario.title,
|
||||
description: '탁현을 물러난 황건 잔당이 인근 마을을 위협하고 있습니다. 의용군은 중앙 나루를 확보하며 첫 승리의 기세를 몰아 추격에 나섭니다.',
|
||||
rewardHint: '예상 보상: 군자금, 소모품, 의용군 명성',
|
||||
description: '탁현 방어 직후 달아난 황건 잔당이 북쪽 나루와 마을을 붙잡고 있습니다. 첫 승리 보상으로 정비를 마친 뒤, 세 형제가 다시 전열을 나누어 추격합니다.',
|
||||
rewardHint: '지난 보상: 콩, 탁주, 연습검 · 다음 보상: 소모품, 황건 부적, 의용군 명성',
|
||||
nextBattleId: secondBattleScenario.id,
|
||||
campaignStep: 'second-battle',
|
||||
pages: [...firstBattleVictoryPages, ...secondBattleIntroPages]
|
||||
pages: secondBattleIntroPages
|
||||
},
|
||||
[secondBattleScenario.id]: {
|
||||
afterBattleId: secondBattleScenario.id,
|
||||
eyebrow: '다음 전장',
|
||||
title: thirdBattleScenario.title,
|
||||
description: '탁현을 넘어 광종으로 향하는 길목에서 황건 전령이 관군의 움직임을 본대로 전하려 합니다. 강가 요새와 좁은 길을 돌파해야 합니다.',
|
||||
rewardHint: `예상 보상: ${thirdBattleScenario.title} 개방`,
|
||||
description: '북쪽 마을을 구했지만 황건 전령이 광종 본영으로 향하고 있습니다. 나루 추격전에서 얻은 보급과 부적을 점검하고, 강가 요새로 이어지는 길을 끊어야 합니다.',
|
||||
rewardHint: '지난 보상: 콩, 상처약, 탁주, 황건 부적 · 다음 보상: 단궁, 의용군 명성',
|
||||
nextBattleId: thirdBattleScenario.id,
|
||||
campaignStep: 'third-battle',
|
||||
pages: [...secondBattleVictoryPages, ...thirdBattleIntroPages]
|
||||
|
||||
Reference in New Issue
Block a user