J0N4TH4N - removed cards that "draw and discard a card"

This commit is contained in:
leungclj
2009-09-30 19:05:34 +00:00
parent d77960ede9
commit f04404d5df
5 changed files with 29 additions and 29 deletions

View File

@@ -720,7 +720,20 @@ type=Instant
mana={R}{G}{W}
[/card]
[card]
text={1}{W}, {T}: You gain 5 life. {1}{U}, {T}: Draw a card, then discard a card. {1}{B}, {T}: Target creature gets -2/-2 until end of turn. {1}{R}, {T}: Obelisk of Alara deals 3 damage to target player. {1}{G}, {T}: Target creature gets +4/+4 until end of turn.
auto={1}{W}{T}:life:5
auto={1}{U}{T}:moveto(graveyard) target(*|myhand) && Draw:1
#Draw a card, then discard a card works but discard happen first, which is incorrect
auto={1}{B}{T}:-2/-2 target(creature)
auto={1}{R}{T}:damage:3 target(player)
auto={1}{G}{T}:4/4 target(creature)
id=183018
name=Obelisk of Alara
rarity=R
type=Artifact
mana={6}
[/card]
[card]
text=When Oblivion Ring comes into play, remove another target nonland permanent from the game. When Oblivion Ring leaves play, return the removed card to play under its owner's control.
id=174909