- Added deathtouch (TODO: update Combat rules for damage on multiple blockers)
- Added intimidate (untested)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-12 12:40:14 +00:00
parent baf49c9ebf
commit 23fb17e58e
9 changed files with 110 additions and 6 deletions
+12
View File
@@ -612,6 +612,18 @@ subtype=Elemental Shapeshifter
toughness=4
[/card]
[card]
text=Toxic Iguanar has deathtouch as long as you control a green permanent. (Whenever it deals damage to a creature, destroy that creature.)
id=170956
name=Toxic Iguanar
auto=aslongas(*[green]|mybattlefield) deathtouch
rarity=C
type=Creature
mana={R}
power=1
subtype=Lizard
toughness=1
[/card]
[card]
text=When Tukatongue Thallid is put into a graveyard from play, put a 1/1 green Saproling creature token into play.
auto=@movedTo(this|graveyard):token(Saproling,creature Saproling,1/1,green)
id=184995
+3 -2
View File
@@ -2,8 +2,7 @@
#Generic engine features
########################
generic/attacks_each_turn.txt
generic/m10_blockers.txt
generic/m10_blockers2.txt
generic/deathtouch.txt
generic/first_strike.txt
generic/first_strike2.txt
generic/first_strike3.txt
@@ -12,6 +11,8 @@ generic/hybrid_mana_2.txt
generic/hybrid_mana_3.txt
generic/legendary.txt
generic/lifelink.txt
generic/m10_blockers.txt
generic/m10_blockers2.txt
generic/persist.txt
generic/persist2.txt
generic/persist3.txt
@@ -0,0 +1,23 @@
#Testing Deathtouch
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Toxic Iguanar,grizzly bears
[PLAYER2]
inplay:wall of fire
[DO]
Toxic Iguanar
next
#blockers
wall of fire
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Toxic Iguanar,grizzly bears
[PLAYER2]
graveyard:wall of fire
[END]