mirror of
https://github.com/correl/mage.git
synced 2025-04-04 01:06:04 -09:00
updated various ban lists
This commit is contained in:
parent
08407eef25
commit
b5033a3b7a
5 changed files with 19 additions and 13 deletions
Mage.Server.Plugins/Mage.Deck.Constructed/src/mage/deck
|
@ -22,7 +22,7 @@ public class AusHighlander extends Constructed {
|
|||
pointMap.put("Black Lotus", 4);
|
||||
pointMap.put("Time Vault", 4);
|
||||
pointMap.put("Demonic Tutor", 3);
|
||||
pointMap.put("Imperial Seal", 3);
|
||||
pointMap.put("Mana Crypt", 3);
|
||||
pointMap.put("Mox Emerald", 3);
|
||||
pointMap.put("Mox Jet", 3);
|
||||
pointMap.put("Mox Pearl", 3);
|
||||
|
@ -30,11 +30,12 @@ public class AusHighlander extends Constructed {
|
|||
pointMap.put("Mox Sapphire", 3);
|
||||
pointMap.put("Sol Ring", 3);
|
||||
pointMap.put("Thassa's Oracle", 3);
|
||||
pointMap.put("Underworld Breach", 3);
|
||||
pointMap.put("Vampiric Tutor", 3);
|
||||
pointMap.put("Channel", 2);
|
||||
pointMap.put("Dig Through Time", 2);
|
||||
pointMap.put("Flash", 2);
|
||||
pointMap.put("Mana Crypt", 2);
|
||||
pointMap.put("Imperial Seal", 2);
|
||||
pointMap.put("Mind Twist", 2);
|
||||
pointMap.put("Mystical Tutor", 2);
|
||||
pointMap.put("Oko, Thief of Crowns", 2);
|
||||
|
@ -46,11 +47,12 @@ public class AusHighlander extends Constructed {
|
|||
pointMap.put("Balance", 1);
|
||||
pointMap.put("Birthing Pod", 1);
|
||||
pointMap.put("Crop Rotation", 1);
|
||||
pointMap.put("Dark Petition", 1);
|
||||
pointMap.put("Deathrite Shaman", 1);
|
||||
pointMap.put("Doomsday", 1);
|
||||
pointMap.put("Enlightened Tutor", 1);
|
||||
pointMap.put("Fastbond", 1);
|
||||
pointMap.put("Force of Will", 1);
|
||||
pointMap.put("Gifts Ungiven", 1);
|
||||
pointMap.put("Green Sun's Zenith", 1);
|
||||
pointMap.put("Hermit Druid", 1);
|
||||
pointMap.put("Intuition", 1);
|
||||
|
@ -77,7 +79,7 @@ public class AusHighlander extends Constructed {
|
|||
pointMap.put("Timetwister", 1);
|
||||
pointMap.put("Tolarian Academy", 1);
|
||||
pointMap.put("Umezawa's Jitte", 1);
|
||||
pointMap.put("Underworld Breach", 1);
|
||||
pointMap.put("Uro, Titan of Nature's Wrath", 1);
|
||||
pointMap.put("Wasteland", 1);
|
||||
pointMap.put("Wishclaw Talisman", 1);
|
||||
pointMap.put("Wrenn and Six", 1);
|
||||
|
|
|
@ -40,15 +40,16 @@ public class CanadianHighlander extends Constructed {
|
|||
pointMap.put("Mox Ruby", 3);
|
||||
pointMap.put("Mox Sapphire", 3);
|
||||
pointMap.put("Mystical Tutor", 2);
|
||||
pointMap.put("Natural Order", 4);
|
||||
pointMap.put("Natural Order", 3);
|
||||
pointMap.put("Price of Progress", 1);
|
||||
pointMap.put("Protean Hulk", 3);
|
||||
pointMap.put("Protean Hulk", 2);
|
||||
pointMap.put("Sol Ring", 4);
|
||||
pointMap.put("Spellseeker", 2);
|
||||
pointMap.put("Strip Mine", 3);
|
||||
pointMap.put("Summoner's Pact", 1);
|
||||
pointMap.put("Survival of the Fittest", 2);
|
||||
pointMap.put("Tainted Pact", 1);
|
||||
pointMap.put("Thassa's Oracle", 2);
|
||||
pointMap.put("Time Vault", 7);
|
||||
pointMap.put("Time Walk", 7);
|
||||
pointMap.put("Tinker", 3);
|
||||
|
@ -56,8 +57,8 @@ public class CanadianHighlander extends Constructed {
|
|||
pointMap.put("Transmute Artifact", 1);
|
||||
pointMap.put("Treasure Cruise", 1);
|
||||
pointMap.put("True-Name Nemesis", 1);
|
||||
pointMap.put("Umezawa's Jitte", 2);
|
||||
pointMap.put("Underworld Breach", 1);
|
||||
pointMap.put("Umezawa's Jitte", 1);
|
||||
pointMap.put("Underworld Breach", 2);
|
||||
pointMap.put("Vampiric Tutor", 2);
|
||||
pointMap.put("Wishclaw Talisman", 1);
|
||||
pointMap.put("Yawgmoth's Will", 2);
|
||||
|
|
|
@ -36,8 +36,9 @@ public class DuelCommander extends Commander {
|
|||
banned.add("Karakas");
|
||||
banned.add("Library of Alexandria");
|
||||
banned.add("Lion's Eye Diamond");
|
||||
banned.add("Lutri, The Spellchaser");
|
||||
banned.add("Loyal Retainers");
|
||||
banned.add("Lutri, the Spellchaser");
|
||||
banned.add("Maddening Hex");
|
||||
banned.add("Mana Crypt");
|
||||
banned.add("Mana Drain");
|
||||
banned.add("Mana Vault");
|
||||
|
@ -77,6 +78,7 @@ public class DuelCommander extends Commander {
|
|||
bannedCommander.add("Akiri, Line-Slinger");
|
||||
bannedCommander.add("Arahbo, Roar of the World");
|
||||
bannedCommander.add("Ardenn, Intrepid Archaeologist");
|
||||
bannedCommander.add("Asmoranomardicadaistinaculdacar");
|
||||
bannedCommander.add("Baral, Chief of Compliance");
|
||||
bannedCommander.add("Breya, Etherium Shaper");
|
||||
bannedCommander.add("Bruse Tarl, Boorish Herder");
|
||||
|
@ -106,6 +108,7 @@ public class DuelCommander extends Commander {
|
|||
bannedCommander.add("Tymna, the Weaver");
|
||||
bannedCommander.add("Urza, Lord High Artificer");
|
||||
bannedCommander.add("Vial Smasher the Fierce");
|
||||
bannedCommander.add("Winota, Joiner of Forces");
|
||||
bannedCommander.add("Yuriko, the Tiger's Shadow");
|
||||
bannedCommander.add("Zurgo Bellstriker");
|
||||
}
|
||||
|
|
|
@ -25,7 +25,6 @@ public class Oathbreaker extends Vintage {
|
|||
setName("Oathbreaker");
|
||||
|
||||
// banned = vintage + oathbreaker's list: https://oathbreakermtg.org/banned-list/
|
||||
// last updated 4/24/20 - Dark Ritual banned
|
||||
banned.add("Ad Nauseam");
|
||||
banned.add("Ancestral Recall");
|
||||
banned.add("Balance");
|
||||
|
@ -77,7 +76,6 @@ public class Oathbreaker extends Vintage {
|
|||
banned.add("Tooth and Nail");
|
||||
banned.add("Trade Secrets");
|
||||
banned.add("Upheaval");
|
||||
banned.add("Worldfire");
|
||||
banned.add("Yawgmoth's Bargain");
|
||||
}
|
||||
|
||||
|
|
|
@ -28,12 +28,12 @@ public class TinyLeaders extends Constructed {
|
|||
}
|
||||
}
|
||||
//Banned list from tinyleaders.blodspot.ca/p/ban-list.html
|
||||
//Ban list updated as of 11/08/14
|
||||
banned.add("Ancestral Recall");
|
||||
banned.add("Balance");
|
||||
banned.add("Black Lotus");
|
||||
banned.add("Black Vise");
|
||||
banned.add("Channel");
|
||||
banned.add("Codie, Vociferous Codex");
|
||||
banned.add("Counterbalance");
|
||||
banned.add("Demonic Tutor");
|
||||
banned.add("Earthcraft");
|
||||
|
@ -57,14 +57,16 @@ public class TinyLeaders extends Constructed {
|
|||
banned.add("Mox Pearl");
|
||||
banned.add("Mox Ruby");
|
||||
banned.add("Mox Sapphire");
|
||||
banned.add("Najeela, the Blade Blossom");
|
||||
banned.add("Najeela, the Blade-Blossom");
|
||||
banned.add("Necropotence");
|
||||
banned.add("Shahrazad");
|
||||
banned.add("Sisay, Weatherlight Captain");
|
||||
banned.add("Skullclamp");
|
||||
banned.add("Sol Ring");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Survival of the Fittest");
|
||||
banned.add("Sword of Body and Mind");
|
||||
banned.add("Thassa's Oracle");
|
||||
banned.add("The Tabernacle at Pendrell Vale");
|
||||
banned.add("Time Vault");
|
||||
banned.add("Time Walk");
|
||||
|
|
Loading…
Add table
Reference in a new issue