Localize southern sea finale arc
This commit is contained in:
@@ -2842,6 +2842,50 @@ func _check_battle_visual_data(failures: Array[String]) -> void:
|
||||
],
|
||||
"imperial_flag": {"secured_southern_fleet": true},
|
||||
"war_drum_flag": {"pressed_hainan_coast": true}
|
||||
},
|
||||
{
|
||||
"path": "res://data/scenarios/064_final_harbor.json",
|
||||
"label": "064 Final harbor",
|
||||
"merchant": "최종 항구 야상",
|
||||
"conversations": [
|
||||
["final_harbor_council", "topic", ""],
|
||||
["final_harbor_guo_jia_last_shore", "officer", "guo_jia"]
|
||||
],
|
||||
"imperial_flag": {"secured_hainan_coast": true},
|
||||
"war_drum_flag": {"pressed_final_harbor": true}
|
||||
},
|
||||
{
|
||||
"path": "res://data/scenarios/065_last_captains.json",
|
||||
"label": "065 Last captains",
|
||||
"merchant": "마지막 대장 야상",
|
||||
"conversations": [
|
||||
["last_captains_council", "topic", ""],
|
||||
["last_captains_guo_jia_names", "officer", "guo_jia"]
|
||||
],
|
||||
"imperial_flag": {"secured_final_harbor": true},
|
||||
"war_drum_flag": {"pursued_last_captains": true}
|
||||
},
|
||||
{
|
||||
"path": "res://data/scenarios/066_sea_exiles.json",
|
||||
"label": "066 Sea exiles",
|
||||
"merchant": "외해 망명로 야상",
|
||||
"conversations": [
|
||||
["sea_exiles_council", "topic", ""],
|
||||
["sea_exiles_guo_jia_distance", "officer", "guo_jia"]
|
||||
],
|
||||
"imperial_flag": {"settled_last_captains": true},
|
||||
"war_drum_flag": {"pursued_sea_exiles": true}
|
||||
},
|
||||
{
|
||||
"path": "res://data/scenarios/067_outer_islands.json",
|
||||
"label": "067 Outer islands",
|
||||
"merchant": "외섬 상륙 야상",
|
||||
"conversations": [
|
||||
["outer_islands_council", "topic", ""],
|
||||
["outer_islands_guo_jia_carried_road", "officer", "guo_jia"]
|
||||
],
|
||||
"imperial_flag": {"settled_sea_exiles": true},
|
||||
"war_drum_flag": {"pressed_outer_islands": true}
|
||||
}
|
||||
]
|
||||
for expectation in jianye_campaign_expectations:
|
||||
|
||||
Reference in New Issue
Block a user