Add Liaoxi camp and White Wolf bridge
This commit is contained in:
@@ -32,6 +32,59 @@
|
||||
"Secured depots and guides now anchor the advance, letting Cao Cao's army cross the frontier roads with fewer blind corners."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "liaoxi_frontier_council",
|
||||
"group": "topic",
|
||||
"label": "Frontier Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Decide how to read the frontier before the Yuan envoys reach Wuhuan tents.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Cities have gates. Frontiers have rumors, gifts, and riders who arrive before orders." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Then we do not chase only the envoys. We chase the rumor that says the Yuan brothers still have a road." },
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "Their scouts will mark the hills and ignore the dry road. That is where our column can move unseen." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "liaoxi_zhang_he_hill_roads",
|
||||
"group": "officer",
|
||||
"officer_id": "zhang_he",
|
||||
"label": "Zhang He - Hill Roads",
|
||||
"summary": "Read the road signs Zhang He learned while guarding Yuan retreats.",
|
||||
"lines": [
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "The Yuan envoys trust old courier marks. Break those marks, and every rider behind them arrives late." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Good. Let their allies find dust where a road should be." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "liaoxi_fast_pursuit_drums",
|
||||
"group": "topic",
|
||||
"label": "Fast Pursuit Drums",
|
||||
"summary": "The rushed Liaoxi march leaves spare signal drums for a harder opening blow.",
|
||||
"campaign_flags": { "pressed_liaoxi_pursuit": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "war_drum", "count": 1, "text": "The fast pursuit drums add a War Drum to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Yuan", "side": "left", "text": "The men carried light and kept the drums dry. One sharp beat and the vanguard moves before the envoys breathe." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Keep that beat for the first ridge." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "liaoxi_approach_medicine",
|
||||
"group": "topic",
|
||||
"label": "Approach Medicine",
|
||||
"summary": "The secured approach road brings frontier dressings into the field stores.",
|
||||
"campaign_flags": { "secured_liaoxi_approaches": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The Liaoxi approach medicine adds a Panacea to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "left", "text": "The guide wagons reached us with dressings and bitter herbs. The road behind us is not empty." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "A held road is another shield. Send the medicine forward." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
@@ -55,7 +108,14 @@
|
||||
"campaign_flags": { "secured_liaoxi_approaches": true },
|
||||
"items": ["imperial_seal"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"merchant": {
|
||||
"name": "Liaoxi Frontier Sutler",
|
||||
"lines": [
|
||||
"Liaoxi coin spends quickly, my lord. Riders sell news first, then arrows.",
|
||||
"Buy before the Wuhuan tents hear the Yuan brothers' names spoken with gifts."
|
||||
]
|
||||
}
|
||||
},
|
||||
"roster": {
|
||||
"max_units": 7,
|
||||
|
||||
@@ -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