Files
heros/data/scenarios/041_hanzhong_settlement.json

392 lines
13 KiB
JSON

{
"id": "041_hanzhong_settlement",
"name": "한중 평정전",
"objectives": {
"victory": "조조가 한중 창고에 닿은 뒤 잔존 수비대를 격파하라.",
"defeat": "조조가 퇴각하거나 18턴이 시작된다."
},
"conditions": {
"victory": { "type": "all_units_defeated", "team": "enemy", "after_event": "hanzhong_storehouse_secured" },
"defeat": [
{ "type": "any_officer_defeated", "team": "player", "officer_ids": ["cao_cao"] },
{ "type": "turn_reached", "turn": 18, "team": "player" }
]
},
"briefing": {
"title": "한중 평정전",
"location": "진령 한중 분지, 건안 20년",
"lines": [
"장로의 관문은 무너졌지만, 창고와 고개와 토착 장수들이 조조의 군령을 받아야 한중은 비로소 평정된다.",
"조조군은 분지로 들어가 이 산중의 땅을 동쪽으로 향하는 길로 삼을지, 서쪽을 지키는 성채로 삼을지 정하려 한다."
],
"conditional_lines": [
{
"campaign_flags": { "accepted_zhang_lu_submission": true },
"lines": [
"장로의 항복을 받아들인 덕분에 조조는 평정전이 시작되기 전에 서리와 장부, 항복한 곡창을 얻었다."
]
},
{
"campaign_flags": { "pacified_hanzhong": true },
"lines": [
"힘으로 한중을 평정하며 관문은 열렸지만, 흩어진 산중 장수들은 모든 창고마다 피값을 치르게 하겠다고 맹세했다."
]
}
],
"camp_conversations": [
{
"id": "hanzhong_settlement_council",
"group": "topic",
"label": "평정 군의",
"speaker": "Guo Jia",
"summary": "창고와 장부를 먼저 잡아 한중의 마음을 묶는다.",
"lines": [
{ "speaker": "Guo Jia", "side": "left", "text": "관문은 칼로 열었지만, 한중은 장부와 곡식으로 닫아야 합니다. 창고가 굽히면 고을도 따라옵니다." },
{ "speaker": "Cao Cao", "side": "right", "text": "좋다. 창고를 군령의 첫 봉인으로 삼아라. 굶주린 땅은 오래 충성하지 못한다." }
]
},
{
"id": "hanzhong_zhang_he_holdouts",
"group": "officer",
"officer_id": "zhang_he",
"label": "장합 - 잔병의 길",
"speaker": "Zhang He",
"summary": "산중 잔병이 창고 주변에서 다시 모일 길목을 살핀다.",
"lines": [
{ "speaker": "Zhang He", "side": "left", "text": "잔병은 산으로 흩어졌지만, 굶주리면 결국 창고로 돌아옵니다. 길목을 잡으면 산도 병사를 숨기지 못합니다." },
{ "speaker": "Xiahou Yuan", "side": "right", "text": "그 길목에 창과 활을 세우겠다. 한중이 우리 군량을 시험하기 전에 우리가 먼저 시험하지." }
]
}
]
},
"shop": {
"items": [
"bean",
"wine",
"iron_sword",
"training_spear",
"short_bow",
"hand_axe",
"war_axe",
"leather_armor",
"iron_armor"
],
"conditional_items": [
{
"campaign_flags": { "accepted_zhang_lu_submission": true },
"items": ["imperial_seal"]
},
{
"campaign_flags": { "pacified_hanzhong": true },
"items": ["war_drum"]
}
],
"merchant": {
"name": "한중 창고 야상",
"lines": [
"창고 문이 어느 인장에 열릴지 모두가 눈치만 봅니다. 저는 눈치보다 은전이 빠르다고 믿습니다.",
"평정이 끝나면 값이 내려가겠지만, 끝나기 전에는 살아남은 물건이 곧 좋은 물건이지요."
]
}
},
"roster": {
"max_units": 7,
"required_officers": ["cao_cao", "guo_jia"]
},
"formation": {
"cells": [[1, 3], [1, 4], [1, 5], [2, 2], [2, 3], [2, 4], [2, 5], [2, 6], [3, 2], [3, 3], [3, 4], [3, 5], [3, 6]]
},
"map": {
"width": 18,
"height": 11,
"terrain": [
"GGGGHHGGGGGGHHGGGG",
"GGFFHHGGRRGGHHFFGG",
"GGRRRRRRRRRRRRFFGG",
"GGGFGHGGGGRRGGGGGG",
"RRRRRRRRRRRRRRRRRR",
"GGGGGHHGGGRRGFFGGG",
"GGHHGFFFGGFFFGGHHG",
"GGHHGFFFGGFFFGGHHG",
"GGGGGGFFGGHHHGGGGG",
"GGFFGGGGGGHHHFFGGG",
"GGGGGGGGGGGGGGGGGG"
]
},
"deployments": [
{
"unit_id": "cao_cao_ch41",
"officer_id": "cao_cao",
"team": "player",
"pos": [1, 4]
},
{
"unit_id": "guo_jia_ch41",
"officer_id": "guo_jia",
"team": "player",
"requires_joined": true,
"pos": [2, 4]
},
{
"unit_id": "zhang_he_ch41",
"officer_id": "zhang_he",
"team": "player",
"requires_joined": true,
"pos": [2, 3]
},
{
"unit_id": "xiahou_dun_ch41",
"officer_id": "xiahou_dun",
"team": "player",
"pos": [1, 5]
},
{
"unit_id": "dian_wei_ch41",
"officer_id": "dian_wei",
"team": "player",
"requires_joined": true,
"pos": [2, 5]
},
{
"unit_id": "xiahou_yuan_ch41",
"officer_id": "xiahou_yuan",
"team": "player",
"requires_joined": true,
"pos": [3, 3]
},
{
"unit_id": "cao_ren_ch41",
"officer_id": "cao_ren",
"team": "player",
"requires_joined": true,
"pos": [3, 4]
},
{
"unit_id": "ba_river_holdout_captain",
"name": "파수 잔존 대장",
"class_id": "commander",
"team": "enemy",
"level": 38,
"pos": [14, 4],
"base": { "hp": 132, "mp": 54, "atk": 39, "def": 31, "int": 31, "agi": 21 }
},
{
"unit_id": "hanzhong_storehouse_guard",
"name": "한중 창고 수비장",
"class_id": "guard_captain",
"team": "enemy",
"level": 38,
"pos": [12, 4],
"base": { "hp": 108, "atk": 39, "def": 32 }
},
{
"unit_id": "five_peck_champion",
"name": "오두미 용장",
"class_id": "champion",
"team": "enemy",
"level": 38,
"pos": [15, 3],
"base": { "hp": 136, "mp": 12, "atk": 41, "def": 29, "int": 12, "agi": 25 }
},
{
"unit_id": "settlement_ritual_advisor",
"name": "평정 의례 군사",
"class_id": "military_advisor",
"team": "enemy",
"level": 38,
"pos": [13, 5],
"skills": ["blaze", "great_mend"],
"base": { "hp": 96, "mp": 80, "atk": 8, "def": 20, "int": 41, "agi": 19 }
},
{
"unit_id": "ba_river_spear_north",
"name": "파수 창병",
"class_id": "infantry",
"team": "enemy",
"level": 38,
"pos": [12, 3],
"base": { "hp": 98, "atk": 39, "def": 29 }
},
{
"unit_id": "ba_river_spear_south",
"name": "파수 창병",
"class_id": "infantry",
"team": "enemy",
"level": 38,
"pos": [12, 5],
"base": { "hp": 98, "atk": 39, "def": 29 }
},
{
"unit_id": "hanzhong_basin_marksman",
"name": "한중 분지 궁병",
"class_id": "marksman",
"team": "enemy",
"level": 38,
"pos": [13, 2],
"base": { "hp": 90, "atk": 40, "def": 16, "agi": 28 }
}
],
"events": [
{
"id": "opening",
"once": true,
"when": { "type": "battle_start" },
"actions": [
{ "type": "log", "text": "장로의 관문이 무너진 뒤, 조조군은 창고와 장수와 고갯길을 평정하러 한중 분지로 들어간다." }
]
},
{
"id": "opening_dialogue",
"once": true,
"when": { "type": "battle_begin" },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Xiahou Yuan", "text": "관문은 등 뒤에 있지만, 앞의 모든 곡창에는 누구를 더 두려워할지 고르는 자들이 있습니다." },
{ "speaker": "Guo Jia", "text": "그럼 굶주림이 대신 고르기 전에 질서를 택하게 해야 합니다." },
{ "speaker": "Cao Cao", "text": "한중은 길이 우리를 먹일 때 비로소 얻은 것이다." }
]
}
]
},
{
"id": "submission_opens_registers",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 2, "campaign_flags": { "accepted_zhang_lu_submission": true } },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Guo Jia", "text": "장로의 서리들이 곡식 장부를 가져왔습니다. 창고 수비대도 이제 인장이 어느 쪽을 가리키는지 압니다." },
{ "speaker": "Cao Cao", "text": "좋다. 스스로 항복을 적는 땅은 이미 반쯤 다스려진 것이다." }
]
}
]
},
{
"id": "pacification_stirs_holdouts",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 2, "campaign_flags": { "pacified_hanzhong": true } },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "파수 잔존 대장", "text": "조조가 힘으로 관문을 평정했다면, 분지도 힘으로 답하겠다." },
{ "speaker": "Zhang He", "text": "저들은 고집을 지형으로 착각합니다. 둘 다 평평하게 만들겠습니다." }
]
},
{
"type": "spawn_deployment",
"deployment": {
"unit_id": "hanzhong_holdout_riders",
"name": "한중 잔존 기병",
"class_id": "cavalry",
"team": "enemy",
"level": 38,
"pos": [16, 3],
"base": { "hp": 90, "atk": 36, "def": 20, "agi": 26 }
}
}
]
},
{
"id": "turn_4_storehouse_unrest",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 4 },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "평정 의례 군사", "text": "곡식이 닫혀 있으면 조조의 한중 길도 굶주린다." },
{ "speaker": "Guo Jia", "text": "저들도 보급을 압니다. 그래서 이 창고가 주변 깃발보다 중요합니다." }
]
}
]
},
{
"id": "hanzhong_storehouse_secured",
"once": true,
"when": { "type": "unit_reaches_tile", "team": "player", "officer_ids": ["cao_cao"], "pos": [10, 4] },
"actions": [
{
"type": "set_objective",
"victory": "한중 창고를 확보했다. 잔존 수비대장을 격파하라.",
"defeat": "조조가 퇴각하거나 18턴이 시작된다."
},
{
"type": "dialogue",
"lines": [
{ "speaker": "Cao Cao", "text": "이 창고가 분지를 연다. 붙잡으면 한중은 길이 된다." },
{ "speaker": "파수 잔존 대장", "text": "그렇다면 그 길값은 사람으로 치르게 하겠다." }
]
},
{
"type": "spawn_deployments",
"deployments": [
{
"unit_id": "storehouse_halberd_guard",
"name": "창고 장극병",
"class_id": "guard_captain",
"team": "enemy",
"level": 38,
"pos": [16, 4],
"base": { "hp": 106, "atk": 39, "def": 32 }
},
{
"unit_id": "storehouse_arrow_screen",
"name": "창고 궁병",
"class_id": "archer",
"team": "enemy",
"level": 38,
"pos": [16, 5],
"base": { "hp": 84, "atk": 38, "def": 13, "agi": 27 }
}
]
}
]
},
{
"id": "turn_9_basin_settles",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 9 },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Xiahou Yuan", "text": "분지가 조용해지고 있습니다. 잔병들조차 대장보다 창고를 더 보고 있습니다." },
{ "speaker": "Cao Cao", "text": "그럼 그들이 답할 수 없는 논거로 창고를 삼아라." }
]
}
]
}
],
"rewards": {
"gold": 8000,
"items": ["bean", "wine", "war_drum"]
},
"post_battle_dialogue": [
{ "speaker": "Guo Jia", "text": "한중의 창고가 이제 조조의 군령에 답합니다. 서쪽을 지킬 수도 있고, 그 길로 동쪽 행군을 먹일 수도 있습니다." },
{ "speaker": "Xiahou Yuan", "text": "강한 주둔군을 남기면 한중이 산길을 감시할 것입니다. 군을 동쪽으로 돌리면 유수 전선이 더 빨리 들을 것입니다." },
{ "speaker": "Cao Cao", "text": "평정한 땅은 쓰임을 정할 때 비로소 내 땅이 된다." }
],
"post_battle_choices": [
{
"id": "garrison_hanzhong",
"label": "한중 주둔",
"description": "조조가 서쪽 산길을 붙들 강한 한중 주둔군을 남긴다.",
"set_flags": { "garrisoned_hanzhong": true, "pivoted_to_ruxu": false },
"gold": 1300,
"items": ["imperial_seal"]
},
{
"id": "pivot_to_ruxu",
"label": "유수 전환",
"description": "조조가 평정한 한중의 길을 유수 동정의 보급로로 돌린다.",
"set_flags": { "garrisoned_hanzhong": false, "pivoted_to_ruxu": true },
"gold": 1100,
"items": ["war_drum"]
}
]
}