[BOT] add set

This commit is contained in:
Evan Kranzler 2022-09-30 22:07:27 -04:00
parent 9706274141
commit 3a9a2ed135
2 changed files with 33 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 Transformers extends ExpansionSet {
private static final Transformers instance = new Transformers();
public static Transformers getInstance() {
return instance;
}
private Transformers() {
super("Transformers", "BOT", ExpansionSet.buildDate(2022, 11, 18), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
}
}

View file

@ -46233,3 +46233,15 @@ Skullclamp|The Brothers' War Commander|159|U|{1}|Artifact - Equipment|||Equipped
Sol Ring|The Brothers' War Commander|160|U|{1}|Artifact|||{T}: Add {C}{C}.|
Command Tower|The Brothers' War Commander|178|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
Reliquary Tower|The Brothers' War Commander|196|U||Land|||You have no maximum hand size.${T}: Add {C}.|
Starscream, Power Hungry|Transformers|5|M|{3}{B}|Legendary Artifact Creature - Robot|2|3|More Than Meets the Eye {2}{B}$Flying$Whenever you draw a card, if you're the monarch, target opponent loses 2 life.$Whenever one or more creatures deal combat damage to you, convert Starscream.|
Starscream, Seeker Leader|Transformers|5|M||Legendary Artifact - Vehicle|2|3|Living metal$Flying, menace, haste$Whenever Starscream deals combat damage to a player, if there is no monarch, that player becomes the monarch.$Whenever you become the monarch, convert Starscream.|
Slicer, Hired Muscle|Transformers|6|M|{4}{R}|Legendary Artifact Creature - Robot|3|4|More Than Meets the Eye {2}{R}$Double strike, haste$At the beginning of each opponent's upkeep, you may have that player gain control of Slicer until end of turn. If you do, untap Slicer, goad it, and it can't be sacrificed this turn. If you don't, convert it.|
Slicer, High-Speed Antagonist|Transformers|6|M||Legendary Artifact - Vehicle|3|2|Living metal$First strike, haste$Whenever Slicer deals combat damage to a player, convert it at end of combat.|
Flamewar, Brash Veteran|Transformers|10|M|{1}{B}{R}|Legendary Artifact Creature - Robot|3|2|More Than Meets the Eye {B}{R}$Sacrifice another artifact: Put a +1/+1 counter on Flamewar and convert it. Activate only as a sorcery.${1}, Discard your hand: Put all exiled cards you own with intel counters on them into your hand.|
Flamewar, Streetwise Operative|Transformers|10|M||Legendary Artifact - Vehicle|2|1|Living metal$Menace, deathtouch$Whenever Flamewar deals combat damage to a player, exile that many cards from the top of your library face down. Put an intel counter on each of them. Convert Flamewar.|
Goldbug, Humanity's Ally|Transformers|11|M|{1}{W}{U}|Legendary Artifact Creature - Robot|3|3|More Than Meets the Eye {W}{U}$Prevent all combat damage that would be dealt to attacking Humans you control.$Whenever you cast your second spell each turn, convert Goldbug.|
Goldbug, Scrappy Scout|Transformers|11|M||Legendary Artifact - Vehicle|1|3|Living metal$Human spells you control can't be countered.$Whenever Goldbug and at least one Human attack, draw a card and convert Goldbug.|
Optimus Prime, Hero|Transformers|13|M|{3}{U}{R}{W}|Legendary Artifact Creature - Robot|4|8|More Than Meets the Eye {2}{U}{R}{W}$At the beginning of each step, bolster 1.$When Optimus Prime dies, return it to the battlefield converted under its owner's control.|
Optimus Prime, Autobot Leader|Transformers|13|M||Legendary Artifact - Vehicle|6|8|Living metal$Trample$Whenever you attack, bolster 2. The chosen creature gains trample until end of turn. When that creature deals combat damage to a player this turn, convert Optimus Prime.|
Soundwave, Sonic Spy|Transformers|14|M|{1}{W}{U}{B}|Legendary Artifact Creature - Robot|5|4|More Than Meets the Eye {2}{W}{U}{B}$Whenever one or more creature tokens you control deal combat damage to a player, exile target instant or sorcery card with mana value equal to the damage dealt from their graveyard. Copy it. You may cast the copy without paying its mana cost. If you do, convert Soundwave.|
Soundwave, Superior Champion|Transformers|14|M||Legendary Artifact|||Whenever you cast a spell with an odd mana value, convert Soundwave. If you do, create Ravage, a legendary 3/3 black Robot artifact creature token with menace and deathtouch.$Whenever you cast a spell with an even mana value, convert Soundwave. If you do, create Laserbeak, a 2/2 blue Robot artifact creature token with flying and hexproof.|