Optimized code: Feral Hydra

This commit is contained in:
leungclj
2010-07-25 08:42:03 +00:00
parent c1073c83e6
commit 7e5add2b3c
2 changed files with 0 additions and 48 deletions
@@ -15224,29 +15224,17 @@ subtype=Faerie Soldier
power=3
toughness=2
[/card]
[card]
name=Feral Hydra
type=Creature
subtype=Hydra Beast
mana={X}{G}
power=0
toughness=0
text=Feral Hydra enters the battlefield with X +1/+1 counters on it. -- {3}: Put a +1/+1 counter on Feral Hydra. Any player may play this ability
auto=counter(1/1,X)
auto={3}:counter(1/1)
grade=borderline
[/card]
[card]
name=Feral Instinct
@@ -1,36 +0,0 @@
#Testing Skillclamp with unsummon cast on equiped creature
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{1}
inplay:Runeclaw Bear,Skullclamp
library:Mountain,Forest,Swamp
[PLAYER2]
inplay:Island
hand:Unsummon
[DO]
Skullclamp
Skullclamp
Runeclaw Bear
eot
next
#upkeeep
next
#draw
next
#firstmain
Island
Unsummon
Runeclaw Bear
[ASSERT]
firstmain
[PLAYER1]
life:20
inplay:Skullclamp
library:Mountain,Forest,Swamp
hand:Runeclaw Bear
[PLAYER2]
graveyard:Unsummon
inplay:Island
life:20
[END]