- Alpha now represented in the SetInfo

- Reprints from MBS now have new SetInfo
- Add reprintSetInfo script to be run when new expansions come out to updated existing reprints with new SetInfo
This commit is contained in:
jendave
2011-08-06 16:51:34 +00:00
parent a613ed3a32
commit 8d648745ec
242 changed files with 763 additions and 407 deletions

View File

@@ -24,6 +24,7 @@ class Card:
def initSets():
# Base Sets
allSets['Limited Edition Alpha'] = 'LEA'
allSets['Limited Edition Beta'] = 'LEB'
allSets['Unlimited Edition'] = '2ED'
allSets['Revised Edition'] = '3ED'
@@ -36,6 +37,7 @@ def initSets():
allSets['Tenth Edition'] = '10E'
allSets['Magic 2010'] = 'M10'
allSets['Magic 2011'] = 'M11'
#allSets['Magic 2012'] = 'M12'
# Portal
allSets['Portal'] = 'POR'