From 7a5af7874bc7b828f7d7b6251e0b818b0eea15ac Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:28:53 +0800 Subject: [PATCH] Dev: Convert siren names in The Alchemist and the Tower of Horizons --- dev_tools/map_extractor.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev_tools/map_extractor.py b/dev_tools/map_extractor.py index 8f71732ef..b0d9d2921 100644 --- a/dev_tools/map_extractor.py +++ b/dev_tools/map_extractor.py @@ -298,6 +298,13 @@ DIC_SIREN_NAME_CHI_TO_ENG = { # A Rose on the High Tower 'shengli': 'Victorious', 'huangjiaxiangshu': 'RoyalOak', + + # The Alchemist and the Tower of Horizons + 'lianjin_II_sairenquzhu': 'DDalchemist2', + 'lianjin_II_sairenqingxun': 'CLalchemist2', + 'lianjin_II_sairenzhongxun': 'CAalchemist2', + 'lianjin_II_sairenzhanlie': 'BBalchemist2', + 'lianjin_II_sairenhangmu': 'CValchemist2', }