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

Planeswalker starting loyalty isn't saved anywhere #19

Closed dcollinsn closed 7 years ago

dcollinsn commented 7 years ago

Per models.py, I don't see anywhere that a Planeswalker card's starting loyalty is saved.

Similarly, color indicators are probably missing. Anything else you can think of?

pbaranay commented 7 years ago

Similarly, color indicators are probably missing.

MTGJSON does not reveal the color indicator specifically, but its colors attribute has the necessary information. I would also add color_identity.