magefree / mage

Magic Another Game Engine
http://xmage.today
MIT License
1.8k stars 746 forks source link

FR: "Import" should support dual card names (flip cards, split cards, adventures, etc.) #7037

Open SpikesCafe-google opened 3 years ago

SpikesCafe-google commented 3 years ago

If I use deck editor's "import" button and enter a line like this:

1 Murderous Rider // Swift End

It's unable to find the card. It works OK if I delete the "// Swift End". It would be nice if it supported the full name.

JayDi85 commented 3 years ago

Search for night side are technically limited cause some night sides are tokens or hidden cards (database don't have info about it and xmage can't find it). Also mtgjson and scryfall/gatherer uses different name notations in some situations so different web services can use different name styles in deck.

So for xmage:

BUT import can be improved to delete all text after // and search again -- it will add full adventure card names support.