leungclj - Fixed Lightmine field

This commit is contained in:
leungclj@googlemail.com
2010-07-03 08:30:26 +00:00
parent 31619aad06
commit 4679741c0c
4 changed files with 51 additions and 2 deletions

View File

@@ -25967,8 +25967,7 @@ toughness=2
[/card]
[card]
name=Lightmine Field
auto=@each my blockers:foreach(creature[attacking]|opponentBattlefield) damage:1 all(creature[attacking]|opponentBattlefield)
auto=@each opponent blockers:foreach(creature[attacking]|myBattlefield) damage:1 all(creature[attacking]|myBattlefield)
auto=@each blockers:foreach(creature[attacking]|Battlefield) damage:1 all(creature[attacking]|Battlefield)
text=Whenever one ore more creatures attack, Lightmine Field deals damage to each of those creatures equal to the number of attacking creatures.
mana={2}{W}{W}
type=Enchantment

View File

@@ -311,6 +311,8 @@ lhurgoyf.txt
liability.txt
lifeforce.txt
lifetap.txt
lightmine_field1.txt
lightmine_field2.txt
living_artifact_i169.txt
living_lands.txt
lord_of_the_pit.txt

View File

@@ -0,0 +1,23 @@
#Testing Lightmine Field
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Runeclaw Bear,Grizzly Bears
[PLAYER2]
inplay:Lightmine Field
[DO]
next
next
Grizzly Bears
Runeclaw Bear
next
next
next
[ASSERT]
SECONDMAIN
[PLAYER1]
graveyard:Runeclaw Bear,Grizzly Bears
[PLAYER2]
inplay:Lightmine Field
life:20
[END]

View File

@@ -0,0 +1,25 @@
#Testing Lightmine Field
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Living Airship,Loam Lion
[PLAYER2]
inplay:Lightmine Field
[DO]
next
next
Loam Lion
Living Airship
next
next
next
next
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:Living Airship
graveyard:Loam Lion
[PLAYER2]
inplay:Lightmine Field
life:18
[END]