mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
[ORI] Added 47 cards.
This commit is contained in:
parent
d738a5ccce
commit
adefaf890a
49 changed files with 2532 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ public class ConstructedFormats {
|
|||
public static final String MODERN = "- Modern";
|
||||
|
||||
private static final Map<String, List<String>> underlyingSetCodesPerFormat = new HashMap<>();
|
||||
private static final List<String> formats = new ArrayList<String>();
|
||||
private static final List<String> formats = new ArrayList<>();
|
||||
|
||||
private ConstructedFormats() {
|
||||
}
|
||||
|
|
@ -59,7 +59,7 @@ public class ConstructedFormats {
|
|||
else {
|
||||
cutoff = new GregorianCalendar(calendar.get(Calendar.YEAR) - 2, Calendar.SEPTEMBER, 1);
|
||||
}
|
||||
final Map<String, ExpansionInfo> expansionInfo = new HashMap<String, ExpansionInfo>();
|
||||
final Map<String, ExpansionInfo> expansionInfo = new HashMap<>();
|
||||
for (ExpansionInfo set : ExpansionRepository.instance.getAll()) {
|
||||
expansionInfo.put(set.getName(), set);
|
||||
formats.add(set.getName());
|
||||
|
|
|
|||
|
|
@ -64,6 +64,6 @@ ddd=gvl
|
|||
unh=uh
|
||||
dde=pvc
|
||||
# Remove setname as soon as the images can be downloaded
|
||||
ignore.urls=TOK,MMB,ORI
|
||||
ignore.urls=TOK,MMB
|
||||
# sets ordered by release time (newest goes first)
|
||||
token.lookup.order=TPR,MPRP,DD3,DDO,ORI,MMB,PTC,DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC
|
||||
Loading…
Add table
Add a link
Reference in a new issue