Add Jiangling camp and Xiakou bridge

This commit is contained in:
2026-06-19 03:56:27 +09:00
parent 113cafc864
commit b48ef639ea
4 changed files with 354 additions and 2 deletions

View File

@@ -32,6 +32,59 @@
"Secured crossings behind the army keep the road open, letting Cao Cao approach Jiangling with ordered columns instead of scattered pursuit."
]
}
],
"camp_conversations": [
{
"id": "jiangling_storehouse_council",
"group": "topic",
"label": "Storehouse Council",
"speaker": "Cao Cao",
"summary": "Set the army's purpose before Jiangling's grain and river roads decide the next campaign.",
"lines": [
{ "speaker": "Cao Cao", "side": "left", "text": "Jiangling is more than a gate. Grain, boats, ledgers, and officials all wait behind one frightened road." },
{ "speaker": "Guo Jia", "side": "right", "text": "Then we must take the storehouses whole. A burned granary feeds only rumor." },
{ "speaker": "Zhang He", "side": "right", "text": "Their defenders are guarding carts as if each cart were a banner. That tells us where their courage is tied." }
]
},
{
"id": "jiangling_zhang_he_granary_road",
"group": "officer",
"officer_id": "zhang_he",
"label": "Zhang He - Granary Road",
"summary": "Hear Zhang He's reading of Jiangling's storehouse defenders before the city line breaks.",
"lines": [
{ "speaker": "Zhang He", "side": "right", "text": "A soldier protecting grain fears two defeats: losing the battle and losing tomorrow's meal." },
{ "speaker": "Cao Cao", "side": "left", "text": "Then spare the grain and remove the soldier from it." }
]
},
{
"id": "jiangling_fast_column_beans",
"group": "topic",
"label": "Fast Column Beans",
"summary": "The cavalry chase from Changban leaves hard travel beans for the first column at Jiangling.",
"campaign_flags": { "pressed_jiangling_chase": true },
"effects": [
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The fast column beans add a Bean to the field supplies." }
],
"lines": [
{ "speaker": "Xiahou Yuan", "side": "left", "text": "The fast column reached Jiangling with dust in its teeth and beans still dry enough to crack." },
{ "speaker": "Cao Cao", "side": "right", "text": "Give them to the men who can still run after eating." }
]
},
{
"id": "jiangling_crossing_medicine",
"group": "topic",
"label": "Crossing Medicine",
"summary": "Secured Changban crossings bring clean medicine into the Jiangling march.",
"campaign_flags": { "secured_changban_crossings": true },
"effects": [
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The crossing medicine adds a Panacea to the field supplies." }
],
"lines": [
{ "speaker": "Cao Ren", "side": "left", "text": "Because Changban's crossings stayed marked, the medicine wagons reached us without being pulled apart by stragglers." },
{ "speaker": "Cao Cao", "side": "right", "text": "A secured road heals men before the physician opens his box." }
]
}
]
},
"shop": {
@@ -55,7 +108,14 @@
"campaign_flags": { "secured_changban_crossings": true },
"items": ["imperial_seal"]
}
]
],
"merchant": {
"name": "Jiangling Storehouse Sutler",
"lines": [
"Jiangling stores grain by the wall and fear by the basket, my lord. I trade in cleaner measures.",
"Buy before the river officials remember how quickly ledgers burn."
]
}
},
"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]]