- Added a few cards
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-12 13:52:27 +00:00
parent ab445c9758
commit 31ec10b464
6 changed files with 113 additions and 58 deletions
+3 -1
View File
@@ -120,12 +120,14 @@ protomatter_powder.txt
pyroclasm.txt
recover.txt
resurrection.txt
righteous_cause.txt
rootwalla.txt
royal_assassin.txt
seismic_assault.txt
siege_gang_commander.txt
shivan_hellkite.txt
shock.txt
slate_of_ancestry.txt
sphinx_summoner.txt
spitting_earth.txt
spark_elemental.txt
@@ -150,4 +152,4 @@ zombify.txt
#Momir Basic Tests
########################
momir/keldon_warlord.txt
momir/overcost.txt
momir/overcost.txt
@@ -0,0 +1,24 @@
#Testing Righteous Cause
# text=Whenever a creature attacks, you gain 1 life.
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Righteous Cause,grizzly bears,raging goblin,dragon engine
[PLAYER2]
[DO]
grizzly bears
raging goblin
next
#blockers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Righteous Cause,grizzly bears,raging goblin,dragon engine
life:22
[PLAYER2]
life:17
[END]
@@ -0,0 +1,23 @@
#Testing Slate of ancestry
# text={4}, {T}, Discard your hand: Draw a card for each creature you control.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Slate of Ancestry,grizzly bears,raging goblin
library:dragon engine,bayou,forest
hand:swamp,mountain,island,plains
manapool:{4}
[PLAYER2]
[DO]
Slate of Ancestry
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Slate of Ancestry,grizzly bears,raging goblin
graveyard:swamp,mountain,island,plains
hand:bayou,forest
library:dragon engine
manapool:{0}
[PLAYER2]
life:20
[END]