Susucre 2024-06-07 17:25:50 +02:00
parent 21b0701597
commit be58777f7b
4 changed files with 11 additions and 1 deletions

View file

@ -16,6 +16,8 @@ public class Legacy extends Constructed {
setCodes.add(set.getCode());
}
}
banned.add("\"Name Sticker\" Goblin");
banned.add("Ancestral Recall");
banned.add("Arcum's Astrolabe");
banned.add("Balance");

View file

@ -70,8 +70,8 @@ public class Modern extends Constructed {
banned.add("Umezawa's Jitte");
banned.add("Up the Beanstalk");
banned.add("Uro, Titan of Nature's Wrath");
banned.add("Yorion, Sky Nomad");
banned.add("Vault of Whispers");
banned.add("Violent Outburst");
banned.add("Yorion, Sky Nomad");
}
}

View file

@ -21,6 +21,8 @@ public class Pauper extends Constructed {
rarities.add(Rarity.COMMON);
rarities.add(Rarity.LAND);
banned.add("Aarakocra Sneak");
banned.add("All That Glitters");
banned.add("Arcum's Astrolabe");
banned.add("Atog");
banned.add("Bonder's Ornament");
@ -28,6 +30,7 @@ public class Pauper extends Constructed {
banned.add("Cloud of Faeries");
banned.add("Cloudpost");
banned.add("Cranial Plating");
banned.add("Cranial Ram");
banned.add("Daze");
banned.add("Disciple of the Vault");
banned.add("Empty the Warrens");
@ -45,8 +48,11 @@ public class Pauper extends Constructed {
banned.add("Peregrine Drake");
banned.add("Prophetic Prism");
banned.add("Sinkhole");
banned.add("Stirring Bard");
banned.add("Sojourner's Companion");
banned.add("Temporal Fissure");
banned.add("Treasure Cruise");
banned.add("Underdark Explorer");
banned.add("Vicious Battlerager");
}
}

View file

@ -16,6 +16,8 @@ public class Vintage extends Constructed {
setCodes.add(set.getCode());
}
}
banned.add("\"Name Sticker\" Goblin");
restricted.add("Ancestral Recall");
restricted.add("Balance");
restricted.add("Black Lotus");