Polish battle viewport and victory flow
This commit is contained in:
@@ -141,6 +141,50 @@ export const prologuePages: StoryPage[] = [
|
||||
}
|
||||
];
|
||||
|
||||
export const firstBattleVictoryPages: StoryPage[] = [
|
||||
{
|
||||
id: 'first-victory-village',
|
||||
bgm: 'militia-theme',
|
||||
chapter: '첫 승리',
|
||||
background: 'story-militia',
|
||||
text: '황건적의 깃발이 쓰러지자, 숨어 있던 백성들이 하나둘 마을 어귀로 돌아왔다.'
|
||||
},
|
||||
{
|
||||
id: 'first-victory-liu-bei',
|
||||
bgm: 'militia-theme',
|
||||
chapter: '첫 승리',
|
||||
background: 'story-liu-bei',
|
||||
speaker: '유비',
|
||||
portrait: 'liuBei',
|
||||
text: '오늘의 승리는 작다. 그러나 백성 한 사람을 지키는 일에서 천하를 바로잡는 뜻이 시작된다.'
|
||||
},
|
||||
{
|
||||
id: 'first-victory-guan-yu',
|
||||
bgm: 'militia-theme',
|
||||
chapter: '의용군의 이름',
|
||||
background: 'story-three-heroes',
|
||||
speaker: '관우',
|
||||
portrait: 'guanYu',
|
||||
text: '형님의 뜻을 보고 사람들이 모일 것입니다. 다음 싸움은 오늘보다 더 큰 책임을 요구하겠지요.'
|
||||
},
|
||||
{
|
||||
id: 'first-victory-zhang-fei',
|
||||
bgm: 'militia-theme',
|
||||
chapter: '의용군의 이름',
|
||||
background: 'story-militia',
|
||||
speaker: '장비',
|
||||
portrait: 'zhangFei',
|
||||
text: '하하! 그럼 더 크게 외쳐야겠소. 창을 들 자는 모여라! 우리 의용군은 물러서지 않는다!'
|
||||
},
|
||||
{
|
||||
id: 'first-victory-next',
|
||||
bgm: 'battle-prep',
|
||||
chapter: '다음 길',
|
||||
background: 'story-sortie',
|
||||
text: '세 형제의 이름은 탁현 일대에 퍼지기 시작했다. 이제 더 넓은 전장과 더 많은 인연이 그들을 기다린다.'
|
||||
}
|
||||
];
|
||||
|
||||
export const firstBattleMap: BattleMap = {
|
||||
width: 20,
|
||||
height: 18,
|
||||
|
||||
Reference in New Issue
Block a user