Add White Wolf camp and Liaodong bridge
This commit is contained in:
@@ -32,6 +32,59 @@
|
||||
"The fortified White Wolf road keeps supplies close behind the army, giving Cao Cao room to force the hills methodically."
|
||||
]
|
||||
}
|
||||
],
|
||||
"camp_conversations": [
|
||||
{
|
||||
"id": "white_wolf_ridge_council",
|
||||
"group": "topic",
|
||||
"label": "Ridge Council",
|
||||
"speaker": "Cao Cao",
|
||||
"summary": "Read the riders' camp before the White Wolf ridge becomes a full frontier host.",
|
||||
"lines": [
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "The mountain gives riders wind, height, and pride. We will take the road that makes all three useless." },
|
||||
{ "speaker": "Guo Jia", "side": "right", "text": "The Yuan brothers have borrowed a shield that does not know their weight yet. Strike before it learns." },
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "The Wuhuan chief watches the open slope. His camp trusts speed more than sentries." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "white_wolf_zhang_he_ridge_wind",
|
||||
"group": "officer",
|
||||
"officer_id": "zhang_he",
|
||||
"label": "Zhang He - Ridge Wind",
|
||||
"summary": "Use Zhang He's reading of the ridge paths before the riders charge.",
|
||||
"lines": [
|
||||
{ "speaker": "Zhang He", "side": "right", "text": "Riders climb poorly when the path narrows. Send infantry to the saddle and they must fight as men, not as horses." },
|
||||
{ "speaker": "Cao Cao", "side": "left", "text": "Then make the mountain choose our formation." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "white_wolf_scattered_canteens",
|
||||
"group": "topic",
|
||||
"label": "Scattered Canteens",
|
||||
"summary": "The early blow against the Wuhuan vanguard leaves captured canteens for the field stores.",
|
||||
"campaign_flags": { "struck_wuhuan_vanguard": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "wine", "count": 1, "text": "The scattered Wuhuan canteens add a Wine to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Xiahou Dun", "side": "left", "text": "The forward riders abandoned skins of frontier liquor when they scattered. Strong enough to wake a dead banner." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "Good. Let one tired unit remember why it climbed." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "white_wolf_route_medicine",
|
||||
"group": "topic",
|
||||
"label": "Route Medicine",
|
||||
"summary": "The fortified White Wolf road keeps frontier medicine close to the ridge.",
|
||||
"campaign_flags": { "fortified_white_wolf_route": true },
|
||||
"effects": [
|
||||
{ "type": "grant_item", "item_id": "panacea", "count": 1, "text": "The White Wolf route medicine adds a Panacea to the field supplies." }
|
||||
],
|
||||
"lines": [
|
||||
{ "speaker": "Cao Ren", "side": "left", "text": "The rear road is held. The medicine carts can reach the ridge before the riders circle back." },
|
||||
{ "speaker": "Cao Cao", "side": "right", "text": "A quiet rear is worth another line of shields." }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"shop": {
|
||||
@@ -55,7 +108,14 @@
|
||||
"campaign_flags": { "fortified_white_wolf_route": true },
|
||||
"items": ["imperial_seal"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"merchant": {
|
||||
"name": "White Wolf Ridge Sutler",
|
||||
"lines": [
|
||||
"Mountain roads make poor shops, my lord. Every jar that reached this ridge has earned its price.",
|
||||
"Buy before the Wuhuan riders decide bargaining is slower than arrows."
|
||||
]
|
||||
}
|
||||
},
|
||||
"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