Add campaign ending epilogue
This commit is contained in:
@@ -75,6 +75,7 @@ import {
|
||||
eighteenthBattleVictoryPages,
|
||||
eleventhBattleIntroPages,
|
||||
eleventhBattleVictoryPages,
|
||||
endingEpiloguePages,
|
||||
fiftiethBattleIntroPages,
|
||||
fiftiethBattleVictoryPages,
|
||||
fiftyEighthBattleIntroPages,
|
||||
@@ -953,13 +954,14 @@ const sortieFlows: Record<string, SortieFlow> = {
|
||||
},
|
||||
[sixtyFifthBattleScenario.id]: {
|
||||
afterBattleId: sixtyFifthBattleScenario.id,
|
||||
eyebrow: '다음 장 준비',
|
||||
title: '위수 북안 이후',
|
||||
eyebrow: '최종 후일담',
|
||||
title: '북벌의 끝과 남은 뜻',
|
||||
description:
|
||||
'위수 북안 지연선은 눌렸지만, 북방의 길은 아직 끝나지 않았습니다. 다음 계산에서는 오래 붙들 진영, 물릴 진영, 더 깊이 들어갈 길을 다시 나누어야 합니다.',
|
||||
rewardHint: '다음 목표: 북안 전선 재정비 / 다음 북방 공세 검토',
|
||||
pages: sixtyFifthBattleVictoryPages,
|
||||
unavailableNotice: '위수 북안 이후의 다음 북방 전투는 이어지는 작업에서 확장합니다. 현재는 북안 전진 진영 압박, 장합 재추격 저지, 곽회 봉화 차단과 강북 보급 정비를 확인할 수 있습니다.'
|
||||
'위수 북안 지연선을 누른 뒤, 촉한군은 더 깊은 전장보다 살아 돌아갈 길과 이어질 뜻을 정리합니다. 마지막 후일담은 새 전투가 아니라 제갈량과 강유, 남은 장수들이 북벌의 의미를 정리하는 장면입니다.',
|
||||
rewardHint: '최종 보상: 북벌 후일담 / 엔딩 개방',
|
||||
campaignStep: 'ending-complete',
|
||||
pages: [...sixtyFifthBattleVictoryPages, ...endingEpiloguePages],
|
||||
unavailableNotice: '최종 후일담과 엔딩을 이미 확인했습니다. 타이틀에서 이어하기를 선택하면 엔딩 화면으로 돌아갑니다.'
|
||||
},
|
||||
'northern-campaign-prep-camp-legacy': {
|
||||
afterBattleId: fiftyFourthBattleScenario.id,
|
||||
|
||||
Reference in New Issue
Block a user