Update this(X) so that it works with spells as well as activated abilities. Also fixed a bug were this(X) did not work with targeting.

Adds Martial Coup
This commit is contained in:
salmelo16
2010-04-17 19:45:57 +00:00
parent 27a922db38
commit be1a52f660
12 changed files with 27 additions and 45 deletions
@@ -25061,6 +25061,14 @@ power=4
toughness=3
[/card]
[card]
name=Martial Coup
mana={X}{W}{W}
type=Sorcery
text=Put X 1/1 soldier creature tokens into play. If X is 5 or more, destroy all other creatures.
auto=this(X>=5) destroy all(creature)
auto=token(Soldier,creature soldier,1/1,white) *X
[/card]
[card]
name=Marton Stromgald
auto=@each combatblockers:aslongas(Marton Stromgald[attacking]) foreach(other creature[attacking]) all(other creature[attacking]) 1/1 ueot
auto=@each combatblockers:aslongas(Marton Stromgald[blocking]) foreach(other creature[blocking]) all(other creature[blocking]) 1/1 ueot
+2
View File
@@ -309,6 +309,8 @@ living_artifact_i169.txt
living_lands.txt
lord_of_the_pit.txt
lord_of_the_pit2.txt
martial_coup.txt
martial_coup2.txt
master_decoy.txt
master_of_etherium.txt
meekstone.txt
Binary file not shown.