Files
heros/data/scenarios/064_final_harbor.json

393 lines
13 KiB
JSON

{
"id": "064_final_harbor",
"name": "최종 항구전",
"objectives": {
"victory": "조조가 최종 항구 표지에 닿은 뒤 항구 대장을 격파하라.",
"defeat": "조조가 퇴각하거나 18턴이 시작된다."
},
"conditions": {
"victory": { "type": "all_units_defeated", "team": "enemy", "after_event": "final_harbor_marker_reached" },
"defeat": [
{ "type": "any_officer_defeated", "team": "player", "officer_ids": ["cao_cao"] },
{ "type": "turn_reached", "turn": 18, "team": "player" }
]
},
"briefing": {
"title": "최종 항구전",
"location": "남해 최종 항구로, 건안 25년",
"lines": [
"해남 해안로가 무너지고, 오의 마지막 대장들은 남은 배와 명부를 들고 최종 항구에 모여든다.",
"조조는 위의 손이 닿기 전에 흩어질 남쪽 해안 저항을 이곳에서 끝내려 한다."
],
"conditional_lines": [
{
"campaign_flags": { "secured_hainan_coast": true },
"lines": [
"해남 해안을 확보한 덕에 위군은 해안 길잡이와 붙잡은 수로잡이, 최종 항구로 이어지는 깨끗한 길을 얻었다."
]
},
{
"campaign_flags": { "pressed_final_harbor": true },
"lines": [
"최종 항구를 일찍 압박해 마지막 대장들을 배 곁에 몰아넣었으나, 남은 수비병은 이제 등 뒤에 물러설 길 없이 싸운다."
]
}
],
"camp_conversations": [
{
"id": "final_harbor_council",
"label": "최종 항구 군의",
"group": "topic",
"speaker": "Cao Ren",
"lines": [
{ "speaker": "Cao Ren", "text": "최종 항구가 앞에 있습니다. 마지막 대장들이 길과 배를 끼고 모였습니다." },
{ "speaker": "Cao Cao", "text": "해안과 배와 이름까지 모두 거두어라. 거부가 부를 땅을 남기지 마라." }
]
},
{
"id": "final_harbor_guo_jia_last_shore",
"label": "곽가 - 이름 없는 해안",
"group": "officer",
"officer_id": "guo_jia",
"lines": [
{ "speaker": "Guo Jia", "text": "마지막 항구가 무너지면 거부는 더는 이름 붙일 해안이 없습니다." },
{ "speaker": "Cao Cao", "text": "그렇다면 해안과 배와 이름을 함께 취하라." }
]
}
]
},
"shop": {
"merchant": {
"name": "최종 항구 야상",
"lines": [
"마지막 항구에서는 물건값보다 떠날 배삯이 먼저 오릅니다. 그래도 싸움은 아직 땅 위에서 끝납니다.",
"항구를 닫으려면 군량과 술, 갑옷끈이 함께 버텨야 합니다. 필요한 것을 고르십시오."
]
},
"items": [
"bean",
"wine",
"iron_sword",
"training_spear",
"short_bow",
"hand_axe",
"war_axe",
"leather_armor",
"iron_armor"
],
"conditional_items": [
{
"campaign_flags": { "secured_hainan_coast": true },
"items": ["imperial_seal"]
},
{
"campaign_flags": { "pressed_final_harbor": true },
"items": ["war_drum"]
}
]
},
"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": [
"WWWWWWWWWWWWWWWWWW",
"WGGGFFWWRRWWFFGGGW",
"GGGGWWGGGGRRGGGGGG",
"GGFFWWGGRRRRGFFGGG",
"RRRRRRRRRRRRRRRRRR",
"GGFFWWGGRRRRGFFGGG",
"GGGGWWGGGGRRGGGGGG",
"GHHHWWGFFFGGFFFGGG",
"GHHHWWGGGGHHHGGGGG",
"GGGGWWGGGGHHHFFGGG",
"WWWWWWWWWWWWWWWWWW"
]
},
"deployments": [
{
"unit_id": "cao_cao_ch64",
"officer_id": "cao_cao",
"team": "player",
"pos": [1, 4]
},
{
"unit_id": "guo_jia_ch64",
"officer_id": "guo_jia",
"team": "player",
"requires_joined": true,
"pos": [2, 4]
},
{
"unit_id": "zhang_he_ch64",
"officer_id": "zhang_he",
"team": "player",
"requires_joined": true,
"pos": [2, 3]
},
{
"unit_id": "xiahou_dun_ch64",
"officer_id": "xiahou_dun",
"team": "player",
"pos": [1, 5]
},
{
"unit_id": "dian_wei_ch64",
"officer_id": "dian_wei",
"team": "player",
"requires_joined": true,
"pos": [2, 5]
},
{
"unit_id": "xiahou_yuan_ch64",
"officer_id": "xiahou_yuan",
"team": "player",
"requires_joined": true,
"pos": [3, 3]
},
{
"unit_id": "cao_ren_ch64",
"officer_id": "cao_ren",
"team": "player",
"requires_joined": true,
"pos": [3, 4]
},
{
"unit_id": "final_harbor_captain",
"name": "최종 항구 대장",
"class_id": "commander",
"team": "enemy",
"level": 61,
"pos": [14, 4],
"base": { "hp": 210, "mp": 102, "atk": 64, "def": 55, "int": 53, "agi": 40 }
},
{
"unit_id": "final_harbor_guard",
"name": "최종 항구 수비대",
"class_id": "guard_captain",
"team": "enemy",
"level": 61,
"pos": [12, 4],
"base": { "hp": 156, "atk": 63, "def": 56 }
},
{
"unit_id": "final_harbor_boat",
"name": "최종 항구 전선",
"class_id": "champion",
"team": "enemy",
"move_type": "water",
"level": 61,
"pos": [4, 3],
"base": { "hp": 184, "mp": 12, "atk": 65, "def": 51, "int": 16, "agi": 47 }
},
{
"unit_id": "final_harbor_advisor",
"name": " ",
"class_id": "military_advisor",
"team": "enemy",
"level": 61,
"pos": [13, 5],
"skills": ["blaze", "great_mend"],
"base": { "hp": 142, "mp": 126, "atk": 8, "def": 42, "int": 64, "agi": 37 }
},
{
"unit_id": "final_harbor_spear_north",
"name": " ",
"class_id": "infantry",
"team": "enemy",
"level": 61,
"pos": [12, 3],
"base": { "hp": 144, "atk": 62, "def": 52 }
},
{
"unit_id": "final_harbor_spear_south",
"name": " ",
"class_id": "infantry",
"team": "enemy",
"level": 61,
"pos": [12, 5],
"base": { "hp": 144, "atk": 62, "def": 52 }
},
{
"unit_id": "final_harbor_arrow_boat",
"name": " ",
"class_id": "marksman",
"team": "enemy",
"move_type": "water",
"level": 61,
"pos": [5, 5],
"base": { "hp": 136, "atk": 63, "def": 38, "agi": 50 }
}
],
"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": "Cao Ren", "text": " . ." },
{ "speaker": "Guo Jia", "text": " ." },
{ "speaker": "Cao Cao", "text": " ." }
]
}
]
},
{
"id": "secured_coast_opens_harbor_road",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 2, "campaign_flags": { "secured_hainan_coast": true } },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Guo Jia", "text": " . ." },
{ "speaker": "Cao Cao", "text": " . ." }
]
}
]
},
{
"id": "pressed_harbor_commits_last_boat",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 2, "campaign_flags": { "pressed_final_harbor": true } },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": " ", "text": " . ." },
{ "speaker": "Xiahou Yuan", "text": " ." }
]
},
{
"type": "spawn_deployment",
"deployment": {
"unit_id": "final_harbor_last_boat",
"name": " ",
"class_id": "champion",
"team": "enemy",
"move_type": "water",
"level": 61,
"pos": [5, 3],
"base": { "hp": 134, "atk": 58, "def": 42, "agi": 48 }
}
}
]
},
{
"id": "turn_4_harbor_guard_closes_gate",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 4 },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": " ", "text": " . ." },
{ "speaker": "Zhang He", "text": " ." }
]
}
]
},
{
"id": "final_harbor_marker_reached",
"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": "final_harbor_last_guard",
"name": " ",
"class_id": "guard_captain",
"team": "enemy",
"level": 61,
"pos": [16, 4],
"base": { "hp": 152, "atk": 62, "def": 55 }
},
{
"unit_id": "final_harbor_crossbow_boat",
"name": " ",
"class_id": "marksman",
"team": "enemy",
"move_type": "water",
"level": 61,
"pos": [10, 1],
"base": { "hp": 128, "atk": 61, "def": 35, "agi": 49 }
}
]
}
]
},
{
"id": "turn_9_final_harbor_wavers",
"once": true,
"when": { "type": "turn_start", "team": "player", "turn": 9 },
"actions": [
{
"type": "dialogue",
"lines": [
{ "speaker": "Dian Wei", "text": " . ." },
{ "speaker": "Cao Cao", "text": " ." }
]
}
]
}
],
"rewards": {
"gold": 12600,
"items": ["bean", "wine", "iron_armor"]
},
"post_battle_dialogue": [
{ "speaker": "Guo Jia", "text": " . , ." },
{ "speaker": "Cao Ren", "text": " . ." },
{ "speaker": "Cao Cao", "text": " . ." }
],
"post_battle_choices": [
{
"id": "secure_final_harbor",
"label": " ",
"description": " .",
"set_flags": { "secured_final_harbor": true, "pursued_last_captains": false },
"gold": 2450,
"items": ["imperial_seal"]
},
{
"id": "pursue_last_captains",
"label": " ",
"description": " .",
"set_flags": { "secured_final_harbor": false, "pursued_last_captains": true },
"gold": 2250,
"items": ["war_drum"]
}
]
}