Add Changban camp and Jiangling bridge

This commit is contained in:
2026-06-19 03:50:15 +09:00
parent 3ca9d9bb05
commit 113cafc864
4 changed files with 354 additions and 2 deletions

View File

@@ -32,6 +32,59 @@
"The secured Han River road keeps Cao Cao's columns ordered, letting the army press Changban without fraying its own supply line."
]
}
],
"camp_conversations": [
{
"id": "changban_bridge_council",
"group": "topic",
"label": "Bridge Council",
"speaker": "Cao Cao",
"summary": "Set the pursuit's measure before Changban Bridge turns Liu Bei's flight into legend.",
"lines": [
{ "speaker": "Cao Cao", "side": "left", "text": "At Changban, one bridge can become a hundred rumors. We must cross before fear learns poetry." },
{ "speaker": "Guo Jia", "side": "right", "text": "Liu Bei's retreat carries families, banners, and excuses. Break the bridge guard and the story limps." },
{ "speaker": "Zhang He", "side": "right", "text": "Zhang Fei will spend noise where he lacks soldiers. A loud bridge is still only a bridge." }
]
},
{
"id": "changban_zhang_he_bridge_shadow",
"group": "officer",
"officer_id": "zhang_he",
"label": "Zhang He - Bridge Shadow",
"summary": "Hear Zhang He's reading of the Changban bridge line before the pursuit tightens.",
"lines": [
{ "speaker": "Zhang He", "side": "right", "text": "Their strongest guard stands where the road narrows. That means every other road is weaker than it looks." },
{ "speaker": "Cao Cao", "side": "left", "text": "Then let the narrow place teach the wide road obedience." }
]
},
{
"id": "changban_vanguard_rations",
"group": "topic",
"label": "Vanguard Rations",
"summary": "The fast Xinye pursuit leaves hard rations for the first soldiers to reach Changban.",
"campaign_flags": { "pressed_xinye_vanguard": true },
"effects": [
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The vanguard rations add a Bean to the field supplies." }
],
"lines": [
{ "speaker": "Xiahou Yuan", "side": "left", "text": "The men who outran Xinye kept dry beans in their sleeves. They would rather chew than slow." },
{ "speaker": "Cao Cao", "side": "right", "text": "Good. Feed the feet that reach the bridge first." }
]
},
{
"id": "changban_han_supply_medicine",
"group": "topic",
"label": "Han Supply Medicine",
"summary": "Secured Han River wagons send clean medicine into the Changban pursuit.",
"campaign_flags": { "secured_han_river_supply": true },
"effects": [
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The Han River medicine adds a Panacea to the field supplies." }
],
"lines": [
{ "speaker": "Cao Ren", "side": "left", "text": "The Han River wagons arrived under seal. Medicine, bindings, and clerks who can still count in the mud." },
{ "speaker": "Cao Cao", "side": "right", "text": "Order that reaches the wounded reaches the battle as well." }
]
}
]
},
"shop": {
@@ -55,7 +108,14 @@
"campaign_flags": { "secured_han_river_supply": true },
"items": ["imperial_seal"]
}
]
],
"merchant": {
"name": "Changban Bridge Sutler",
"lines": [
"Changban charges by the plank, my lord. I charge less, and my goods complain less.",
"Buy before Zhang Fei's shouting makes every bridge pole think itself a spear."
]
}
},
"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]]