Add Tong Pass camp and Ma Chao bridge

This commit is contained in:
2026-06-19 05:00:19 +09:00
parent 70563668a2
commit b08370cf45
4 changed files with 369 additions and 2 deletions

View File

@@ -32,6 +32,61 @@
"The early western mobilization reaches Tong Pass quickly, but Ma Chao's scouts are already riding to meet it."
]
}
],
"camp_conversations": [
{
"id": "tong_pass_vanguard_council",
"group": "topic",
"label": "Pass Vanguard Council",
"speaker": "Xiahou Yuan",
"summary": "Set the column before the western riders close.",
"lines": [
{ "speaker": "Xiahou Yuan", "side": "left", "text": "Tong Pass does not welcome an army. It narrows it, tests it, and asks which men still trust the road." },
{ "speaker": "Cao Cao", "side": "right", "text": "Then we answer before the pass finishes asking. A vanguard that hesitates gives Ma Chao the field." }
]
},
{
"id": "tong_pass_zhang_he_pass_road",
"group": "officer",
"officer_id": "zhang_he",
"label": "Zhang He - Pass Road",
"speaker": "Zhang He",
"summary": "Read the western cavalry's first approach.",
"lines": [
{ "speaker": "Zhang He", "side": "left", "text": "Their riders will want open ground, but the pass gives them corners. We should make each corner cost them rhythm." },
{ "speaker": "Guo Jia", "side": "right", "text": "Good. Break rhythm first; pride follows after." }
]
},
{
"id": "tong_pass_jiangling_supply_medicine",
"group": "topic",
"label": "Jiangling Supply Medicine",
"speaker": "Field Surgeon",
"summary": "Claim medicine from the steadied Jiangling rear.",
"campaign_flags": { "stabilized_jiangling_rearguard": true },
"effects": [
{ "type": "grant_item", "item_id": "panacea", "count": 1 }
],
"lines": [
{ "speaker": "Field Surgeon", "side": "left", "text": "The Jiangling rear sent medicine west with the supply tally. It arrived dusty, but unbroken." },
{ "speaker": "Cao Ren", "side": "right", "text": "A stable rear still reaches the front. Keep it where the first charge lands." }
]
},
{
"id": "tong_pass_vanguard_rations",
"group": "topic",
"label": "Vanguard Rations",
"speaker": "Quartermaster",
"summary": "Claim rations moved ahead by the early western mobilization.",
"campaign_flags": { "mobilized_tong_pass_vanguard": true },
"effects": [
{ "type": "grant_item", "item_id": "bean", "count": 1 }
],
"lines": [
{ "speaker": "Quartermaster", "side": "left", "text": "The early column outran half the baggage, but not this ration sack. It was sent for the first line." },
{ "speaker": "Xiahou Yuan", "side": "right", "text": "Then feed the men before Ma Chao feeds them dust." }
]
}
]
},
"shop": {
@@ -55,7 +110,14 @@
"campaign_flags": { "mobilized_tong_pass_vanguard": true },
"items": ["war_drum"]
}
]
],
"merchant": {
"name": "Tong Pass Sutler",
"lines": [
"Western roads make poor customers and excellent liars. I trust coin, dry beans, and horses that do not limp.",
"Buy before Ma Chao's scouts decide my cart is part of your army."
]
}
},
"roster": {
"max_units": 7,

View File

@@ -59,7 +59,7 @@
},
"roster": {
"max_units": 7,
"required_officers": ["cao_cao", "guo_jia"]
"required_officers": ["cao_cao", "guo_jia", "zhang_he"]
},
"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]]