Erwan
- Added a way to name and describe AI Decks. Let's find cool names and descriptions :)
This commit is contained in:
@@ -19,7 +19,7 @@ import os
|
||||
import os.path
|
||||
from mtgCommon import *
|
||||
|
||||
setinfo=sets['OD']
|
||||
setinfo=sets['UZ']
|
||||
stripReminderText = False
|
||||
conffile = open(setinfo['dir'] + ".conf", 'w')
|
||||
|
||||
|
||||
@@ -16,6 +16,13 @@ sets ={'BE':{'name':'Beta',
|
||||
'gathabbrev': '3E',
|
||||
'gathname':'RevisedEdition'
|
||||
},
|
||||
'ARB':{'name':'Alara Reborn',
|
||||
'dir':'ARB',
|
||||
'abbrev':'ARB',
|
||||
'gathdirs':['ARB/en-us'],
|
||||
'gathabbrev': 'ARB',
|
||||
'gathname':'Alara%20Reborn'
|
||||
},
|
||||
'4E':{'name':'4th Edition',
|
||||
'dir':'4E',
|
||||
'abbrev':'4E',
|
||||
@@ -229,10 +236,11 @@ sets ={'BE':{'name':'Beta',
|
||||
'gathabbrev': 'EX',
|
||||
'gathname':'Exodus',
|
||||
},
|
||||
'US':{'name':'Urza\'s Saga',
|
||||
'dir':'US',
|
||||
'abbrev':'US',
|
||||
'UZ':{'name':'Urza\'s Saga',
|
||||
'dir':'UZ',
|
||||
'abbrev':'UZ',
|
||||
'gathabbrev': 'UZ',
|
||||
'gathdirs':['UZ/en-us'],
|
||||
'gathname':'UrzasSaga',
|
||||
},
|
||||
'UL':{'name':'Urza\'s Legacy',
|
||||
@@ -250,7 +258,7 @@ sets ={'BE':{'name':'Beta',
|
||||
'MM':{'name':'Mercadian Masques',
|
||||
'dir':'MM',
|
||||
'abbrev':'MM',
|
||||
'gathdirs':['MM/en-us'],
|
||||
'gathdirs':['MM/en-us'],
|
||||
'gathabbrev': 'MM',
|
||||
'gathname':'MercadianMasques',
|
||||
},
|
||||
@@ -360,10 +368,11 @@ sets ={'BE':{'name':'Beta',
|
||||
'gathabbrev': 'SOK',
|
||||
'gathname':'SaviorsofKamigawa',
|
||||
},
|
||||
'RA':{'name':'Ravnica: City of Guilds',
|
||||
'dir':'RA',
|
||||
'abbrev':'RA',
|
||||
'RAV':{'name':'Ravnica: City of Guilds',
|
||||
'dir':'RAV',
|
||||
'abbrev':'RAV',
|
||||
'gathabbrev': 'RAV',
|
||||
'gathdirs':['RAV/en-us'],
|
||||
'gathname':'RavnicaCityofGuilds',
|
||||
},
|
||||
'GP':{'name':'Guildpact',
|
||||
|
||||
Reference in New Issue
Block a user