- Added "@movedTo(...) trigger. See argothian enchantress in USG
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-14 13:29:12 +00:00
parent 53e49d571f
commit 2ba5fcb955
14 changed files with 188 additions and 89 deletions

View File

@@ -32,6 +32,7 @@ ankh_of_mishra.txt
arcanis_the_omnipotent.txt
arcanis_the_omnipotent2.txt
ardakar_wastes.txt
argothian_enchantress.txt
ascendant_evincar.txt
ascendant_evincar2.txt
ascendant_evincar3.txt

View File

@@ -0,0 +1,20 @@
#Testing Argothian Enchantress
#Whenever you play an enchantment spell, draw a card.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Argothian Enchantress
hand:lifeforce
library:plains
manapool:{G}{G}
[PLAYER2]
[DO]
lifeforce
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Argothian Enchantress,lifeforce
hand:plains
manapool{0}
[PLAYER2]
[END]