Tarkir: Dragonstorm (TDM) update
Maccros for artifact tokens update Added cards from TDM and TDC Bug fixes on exert Changelings have Every Creature Type but should esclude certain types present on creatures like Clue, Equipment, Food, and Treasure Cards like Prized Unicorn with abilities=lure prevented the opponent from blocking even if Prized Unicorn was not attacking. Fixed: Lure stops from blocking even if the creature with lure is not attacking. Exerted Creatures Can Be Untapped By Clicking On Them.
This commit is contained in:
@@ -114,7 +114,7 @@ type=Instant
|
||||
[card]
|
||||
name=Abhorrent Overlord
|
||||
abilities=flying
|
||||
auto=token(Harpy,creature harpy, 1/1,black,flying)*type:manaB
|
||||
auto=create(Harpy:creature harpy:1/1:black:flying)*type:manaB
|
||||
auto=@each my upkeep:sacrifice notaTarget(creature|myBattlefield)
|
||||
text=Flying. -- When Abhorrent Overlord enters, put a number of 1/1 black Harpy creature tokens with flying onto the battlefield equal to your devotion to black. (Each {B} in the mana costs of permanents you control counts toward your devotion to black.) -- At the beginning of your upkeep, sacrifice a creature.
|
||||
mana={5}{B}{B}
|
||||
@@ -2758,7 +2758,7 @@ toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Allied Reinforcements
|
||||
auto=token(Knight,creature Knight Ally, 2/2,white)*2
|
||||
auto=token(Knight,creature Knight Ally,2/2,white)*2
|
||||
text=Put two 2/2 white Knight Ally creature tokens onto the battlefield.
|
||||
mana={3}{W}
|
||||
type=Sorcery
|
||||
@@ -10048,7 +10048,7 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Bear's Companion
|
||||
auto=token(Bear,Creature Bear, 4/4,green)
|
||||
auto=token(Bear,Creature Bear,4/4,green)
|
||||
text=When Bear's Companion enters, put a 4/4 green Bear creature token onto the battlefield.
|
||||
mana={2}{G}{U}{R}
|
||||
type=Creature
|
||||
@@ -10075,7 +10075,7 @@ type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Beast Attack
|
||||
auto=token(Beast,creature beast, 4/4,green)
|
||||
auto=token(Beast,creature beast,4/4,green)
|
||||
flashback={2}{G}{G}{G}
|
||||
text=Put a 4/4 green Beast creature token onto the battlefield. -- Flashback {2}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
|
||||
mana={2}{G}{G}{G}
|
||||
@@ -46936,7 +46936,7 @@ type=Land
|
||||
[/card]
|
||||
[card]
|
||||
name=Glimpse of Nature
|
||||
auto=emblem transforms((,newability[@movedTo(creature|mystack):draw:1 controller])) ueot
|
||||
auto=emblem transforms((,newability[@movedTo(creature|mystack):draw:1 controller])) ueot
|
||||
text=Whenever you cast a creature spell this turn, draw a card.
|
||||
mana={G}
|
||||
type=Sorcery
|
||||
@@ -60507,7 +60507,7 @@ type=Sorcery
|
||||
name=Jokulmorder
|
||||
abilities=trample,doesnotuntap
|
||||
auto=tap(noevent)
|
||||
auto=aslongas(land|mybattlefield) choice target(<5>land|mybattlefield) sacrifice oneshot >4
|
||||
auto=aslongas(land|mybattlefield) choice name() name(sacrifice five lands) notaTarget(<5>land|mybattlefield) sacrifice oneshot >4
|
||||
auto=choice sacrifice all(this)
|
||||
auto=@movedTo(island|mybattlefield):untap
|
||||
text=Trample -- Jokulmorder enters tapped. -- When Jokulmorder enters, sacrifice it unless you sacrifice five lands. -- Jokulmorder doesn't untap during your untap step. -- Whenever you play an Island, you may untap Jokulmorder.
|
||||
@@ -89637,7 +89637,7 @@ type=Instant
|
||||
[card]
|
||||
name=Pulse of the Dross
|
||||
target=player
|
||||
auto=Reveal:3 revealzone(targetedpersonshand) optionone choice name(choose Discards) target(<1>*|reveal) transforms((,newability[moveto(hand) and!(reject)!])) oneshot optiononeend optiontwo name(Put Back) target(*|reveal) transforms((,newability[all(*|reveal) moveto(hand)])) oneshot optiontwoend afterrevealed if type(*|myhand)~lessthan~type(*|opponenthand) then moveto(hand) all(this) afterrevealedend revealend
|
||||
auto=Reveal:3 revealzone(targetedpersonshand) optionone choice name(choose Discards) target(<1>*|reveal) transforms((,newability[moveto(hand) and!(reject)!])) oneshot optiononeend optiontwo name(Put Back) all(*|reveal) moveto(hand) optiontwoend afterrevealed if type(*|myhand)~lessthan~type(*|opponenthand) then moveto(hand) all(this) afterrevealedend revealend
|
||||
text=Target player reveals three cards from their hand and you choose one of them. That player discards that card. Then if that player has more cards in hand than you, return Pulse of the Dross to its owner's hand.
|
||||
mana={1}{B}{B}
|
||||
type=Sorcery
|
||||
|
||||
Reference in New Issue
Block a user