Add Jiangling rearguard camp and Tong Pass bridge

This commit is contained in:
2026-06-19 04:53:59 +09:00
parent 7abe2b36c1
commit 70563668a2
4 changed files with 388 additions and 2 deletions

View File

@@ -32,6 +32,61 @@
"The rush toward Xuchang carried news ahead of panic, but the Jiangling rear is thinner and more exposed."
]
}
],
"camp_conversations": [
{
"id": "jiangling_rearguard_council",
"group": "topic",
"label": "Rearguard Council",
"speaker": "Cao Ren",
"summary": "Shape the rear line before the coalition pursuit closes.",
"lines": [
{ "speaker": "Cao Ren", "side": "left", "text": "The wagons can still hear the enemy behind them. If this line shakes, the retreat hears it too." },
{ "speaker": "Guo Jia", "side": "right", "text": "Then make the line sound larger than it is. A firm rear can lend courage to men who never see it." }
]
},
{
"id": "jiangling_zhang_he_rear_line",
"group": "officer",
"officer_id": "zhang_he",
"label": "Zhang He - Rear Line",
"speaker": "Zhang He",
"summary": "Judge where the pursuit will test the line.",
"lines": [
{ "speaker": "Zhang He", "side": "left", "text": "The enemy will not spend strength on our center first. They will pull at the wagons and make our officers look aside." },
{ "speaker": "Cao Cao", "side": "right", "text": "Then hold the side roads like gates. If they want panic, make them buy it with time." }
]
},
{
"id": "jiangling_rearguard_stability_medicine",
"group": "topic",
"label": "Stability Medicine",
"speaker": "Field Surgeon",
"summary": "Claim medicine carried forward by the secured Huarong rearguard.",
"campaign_flags": { "secured_huarong_rearguard": true },
"effects": [
{ "type": "grant_item", "item_id": "panacea", "count": 1 }
],
"lines": [
{ "speaker": "Field Surgeon", "side": "left", "text": "The Huarong rearguard kept the medicine chest with the column. One packet survived the mud." },
{ "speaker": "Cao Ren", "side": "right", "text": "Keep it near the rear gate. A line that can heal does not yield easily." }
]
},
{
"id": "jiangling_rearguard_forced_march_beans",
"group": "topic",
"label": "Forced March Beans",
"speaker": "Quartermaster",
"summary": "Claim rations left in the thin rear after the rush north.",
"campaign_flags": { "rushed_xuchang_return": true },
"effects": [
{ "type": "grant_item", "item_id": "bean", "count": 1 }
],
"lines": [
{ "speaker": "Quartermaster", "side": "left", "text": "The fast road stripped most wagons bare, but I held one sack back for the men closing the rear." },
{ "speaker": "Xiahou Dun", "side": "right", "text": "Then do not let it sit like treasure. Feed the line before the enemy tests it." }
]
}
]
},
"shop": {
@@ -55,7 +110,14 @@
"campaign_flags": { "rushed_xuchang_return": true },
"items": ["war_drum"]
}
]
],
"merchant": {
"name": "Jiangling Rear Road Sutler",
"lines": [
"A rear road sells different goods: dry bandages, quiet beans, and anything that keeps men from looking back.",
"Buy quickly. If the pursuit reaches my cart, I become a soldier or a memory."
]
}
},
"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]]