Add Wuchao camp conversations
This commit is contained in:
@@ -32,9 +32,70 @@
|
||||
"The reinforced Guandu camps can withstand a longer absence, but the raid must still finish before dawn."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "wuchao_night_raid_council",
|
||||
"group": "topic",
|
||||
"label": "Night Raid Council",
|
||||
"speaker": "Guo Jia",
|
||||
"summary": "Review the depot objective and escape route.",
|
||||
"lines": [
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Wuchao feeds Yuan Shao's whole line. Fire there will travel faster than any messenger." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then the first objective is silence. The second is flame. The third is getting back through the panic." },
|
||||
{ "speaker": "Dian Wei", "side": "right", "text": "Silence, flame, then panic. I can remember that order." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wuchao_guo_jia_empty_bowl",
|
||||
"group": "officer",
|
||||
"officer_id": "guo_jia",
|
||||
"label": "Guo Jia - Empty Bowl",
|
||||
"speaker": "Guo Jia",
|
||||
"summary": "Weigh fire against formation.",
|
||||
"lines": [
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "A burned granary wins nothing if our line scatters in the smoke." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "So we cut the bowl from Yuan Shao's hand, then march out as one blade." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wuchao_fast_raid_supplies",
|
||||
"group": "topic",
|
||||
"label": "Fast Raid Stores",
|
||||
"summary": "Claim scout-carried field supplies.",
|
||||
"campaign_flags": { "prepared_wuchao_raid": true },
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Yuan", "side": "right", "text": "The scouts hid dry rations beside the narrow track. Fast riders can carry them without slowing the column." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Good. Speed is only useful if it still has breath at the far end." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The raid scouts add a Bean to the field supplies." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "wuchao_guandu_reserve_wagon",
|
||||
"group": "topic",
|
||||
"label": "Guandu Reserve Wagon",
|
||||
"summary": "Claim medicine from the reinforced camp line.",
|
||||
"campaign_flags": { "strengthened_guandu_defense": true },
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "right", "text": "The reinforced camps sent a reserve wagon after us. It carries medicine, not speed." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Medicine is speed after the first arrow lands." }
|
||||
],
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The Guandu reserve wagon adds a Panacea to the field supplies." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
"merchant": {
|
||||
"name": "Wuchao Night Trader",
|
||||
"lines": [
|
||||
"No lanterns, my lord. I wrapped the beans and wine in felt so they make no sound.",
|
||||
"If you buy armor tonight, wear it before the moon drops. Dawn will make merchants honest and arrows accurate."
|
||||
]
|
||||
},
|
||||
"items": [
|
||||
"bean",
|
||||
"wine",
|
||||
|
||||
Reference in New Issue
Block a user