- added counters to parser. They can be used as an effect, not a cost!!! counter(p/t,n) where n is the number of counters. if n is ommitted, it is 1, if it is negative, it means "remove" counter
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-21 11:10:30 +00:00
parent 678acc0c7a
commit 7f93e03c9f
6 changed files with 98 additions and 41 deletions
+9
View File
@@ -468,6 +468,15 @@ subtype=Spider
toughness=3
[/card]
[card]
text={4}, {T}: Put a -1/-1 counter on target creature.
auto={4}{T}:counter(-1/-1) target(creature)
id=146015
name=Gnarled Effigy
rarity=U
type=Artifact
mana={4}
[/card]
[card]
text=Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
abilities=persist
id=141935
+1 -8
View File
@@ -493,14 +493,7 @@ rarity=C
type=Instant
mana={3}{G}
[/card]
[card]
text={4}, {T}: Put a -1/-1 counter on target creature.
id=146015
name=Gnarled Effigy
rarity=U
type=Artifact
mana={4}
[/card]
[card]
text=Flying Other creatures are 1/1.
id=142019
+1
View File
@@ -86,6 +86,7 @@ ghost_warden.txt
giant_growth.txt
giant_growth2.txt
glimpse_the_unthinkable.txt
gnarled_effigy.txt
goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_king.txt
@@ -0,0 +1,38 @@
#text={4}, {T}: Put a -1/-1 counter on target creature.
[INIT]
SECONDMAIN
[PLAYER1]
inplay:gnarled effigy
manapool:{4}
[PLAYER2]
inplay:grizzly bears
[DO]
gnarled effigy
grizzly bears
eot
next
#upkeep
next
#draw
next
#firstmain
next
#begin
next
#attackers
grizzly bears
next
#blockers
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:gnarled effigy
manapool:{0}
life:19
[PLAYER2]
inplay:grizzly bears
[END]