Added 4 successfully tested cards with Hellbent. (card list ->> first comment)

Added 2 tests for hellbent.
This commit is contained in:
solo81@web.de
2010-07-28 20:45:50 +00:00
parent a537522770
commit 8159071849
5 changed files with 83 additions and 30 deletions
+2
View File
@@ -363,6 +363,8 @@ pyroclasm.txt
quilled_sliver.txt
rain_of_filth_i206.txt
rain_of_filth_i283.txt
rakdos_pit_dragon_WITH_hellbent.txt
rakdos_pit_dragon_WITHOUT_hellbent.txt
rampant_growth.txt
rancor.txt
ray_of_command.txt
@@ -0,0 +1,23 @@
#Testing Rakdos Pit Dragon WITHOUT Hellbent.
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:rakdos pit dragon
[PLAYER2]
life:20
[DO]
rakdos pit dragon
next
#blockers
next
#damage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:rakdos pit dragon
[PLAYER2]
life:17
[END]
@@ -0,0 +1,28 @@
#Testing Rakdos Pit Dragon WITH Hellbent.
#Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:rakdos pit dragon
hand:dark ritual
manapool:{B}
[PLAYER2]
life:20
[DO]
dark ritual
rakdos pit dragon
next
#blockers
next
#damage
next
#combatend
next
[ASSERT]
COMBATEND
[PLAYER1]
inplay:rakdos pit dragon
graveyard:dark ritual
[PLAYER2]
life:14
[END]