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
This is a purely aesthetic feature that would help newer players figure out which sets cards come from with a quicker glance value.
When sorting decks by either "Set, then Name" or "Set, then Number", or when highlighting any card, the set name uses the old release style. A toggle in the user settings that converts say "Blood on the Altar #184" to "Dunwich Legacy #184" would be incredibly useful for sorting cards by sets when looking at decklists.
I own every revised box set and have no idea what the mythos pack names were, it always requires googling to figure out what set my card is from when trying to find it.
From what I gather the card data comes from a JSON file, so updating all the card JSONs to have both is unreasonable. Perhaps some way to map all instances of the strings would be possible?
i.e.:
"The Miskatonic Museum": "The Dunwich Legacy"
"The Essex County Express": "The Dunwich Legacy"
"Blood on the Altar": "The Dunwich Legacy"
"Undimensioned and Unseen": "The Dunwich Legacy"
"Where Doom Awaits": "The Dunwich Legacy"
"Lost in Time and Space": "The Dunwich Legacy"
"Echoes of the Past": "The Path to Carcosa"
"The Unspeakable Oath": "The Path to Carcosa"
"A Phantom of Truth": "The Path to Carcosa"
"The Pallid Mask": "The Path to Carcosa"
"Black Stars Rise": "The Path to Carcosa"
"Dim Carcosa": "The Path to Carcosa"
The text was updated successfully, but these errors were encountered:
This is a purely aesthetic feature that would help newer players figure out which sets cards come from with a quicker glance value.
When sorting decks by either "Set, then Name" or "Set, then Number", or when highlighting any card, the set name uses the old release style. A toggle in the user settings that converts say "Blood on the Altar #184" to "Dunwich Legacy #184" would be incredibly useful for sorting cards by sets when looking at decklists.
I own every revised box set and have no idea what the mythos pack names were, it always requires googling to figure out what set my card is from when trying to find it.
From what I gather the card data comes from a JSON file, so updating all the card JSONs to have both is unreasonable. Perhaps some way to map all instances of the strings would be possible?
i.e.:
"The Miskatonic Museum": "The Dunwich Legacy"
"The Essex County Express": "The Dunwich Legacy"
"Blood on the Altar": "The Dunwich Legacy"
"Undimensioned and Unseen": "The Dunwich Legacy"
"Where Doom Awaits": "The Dunwich Legacy"
"Lost in Time and Space": "The Dunwich Legacy"
"Echoes of the Past": "The Path to Carcosa"
"The Unspeakable Oath": "The Path to Carcosa"
"A Phantom of Truth": "The Path to Carcosa"
"The Pallid Mask": "The Path to Carcosa"
"Black Stars Rise": "The Path to Carcosa"
"Dim Carcosa": "The Path to Carcosa"
The text was updated successfully, but these errors were encountered: