[AFC] added set

This commit is contained in:
Evan Kranzler 2021-07-05 19:53:46 -04:00
parent 462f38528b
commit 44c2eaa22b
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,21 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.SetType;
/**
* @author TheElk801
*/
public final class ForgottenRealmsCommander extends ExpansionSet {
private static final ForgottenRealmsCommander instance = new ForgottenRealmsCommander();
public static ForgottenRealmsCommander getInstance() {
return instance;
}
private ForgottenRealmsCommander() {
super("Adventures in the Forgotten Realms Commander", "AFC", ExpansionSet.buildDate(2021, 7, 23), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
}
}

View file

@ -1,4 +1,5 @@
Adventures in the Forgotten Realms|AdventuresInTheForgottenRealms|
Forgotten Realms Commander|ForgottenRealmsCommander|
Aether Revolt|AetherRevolt|
Alara Reborn|AlaraReborn|
Alliances|Alliances|

View file

@ -41858,3 +41858,7 @@ Swamp|Modern Horizons 2|485|C||Basic Land - Swamp|||({T}: Add {B}.)|
Mountain|Modern Horizons 2|487|C||Basic Land - Mountain|||({T}: Add {R}.)|
Forest|Modern Horizons 2|489|C||Basic Land - Forest|||({T}: Add {G}.)|
Sanctum Prelate|Modern Horizons 2|491|M|{1}{W}{W}|Creature - Human Cleric|2|2|As Sanctum Prelate enters the battlefield, choose a number.$Noncreature spells with mana value equal to the chosen number can't be cast.|
Galea, Kindler of Hope|Forgotten Realms Commander|1|M|{1}{G}{U}{W}|Legendary Creature - Elf Knight|4|4|Vigilance$You may look at the top card of your library any time.$You may cast Aura and Equipment spells from the top of your library. When you cast an Equipment spell this way, it gains "When this Equipment enters the battlefield, attach it to target creature you control."|
Prosper, Tome-Bound|Forgotten Realms Commander|2|M|{2}{B}{R}|Legendary Creature - Tiefling Warlock|1|4|Deathtouch$Mystic Arcanum — At the beginning of your end step, exile the top card of your library. Until the end of your next turn, you may play that card.$Pact Boon — Whenever you play a card from exile, create a Treasure token.|
Sefris of the Hidden Ways|Forgotten Realms Commander|3|M|{W}{U}{B}|Legendary Creature - Human Wizard|2|3|Whenever one or more creature cards are put into your graveyard from anywhere, venture into the dungeon. This ability triggers only once each turn.$Create Undead — Whenever you complete a dungeon, return target creature card from your graveyard to the battlefield.|
Vrondiss, Rage of Ancients|Forgotten Realms Commander|4|M|{3}{R}{G}|Legendary Creature - Dragon Barbarian|5|4|Enrage — Whenever Vrondiss, Rage of Ancients is dealt damage, you may create a 5/4 red and green Dragon Spirit creature token with "When this creature deals damage, sacrifice it."$Whenever you roll one or more dice, you may have Vrondiss, Rage of Ancients deal 1 damage to itself.|

View file

@ -9,6 +9,7 @@ Seventh Edition|7ED|
Eighth Edition|8ED|
Ninth Edition|9ED|
Adventures in the Forgotten Realms|AFR|
Forgotten Realms Commander|AFC|
Aether Revolt|AER|
Amonkhet|AKH|
Shards of Alara|ALA|