Files
wagic/projects/mtg/bin/Res/test/telekinetic_sliver.txt
wagic.the.homebrew@gmail.com 3350ad6d03 Erwan
-added telkinetic sliver. This confirms that All lords that give a "complex" ability can now be added in cards.dat, as long as we can write the ability.
For example: lord(sliver) {T}:tap target(*) for telkinetic sliver. Please test and let me know
2009-07-12 03:02:38 +00:00

28 lines
440 B
Plaintext

#Testing Telekinetic sliver
# text=All Slivers have "{T}: Tap target permanent."
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Telekinetic Sliver,Metallic sliver,grizzly bears
[PLAYER2]
[DO]
Metallic sliver
grizzly bears
next
#combat begins
next
#attackers
grizzly bears
next
#blockers
next
#damage
next
#combat ends
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Telekinetic Sliver,Metallic sliver,grizzly bears
[PLAYER2]
life:20
[END]