Added CMR set, added Monarch game mode, added/fix several primitives and improved Android downloader.
This commit is contained in:
@@ -68,5 +68,8 @@ auto=@each secondmain:removeMana(*)
|
||||
auto=@each end:removeMana(*)
|
||||
auto=@each cleanup:removeMana(*)
|
||||
|
||||
#Monarch rule
|
||||
auto=@each my endofturn restriction{compare(pmonarch)~morethan~0}:draw:1
|
||||
|
||||
#reset Creature damage at the cleanup phase
|
||||
auto=@each cleanup:all(*|myBattlefield) resetDamage
|
||||
2941
projects/mtg/bin/Res/sets/CMR/_cards.dat
Normal file
2941
projects/mtg/bin/Res/sets/CMR/_cards.dat
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ grade=crappy
|
||||
###1. Decimate should only be castable if there are 4 legal targets.###
|
||||
###2. Decimate should fizzle if 1 or more of the 4 targets become illegal or cease to exist.###
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 04-07-2020
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 30-11-2020
|
||||
[card]
|
||||
name=Decimate
|
||||
auto=ability$!destroy target(artifact)!$ controller
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#Primitives Pack for Wagic the Homebrew.
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 12-10-2020
|
||||
#I sorted this programatically so the other comments are removed except for AUTO_DEFINE - Vitty85 30-11-2020
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
grade=borderline
|
||||
#Planeswalkers Primitives Pack for Wagic the Homebrew.
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#We sorted this in alphabetical order - Luruz & Vitty85 12-10-2020
|
||||
#We sorted this in alphabetical order - Luruz & Vitty85 30-11-2020
|
||||
[card]
|
||||
primitive=Abian, Luvion Usurper
|
||||
id=476217
|
||||
@@ -2347,6 +2347,17 @@ type=Legendary Planeswalker
|
||||
subtype=Teferi
|
||||
[/card]
|
||||
[card]
|
||||
name=Tevesh Szat, Doom of Fools
|
||||
abilities=partner
|
||||
auto=counter(0/0,4,loyalty)
|
||||
auto={C(0/0,1,Loyalty)}:name(+1: Sacrifice and draw 2 cards) target(*[creature;planeswalker]|mybattlefield) sacrifice and!(draw:1)!
|
||||
auto={C(0/0,2,Loyalty)}:name(+2: Create two 0/1 black Thrull) token(Thrull,Creature Thrull,0/1,black)*2
|
||||
text=+2: Create two 0/1 black Thrull creature tokens. -- +1: You may sacrifice another creature or planeswalker. If you do, draw two cards, then draw another card if the sacrificed permanent was a commander. -- −10: Gain control of all commanders. Put all commanders from the command zone onto the battlefield under your control. -- Tevesh Szat, Doom of Fools can be your commander. -- Partner
|
||||
mana={4}{B}
|
||||
type=Legendary Planeswalker
|
||||
subtype=Szat
|
||||
[/card]
|
||||
[card]
|
||||
name=Teyo, the Shieldmage
|
||||
abilities=opponentshroud
|
||||
auto=counter(0/0,5,loyalty)
|
||||
|
||||
@@ -2,7 +2,7 @@ grade=unsupported
|
||||
#The cards in this file are not implemented/incomplete yet.
|
||||
#Updated Card lists not in primitives (Borderline, Crappy, Unsupported and Missing Cards up to Aether Revolt) as of 3/14/2017
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programatically - Vitty85 12-10-2020
|
||||
#I sorted this programatically - Vitty85 30-11-2020
|
||||
[card]
|
||||
name="Ach! Hans, Run!"
|
||||
text=At the beginning of your upkeep, you may say "Ach Hans, run It's the . . ." and name a creature card. If you do, search your library for the named card, put it into play, then shuffle your library. That creature has haste. Remove it from the game at end of turn.
|
||||
@@ -64,12 +64,6 @@ mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Aminatou's Augury
|
||||
text=Exile the top eight cards of your library. You may put a land card from among them onto the battlefield. Until end of turn, for each nonland card type, you may cast a spell of that type from among the exiled cards without paying its mana cost.
|
||||
mana={6}{U}{U}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Absolver Thrull
|
||||
text=Haunt (When this creature dies, exile it haunting target creature.) -- When Absolver Thrull enters the battlefield or the creature it haunts dies, destroy target enchantment.
|
||||
mana={3}{W}
|
||||
@@ -319,12 +313,27 @@ mana={1}{U}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Amareth, the Lustrous
|
||||
text=Flying -- Whenever another permanent enters the battlefield under your control, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.
|
||||
mana={3}{G}{W}{U}
|
||||
type=Legendary Creature
|
||||
subtype=Dragon
|
||||
power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Ambiguity
|
||||
text=Whenever a player plays a spell that counters a spell that has been played or a player plays a spell that comes into play with counters, that player may counter the next spell played or put an additional counter on a permanent that has already been played, but not countered.
|
||||
mana={2}{U}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Aminatou's Augury
|
||||
text=Exile the top eight cards of your library. You may put a land card from among them onto the battlefield. Until end of turn, for each nonland card type, you may cast a spell of that type from among the exiled cards without paying its mana cost.
|
||||
mana={6}{U}{U}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Amulet of Quoz
|
||||
text=Remove Amulet of Quoz from your deck before playing if you're not playing for ante. -- {T}, Sacrifice Amulet of Quoz: Target opponent may add the top card of his or her library to the ante. If he or she doesn't, you flip a coin. If you win the flip, that player loses the game. If you lose the flip, you lose the game. Activate this ability only during your upkeep.
|
||||
mana={6}
|
||||
@@ -445,6 +454,15 @@ text=When you set this scheme in motion, until your next turn, if a source would
|
||||
type=Scheme
|
||||
[/card]
|
||||
[card]
|
||||
name=Araumi of the Dead Tide
|
||||
text={T}, Exile cards from your graveyard equal to the number of opponents you have: Target creature card in your graveyard gains encore until end of turn. The encore cost is equal to its mana cost. (Exile the creature card and pay its mana cost: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)
|
||||
mana={1}{U}{B}
|
||||
type=Legendary Creature
|
||||
subtype=Merfolk Wizard
|
||||
power=1
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Arc Blade
|
||||
text=Arc Blade deals 2 damage to target creature or player. Exile Arc Blade with three time counters on it. -- Suspend 3—{2}{R} (Rather than cast this card from your hand, you may pay {2}{R} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)
|
||||
mana={3}{R}{R}
|
||||
@@ -690,6 +708,12 @@ type=Artifact
|
||||
subtype=Contraption
|
||||
[/card]
|
||||
[card]
|
||||
name=Autumn's Veil
|
||||
text=Spells you control can't be countered by blue or black spells this turn, and creatures you control can't be the targets of blue or black spells this turn.
|
||||
mana={G}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Autumn-Tail, Kitsune Sage
|
||||
text={1}: Attach target Aura attached to a creature to another creature.
|
||||
type=Legendary Creature
|
||||
@@ -698,12 +722,6 @@ power=4
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Autumn's Veil
|
||||
text=Spells you control can't be countered by blue or black spells this turn, and creatures you control can't be the targets of blue or black spells this turn.
|
||||
mana={G}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Avacyn's Judgment
|
||||
text=Madness {X}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.) -- Avacyn's Judgment deals 2 damage divided as you choose among any number of target creatures and/or players. If Avacyn's Judgment's madness cost was paid, it deals X damage divided as you choose among those creatures and/or players instead.
|
||||
mana={1}{R}
|
||||
@@ -770,6 +788,15 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Averna, the Chaos Bloom
|
||||
text=As you cascade, you may put a land card from among the exiled cards onto the battlefield tapped. (Do this after the last card is exiled but before deciding whether to cast a nonland card.)
|
||||
mana={G}{U}{R}
|
||||
type=Legendary Creature
|
||||
subtype=Elemental Shaman
|
||||
power=4
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Awe Strike
|
||||
text=The next time target creature would deal damage this turn, prevent that damage. You gain life equal to the damage prevented this way.
|
||||
mana={W}
|
||||
@@ -1020,6 +1047,15 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Bell Borca, Spectral Sergeant
|
||||
text=Note the converted mana cost of each card as it's put into exile. -- Bell Borca, Spectral Sergeant's power is equal to the greatest number noted for it this turn. -- At the beginning of your upkeep, exile the top card of your library. You may play that card this turn.
|
||||
mana={2}{R}{W}
|
||||
type=Legendary Creature
|
||||
subtype=Spirit Soldier
|
||||
power=*
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Benalish Hero
|
||||
abilities=banding
|
||||
text=Banding (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)
|
||||
@@ -1172,6 +1208,15 @@ power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Blim, Comedic Genius
|
||||
text=Flying -- Whenever Blim, Comedic Genius deals combat damage to a player, that player gains control of target permanent you control. Then each player loses life and discards cards equal to the number of permanents they control but don't own.
|
||||
mana={2}{B}{R}
|
||||
type=Legendary Creature
|
||||
subtype=Imp
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Blind Hunter
|
||||
abilities=flying
|
||||
text=Flying -- Haunt (When this creature dies, exile it haunting target creature.) -- When Blind Hunter enters the battlefield or the creature it haunts dies, target player loses 2 life and you gain 2 life.
|
||||
@@ -1739,15 +1784,6 @@ mana={G}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Canal Courier
|
||||
text=When Canal Courier enters the battlefield, you become the monarch. -- Whenever Canal Courier and another creature attack different players, Canal Courier can't be blocked this combat.
|
||||
mana={5}{U}
|
||||
type=Creature
|
||||
subtype=Human Rogue
|
||||
power=3
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Canal Dredger
|
||||
text=Draft Canal Dredger face up. -- Each player passes the last card from each booster pack to a player who drafted a card named Canal Dredger. -- {T}: Put target card from your graveyard on the bottom of your library.
|
||||
mana={4}
|
||||
@@ -2220,6 +2256,12 @@ mana={4}{W}{W}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Circle of Protection: Art
|
||||
text=As Circle of Protection: Art comes into play, choose an artist. -- {1}{W}: The next time a source of your choice by the chosen artist would deal damage to you this turn, prevent that damage. -- {1}{W}: Return Circle of Protection: Art to its owner's hand.
|
||||
mana={1}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=City in a Bottle
|
||||
text=Whenever a nontoken permanent from the Arabian Nights expansion other than City in a Bottle is on the battlefield, its controller sacrifices it. -- Players can't play cards from the Arabian Nights expansion.
|
||||
mana={2}
|
||||
@@ -2553,7 +2595,6 @@ text=Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter
|
||||
mana={1}{B}{R}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[/card]
|
||||
[card]
|
||||
name=Corrupting Licid
|
||||
text={B}, {T}: Corrupting Licid loses this ability and becomes an Aura enchantment with enchant creature. Attach it to target creature. You may pay {B} to end this effect. -- Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.)
|
||||
@@ -2725,15 +2766,6 @@ mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Crown-Hunter Hireling
|
||||
text=When Crown-Hunter Hireling enters the battlefield, you become the monarch. -- Crown-Hunter Hireling can't attack unless defending player is the monarch.
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
subtype=Ogre Mercenary
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Crucible of the Spirit Dragon
|
||||
auto={T}: Add {1}
|
||||
auto={1}{T}:counter(0/0,1,Storage)
|
||||
@@ -2863,15 +2895,6 @@ mana={1}{W}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Custodi Lich
|
||||
text=When Custodi Lich enters the battlefield, you become the monarch. -- Whenever you become the monarch, target player sacrifices a creature.
|
||||
mana={3}{B}{B}
|
||||
type=Creature
|
||||
subtype=Zombie Cleric
|
||||
power=4
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Custodi Peacekeeper
|
||||
text=Reveal Custodi Peacekeeper as you draft it and note how many cards you've drafted this draft round, including Custodi Peacekeeper. -- {W}, {T}: Tap target creature with power less than or equal to the highest number you noted for cards named Custodi Peacekeeper.
|
||||
mana={2}{W}
|
||||
@@ -3701,6 +3724,16 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Eligeth, Crossroads Augur
|
||||
abilities=flying,partner
|
||||
text=Flying -- If you would scry a number of cards, draw that many cards instead. -- Partner (You can have two commanders if both have partner.)
|
||||
mana={4}{U}{U}
|
||||
type=Legendary Creature
|
||||
subtype=Sphinx
|
||||
power=5
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Elite Arcanist
|
||||
text=When Elite Arcanist enters the battlefield, you may exile an instant card from your hand. -- {X}, {T}: Copy the exiled card. You may cast the copy without paying its mana cost. X is the converted mana cost of the exiled card.
|
||||
mana={3}{U}
|
||||
@@ -3898,15 +3931,6 @@ text=During your turn, if Entirely Normal Armchair is in your hand, you may hide
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Entourage of Trest
|
||||
text=When Entourage of Trest enters the battlefield, you become the monarch. -- Entourage of Trest can block an additional creature each combat as long as you're the monarch.
|
||||
mana={4}{G}
|
||||
type=Creature
|
||||
subtype=Elf Soldier
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Epic Experiment
|
||||
text=Exile the top X cards of your library. For each instant and sorcery card with converted mana cost X or less among them, you may cast that card without paying its mana cost. Then put all cards exiled this way that weren't cast into your graveyard.
|
||||
mana={X}{U}{R}
|
||||
@@ -4869,15 +4893,6 @@ mana={2}{R}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Garrulous Sycophant
|
||||
text=At the beginning of your end step, if you're the monarch, each opponent loses 1 life and you gain 1 life.
|
||||
mana={2}{B}
|
||||
type=Creature
|
||||
subtype=Human Advisor
|
||||
power=1
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Gather Specimens
|
||||
text=If a creature would enter the battlefield under an opponent's control this turn, it enters the battlefield under your control instead.
|
||||
mana={3}{U}{U}{U}
|
||||
@@ -5478,15 +5493,6 @@ mana={W}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Gyruda, Doom of Depths
|
||||
text=Companion — Your starting deck contains only cards with even converted mana costs. (If this card is your chosen companion, you may cast it once from outside the game.) -- When Gyruda enters the battlefield, each player puts the top four cards of their library into their graveyard. Put a creature card with an even converted mana cost from among those cards onto the battlefield under your control.
|
||||
mana={4}{UB}{UB}
|
||||
type=Legendary Creature
|
||||
subtype=Demon Kraken
|
||||
power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Grafdigger's Cage
|
||||
text=Creature cards can't enter the battlefield from graveyards or libraries. -- Players can't cast cards in graveyards or libraries.
|
||||
mana={1}
|
||||
@@ -5782,6 +5788,15 @@ mana={4}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Gyruda, Doom of Depths
|
||||
text=Companion — Your starting deck contains only cards with even converted mana costs. (If this card is your chosen companion, you may cast it once from outside the game.) -- When Gyruda enters the battlefield, each player puts the top four cards of their library into their graveyard. Put a creature card with an even converted mana cost from among those cards onto the battlefield under your control.
|
||||
mana={4}{UB}{UB}
|
||||
type=Legendary Creature
|
||||
subtype=Demon Kraken
|
||||
power=6
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Haakon, Stromgald Scourge
|
||||
text=You may cast Haakon, Stromgald Scourge from your graveyard, but not from anywhere else. -- As long as Haakon is on the battlefield, you may play Knight cards from your graveyard. -- When Haakon dies, you lose 2 life.
|
||||
mana={1}{B}{B}
|
||||
@@ -6283,6 +6298,16 @@ text=Hideaway (This land enters the battlefield tapped. When it does, look at th
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Hullbreacher
|
||||
abilities=flash
|
||||
text=Flash -- If an opponent would draw a card except the first one they draw in each of their draw steps, instead you create a Treasure token. (It's an artifact with " {T}, Sacrifice this artifact: Add one mana of any color.")
|
||||
mana={2}{U}
|
||||
type=Creature
|
||||
subtype=Merfolk Pirate
|
||||
power=3
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Humming-
|
||||
text=Flying -- Whenever you attack with two or more creatures, -- Augment {3}{W} ({3}{W}, Reveal this card from your hand: Combine it with target host. Augment only as a sorcery.)
|
||||
type=Creature
|
||||
@@ -6461,12 +6486,6 @@ mana={3}{R}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Circle of Protection: Art
|
||||
text=As Circle of Protection: Art comes into play, choose an artist. -- {1}{W}: The next time a source of your choice by the chosen artist would deal damage to you this turn, prevent that damage. -- {1}{W}: Return Circle of Protection: Art to its owner's hand.
|
||||
mana={1}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Illuminated Folio
|
||||
text={1}, {T}, Reveal two cards from your hand that share a color: Draw a card.
|
||||
mana={5}
|
||||
@@ -7007,6 +7026,13 @@ power=1
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Jeska, Thrice Reborn
|
||||
text=Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game. -- 0: Choose target creature. Until your next turn, if that creature would deal combat damage to one of your opponents, it deals triple that damage to that player instead. -- -X: Jeska, Thrice Reborn deals X damage to each of up to three targets. -- Jeska, Thrice Reborn can be your commander. -- Partner
|
||||
mana={2}{R}
|
||||
type=Legendary Planeswalker
|
||||
subtype=Jeska
|
||||
[/card]
|
||||
[card]
|
||||
name=Jeskai Infiltrator
|
||||
text=Jeskai Infiltrator can't be blocked as long as you control no other creatures. -- When Jeskai Infiltrator deals combat damage to a player, exile it and the top card of your library in a face-down pile, shuffle that pile, then manifest those cards. (To manifest a card, put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)
|
||||
mana={2}{U}
|
||||
@@ -7056,6 +7082,12 @@ mana={1}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Jeweled Lotus
|
||||
text={T}, Sacrifice Jeweled Lotus: Add three mana of any one color. Spend this mana only to cast your commander.
|
||||
mana={0}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Jhoira of the Ghitu
|
||||
text={2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend. (At the beginning of your upkeep, remove a time counter from that card. When the last is removed, cast it without paying its mana cost. If it's a creature, it has haste.)
|
||||
mana={1}{U}{R}
|
||||
@@ -7201,15 +7233,6 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Keeper of Keys
|
||||
text=When Keeper of Keys enters the battlefield, you become the monarch. -- At the beginning of your upkeep, if you're the monarch, creatures you control can't be blocked this turn.
|
||||
mana={3}{U}{U}
|
||||
type=Creature
|
||||
subtype=Human Rogue Mutant
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Keeper of the Lens
|
||||
text=You may look at face-down creatures you don't control. (You may do this at any time.)
|
||||
mana={1}
|
||||
@@ -7531,15 +7554,6 @@ power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Knights of the Black Rose
|
||||
text=When Knights of the Black Rose enters the battlefield, you become the monarch. -- Whenever an opponent becomes the monarch, if you were the monarch as the turn began, that player loses 2 life and you gain 2 life.
|
||||
mana={3}{W}{B}
|
||||
type=Creature
|
||||
subtype=Human Knight
|
||||
power=4
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Know Naught but Fire
|
||||
text=When you set this scheme in motion, it deals damage to each opponent equal to the number of cards in that player's hand.
|
||||
type=Scheme
|
||||
@@ -8316,12 +8330,6 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Marchesa's Decree
|
||||
text=When Marchesa's Decree enters the battlefield, you become the monarch. -- Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life.
|
||||
mana={3}{B}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Marisi, Breaker of the Coil
|
||||
text=Your opponents can't cast spells during combat. -- Whenever a creature you control deals combat damage to a player, goad each creature that player controls. (Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)
|
||||
mana={1}{R}{G}{W}
|
||||
@@ -9718,6 +9726,15 @@ power=1
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Opposition Agent
|
||||
text=Flash -- You control your opponents while they're searching their libraries. -- While an opponent is searching their library, they exile each card they find. You may play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast them.
|
||||
mana={2}{B}
|
||||
type=Creature
|
||||
subtype=Human Rogue
|
||||
power=3
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Oppressive Rays
|
||||
text=Enchant creature -- Enchanted creature can't attack or block unless its controller pays {3}. -- Activated abilities of enchanted creature cost {3} more to activate.
|
||||
mana={W}
|
||||
@@ -9914,24 +9931,6 @@ power=0
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Palace Jailer
|
||||
text=When Palace Jailer enters the battlefield, you become the monarch. -- When Palace Jailer enters the battlefield, exile target creature an opponent controls until an opponent becomes the monarch. (That creature returns under its owner's control.)
|
||||
mana={2}{W}{W}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Palace Sentinels
|
||||
text=When Palace Sentinels enters the battlefield, you become the monarch.
|
||||
mana={3}{W}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
power=2
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Pale Moon
|
||||
text=Until end of turn, if a player taps a nonbasic land for mana, it produces colorless mana instead of any other type.
|
||||
mana={1}{U}
|
||||
@@ -10615,24 +10614,6 @@ mana={2}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Protector of the Crown
|
||||
text=When Protector of the Crown enters the battlefield, you become the monarch. -- All damage that would be dealt to you is dealt to Protector of the Crown instead.
|
||||
mana={5}{W}
|
||||
type=Creature
|
||||
subtype=Giant Soldier
|
||||
power=2
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Prowling Pangolin
|
||||
text=When Prowling Pangolin enters the battlefield, any player may sacrifice two creatures. If a player does, sacrifice Prowling Pangolin.
|
||||
mana={3}{B}{B}
|
||||
type=Creature
|
||||
subtype=Beast
|
||||
power=6
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Psychic Battle
|
||||
text=Whenever a player chooses one or more targets, each player reveals the top card of his or her library. The player who reveals the card with the highest converted mana cost may change the target or targets. If two or more cards are tied for highest cost, the target or targets remain unchanged. Changing targets this way doesn't trigger this ability.
|
||||
mana={3}{U}{U}
|
||||
@@ -10823,15 +10804,6 @@ mana={1}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Queen Marchesa
|
||||
text=Deathtouch, haste -- When Queen Marchesa enters the battlefield, you become the monarch. -- At the beginning of your upkeep, if an opponent is the monarch, put a 1/1 black Assassin creature token with deathtouch and haste onto the battlefield.
|
||||
mana={1}{R}{W}{B}
|
||||
type=Legendary Creature
|
||||
subtype=Human Assassin
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Quest for Pure Flame
|
||||
text=Whenever a source you control deals damage to an opponent, you may put a quest counter on Quest for Pure Flame. -- Remove four quest counters from Quest for Pure Flame and sacrifice it: If any source you control would deal damage to a creature or player this turn, it deals double that damage to that creature or player instead.
|
||||
mana={R}
|
||||
@@ -11142,15 +11114,6 @@ type=Instant
|
||||
subtype=Trap
|
||||
[/card]
|
||||
[card]
|
||||
name=Regal Behemoth
|
||||
text=Trample -- When Regal Behemoth enters the battlefield, you become the monarch. -- Whenever you tap a land for mana while you're the monarch, add one mana of any color to your mana pool (in addition to the mana the land produces).
|
||||
mana={4}{G}{G}
|
||||
type=Creature
|
||||
subtype=Lizard
|
||||
power=5
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Regicide
|
||||
text=Reveal Regicide as you draft it. The player to your right chooses a color, you choose another color, then the player to your left chooses a third color. -- Destroy target creature that's one or more of the colors chosen as you drafted cards named Regicide.
|
||||
mana={B}
|
||||
@@ -12424,15 +12387,6 @@ type=Plane
|
||||
subtype=Kaldheim
|
||||
[/card]
|
||||
[card]
|
||||
name=Skyline Despot
|
||||
text=Flying -- When Skyline Despot enters the battlefield, you become the monarch. -- At the beginning of your upkeep, if you're the monarch, put a 5/5 red Dragon creature token with flying onto the battlefield.
|
||||
mana={5}{R}{R}
|
||||
type=Creature
|
||||
subtype=Dragon
|
||||
power=5
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Slaughter Games
|
||||
text=Slaughter Games can't be countered by spells or abilities. -- Name a nonland card. Search target opponent's graveyard, hand, and library for any number of cards with that name and exile them. Then that player shuffles his or her library.
|
||||
mana={2}{B}{R}
|
||||
@@ -14024,15 +13978,6 @@ power=6
|
||||
toughness=7
|
||||
[/card]
|
||||
[card]
|
||||
name=Thorn of the Black Rose
|
||||
text=Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.) -- When Thorn of the Black Rose enters the battlefield, you become the monarch.
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Human Assassin
|
||||
power=1
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Thought Dissector
|
||||
text={X}, {T}: Target opponent reveals cards from the top of his or her library until an artifact card or X cards are revealed, whichever comes first. If an artifact card is revealed this way, put it onto the battlefield under your control and sacrifice Thought Dissector. Put the rest of the revealed cards into that player's graveyard.
|
||||
mana={4}
|
||||
@@ -14103,20 +14048,6 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Throne Warden
|
||||
text=At the beginning of your end step, if you're the monarch, put a +1/+1 counter on Throne Warden.
|
||||
mana={1}{W}
|
||||
type=Creature
|
||||
subtype=Human Soldier
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Throne of the High City
|
||||
text={T}: Add {C} to your mana pool. -- {4}, {T}, Sacrifice Throne of the High City: You become the monarch.
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Through the Breach
|
||||
text=You may put a creature card from your hand onto the battlefield. That creature gains haste. Sacrifice that creature at the beginning of the next end step. -- Splice onto Arcane {2}{R}{R} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)
|
||||
mana={4}{R}
|
||||
@@ -14131,15 +14062,6 @@ type=Artifact
|
||||
subtype=Equipment
|
||||
[/card]
|
||||
[card]
|
||||
name=Thrull Parasite
|
||||
text=Extort (Whenever you cast a spell, you may pay {WB}. If you do, each opponent loses 1 life and you gain that much life.) -- {T}, Pay 2 life: Remove a counter from target nonland permanent.
|
||||
mana={B}
|
||||
type=Creature
|
||||
subtype=Thrull
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Thrumming Stone
|
||||
text=Spells you cast have ripple 4. (Whenever you cast a spell, you may reveal the top four cards of your library. You may cast any revealed cards with the same name as the spell without paying their mana costs. Put the rest on the bottom of your library.)
|
||||
mana={5}
|
||||
@@ -15174,6 +15096,12 @@ mana={2}{B}{B}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Wheel of Misfortune
|
||||
text=Each player secretly chooses a number 0 or greater, then all players reveal those numbers simultaneously and determine the highest and lowest numbers revealed this way. Wheel of Misfortune deals damage equal to the highest number to each player who chose that number. Each player who didn't choose the lowest number discards their hand, then draws seven cards.
|
||||
mana={2}{R}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=When Fluffy Bunnies Attack
|
||||
text=Target creature gets -X/-X until end of turn, where X is the number of times the letter of your choice appears in that creature's name.
|
||||
mana={3}{B}
|
||||
|
||||
Reference in New Issue
Block a user