Localize southern sea pursuit arc

This commit is contained in:
2026-06-19 11:44:10 +09:00
parent eabb014fc4
commit 2aabdd265d
5 changed files with 328 additions and 168 deletions

View File

@@ -2798,6 +2798,50 @@ func _check_battle_visual_data(failures: Array[String]) -> void:
],
"imperial_flag": {"secured_jianye_command": true},
"war_drum_flag": {"forced_wu_surrender": true}
},
{
"path": "res://data/scenarios/060_southern_holdouts.json",
"label": "060 Southern holdouts",
"merchant": "남방 운하 야상",
"conversations": [
["southern_holdouts_council", "topic", ""],
["southern_holdouts_guo_jia_rumor", "officer", "guo_jia"]
],
"imperial_flag": {"accepted_wu_surrender": true},
"war_drum_flag": {"pursued_wu_holdouts": true}
},
{
"path": "res://data/scenarios/061_nanhai_route.json",
"label": "061 Nanhai route",
"merchant": "남해 길목 야상",
"conversations": [
["nanhai_route_council", "topic", ""],
["nanhai_route_guo_jia_passage", "officer", "guo_jia"]
],
"imperial_flag": {"settled_southern_holdouts": true},
"war_drum_flag": {"pressed_nanhai_route": true}
},
{
"path": "res://data/scenarios/062_southern_fleet.json",
"label": "062 Southern fleet",
"merchant": "남방 선단 야상",
"conversations": [
["southern_fleet_council", "topic", ""],
["southern_fleet_guo_jia_weather", "officer", "guo_jia"]
],
"imperial_flag": {"secured_nanhai_route": true},
"war_drum_flag": {"pressed_southern_fleet": true}
},
{
"path": "res://data/scenarios/063_hainan_coast.json",
"label": "063 Hainan coast",
"merchant": "해남 해안 야상",
"conversations": [
["hainan_coast_council", "topic", ""],
["hainan_coast_guo_jia_door", "officer", "guo_jia"]
],
"imperial_flag": {"secured_southern_fleet": true},
"war_drum_flag": {"pressed_hainan_coast": true}
}
]
for expectation in jianye_campaign_expectations: