pbaranay / django-magic-cards

A pluggable Django app for the Oracle text of all Magic: the Gathering cards
MIT License
7 stars 1 forks source link

Split cards? #8

Open dcollinsn opened 7 years ago

dcollinsn commented 7 years ago

Split cards appear in your data source separately - i.e., there is an object with name="Cut", and one with name="Ribbons". There's no way to relate them together that I can see. How would you suggest handling card names like "Cut // Ribbons"? (IIRC, Judge Center displayed both halves side by side?)

pbaranay commented 7 years ago

For now, the best you can do is to treat them as two separate cards.

For an upcoming release I plan to add better support for multi-part cards, particularly providing a link between parts (e.g. given "Cut" you could look up that its other half is "Ribbons").