Extend opening battle pacing

This commit is contained in:
2026-06-19 17:06:14 +09:00
parent e70a4da0a6
commit 3b7f198044
3 changed files with 96 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
"victory": {
"type": "all",
"conditions": [
{ "type": "all_units_defeated", "team": "enemy", "after_event": "turn_9_western_reserve" },
{ "type": "all_units_defeated", "team": "enemy", "after_event": "turn_11_last_rally" },
{
"type": "unit_reaches_tile",
"label": "성채 장악",
@@ -393,7 +393,7 @@
},
{
"type": "set_objective",
"victory": "성채를 장악한 채 마지막 황건대까지 모두 격파하라."
"victory": "성채를 장악하고 서쪽 숲 마지막 잔당이 드러날 때까지 전열을 유지하라."
},
{
"type": "spawn_deployments",
@@ -435,6 +435,64 @@
}
]
},
{
"id": "turn_11_last_rally",
"once": true,
"when": { "type": "turn_start", "team": "enemy", "turn": 11 },
"actions": [
{ "type": "log", "text": "흩어진 황건 잔당이 서쪽 둔덕에서 마지막 반격을 시도한다." },
{
"type": "dialogue",
"lines": [
{ "speaker": "Scout", "display_speaker": "척후", "side": "right", "text": "서쪽 둔덕에 남은 깃발이 있습니다. 성채를 보고 마지막으로 모여듭니다!" },
{ "speaker": "Xiahou Dun", "display_speaker": "하후돈", "side": "right", "text": "제 뒤를 물려는 놈들입니다. 성채 앞줄은 그대로 두고, 돌아드는 길만 끊겠습니다." },
{ "speaker": "Cao Cao", "display_speaker": "조조", "side": "left", "text": "좋다. 이제 도망길도, 기대어 설 깃발도 없다. 성채를 붙들고 남은 황건대를 모두 거두어라." }
]
},
{
"type": "set_objective",
"victory": "성채를 장악한 채 마지막 황건 잔당까지 모두 격파하라."
},
{
"type": "spawn_deployments",
"deployments": [
{
"unit_id": "yellow_turban_last_rally_1",
"name": "황건 잔당",
"class_id": "infantry",
"team": "enemy",
"level": 1,
"pos": [1, 8],
"base": { "hp": 34, "atk": 10, "def": 6 }
},
{
"unit_id": "yellow_turban_last_rally_2",
"name": "황건 궁수",
"class_id": "archer",
"team": "enemy",
"level": 1,
"pos": [2, 8],
"base": { "hp": 26, "atk": 9, "def": 4 }
},
{
"unit_id": "yellow_turban_last_rally_3",
"name": "황건 유격병",
"class_id": "bandit",
"team": "enemy",
"level": 1,
"pos": [4, 9],
"base": { "hp": 32, "atk": 11, "def": 5 }
}
]
},
{
"type": "set_ai_target_priority",
"unit_ids": ["cao_cao", "xiahou_dun"],
"priority": 13,
"text": "마지막 황건 잔당이 조조와 하후돈의 후미를 노린다."
}
]
},
{
"id": "zhang_mancheng_falls",
"once": true,