- replaced erroneous Mirrodin set with invasion set
- added a few cards with "aslongas" ability
This commit is contained in:
wagic.the.homebrew
2009-03-15 05:59:21 +00:00
parent ef53771843
commit ff8e05cf04
17 changed files with 6803 additions and 5064 deletions

View File

@@ -19,7 +19,7 @@ import os
import os.path
from mtgCommon import *
setinfo=sets['MIR']
setinfo=sets['IN']
stripReminderText = False
conffile = open(setinfo['dir'] + ".conf", 'w')
@@ -75,6 +75,7 @@ for cardRow in soup.find(id="_gridResults").findAll('tr',onmouseover="this.style
htmlText = replaceSymbols(htmlText)
text = cleanupHTMLText(htmlText, stripReminderText)
text = text.replace(u'\xc6', 'AE')
text = text.replace(u'\xa0', '')
supertype, subtype = getCardTypes(cardRow)

View File

@@ -170,9 +170,9 @@ sets ={'BE':{'name':'Beta',
'gathabbrev': 'FE',
'gathname':'FallenEmpires',
},
'IA':{'name':'Ice Age',
'dir':'IA',
'abbrev':'IA',
'ICE':{'name':'Ice Age',
'dir':'ICE',
'abbrev':'ICE',
'gathdirs':['IA/en-us'],
'gathabbrev': 'IA',
'gathname':'IceAge',
@@ -268,6 +268,7 @@ sets ={'BE':{'name':'Beta',
'IN':{'name':'Invasion',
'dir':'IN',
'abbrev':'IN',
'gathdirs':['IN/en-us'],
'gathabbrev': 'IN',
'gathname':'Invasion',
},