Localize Jianye finale arc

This commit is contained in:
2026-06-19 11:36:24 +09:00
parent a93fdb2898
commit eabb014fc4
5 changed files with 328 additions and 168 deletions

View File

@@ -2754,6 +2754,50 @@ func _check_battle_visual_data(failures: Array[String]) -> void:
],
"imperial_flag": {"held_lower_yangtze_route": true},
"war_drum_flag": {"pressed_jianye_gate": true}
},
{
"path": "res://data/scenarios/056_jianye_sortie.json",
"label": "056 Jianye sortie",
"merchant": "건업 출격 야상",
"conversations": [
["jianye_sortie_council", "topic", ""],
["jianye_sortie_guo_jia_open_door", "officer", "guo_jia"]
],
"imperial_flag": {"secured_jianye_gate": true},
"war_drum_flag": {"forced_capital_sortie": true}
},
{
"path": "res://data/scenarios/057_inner_jianye.json",
"label": "057 Inner Jianye",
"merchant": "건업 내성 야상",
"conversations": [
["inner_jianye_council", "topic", ""],
["inner_jianye_guo_jia_doors", "officer", "guo_jia"]
],
"imperial_flag": {"contained_capital_sortie": true},
"war_drum_flag": {"pressed_inner_jianye": true}
},
{
"path": "res://data/scenarios/058_jianye_command.json",
"label": "058 Jianye command",
"merchant": "건업 지휘구 야상",
"conversations": [
["jianye_command_council", "topic", ""],
["jianye_command_guo_jia_orders", "officer", "guo_jia"]
],
"imperial_flag": {"secured_inner_jianye": true},
"war_drum_flag": {"forced_wu_last_stand": true}
},
{
"path": "res://data/scenarios/059_wu_surrender.json",
"label": "059 Wu surrender",
"merchant": "건업 항복로 야상",
"conversations": [
["wu_surrender_council", "topic", ""],
["wu_surrender_guo_jia_terms", "officer", "guo_jia"]
],
"imperial_flag": {"secured_jianye_command": true},
"war_drum_flag": {"forced_wu_surrender": true}
}
]
for expectation in jianye_campaign_expectations: