Add Xian escort camp content
This commit is contained in:
@@ -38,6 +38,60 @@
|
||||
"The army arrives quickly after pressing Lu Bu, but the forced march leaves little time to rest."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "xian_escort_council",
|
||||
"group": "officer",
|
||||
"officer_id": "cao_cao",
|
||||
"label": "Cao Cao - Imperial Escort",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Set the escort route before rival remnants close in.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "The Son of Heaven travels with us now. Every cart wheel on this road will sound louder than a battle drum." },
|
||||
{ "speaker": "Xiahou Dun", "side": "right", "text": "Then we keep the column moving and let the remnants waste their blades on empty dust." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "xian_dian_wei_envoy_screen",
|
||||
"group": "officer",
|
||||
"officer_id": "dian_wei",
|
||||
"label": "Dian Wei - Envoy Screen",
|
||||
"speaker": "Dian Wei",
|
||||
"summary": "Assign Dian Wei to shield the imperial envoy.",
|
||||
"lines": [
|
||||
{ "speaker": "Dian Wei", "side": "right", "text": "The envoy is not a soldier, but every spear will look for him once the road narrows." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then stand where the road narrows first. If the carriage halts, the realm itself hesitates." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "xian_fortified_road_supplies",
|
||||
"campaign_flags": { "fortified_yan_province": true },
|
||||
"group": "topic",
|
||||
"label": "Fortified Road Supplies",
|
||||
"summary": "Open the food stores kept moving by the fortified Yan Province roads.",
|
||||
"lines": [
|
||||
{ "speaker": "Escort Road Sutler", "side": "right", "text": "The fortified roads did their work. I brought beans forward without losing a cart to the dust." },
|
||||
{ "speaker": "Cao Ren", "side": "left", "text": "Good. Feed the men guarding the carriage before the remnants test the road." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The fortified road supplies add a Bean to the field supplies." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "xian_forced_march_canteens",
|
||||
"campaign_flags": { "pressed_lu_bu": true },
|
||||
"group": "topic",
|
||||
"label": "Forced March Canteens",
|
||||
"summary": "Issue wine to soldiers exhausted by the rapid march from Lu Bu's front.",
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Yuan", "side": "right", "text": "We reached the emperor's road quickly, but the men are counting rest by mouthfuls now." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Give the vanguard wine before the column moves. Speed bought us this chance; discipline must keep it." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "wine", "count": 1, "text": "The forced march canteens add Wine to the field supplies." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
@@ -61,7 +115,14 @@
|
||||
"campaign_flags": { "pressed_lu_bu": true },
|
||||
"items": ["war_axe"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"merchant": {
|
||||
"name": "Escort Road Sutler",
|
||||
"lines": [
|
||||
"No shouting near the carriage. Point at what you need and count the coin quietly.",
|
||||
"A court escort spends more medicine than arrows. Warlord remnants prefer soft targets."
|
||||
]
|
||||
}
|
||||
},
|
||||
"roster": {
|
||||
"max_units": 5,
|
||||
|
||||
Reference in New Issue
Block a user