Antique Xiapi siege scenario

This commit is contained in:
2026-06-19 07:52:48 +09:00
parent de075fc6fe
commit f883dc4366
5 changed files with 73 additions and 70 deletions

View File

@@ -454,7 +454,7 @@ func _check_battle_visual_data(failures: Array[String]) -> void:
_check_camp_conversation(failures, xiapi_conversations[0], "xiapi_floodgate_council", "officer", "cao_cao")
_check_camp_conversation(failures, xiapi_conversations[1], "xiapi_dian_wei_siege_road", "officer", "dian_wei")
var xiapi_merchant := xiapi_state.get_shop_merchant()
if str(xiapi_merchant.get("name", "")) != "Xiapi Flood-Gate Sutler":
if str(xiapi_merchant.get("name", "")) != "하비 수문 야상":
failures.append("009 shop should expose Xiapi merchant name")
if (xiapi_merchant.get("lines", []) as Array).size() < 2:
failures.append("009 shop should expose merchant flavor lines")