Add Red Cliffs fire camp and Huarong bridge
This commit is contained in:
@@ -32,6 +32,59 @@
|
||||
"The night raid has unsettled the coalition, yet scattered torches on the river suggest their fire plan survived the blow."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "red_cliffs_fire_smoke_council",
|
||||
"group": "topic",
|
||||
"label": "Smoke Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Set the army's mind before Red Cliffs' fire turns fleet order into retreat.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "The river has shown its teeth. Fire, wind, and fear now pull at the same chain." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "Then we must cut the plan, not only the fire ships. A burned fleet can still retreat; a burned mind cannot." },
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "Their flames are aimed at order. If we keep formation through smoke, their fire loses half its blade." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_zhang_he_fire_boats",
|
||||
"group": "officer",
|
||||
"officer_id": "zhang_he",
|
||||
"label": "Zhang He - Fire Boats",
|
||||
"summary": "Hear Zhang He's reading of the fire boats before Red Cliffs breaks into smoke.",
|
||||
"lines": [
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "Those boats approach like men already paid for death. Stop the hulls, not the shouting." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then make the river carry their courage back in pieces." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_reinforced_chain_medicine",
|
||||
"group": "topic",
|
||||
"label": "Chain Medicine",
|
||||
"summary": "Reinforced chain crews keep medicine ready for burns and broken deck lines.",
|
||||
"campaign_flags": { "reinforced_chain_line": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The reinforced chain medicine adds a Panacea to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "left", "text": "The chain crews set medicine beside the spare links. Burns, cuts, river fever: all counted before the flames arrived." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Good. A line that expects wounds breaks less easily." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "red_cliffs_night_raid_beans",
|
||||
"group": "topic",
|
||||
"label": "Night Raid Beans",
|
||||
"summary": "The night raid leaves hard beans for crews still moving through smoke and sparks.",
|
||||
"campaign_flags": { "ordered_night_raid": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "bean", "count": 1, "text": "The night raid beans add a Bean to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Dun", "side": "left", "text": "The raiders came back with scorched sleeves and dry beans. They lost sleep, not their appetite." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Feed the men who still know how to move in darkness." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
@@ -55,7 +108,14 @@
|
||||
"campaign_flags": { "ordered_night_raid": true },
|
||||
"items": ["war_drum"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"merchant": {
|
||||
"name": "Red Cliffs Fire Sutler",
|
||||
"lines": [
|
||||
"Smoke makes every coin smell the same, my lord. I still know which ones are real.",
|
||||
"Buy before the wind changes its mind and the river asks a higher price."
|
||||
]
|
||||
}
|
||||
},
|
||||
"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