mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- 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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user