Antique Xian escort scenario
This commit is contained in:
@@ -35,6 +35,11 @@ const SCENARIO_BACKGROUNDS := [
|
||||
"background_path": "res://art/backgrounds/qingzhou_village_road.png",
|
||||
"label": "006 Dingtao field background"
|
||||
},
|
||||
{
|
||||
"scenario_path": "res://data/scenarios/007_xian_emperor_escort.json",
|
||||
"background_path": "res://art/backgrounds/luoyang_escort_road.png",
|
||||
"label": "007 Luoyang escort road background"
|
||||
},
|
||||
{
|
||||
"scenario_path": "res://data/scenarios/008_wan_castle_escape.json",
|
||||
"background_path": "res://art/backgrounds/wan_castle_escape.png",
|
||||
@@ -333,7 +338,7 @@ func _check_battle_visual_data(failures: Array[String]) -> void:
|
||||
_check_camp_conversation(failures, xian_conversations[0], "xian_escort_council", "officer", "cao_cao")
|
||||
_check_camp_conversation(failures, xian_conversations[1], "xian_dian_wei_envoy_screen", "officer", "dian_wei")
|
||||
var xian_merchant := xian_state.get_shop_merchant()
|
||||
if str(xian_merchant.get("name", "")) != "Escort Road Sutler":
|
||||
if str(xian_merchant.get("name", "")) != "호송 야상":
|
||||
failures.append("007 shop should expose escort merchant name")
|
||||
if (xian_merchant.get("lines", []) as Array).size() < 2:
|
||||
failures.append("007 shop should expose merchant flavor lines")
|
||||
|
||||
Reference in New Issue
Block a user