You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adventure: QOL improvements for "Clear All" quests (#10244)
* Add enemy counter feature to GameHUD and localization support for remaining enemies when in a dungeon with an active "clear all" quest.
* Add setting to draw chevrons for hidden enemies in clear all quests. Gate this behavior behind a new "Draw chevrons pointing to hidden enemies in a clear all quest" flag in settings.
* Fix casing of "Clear All" quests
Copy file name to clipboardExpand all lines: forge-gui/res/languages/de-DE.properties
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3097,7 +3097,9 @@ lblUseAllCardVariants=Use Card Variants from All Sets (Restart Required)
3097
3097
lblExcludeAlchemyVariants=Exclude variants rebalanced for Arena's Alchemy and Historic formats
3098
3098
lblGenerateLDADecks=Generate Archetype Decks instead of Genetic AI Decks
3099
3099
lblBindEquipmentLoadoutsToDecks=Ausrüstung an Decks binden
3100
+
lblDrawChevronsToHiddenEnemiesInClearQuest=Draw chevrons pointing to hidden enemies in a Clear All quest
3100
3101
lblExitToWoldMap=Zurück zur Weltkarte?
3102
+
lblRemainingEnemies=Remaining Enemies: {0}
3101
3103
lblStartArena=Willst du in die Arena gehen?
3102
3104
lblWouldYouLikeDestroy=Möchten Sie {0} zerstören?
3103
3105
lblAdventureDescription=Im Abenteuermodus erkunden Sie die sich ständig ändernde Landschaft von Shandalar und Duell-Kreaturen; um Gold, Scherben, Ausrüstung und neue Karten zu gewinnen, sie alle zu sammeln und der Beste zu werden!
Copy file name to clipboardExpand all lines: forge-gui/res/languages/en-US.properties
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3246,7 +3246,9 @@ lblUseAllCardVariants=Use Card Variants from All Sets (Restart Required)
3246
3246
lblExcludeAlchemyVariants=Exclude variants rebalanced for Arena's Alchemy and Historic formats
3247
3247
lblGenerateLDADecks=Generate Archetype Decks instead of Genetic AI Decks
3248
3248
lblBindEquipmentLoadoutsToDecks=Bind equipment loadouts to decks
3249
+
lblDrawChevronsToHiddenEnemiesInClearQuest=Draw chevrons pointing to hidden enemies in a Clear All quest
3249
3250
lblExitToWoldMap=Exit to the World Map?
3251
+
lblRemainingEnemies=Remaining Enemies: {0}
3250
3252
lblStartArena=Do you want to go into the Arena?
3251
3253
lblWouldYouLikeDestroy=Would you like to destroy {0}?
3252
3254
lblAdventureDescription=Adventure mode is where you explore the ever-changing landscape of Shandalar, and duel creatures to gain gold, shards, equipment and new cards to become the best and collect them all!
Copy file name to clipboardExpand all lines: forge-gui/res/languages/es-ES.properties
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3085,7 +3085,9 @@ lblUseAllCardVariants=Use Card Variants from All Sets (Restart Required)
3085
3085
lblExcludeAlchemyVariants=Exclude variants rebalanced for Arena's Alchemy and Historic formats
3086
3086
lblGenerateLDADecks=Generate Archetype Decks instead of Genetic AI Decks
3087
3087
lblBindEquipmentLoadoutsToDecks=Vincular equipamiento a mazos
3088
+
lblDrawChevronsToHiddenEnemiesInClearQuest=Draw chevrons pointing to hidden enemies in a Clear All quest
3088
3089
lblExitToWoldMap=Salir al mapa del mundo?
3090
+
lblRemainingEnemies=Remaining Enemies: {0}
3089
3091
lblStartArena=¿Quieres ir a la arena?
3090
3092
lblWouldYouLikeDestroy=¿Le gustaría destruir {0}?
3091
3093
lblAdventureDescription=¡El modo de aventura es donde exploras el paisaje siempre cambiante de Shandalar, y criaturas de duelo para ganar oro, fragmentos, equipos y nuevas tarjetas para convertirte en el mejor y recogerlas a todos!
lblAdventureDescription=Le mode aventure est l'endroit où vous explorez le paysage en constante évolution de Shandalar, et des créatures duel pour gagner de l'or, des éclats, de l'équipement et de nouvelles cartes pour devenir les meilleurs et les récupérer tous!
0 commit comments