leungclj - Fixed Lightmine field
This commit is contained in:
@@ -25967,8 +25967,7 @@ toughness=2
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Lightmine Field
|
name=Lightmine Field
|
||||||
auto=@each my blockers:foreach(creature[attacking]|opponentBattlefield) damage:1 all(creature[attacking]|opponentBattlefield)
|
auto=@each blockers:foreach(creature[attacking]|Battlefield) damage:1 all(creature[attacking]|Battlefield)
|
||||||
auto=@each opponent blockers:foreach(creature[attacking]|myBattlefield) damage:1 all(creature[attacking]|myBattlefield)
|
|
||||||
text=Whenever one ore more creatures attack, Lightmine Field deals damage to each of those creatures equal to the number of attacking creatures.
|
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}
|
mana={2}{W}{W}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
|
|||||||
@@ -311,6 +311,8 @@ lhurgoyf.txt
|
|||||||
liability.txt
|
liability.txt
|
||||||
lifeforce.txt
|
lifeforce.txt
|
||||||
lifetap.txt
|
lifetap.txt
|
||||||
|
lightmine_field1.txt
|
||||||
|
lightmine_field2.txt
|
||||||
living_artifact_i169.txt
|
living_artifact_i169.txt
|
||||||
living_lands.txt
|
living_lands.txt
|
||||||
lord_of_the_pit.txt
|
lord_of_the_pit.txt
|
||||||
|
|||||||
@@ -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]
|
||||||
@@ -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]
|
||||||
Reference in New Issue
Block a user