mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Add cards to banned lists (#8616)
* Ban Invoke Prejudice * Update banlist https://www.hipstersofthecoast.com/2020/06/wizards-bans-7-cards-that-depict-racism-including-invoke-prejudice/ * Update Legacy banlist https://www.hipstersofthecoast.com/2020/06/wizards-bans-7-cards-that-depict-racism-including-invoke-prejudice/ * Update banlist https://www.hipstersofthecoast.com/2020/06/wizards-bans-7-cards-that-depict-racism-including-invoke-prejudice/ * Add stone-throwing devils to banlist * Add Stone-Throwing Devils * Update banlist https://www.hipstersofthecoast.com/2020/06/wizards-bans-7-cards-that-depict-racism-including-invoke-prejudice/ * Update banist https://www.hipstersofthecoast.com/2020/06/wizards-bans-7-cards-that-depict-racism-including-invoke-prejudice/
This commit is contained in:
parent
e1ffef81ba
commit
4d0f53da67
5 changed files with 35 additions and 0 deletions
|
@ -43,7 +43,9 @@ public class Commander extends Constructed {
|
|||
banned.add("Black Lotus");
|
||||
banned.add("Braids, Cabal Minion");
|
||||
banned.add("Channel");
|
||||
banned.add("Cleanse");
|
||||
banned.add("Coalition Victory");
|
||||
banned.add("Crusade");
|
||||
banned.add("Emrakul, the Aeons Torn");
|
||||
banned.add("Erayo, Soratami Ascendant");
|
||||
banned.add("Fastbond");
|
||||
|
@ -52,7 +54,10 @@ public class Commander extends Constructed {
|
|||
banned.add("Golos, Tireless Pilgrim");
|
||||
banned.add("Griselbrand");
|
||||
banned.add("Hullbreacher");
|
||||
banned.add("Imprison");
|
||||
banned.add("Invoke Prejudice");
|
||||
banned.add("Iona, Shield of Emeria");
|
||||
banned.add("Jihad");
|
||||
banned.add("Karakas");
|
||||
banned.add("Leovold, Emissary of Trest");
|
||||
banned.add("Library of Alexandria");
|
||||
|
@ -65,10 +70,12 @@ public class Commander extends Constructed {
|
|||
banned.add("Mox Sapphire");
|
||||
banned.add("Panoptic Mirror");
|
||||
banned.add("Paradox Engine");
|
||||
banned.add("Pradesh Gypsies");
|
||||
banned.add("Primeval Titan");
|
||||
banned.add("Prophet of Kruphix");
|
||||
banned.add("Recurring Nightmare");
|
||||
banned.add("Rofellos, Llanowar Emissary");
|
||||
banned.add("Stone-Throwing Devils");
|
||||
banned.add("Sundering Titan");
|
||||
banned.add("Sway of the Stars");
|
||||
banned.add("Sylvan Primordial");
|
||||
|
|
|
@ -15,6 +15,8 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Cavern of Souls");
|
||||
banned.add("Channel");
|
||||
banned.add("Chrome Mox");
|
||||
banned.add("Cleanse");
|
||||
banned.add("Crusade");
|
||||
banned.add("Deflecting Swat");
|
||||
banned.add("Dig Through Time");
|
||||
banned.add("Eidolon of the Great Revel");
|
||||
|
@ -32,7 +34,10 @@ public class DuelCommander extends Commander {
|
|||
banned.add("High Tide");
|
||||
banned.add("Humility");
|
||||
banned.add("Imperial Seal");
|
||||
banned.add("Imprison");
|
||||
banned.add("Invoke Prejudice");
|
||||
banned.add("Jeweled Lotus");
|
||||
banned.add("Jihad");
|
||||
banned.add("Karakas");
|
||||
banned.add("Library of Alexandria");
|
||||
banned.add("Lion's Eye Diamond");
|
||||
|
@ -55,11 +60,13 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Necrotic Ooze");
|
||||
banned.add("Oath of Druids");
|
||||
banned.add("Polymorph");
|
||||
banned.add("Pradesh Gypsies");
|
||||
banned.add("Price of Progress");
|
||||
banned.add("Protean Hulk");
|
||||
banned.add("Scapeshift");
|
||||
banned.add("Sensei's Divining Top");
|
||||
banned.add("Sol Ring");
|
||||
banned.add("Stone-Throwing Devils");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Temporal Manipulation");
|
||||
banned.add("Thassa's Oracle");
|
||||
|
|
|
@ -43,6 +43,8 @@ public class EuropeanHighlander extends Constructed {
|
|||
banned.add("Assemble the Rank and Vile");
|
||||
banned.add("Backup Plan");
|
||||
banned.add("Brago's Favor");
|
||||
banned.add("Cleanse");
|
||||
banned.add("Crusade");
|
||||
banned.add("Double Stroke");
|
||||
banned.add("Echoing Boon");
|
||||
banned.add("Emissary's Ploy");
|
||||
|
@ -50,15 +52,20 @@ public class EuropeanHighlander extends Constructed {
|
|||
banned.add("Hold the Perimeter");
|
||||
banned.add("Hymn of the Wilds");
|
||||
banned.add("Immediate Action");
|
||||
banned.add("Imprison");
|
||||
banned.add("Incendiary Dissent");
|
||||
banned.add("Iterative Analysis");
|
||||
banned.add("Invoke Prejudice");
|
||||
banned.add("Jihad");
|
||||
banned.add("Muzzio's Preparations");
|
||||
banned.add("Natural Unity");
|
||||
banned.add("Power Play");
|
||||
banned.add("Pradesh Gypsies");
|
||||
banned.add("Secrets of Paradise");
|
||||
banned.add("Secret Summoning");
|
||||
banned.add("Sentinel Dispatch");
|
||||
banned.add("Sovereign's Realm");
|
||||
banned.add("Stone-Throwing Devils");
|
||||
banned.add("Summoner's Bond");
|
||||
banned.add("Unexpected Potential");
|
||||
banned.add("Weight Advantage");
|
||||
|
|
|
@ -28,7 +28,9 @@ public class Legacy extends Constructed {
|
|||
banned.add("Bronze Tablet");
|
||||
banned.add("Channel");
|
||||
banned.add("Chaos Orb");
|
||||
banned.add("Cleanse");
|
||||
banned.add("Contract from Below");
|
||||
banned.add("Crusade");
|
||||
banned.add("Darkpact");
|
||||
banned.add("Deathrite Shaman");
|
||||
banned.add("Demonic Attorney");
|
||||
|
@ -48,8 +50,11 @@ public class Legacy extends Constructed {
|
|||
banned.add("Hermit Druid");
|
||||
banned.add("Immediate Action");
|
||||
banned.add("Imperial Seal");
|
||||
banned.add("Imprison");
|
||||
banned.add("Invoke Prejudice");
|
||||
banned.add("Iterative Analysis");
|
||||
banned.add("Jeweled Bird");
|
||||
banned.add("Jihad");
|
||||
banned.add("Library of Alexandria");
|
||||
banned.add("Lurrus of the Dream-Den");
|
||||
banned.add("Mana Crypt");
|
||||
|
@ -71,6 +76,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Oath of Druids");
|
||||
banned.add("Oko, Thief of Crowns");
|
||||
banned.add("Power Play");
|
||||
banned.add("Pradesh Gypsies");
|
||||
banned.add("Ragavan, Nimble Pilferer");
|
||||
banned.add("Rebirth");
|
||||
banned.add("Secret Summoning");
|
||||
|
@ -80,6 +86,7 @@ public class Legacy extends Constructed {
|
|||
banned.add("Shahrazad");
|
||||
banned.add("Skullclamp");
|
||||
banned.add("Sol Ring");
|
||||
banned.add("Stone-Throwing Devils");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Survival of the Fittest");
|
||||
banned.add("Tempest Efreet");
|
||||
|
|
|
@ -22,21 +22,28 @@ public class Vintage extends Constructed {
|
|||
banned.add("Brago's Favor");
|
||||
banned.add("Bronze Tablet");
|
||||
banned.add("Chaos Orb");
|
||||
banned.add("Cleanse");
|
||||
banned.add("Crusade");
|
||||
banned.add("Contract from Below");
|
||||
banned.add("Darkpact");
|
||||
banned.add("Demonic Attorney");
|
||||
banned.add("Double Stroke");
|
||||
banned.add("Falling Star");
|
||||
banned.add("Immediate Action");
|
||||
banned.add("Imprison");
|
||||
banned.add("Invoke Prejudice");
|
||||
banned.add("Iterative Analysis");
|
||||
banned.add("Jeweled Bird");
|
||||
banned.add("Jihad");
|
||||
banned.add("Muzzio's Preparations");
|
||||
banned.add("Power Play");
|
||||
banned.add("Pradesh Gypsies");
|
||||
banned.add("Rebirth");
|
||||
banned.add("Secret Summoning");
|
||||
banned.add("Secrets of Paradise");
|
||||
banned.add("Sentinel Dispatch");
|
||||
banned.add("Shahrazad");
|
||||
banned.add("Stone-Throwing Devils");
|
||||
banned.add("Tempest Efreet");
|
||||
banned.add("Timmerian Fiends");
|
||||
banned.add("Unexpected Potential");
|
||||
|
|
Loading…
Reference in a new issue