JON4TH4N - (ZEN) tanglesap fixed and tested and work but my test told me there was error regarding number of cards in play.... please check.
This commit is contained in:
@@ -1350,7 +1350,7 @@ name=Tanglesap
|
|||||||
mana={1}{G}
|
mana={1}{G}
|
||||||
type=Instant
|
type=Instant
|
||||||
text=Prevent all combat damage that would be dealt this turn by creatures without trample.
|
text=Prevent all combat damage that would be dealt this turn by creatures without trample.
|
||||||
auto=preventAllCombatDamage from all(creature[-trample]) ueot
|
auto=preventAllCombatDamage from(creature[-trample]) ueot
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -299,6 +299,7 @@ stronghold_discipline.txt
|
|||||||
sword_to_plowshares.txt
|
sword_to_plowshares.txt
|
||||||
sylvan_scrying_i195.txt
|
sylvan_scrying_i195.txt
|
||||||
symbiotic_wurm.txt
|
symbiotic_wurm.txt
|
||||||
|
tanglesap.txt
|
||||||
telekinetic_sliver.txt
|
telekinetic_sliver.txt
|
||||||
terror.txt
|
terror.txt
|
||||||
terror2.txt
|
terror2.txt
|
||||||
|
|||||||
@@ -0,0 +1,35 @@
|
|||||||
|
#Test:Prevent all combat damage that would be dealt by creatures without trample.
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
hand:Tanglesap,195158
|
||||||
|
inplay:Runeclaw Bear,Baloth Woodcrasher
|
||||||
|
manapool:{G}
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:grizzly bears
|
||||||
|
[DO]
|
||||||
|
195158
|
||||||
|
195158
|
||||||
|
Tanglesap
|
||||||
|
next
|
||||||
|
#begin
|
||||||
|
next
|
||||||
|
#attackers
|
||||||
|
Runeclaw Bear
|
||||||
|
Baloth Woodcrasher
|
||||||
|
next
|
||||||
|
#blockers
|
||||||
|
grizzly bears
|
||||||
|
next
|
||||||
|
#damage
|
||||||
|
next
|
||||||
|
#end combat
|
||||||
|
[ASSERT]
|
||||||
|
COMBATEND
|
||||||
|
[PLAYER1]
|
||||||
|
graveyard:Tanglesap
|
||||||
|
inplay:Baloth Woodcrasher,Runeclaw Bear
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:grizzly bears
|
||||||
|
life:12
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user