Files
heros/data/scenarios/001_yellow_turbans.json

195 lines
7.3 KiB
JSON

{
"id": "001_yellow_turbans",
"name": "영천 소전",
"objectives": {
"victory": "황건적 전군을 격파하라.",
"defeat": "조조가 퇴각하거나 제8턴에 이르면 패한다."
},
"conditions": {
"victory": { "type": "all_units_defeated", "team": "enemy" },
"defeat": [
{ "type": "any_officer_defeated", "team": "player", "officer_ids": ["cao_cao"] },
{ "type": "turn_reached", "turn": 8, "team": "player" }
]
},
"briefing": {
"title": "영천 소전",
"location": "영천, 중평 원년",
"lines": [
"황건의 무리가 영천 근방에 깃발을 세웠다.",
"조조와 하후돈은 난세의 불길이 번지기 전에 그 진형을 꺾어야 한다."
],
"camp_dialogue": [
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "영천은 마른 풀밭의 불씨와 같다. 결단이 빠르면 조정도 아직 질서가 돌아올 수 있음을 믿을 것이다." },
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "군사는 이미 창끝을 세웠습니다. 선봉을 맡겨 주시면 적의 앞줄을 묶어 두겠습니다." }
],
"camp_conversations": [
{
"id": "cao_cao_strategy",
"group": "officer",
"officer_id": "cao_cao",
"label": "조조 - 군략",
"speaker": "Cao Cao",
"display_speaker": "조조",
"summary": "첫 행군 전에 난세의 형세를 살핀다.",
"lines": [
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "영천은 마른 풀밭의 불씨와 같다. 결단이 빠르면 조정도 아직 질서가 돌아올 수 있음을 믿을 것이다." },
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "적의 가운데가 허술하다. 앞줄을 깨고 깃발을 다시 모을 시간을 주지 마라." }
]
},
{
"id": "xiahou_dun_vanguard",
"group": "officer",
"officer_id": "xiahou_dun",
"label": "하후돈 - 선봉",
"speaker": "Xiahou Dun",
"display_speaker": "하후돈",
"summary": "첫 접전에 앞서 선봉의 길을 정한다.",
"lines": [
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "군사는 이미 창끝을 세웠습니다. 선봉을 맡겨 주시면 적의 앞줄을 묶어 두겠습니다." },
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "붙잡되 깊이 쫓지는 마라. 숲 쪽에도 눈을 두어야 한다." }
]
},
{
"id": "northern_woods_cache",
"group": "topic",
"label": "북쪽 숲 보급고",
"summary": "상인이 흘린 보급 소문을 살핀다.",
"lines": [
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "상인의 말이 허황되지만은 않을 것이다. 전열이 버티면 북쪽 숲으로 척후를 보내라." },
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "적지에 숨은 보급이라면, 저들이 기억해 내기 전에 우리가 거두겠습니다." }
],
"effects": [
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "척후가 북쪽 숲에서 콩 한 줌을 거두어 군수에 보탰다." }
]
}
]
},
"shop": {
"merchant": {
"name": "군막 상인",
"lines": [
"길가의 물자는 박하오나, 장군의 행렬을 위해 콩과 해독약만은 남겨 두었습니다.",
"북쪽 숲에는 묻어 둔 보급이 있다는 말도 도니, 척후가 닿으면 살펴보십시오."
]
},
"items": ["bean", "antidote"]
},
"roster": {
"max_units": 2,
"required_officers": ["cao_cao", "xiahou_dun"]
},
"formation": {
"cells": [[1, 3], [1, 4], [2, 3], [2, 4]]
},
"map": {
"width": 10,
"height": 8,
"background": "res://art/backgrounds/battlefield_frontier.png",
"terrain": [
"GGGGGGGGCC",
"GGGFFFFGCC",
"GGGFFFGGGG",
"GGGRRGGGGG",
"GGGRRGGHHG",
"GGGGGGGHHG",
"GGGWWGGGGG",
"GGGWWGGGGG"
]
},
"deployments": [
{
"unit_id": "cao_cao",
"officer_id": "cao_cao",
"team": "player",
"pos": [1, 3]
},
{
"unit_id": "xiahou_dun",
"officer_id": "xiahou_dun",
"team": "player",
"pos": [1, 4]
},
{
"unit_id": "yellow_turban_1",
"name": "장만성",
"class_id": "bandit",
"team": "enemy",
"level": 1,
"pos": [7, 2],
"base": { "hp": 34, "atk": 11, "def": 5 }
},
{
"unit_id": "yellow_turban_2",
"name": "농민 반군",
"class_id": "infantry",
"team": "enemy",
"level": 1,
"pos": [8, 5],
"base": { "hp": 30, "atk": 10, "def": 5 }
},
{
"unit_id": "yellow_turban_3",
"name": "황건 궁수",
"class_id": "archer",
"team": "enemy",
"level": 1,
"pos": [7, 6],
"base": { "hp": 26, "atk": 9, "def": 4 }
}
],
"events": [
{
"id": "opening",
"once": true,
"when": { "type": "battle_start" },
"actions": [
{ "type": "log", "text": "조조군이 황건적과 맞붙었다." },
{ "type": "log", "text": "북쪽 숲 어딘가에 작은 보급고가 숨겨져 있다." }
]
},
{
"id": "opening_dialogue",
"once": true,
"when": { "type": "battle_begin" },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "적은 흩어져 있으나, 머뭇거리면 그 수가 불어날 것이다." },
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "그렇다면 지금 치겠습니다. 제가 앞줄을 열어 길을 내겠습니다." }
]
}
]
},
{
"id": "northern_woods_cache",
"once": true,
"when": { "type": "unit_reaches_tile", "team": "player", "pos": [3, 2] },
"actions": [
{ "type": "log", "text": "북쪽 숲 보급고를 거두었다." },
{ "type": "grant_item", "item_id": "bean" }
]
},
{
"id": "turn_2_warning",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 2 },
"actions": [
{ "type": "log", "text": "황건적이 빈틈을 엿보고 있다." }
]
}
],
"rewards": {
"gold": 300,
"items": ["bean"],
"join_officers": ["xiahou_yuan", "cao_ren"]
},
"post_battle_dialogue": [
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "적이 흩어졌습니다. 오늘 밤 영천은 한숨 돌릴 수 있겠습니다." },
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "이는 첫 불길일 뿐이다. 조정이 빨리 움직이지 못한다면 우리가 움직여야 한다." },
{ "speaker": "Xiahou Yuan", "display_speaker": "하후연", "side": "right", "text": "그렇다면 다음 출정에도 저희를 부르십시오. 함께 달리겠습니다." },
{ "speaker": "Cao Ren", "display_speaker": "조인", "side": "right", "text": "일족은 명을 기다리고 있습니다, 주공." }
]
}