mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Re-add abyssal dungeons
This commit is contained in:
parent
a6d995b164
commit
21b850f79e
@ -148,11 +148,13 @@ class KeywordExtract:
|
||||
# visited.add(name)
|
||||
yield hash_
|
||||
yield temp_save
|
||||
# 'Memory of Chaos' is not a real dungeon, but represents a group
|
||||
yield '混沌回忆'
|
||||
# Consider rogue DLC as a dungeon
|
||||
yield '寰宇蝗灾'
|
||||
yield '黄金与机械'
|
||||
# 'Memory of Chaos' is not a real dungeon, but represents a group
|
||||
yield '混沌回忆'
|
||||
yield '天艟求仙迷航录'
|
||||
yield '永屹之城遗秘'
|
||||
|
||||
def find_keyword(self, keyword, lang) -> tuple[int, str]:
|
||||
"""
|
||||
@ -279,7 +281,7 @@ class KeywordExtract:
|
||||
# "Take_photos_1_times": 1,
|
||||
# "Level_up_any_Relic_1_times": 1,
|
||||
"Consume_1_Trailblaze_Power": 120
|
||||
|
||||
|
||||
}
|
||||
def replace_templates_quest(text: str, correct_time = 1) -> str:
|
||||
text = replace_templates(text)
|
||||
|
@ -390,17 +390,8 @@ Simulated_Universe_World_8 = DungeonList(
|
||||
jp='第八世界・模擬宇宙',
|
||||
es='Mundo 8',
|
||||
)
|
||||
Memory_of_Chaos = DungeonList(
|
||||
id=44,
|
||||
name='Memory_of_Chaos',
|
||||
cn='混沌回忆',
|
||||
cht='混沌回憶',
|
||||
en='Memory of Chaos',
|
||||
jp='混沌の記憶',
|
||||
es='Evocación caótica',
|
||||
)
|
||||
Simulated_Universe_The_Swarm_Disaster = DungeonList(
|
||||
id=46,
|
||||
id=44,
|
||||
name='Simulated_Universe_The_Swarm_Disaster',
|
||||
cn='寰宇蝗灾',
|
||||
cht='寰宇蝗災',
|
||||
@ -409,7 +400,7 @@ Simulated_Universe_The_Swarm_Disaster = DungeonList(
|
||||
es='La Plaga',
|
||||
)
|
||||
Simulated_Universe_Gold_and_Gears = DungeonList(
|
||||
id=47,
|
||||
id=45,
|
||||
name='Simulated_Universe_Gold_and_Gears',
|
||||
cn='黄金与机械',
|
||||
cht='黃金與機械',
|
||||
@ -417,3 +408,30 @@ Simulated_Universe_Gold_and_Gears = DungeonList(
|
||||
jp='黄金と機械',
|
||||
es='Oro y maquinaria',
|
||||
)
|
||||
Memory_of_Chaos = DungeonList(
|
||||
id=46,
|
||||
name='Memory_of_Chaos',
|
||||
cn='混沌回忆',
|
||||
cht='混沌回憶',
|
||||
en='Memory of Chaos',
|
||||
jp='混沌の記憶',
|
||||
es='Evocación caótica',
|
||||
)
|
||||
The_Voyage_of_Navis_Astriger = DungeonList(
|
||||
id=47,
|
||||
name='The_Voyage_of_Navis_Astriger',
|
||||
cn='天艟求仙迷航录',
|
||||
cht='天艟求仙迷航錄',
|
||||
en='The Voyage of Navis Astriger',
|
||||
jp='天艟求仙放浪記',
|
||||
es='El viaje de las naves astriger',
|
||||
)
|
||||
The_Last_Vestiges_of_Towering_Citadel = DungeonList(
|
||||
id=48,
|
||||
name='The_Last_Vestiges_of_Towering_Citadel',
|
||||
cn='永屹之城遗秘',
|
||||
cht='永屹之城遺秘',
|
||||
en='The Last Vestiges of Towering Citadel',
|
||||
jp='永屹の城の秘密',
|
||||
es='Herencia de la Ciudadela Imponente',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user