mtgatracker / python-mtga

MTGA set data & tooling for python
MIT License
26 stars 23 forks source link

Add power and toughness to card model. #21

Open pak21 opened 4 years ago

pak21 commented 4 years ago

Fetch the power and toughness of every card. Notes:

  1. Everything which doesn't have a printed power and toughness does have these set to zero in the MTGA data so that's replicated here.
  2. I haven't attempted to update the hard-coded old set data in source/mtga/set_data to include the power and toughness - not sure I think it's worth it as they're already out of date, and getting more out of data with every release.
pak21 commented 4 years ago

Gentle prod on this :-)