Erwan
- add Mercadian Masques, Mirrodin, Odyssey -> let's do some cleanup! - Attempt at solving a bug with AI+psychic venom (manaburn), not tested - Added Abrasax's monocolor AI decks - Momir better randomizer - Removed 64 Abilities limitation, I hope...
This commit is contained in:
@@ -19,12 +19,12 @@ import os
|
||||
import os.path
|
||||
from mtgCommon import *
|
||||
|
||||
setinfo=sets['IN']
|
||||
setinfo=sets['OD']
|
||||
stripReminderText = False
|
||||
conffile = open(setinfo['dir'] + ".conf", 'w')
|
||||
|
||||
FETCH_IMAGES = False
|
||||
# FETCH_IMAGES = True
|
||||
#FETCH_IMAGES = False
|
||||
FETCH_IMAGES = True
|
||||
|
||||
url = "http://ww2.wizards.com/gatherer/Index.aspx?setfilter=%s\\&output=Spoiler" % setinfo['gathname']
|
||||
gatherer = urllib.urlopen(url)
|
||||
|
||||
@@ -250,6 +250,7 @@ sets ={'BE':{'name':'Beta',
|
||||
'MM':{'name':'Mercadian Masques',
|
||||
'dir':'MM',
|
||||
'abbrev':'MM',
|
||||
'gathdirs':['MM/en-us'],
|
||||
'gathabbrev': 'MM',
|
||||
'gathname':'MercadianMasques',
|
||||
},
|
||||
@@ -286,6 +287,7 @@ sets ={'BE':{'name':'Beta',
|
||||
},
|
||||
'OD':{'name':'Odyssey',
|
||||
'dir':'OD',
|
||||
'gathdirs':['OD/en-us'],
|
||||
'abbrev':'OD',
|
||||
'gathabbrev': 'OD',
|
||||
'gathname':'Odyssey',
|
||||
|
||||
Reference in New Issue
Block a user