Antique-localize battle briefings and camp UI
This commit is contained in:
@@ -11,49 +11,49 @@ func _init() -> void:
|
||||
failures,
|
||||
"001 HUD progress",
|
||||
_progress_text("res://data/scenarios/001_yellow_turbans.json", false),
|
||||
"Enemies defeated 0/"
|
||||
"적군 격파 0/"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"001 commander defeat risk",
|
||||
_defeat_text("res://data/scenarios/001_yellow_turbans.json"),
|
||||
"Cao Cao safe"
|
||||
"Cao Cao 건재"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"001 turn pressure risk",
|
||||
_defeat_text("res://data/scenarios/001_yellow_turbans.json"),
|
||||
"Turns left 7"
|
||||
"남은 턴 7"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"002 gated victory progress",
|
||||
_progress_text("res://data/scenarios/002_sishui_gate.json", false),
|
||||
"Objective unlocks on Turn 2"
|
||||
"제2턴에 전공 갱신"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"002 pending enemy progress",
|
||||
_progress_text("res://data/scenarios/002_sishui_gate.json", false),
|
||||
"Enemies defeated 0/"
|
||||
"적군 격파 0/"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"007 destination progress",
|
||||
_progress_text("res://data/scenarios/007_xian_emperor_escort.json", false),
|
||||
"Destination (14, 5): not reached"
|
||||
"목표 지점 (14, 5): 미도달"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"007 protected-unit risk progress",
|
||||
_defeat_text("res://data/scenarios/007_xian_emperor_escort.json"),
|
||||
"Imperial Envoy safe"
|
||||
"Imperial Envoy 건재"
|
||||
)
|
||||
_check_contains(
|
||||
failures,
|
||||
"045 gated destination progress",
|
||||
_progress_text("res://data/scenarios/045_fancheng_relief.json", false),
|
||||
"Reach (10, 5): not reached"
|
||||
"목표 지점 (10, 5): 미도달"
|
||||
)
|
||||
_check_event_gated_objective_markers(failures)
|
||||
_check_event_gated_multi_cell_objective_markers(failures)
|
||||
|
||||
Reference in New Issue
Block a user