Improve opening battle presentation

This commit is contained in:
2026-06-20 01:56:32 +09:00
parent fe86e646ed
commit 3aa9d3e9e7
91 changed files with 2220 additions and 93 deletions

View File

@@ -113,7 +113,7 @@ func _init() -> void:
failures,
"007 destination progress",
_progress_text("res://data/scenarios/007_xian_emperor_escort.json", false),
"동도 호송로 (13, 5), (14, 5) · 미도달"
"동도 호송로 · 미도달"
)
_check_contains(
failures,
@@ -131,7 +131,7 @@ func _init() -> void:
failures,
"008 destination progress",
_progress_text("res://data/scenarios/008_wan_castle_escape.json", false),
"서쪽 탈출로 (2, 5), (1, 5) · 미도달"
"서쪽 탈출로 · 미도달"
)
_check_contains(
failures,
@@ -167,7 +167,7 @@ func _init() -> void:
failures,
"045 gated destination progress",
_progress_text("res://data/scenarios/045_fancheng_relief.json", false),
"전장 표식 (10, 5) · 미도달"
"전장 표식 · 미도달"
)
_check_event_gated_objective_markers(failures)
_check_event_gated_multi_cell_objective_markers(failures)