Added huge amount of successfully tested cards, mainly based on revision 1685.
The new introduced "must" also works with "@movedTo..." events (Fire Snake (POR) for example)!
This commit is contained in:
@@ -30,6 +30,19 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Angel of Despair enters the battlefield, destroy target permanent.
|
||||
id=83869
|
||||
name=Angel of Despair
|
||||
rarity=R
|
||||
mana={3}{W}{W}{B}{B}
|
||||
type=Creature
|
||||
subtype=Angel
|
||||
auto=destroy target(*)
|
||||
power=5
|
||||
toughness=5
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample Whenever Borborygmos deals combat damage to a player, put a +1/+1 counter on each creature you control.
|
||||
id=97229
|
||||
name=Borborygmos
|
||||
@@ -230,8 +243,40 @@ id=96873
|
||||
auto=@movedto(this|graveyard) from(mybattlefield):draw:3
|
||||
name=Hatching Plans
|
||||
rarity=R
|
||||
type=Enchantment
|
||||
mana={1}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Gruul Turf enters the battlefield tapped. When Gruul Turf enters the battlefield, return a land you control to its owner's hand. {T}: Add {R}{G} to your mana pool.
|
||||
id=97223
|
||||
name=Gruul Turf
|
||||
auto=tap
|
||||
auto=moveTo(ownerhand) notatarget(land|mybattlefield)
|
||||
auto={T}:Add{R}{G}
|
||||
rarity=C
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=Izzet Boilerworks enters the battlefield tapped. When Izzet Boilerworks enters the battlefield, return a land you control to its owner's hand. {T}: Add {U}{R} to your mana pool.
|
||||
id=97220
|
||||
name=Izzet Boilerworks
|
||||
auto=tap
|
||||
auto=moveTo(ownerhand) notatarget(land|mybattlefield)
|
||||
auto={T}:Add{U}{R}
|
||||
rarity=C
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=When Izzet Chronarch enters the battlefield, return target instant or sorcery card from your graveyard to your hand.
|
||||
id=97202
|
||||
name=Izzet Chronarch
|
||||
rarity=C
|
||||
mana={3}{U}{R}
|
||||
type=Creature
|
||||
subtype=Human Wizard
|
||||
auto=moveTo(myhand) target(instant,sorcery|mygraveyard)
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={1}, {T}: Add {U}{R} to your mana pool.
|
||||
|
||||
@@ -21,22 +21,6 @@ text=Whenever ÁEherplasm blocks a creature, you may return ÁEherplasm to its o
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying When Angel of Despair enters the battlefield, destroy target permanent.
|
||||
target=*
|
||||
#Does not work currently. "When ... enters the battlefield ... target..." does not work unless there is a "may" condition
|
||||
auto=destroy
|
||||
id=83869
|
||||
name=Angel of Despair
|
||||
color=White,Black
|
||||
rarity=R
|
||||
mana={3}{W}{W}{B}{B}
|
||||
type=Creature
|
||||
subtype=Angel
|
||||
power=5
|
||||
toughness=5
|
||||
abilities=flying
|
||||
[/card]
|
||||
[card]
|
||||
id=96964
|
||||
name=Battering Wurm
|
||||
mana={6}{G}
|
||||
@@ -387,14 +371,6 @@ text=When Gruul Scrapper enters the battlefield, if {R} was spent to cast Gruul
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=97223
|
||||
name=Gruul Turf
|
||||
mana=
|
||||
type=Land
|
||||
text=Gruul Turf enters the battlefield tapped. When Gruul Turf enters the battlefield, return a land you control to its owner's hand. {T}: Add {R}{G} to your mana pool.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=107098
|
||||
name=Gruul War Plow
|
||||
mana={4}
|
||||
@@ -468,28 +444,6 @@ text=Choose one - Draw X cards; or Invoke the Firemind deals X damage to target
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=97220
|
||||
name=Izzet Boilerworks
|
||||
mana=
|
||||
type=Land
|
||||
text=Izzet Boilerworks enters the battlefield tapped. When Izzet Boilerworks enters the battlefield, return a land you control to its owner's hand. {T}: Add {U}{R} to your mana pool.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=97202
|
||||
name=Izzet Chronarch
|
||||
mana={3}{U}{R}
|
||||
type=Creature
|
||||
subtype=Human Wizard
|
||||
power=2
|
||||
toughness=2
|
||||
text=When Izzet Chronarch enters the battlefield, return target instant or sorcery card from your graveyard to your hand.
|
||||
#"When [this] enters the battlefield ... target ..." abilities are not supported unless there is a "may" (Wagic 0.9)
|
||||
target=instant,sorcery
|
||||
auto=moveTo(myhand)
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=96966
|
||||
name=Izzet Guildmage
|
||||
mana={(}{U}{/}{R}{)}{(}{U}{/}{R}{)}
|
||||
|
||||
Reference in New Issue
Block a user