Add opening battle capture events

This commit is contained in:
2026-06-19 18:44:48 +09:00
parent f22d029230
commit feac924a1c
3 changed files with 194 additions and 0 deletions

View File

@@ -611,6 +611,157 @@
}
]
},
{
"id": "village_supply_secured",
"once": true,
"when": {
"type": "unit_reaches_tile",
"team": "player",
"cells": [
[
6,
5
],
[
7,
5
],
[
6,
6
],
[
7,
6
],
[
13,
8
],
[
14,
8
],
[
13,
9
],
[
14,
9
]
]
},
"actions": [
{
"type": "log",
"text": "마을 치료소와 창고를 확보했다."
},
{
"type": "grant_item",
"item_id": "bean"
},
{
"type": "grant_gold",
"amount": 80,
"text": "마을 창고에서 군자금 80냥을 거두었다."
},
{
"type": "dialogue",
"lines": [
{
"speaker": "Scout",
"display_speaker": "척후",
"side": "right",
"text": "마을 사람 몇이 숨겨 둔 약과 곡식을 내놓았습니다. 이곳을 붙들면 다친 병사를 돌릴 수 있습니다."
},
{
"speaker": "Cao Cao",
"display_speaker": "조조",
"side": "left",
"text": "백성을 해치지 말고 창고만 거두어라. 전열을 고친 뒤 성채의 깃발을 꺾는다."
}
]
},
{
"type": "set_objective",
"victory": "마을 보급을 확보했다. 동쪽 성채를 장악하고 제11군령 이후 잔당까지 격파하라."
}
]
},
{
"id": "castle_gate_secured",
"once": true,
"when": {
"type": "unit_reaches_tile",
"team": "player",
"cells": [
[
19,
0
],
[
20,
0
],
[
21,
0
],
[
19,
1
],
[
20,
1
],
[
21,
1
],
[
19,
2
],
[
20,
2
],
[
21,
2
]
]
},
"actions": [
{
"type": "log",
"text": "조조군이 동쪽 성채에 발을 들였다."
},
{
"type": "dialogue",
"lines": [
{
"speaker": "Xiahou Dun",
"display_speaker": "하후돈",
"side": "right",
"text": "성채 문루가 흔들립니다. 적은 아직 들판과 숲에 잔병을 숨겨 두었습니다."
},
{
"speaker": "Cao Cao",
"display_speaker": "조조",
"side": "left",
"text": "성채를 놓치지 마라. 마지막 깃발이 모습을 드러날 때까지 이곳을 발판으로 삼는다."
}
]
},
{
"type": "set_objective",
"victory": "성채를 장악했다. 제11군령 이후 나타나는 마지막 황건 잔당까지 모두 격파하라."
}
]
},
{
"id": "turn_2_warning",
"once": true,