Added Scute Mob.

Thanks to Zethfox!
This commit is contained in:
solo81@web.de
2010-07-15 14:29:05 +00:00
parent 9e47e3c42b
commit d18dbe0ac8
3 changed files with 64 additions and 0 deletions

View File

@@ -38543,6 +38543,15 @@ mana={3}
type=Artifact
[/card]
[card]
name=Scute Mob
auto=@each myupkeep:aslongas(land|mybattlefield) counter(1/1,4) >4
text=At the beginning of your upkeep, if you control five or more lands, put four +1/+1 counters on Scute Mob.
type=Creature
subtype=Insect
power=1
toughness=1
[/card]
[card]
name=Scuttling Death
auto={S}:-1/-1 target(creature)
auto=@movedTo(this|mygraveyard) from(myBattlefield):may moveTo(myhand) target(other spirit[manacost<=4]|mygraveyard)

View File

@@ -385,6 +385,7 @@ scourge_of_kher_ridges.txt
scourge_of_kher_ridges2.txt
scourglass.txt
scouts_warning.txt
scute_mob.txt
sedge_sliver.txt
seedcradle_witch.txt
seismic_assault.txt

View File

@@ -0,0 +1,54 @@
Testing Scute Mob's upkeep trigger for several upkeeps.
[INIT]
UNTAP
[PLAYER1]
inplay:Forest,Forest,Forest,Forest,Forest,Scute Mob
[PLAYER2]
[DO]
next
#upkeep
next
#draw
next
#firstmain
next
#combatbegins
next
#attackers
Scute Mob
next
#blockers
next
#combatdamage
next
#combatends
next
#secondmain
eot
eot
next
#upkeep
next
#draw
next
#firstmain
next
#combatbegins
next
#attackers
Scute Mob
next
#blockers
next
#combatdamage
next
#combatends
next
#secondmain
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:Forest,Forest,Forest,Forest,Forest,Scute Mob
[PLAYER2]
life:6
[END]