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:
solo81@web.de
2010-01-07 20:59:01 +00:00
parent 6e2e351239
commit 83c054e5b8
46 changed files with 959 additions and 945 deletions

View File

@@ -686,4 +686,17 @@ auto=@damaged(player) from(this):cloud
power=6
toughness=6
abilities=flying
[/card]
[card]
text=Flash (You may cast this spell any time you could cast an instant.) When Whitemane Lion enters the battlefield, return a creature you control to its owner's hand.
id=122477
name=Whitemane Lion
rarity=C
mana={1}{W}
type=Creature
subtype=Cat
auto=moveTo(ownerhand) notatarget(creature|myBattlefield)
power=2
toughness=2
abilities=flash
[/card]

View File

@@ -1090,18 +1090,4 @@ mana={2}{U}
type=Sorcery
text=Target player draws two cards, then discards four cards.
rarity=C
[/card]
[card]
id=122477
name=Whitemane Lion
mana={1}{W}
type=Creature
subtype=Cat
power=2
toughness=2
text=Flash (You may cast this spell any time you could cast an instant.) When Whitemane Lion enters the battlefield, return a creature you control to its owner's hand.
target=creature|myinplay
auto=moveTo(ownerhand)
abilities=flash
rarity=C
[/card]