- Adding Fog
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-29 12:54:00 +00:00
parent 2763acf9a9
commit 1d38a4794d
4 changed files with 44 additions and 9 deletions

View File

@@ -818,6 +818,15 @@ mana={4}
type=Artifact
[/card]
[card]
text=Prevent all combat damage that would be dealt this turn.
auto=preventAllcombatDamage ueot
id=1244
name=Fog
rarity=C
type=Instant
mana={G}
[/card]
[card]
text=Trample (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}.
id=1245
name=Force of Nature

View File

@@ -113,15 +113,6 @@ mana={B}
subtype=Aura
[/card]
[card]
text=Prevent all combat damage that would be dealt this turn.
id=1244
name=Fog
rarity=C
color=Green
type=Instant
mana={G}
[/card]
[card]
text=Copy target instant or sorcery spell, except that it copies Fork's color. You may choose new targets for the copy.
id=1294
name=Fork

View File

@@ -157,6 +157,7 @@ fledgling_imp.txt
fledgling_imp2.txt
flowstone_hellion.txt
flowstone_slide.txt
fog.txt
foratog.txt
force_of_nature.txt
force_of_nature2.txt

View File

@@ -0,0 +1,34 @@
#Test:prevent all combat damage
[INIT]
FIRSTMAIN
[PLAYER1]
hand:fog
inplay:prodigal sorcerer,raging goblin
manapool:{G}
[PLAYER2]
inplay:grizzly bears
[DO]
fog
prodigal sorcerer
p2
next
#begin
next
#attackers
raging goblin
next
#blockers
grizzly bears
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:fog
inplay:prodigal sorcerer,raging goblin
[PLAYER2]
inplay:grizzly bears
life:19
[END]