Add Bohai remnant camp flow
This commit is contained in:
@@ -32,9 +32,70 @@
|
||||
"Bohai's surrendered towns now feed Cao Cao's advance, leaving Yuan loyalists short on safe roads and honest guides."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "bohai_remnants_exile_council",
|
||||
"group": "topic",
|
||||
"label": "Bohai Exile Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Set the order before the Yuan brothers turn Bohai into a road north.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Yuan blood no longer holds a city, so it will try to become a road. A road is harder to shame than a gate." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Then we do not argue with the bloodline. We cut the road, and the argument ends without witnesses." },
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "Their guards are not defending Bohai. They are buying hours for Yuan Shang and Yuan Xi to reach northern riders." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bohai_remnants_zhang_he_escape_road",
|
||||
"group": "officer",
|
||||
"officer_id": "zhang_he",
|
||||
"label": "Zhang He - Escape Road",
|
||||
"speaker": "Zhang He",
|
||||
"summary": "Read the remnant camp's escape route before the advance begins.",
|
||||
"lines": [
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "The Yuan brothers learned from Nanpi. Their best men stand away from the camp, guarding distance rather than walls." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then we strike the distance and let the camp discover it has nowhere to flee." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bohai_remnants_fast_column_wine",
|
||||
"campaign_flags": { "pursued_yuan_brothers": true },
|
||||
"group": "topic",
|
||||
"label": "Fast Column Wine",
|
||||
"summary": "Claim wine carried by the columns that never let the Yuan brothers breathe.",
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Yuan", "side": "right", "text": "The fast columns kept wine in small skins. They did not stop to drink it, which is either discipline or a crime." },
|
||||
{ "speaker": "Guo Jia", "side": "left", "text": "Today it becomes discipline. Issue it before the chase turns thin." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "wine", "count": 1, "text": "The fast column wine adds a Wine to the field supplies." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "bohai_remnants_commandery_medicine",
|
||||
"campaign_flags": { "secured_bohai_commandery": true },
|
||||
"group": "topic",
|
||||
"label": "Commandery Medicine",
|
||||
"summary": "Claim medicine sent by surrendered Bohai towns and road clerks.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "right", "text": "Bohai towns sent medicine with route tablets. The clerks want our banners to know which doors opened first." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "A surrendered town that heals our men has already chosen its future." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The Bohai commandery medicine adds a Panacea to the field supplies." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
"merchant": {
|
||||
"name": "Bohai Road Sutler",
|
||||
"lines": [
|
||||
"Bohai roads are full of men selling yesterday's loyalty for tomorrow's shoes.",
|
||||
"Buy before the Yuan brothers borrow northern horses, my lord. Frontier prices run faster than carts."
|
||||
]
|
||||
},
|
||||
"items": [
|
||||
"bean",
|
||||
"wine",
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user