Fixed Possessed Portal since you cant discard a card unless you have one permanent to sacrifice, replace 0/0 with donothing
Moved Maralen of the Mornsong to borderline since the effect is not draw replacement but players cant draw anything (there isn't any stated "would draw"), maybe we can have CANTDRAW ability in the future.
This commit is contained in:
@@ -107,6 +107,19 @@ power=1
|
|||||||
toughness=1
|
toughness=1
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
name=Maralen of the Mornsong
|
||||||
|
auto=replacedraw ability$!name(skip draw) donothing!$ controller
|
||||||
|
auto=opponentreplacedraw ability$!name(skip draw) donothing!$ opponent
|
||||||
|
auto=@each my draw:life:-3 && ability$!choice name(search a card) notatarget(*|mylibrary) moveto(ownerhand) && shuffle!$ controller
|
||||||
|
auto=@each opponent draw:life:-3 opponent && ability$!choice name(search a card) notatarget(*|mylibrary) moveto(ownerhand) && shuffle!$ opponent
|
||||||
|
text=Players can't draw cards. -- At the beginning of each player's draw step, that player loses 3 life, searches his or her library for a card, puts it into his or her hand, then shuffles his or her library.
|
||||||
|
mana={1}{B}{B}
|
||||||
|
type=Legendary Creature
|
||||||
|
subtype=Elf Wizard
|
||||||
|
power=2
|
||||||
|
toughness=3
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Metalworker
|
name=Metalworker
|
||||||
auto={T}:foreach(artifact|myhand) Add{2} controller
|
auto={T}:foreach(artifact|myhand) Add{2} controller
|
||||||
text={T}: Reveal any number of artifact cards in your hand. Add {2} to your mana pool for each card revealed this way.
|
text={T}: Reveal any number of artifact cards in your hand. Add {2} to your mana pool for each card revealed this way.
|
||||||
|
|||||||
@@ -51753,19 +51753,6 @@ type=Enchantment
|
|||||||
subtype=Aura
|
subtype=Aura
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Maralen of the Mornsong
|
|
||||||
auto=replacedraw 0/0
|
|
||||||
auto=opponentreplacedraw 0/0
|
|
||||||
auto=@each my draw:life:-3 && ability$!choice name(search a card) notatarget(*|mylibrary) moveto(ownerhand) && shuffle!$ controller
|
|
||||||
auto=@each opponent draw:life:-3 opponent && ability$!choice name(search a card) notatarget(*|mylibrary) moveto(ownerhand) && shuffle!$ opponent
|
|
||||||
text=Players can't draw cards. -- At the beginning of each player's draw step, that player loses 3 life, searches his or her library for a card, puts it into his or her hand, then shuffles his or her library.
|
|
||||||
mana={1}{B}{B}
|
|
||||||
type=Legendary Creature
|
|
||||||
subtype=Elf Wizard
|
|
||||||
power=2
|
|
||||||
toughness=3
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Marauding Knight
|
name=Marauding Knight
|
||||||
abilities=protection from white
|
abilities=protection from white
|
||||||
auto=foreach(Plains|opponentBattlefield) 1/1
|
auto=foreach(Plains|opponentBattlefield) 1/1
|
||||||
@@ -64097,9 +64084,9 @@ toughness=3
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Possessed Portal
|
name=Possessed Portal
|
||||||
auto=replacedraw 0/0
|
auto=replacedraw ability$!name(skip draw) donothing!$ controller
|
||||||
auto=opponentreplacedraw 0/0
|
auto=opponentreplacedraw ability$!name(skip draw) donothing!$ opponent
|
||||||
auto=@each end:ability$!choice sacrifice notatarget(*|mybattlefield) _ if type(*|myhand)~morethan~0 then if type(*|mybattlefield)~morethan~0 then choice reject notatarget(*|myhand)!$ controller && ability$!choice sacrifice notatarget(*|mybattlefield) _ if type(*|myhand)~morethan~0 then if type(*|mybattlefield)~morethan~0 then choice reject notatarget(*|myhand)!$ opponent
|
auto=@each end:ability$!choice sacrifice notatarget(*|mybattlefield) _ if type(*|mybattlefield)~morethan~0 then if type(*|myhand)~morethan~0 then choice reject notatarget(*|myhand)!$ controller && ability$!choice sacrifice notatarget(*|mybattlefield) _ if type(*|mybattlefield)~morethan~0 then if type(*|myhand)~morethan~0 then choice reject notatarget(*|myhand)!$ opponent
|
||||||
text=If a player would draw a card, that player skips that draw instead. -- At the beginning of each end step, each player sacrifices a permanent unless he or she discards a card.
|
text=If a player would draw a card, that player skips that draw instead. -- At the beginning of each end step, each player sacrifices a permanent unless he or she discards a card.
|
||||||
mana={8}
|
mana={8}
|
||||||
type=Artifact
|
type=Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user