Improve opening battle presentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user