Erwan
- Adding Fog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
34
projects/mtg/bin/Res/test/fog.txt
Normal file
34
projects/mtg/bin/Res/test/fog.txt
Normal 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]
|
||||
Reference in New Issue
Block a user