Add Ye siege camp content

This commit is contained in:
2026-06-19 01:14:34 +09:00
parent dfdba012aa
commit cc2eecd7ff
5 changed files with 383 additions and 3 deletions

View File

@@ -171,7 +171,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]]

View File

@@ -32,9 +32,116 @@
"Rumors spread through Ye that Yuan Tan has been abandoned, and some defenders hesitate before answering Yuan Shang's orders."
]
}
],
"camp_conversations": [
{
"id": "ye_siege_inner_gate_council",
"group": "topic",
"label": "Inner Gate Council",
"speaker": "Cao Cao",
"summary": "Set the assault plan for Ye's inner gate.",
"lines": [
{
"speaker": "Cao Cao",
"side": "left",
"text": "The outer wall is broken, but a city does not surrender until its inner gate believes it is alone."
},
{
"speaker": "Guo Jia",
"side": "right",
"text": "Then we make the gate answer two fears: our ladders outside, and Yuan distrust inside."
},
{
"speaker": "Zhang He",
"side": "right",
"text": "The palace road is narrow. If the first line yields, the second will have nowhere clean to stand."
}
]
},
{
"id": "ye_siege_zhang_he_streets",
"group": "officer",
"officer_id": "zhang_he",
"label": "Zhang He - Inner Streets",
"speaker": "Zhang He",
"summary": "Read Ye's inner streets before the gate assault.",
"lines": [
{
"speaker": "Zhang He",
"side": "right",
"text": "Yuan Shang trusts the broad road because he can see it from the palace. That is why every ambush will face it."
},
{
"speaker": "Cao Cao",
"side": "left",
"text": "Then we show him the cost of watching one road too closely."
}
]
},
{
"id": "ye_siege_ladder_rations",
"campaign_flags": { "pressed_ye_siege": true },
"group": "topic",
"label": "Ladder Team Rations",
"summary": "Claim light rations packed for the direct inner gate assault.",
"lines": [
{
"speaker": "Xiahou Dun",
"side": "right",
"text": "The ladder teams carry beans and rope. Nothing that slows a man with both hands full."
},
{
"speaker": "Cao Cao",
"side": "left",
"text": "Then let the walls learn how little baggage a determined army needs."
}
],
"effects": [
{
"type": "grant_item",
"item_id": "bean",
"count": 1,
"text": "The ladder team rations add a Bean to the field supplies."
}
]
},
{
"id": "ye_siege_defector_medicine",
"campaign_flags": { "split_yuan_heirs": true },
"group": "topic",
"label": "Defector Medicine",
"summary": "Claim medicine sent through frightened Yuan defectors.",
"lines": [
{
"speaker": "Guo Jia",
"side": "left",
"text": "The defectors sent a medicine chest with their first message. Fear is learning to be practical."
},
{
"speaker": "Cao Ren",
"side": "right",
"text": "The seals are clean. If the Yuan officers want our trust, this is a useful beginning."
}
],
"effects": [
{
"type": "grant_item",
"item_id": "panacea",
"count": 1,
"text": "The defector medicine adds a Panacea to the field supplies."
}
]
}
]
},
"shop": {
"merchant": {
"name": "Ye Gate Sutler",
"lines": [
"The inner gate makes men spend faster than any market bell.",
"Buy now, my lord. Once the palace road opens, merchants and cowards will both look for side streets."
]
},
"items": [
"bean",
"wine",
@@ -59,7 +166,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]]

View File

@@ -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]]