mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
update Premodern ban list (#10738)
* On July 15th Land Tax got banned, see more details: https://premodernmagic.com/blog/ban-list-update-2023/ * Update Ban List (added "playing for ante" cards)
This commit is contained in:
parent
ffe922cdb1
commit
005f32cfff
1 changed files with 9 additions and 1 deletions
|
|
@ -42,9 +42,12 @@ public class Premodern extends Constructed {
|
|||
setCodes.add(mage.sets.Legions.getInstance().getCode());
|
||||
setCodes.add(mage.sets.Scourge.getInstance().getCode());
|
||||
|
||||
// Ban List
|
||||
// Ban List see: https://scryfall.com/search?q=banned%3Apremodern&as=checklist
|
||||
// Updated last time 02-08-2023 (https://premodernmagic.com/blog/ban-list-update-2023/)
|
||||
banned.add("Amulet of Quoz");
|
||||
banned.add("Balance");
|
||||
banned.add("Brainstorm");
|
||||
banned.add("Bronze Tablet");
|
||||
banned.add("Channel");
|
||||
banned.add("Demonic Consultation");
|
||||
banned.add("Earthcraft");
|
||||
|
|
@ -53,15 +56,20 @@ public class Premodern extends Constructed {
|
|||
banned.add("Force of Will");
|
||||
banned.add("Goblin Recruiter");
|
||||
banned.add("Grim Monolith");
|
||||
banned.add("Jeweled Bird");
|
||||
banned.add("Land Tax");
|
||||
banned.add("Mana Vault");
|
||||
banned.add("Memory Jar");
|
||||
banned.add("Mind's Desire");
|
||||
banned.add("Mind Twist");
|
||||
banned.add("Mystical Tutor");
|
||||
banned.add("Necropotence");
|
||||
banned.add("Rebirth");
|
||||
banned.add("Strip Mine");
|
||||
banned.add("Tempest Efreet");
|
||||
banned.add("Tendrils of Agony");
|
||||
banned.add("Time Spiral");
|
||||
banned.add("Timmerian Fiends");
|
||||
banned.add("Tolarian Academy");
|
||||
banned.add("Vampiric Tutor");
|
||||
banned.add("Windfall");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue