Add Red Cliffs fleet camp and fire bridge
This commit is contained in:
@@ -32,6 +32,59 @@
|
||||
"Xiakou's secured harbor gives Cao Cao time to chain ships and steady seasick troops before facing the coalition vanguard."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "red_cliffs_fleet_council",
|
||||
"group": "topic",
|
||||
"label": "Fleet Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Set the chained fleet's purpose before Red Cliffs turns the river into a battlefield.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "On land, a road obeys the army. On this river, even courage rocks underfoot." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Then chain order to the ships before fear learns to move with the waves." },
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "The coalition is probing the line, not striking it. They want to know whether our fleet can bend." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_zhang_he_chain_line",
|
||||
"group": "officer",
|
||||
"officer_id": "zhang_he",
|
||||
"label": "Zhang He - Chain Line",
|
||||
"summary": "Hear Zhang He's reading of the coalition vanguard before the chained fleet is tested.",
|
||||
"lines": [
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "A chained fleet steadies frightened men, but it also tells the enemy where every ship must answer." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then make the answer heavy enough that they stop asking." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_forward_deck_beans",
|
||||
"group": "topic",
|
||||
"label": "Forward Deck Beans",
|
||||
"summary": "The pressed fleet keeps hard beans ready for crews sent forward before the river line settles.",
|
||||
"campaign_flags": { "pressed_red_cliffs_fleet": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The forward deck beans add a Bean to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Dun", "side": "left", "text": "The forward decks moved before the cooks found steady flame. The crews saved beans because soup would not stay in a pot." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Then feed them what the river cannot spill." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_harbor_medicine",
|
||||
"group": "topic",
|
||||
"label": "Harbor Medicine",
|
||||
"summary": "Secured Xiakou harbor sends clean medicine into the chained fleet.",
|
||||
"campaign_flags": { "secured_xiakou_harbor": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The Xiakou harbor medicine adds a Panacea to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "left", "text": "Xiakou's harbor stores reached the chain line. Medicine, dry cloth, and men who know which ropes are not bandages." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Good. The river can shake them, but it need not sicken them." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
@@ -55,7 +108,14 @@
|
||||
"campaign_flags": { "secured_xiakou_harbor": true },
|
||||
"items": ["imperial_seal"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"merchant": {
|
||||
"name": "Red Cliffs Deck Sutler",
|
||||
"lines": [
|
||||
"The river prices courage by the wave, my lord. I still take coin.",
|
||||
"Buy before the wind decides whether these decks are road, wall, or tinder."
|
||||
]
|
||||
}
|
||||
},
|
||||
"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