Add Cangting camp content
This commit is contained in:
@@ -32,9 +32,116 @@
|
||||
"Captured stores from Wuchao keep the pursuit fed, letting Cao Cao press north without stretching the supply train."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "cangting_pursuit_council",
|
||||
"group": "topic",
|
||||
"label": "Pursuit Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Set the pace for striking Yuan Shao's retreating rear guard.",
|
||||
"lines": [
|
||||
{
|
||||
"speaker": "Cao Cao",
|
||||
"side": "left",
|
||||
"text": "Wuchao burned their grain. Cangting must burn the belief that retreat can become order."
|
||||
},
|
||||
{
|
||||
"speaker": "Xiahou Dun",
|
||||
"side": "right",
|
||||
"text": "Then we do not chase noise. We strike the soldiers still listening to commands."
|
||||
},
|
||||
{
|
||||
"speaker": "Guo Jia",
|
||||
"side": "right",
|
||||
"text": "A broken army still has a spine if Zhang He holds the rear. Break that, and the rest becomes road dust."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cangting_guo_jia_rearguard",
|
||||
"group": "officer",
|
||||
"officer_id": "guo_jia",
|
||||
"label": "Guo Jia - Rear Guard",
|
||||
"speaker": "Guo Jia",
|
||||
"summary": "Read Zhang He's discipline before the pursuit closes.",
|
||||
"lines": [
|
||||
{
|
||||
"speaker": "Guo Jia",
|
||||
"side": "right",
|
||||
"text": "Most of Yuan Shao's men are running from hunger. Zhang He is running toward duty."
|
||||
},
|
||||
{
|
||||
"speaker": "Cao Cao",
|
||||
"side": "left",
|
||||
"text": "A man who can still choose duty in a rout is worth watching."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cangting_fast_pursuit_beans",
|
||||
"campaign_flags": { "pressed_yuan_rout": true },
|
||||
"group": "topic",
|
||||
"label": "Fast Pursuit Rations",
|
||||
"summary": "Claim the light rations packed for a forced pursuit.",
|
||||
"lines": [
|
||||
{
|
||||
"speaker": "Xiahou Yuan",
|
||||
"side": "right",
|
||||
"text": "The riders packed beans instead of baggage. They can eat in the saddle and keep Yuan Shao looking over his shoulder."
|
||||
},
|
||||
{
|
||||
"speaker": "Cao Cao",
|
||||
"side": "left",
|
||||
"text": "Good. A pursuit that pauses to cook has already become a parade."
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"type": "grant_item",
|
||||
"item_id": "bean",
|
||||
"count": 1,
|
||||
"text": "The fast pursuit rations add a Bean to the field supplies."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "cangting_wuchao_store_medicine",
|
||||
"campaign_flags": { "secured_wuchao_stores": true },
|
||||
"group": "topic",
|
||||
"label": "Wuchao Store Medicine",
|
||||
"summary": "Claim medicine sorted from the captured Wuchao stores.",
|
||||
"lines": [
|
||||
{
|
||||
"speaker": "Cao Ren",
|
||||
"side": "right",
|
||||
"text": "The captured Wuchao stores held more than grain. The physicians sorted clean medicine before the march resumed."
|
||||
},
|
||||
{
|
||||
"speaker": "Guo Jia",
|
||||
"side": "left",
|
||||
"text": "Then the stores have bought us speed twice: once by starving Yuan Shao, once by keeping our wounded moving."
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"type": "grant_item",
|
||||
"item_id": "panacea",
|
||||
"count": 1,
|
||||
"text": "The Wuchao store medicine adds a Panacea to the field supplies."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
"merchant": {
|
||||
"name": "Cangting Road Sutler",
|
||||
"lines": [
|
||||
"The road north is full of abandoned Yuan packs. I sell only what can survive a pursuit.",
|
||||
"Buy before the rear guard rallies. Once Zhang He steadies them, even a wine jar will need armor."
|
||||
]
|
||||
},
|
||||
"items": [
|
||||
"bean",
|
||||
"wine",
|
||||
|
||||
Reference in New Issue
Block a user