mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated ban lists
This commit is contained in:
parent
362352954b
commit
bbda050cfe
4 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,6 @@ import java.util.GregorianCalendar;
|
|||
|
||||
/**
|
||||
* @author mikalinn777
|
||||
*
|
||||
* Historic is a nonrotating format in MTGA. https://mtg.gamepedia.com/Historic_(format)
|
||||
*/
|
||||
public class Historic extends Constructed {
|
||||
|
@ -55,5 +54,6 @@ public class Historic extends Constructed {
|
|||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Once Upon a Time");
|
||||
banned.add("Veil of Summer");
|
||||
banned.add("Burning-Tree Emissary");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@ public class Modern extends Constructed {
|
|||
}
|
||||
|
||||
banned.add("Ancient Den");
|
||||
banned.add("Arcum's Astrolabe");
|
||||
banned.add("Birthing Pod");
|
||||
banned.add("Blazing Shoal");
|
||||
banned.add("Bridge from Below");
|
||||
|
|
|
@ -27,6 +27,7 @@ public class Pauper extends Constructed {
|
|||
banned.add("Cranial Plating");
|
||||
banned.add("Daze");
|
||||
banned.add("Empty the Warrens");
|
||||
banned.add("Expedition Map");
|
||||
banned.add("Frantic Search");
|
||||
banned.add("Gitaxian Probe");
|
||||
banned.add("Grapeshot");
|
||||
|
@ -34,6 +35,7 @@ public class Pauper extends Constructed {
|
|||
banned.add("Hight Tide");
|
||||
banned.add("Hymn to Tourach");
|
||||
banned.add("Invigorate");
|
||||
banned.add("Mystic Sanctuary");
|
||||
banned.add("Peregrine Drake");
|
||||
banned.add("Sinkhole");
|
||||
banned.add("Temporal Fissure");
|
||||
|
|
|
@ -32,7 +32,6 @@ public class Pioneer extends Constructed {
|
|||
banned.add("Field of the Dead");
|
||||
banned.add("Leyline of Abundance");
|
||||
banned.add("Nexus of Fate");
|
||||
banned.add("Oath of Nissa");
|
||||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Once Upon a Time");
|
||||
banned.add("Smuggler's Copter");
|
||||
|
|
Loading…
Reference in a new issue