Skip to content

Commit

Permalink
Added prelim version of Innistrad (in progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans committed Sep 25, 2011
1 parent b4f078c commit 8cbe25a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TODO
@@ -1,5 +1,8 @@
# TODO # TODO


- Innistrad, of course. Need to be able to handle double-faced cards (much
like split cards, but Gatherer shows them differently).

- Extract rulings? This might be useful, although it does not necessarily make - Extract rulings? This might be useful, although it does not necessarily make
sense to store them in the same XML files as the card data. sense to store them in the same XML files as the card data.


Expand Down
4 changes: 4 additions & 0 deletions sets.py
Expand Up @@ -194,6 +194,10 @@ def __getattr__(self, name):
# one for each part) # one for each part)
date="2000-10-02", date="2000-10-02",
alias="IN"), alias="IN"),

'ISD': S(name="Innistrad",
cards=264,
date="2011-09-30"),


'JUD': S(name="Judgment", 'JUD': S(name="Judgment",
cards=143, cards=143,
Expand Down

0 comments on commit 8cbe25a

Please sign in to comment.