Erwan
- Added todo.dat for POR and TMP (files need to be cleaned...) - small fixes in gatherer tool for POR and TMP
This commit is contained in:
2085
projects/mtg/bin/Res/sets/POR/todo.dat
Normal file
2085
projects/mtg/bin/Res/sets/POR/todo.dat
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@ import os
|
||||
import os.path
|
||||
from mtgCommon import *
|
||||
|
||||
setinfo=sets['CK']
|
||||
setinfo=sets['P1']
|
||||
stripReminderText = False
|
||||
conffile = open(setinfo['dir'] + ".conf", 'w')
|
||||
|
||||
@@ -62,7 +62,9 @@ for cardRow in soup.find(id="_gridResults").findAll('tr',onmouseover="this.style
|
||||
name = name.replace('"','')
|
||||
name = name.replace(u'\xe2', 'a')
|
||||
name = name.replace(u'\xc6', 'AE')
|
||||
|
||||
name = name.replace(u'\xe9', 'e')
|
||||
name = name.replace(u'\xe0', 'a')
|
||||
|
||||
manaCost = replaceSymbols(cardRow('td')[1]('font')[0])
|
||||
manaCost = ''.join(manaCost.contents)
|
||||
print manaCost
|
||||
|
||||
@@ -101,10 +101,10 @@ sets ={'BE':{'name':'Beta',
|
||||
'gathname':'Unglued',
|
||||
},
|
||||
'P1':{'name':'Portal',
|
||||
'dir':'P1',
|
||||
'abbrev':'P1',
|
||||
'gathdirs':['P1/en-us'],
|
||||
'gathabbrev':'P1',
|
||||
'dir':'PO',
|
||||
'abbrev':'PO',
|
||||
'gathdirs':['PO/en-us'],
|
||||
'gathabbrev':'PO',
|
||||
'gathname':'Portal',
|
||||
},
|
||||
'P2':{'name':'Portal Second Age',
|
||||
@@ -198,6 +198,7 @@ sets ={'BE':{'name':'Beta',
|
||||
},
|
||||
'TE':{'name':'Tempest',
|
||||
'dir':'TE',
|
||||
'gathdirs':['TE/en-us'],
|
||||
'abbrev':'TE',
|
||||
'gathabbrev': 'TE',
|
||||
'gathname':'Tempest',
|
||||
|
||||
Reference in New Issue
Block a user