- Added damage all (pyroclasm) and move all (not tested)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-30 13:48:41 +00:00
parent 5a3d140f79
commit 89fb351979
6 changed files with 162 additions and 84 deletions
+58
View File
@@ -1411,6 +1411,17 @@ subtype=Thopter
toughness=2
[/card]
[card]
text=Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
auto=lord(creatures|myinplay) 3/3
auto=lord(creatures|myinplay) trample
id=130506
name=Overrun
rarity=U
color=Green
type=Sorcery
mana={2}{G}{G}{G}
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature can't attack or block.
id=129667
name=Pacifism
@@ -1585,6 +1596,16 @@ subtype=Human Wizard
toughness=1
[/card]
[card]
text=Pyroclasm deals 2 damage to each creature.
auto=damage:2 all(creature)
id=129801
name=Pyroclasm
rarity=U
color=Red
type=Sorcery
mana={1}{R}
[/card]
[card]
text={T}: Add {1} to your mana pool. {T}, Sacrifice Quicksand: Target attacking creature without flying gets -1/-2 until end of turn.
auto={T}:Add{1}
auto={T}{S}:-1/-2 target(creature[attacking;-flying])
@@ -2078,6 +2099,19 @@ subtype=Wurm
toughness=4
[/card]
[card]
text=Spineless Thug can't block.
abilities=cantblock
id=129743
name=Spineless Thug
rarity=C
color=Black
type=Creature
mana={1}{B}
power=2
subtype=Zombie Mercenary
toughness=2
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Whenever enchanted creature deals damage, you gain that much life.
target=creature
auto=lifelink
@@ -2298,6 +2332,20 @@ subtype=Wolf
toughness=1
[/card]
[card]
text=Flash (You may play this spell any time you could play an instant.) Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and attacks each turn if able.
abilities=flash
target=creature
auto=2/2
auto=mustattack
id=134756
name=Uncontrollable Anger
rarity=C
color=Red
type=Enchantment
mana={2}{R}{R}
subtype=Aura
[/card]
[card]
text={T}: Add {1} to your mana pool. {T}: Add {U} or {B} to your mana pool. Underground River deals 1 damage to you.
id=129778
auto={T}:Add {1}
@@ -2425,6 +2473,16 @@ subtype=Wall
toughness=3
[/card]
[card]
text=Creatures you control get +1/+1 until end of turn.
auto=lord(creatures|myinplay) 1/1
id=129797
name=Warrior's Honor
rarity=C
color=White
type=Instant
mana={2}{W}
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.)
abilities=flying
id=129557
+5 -49
View File
@@ -1023,15 +1023,7 @@ type=Enchantment
mana={2}{G}
subtype=Aura
[/card]
[card]
text=Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
id=130506
name=Overrun
rarity=U
color=Green
type=Sorcery
mana={2}{G}{G}{G}
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) All damage that would be dealt to you is dealt to enchanted creature instead.
id=135248
@@ -1106,15 +1098,7 @@ power=1
subtype=Human Wizard
toughness=2
[/card]
[card]
text=Pyroclasm deals 2 damage to each creature.
id=129801
name=Pyroclasm
rarity=U
color=Red
type=Sorcery
mana={1}{R}
[/card]
[card]
text=Whenever you play a white, blue, black, or red spell, put a +1/+1 counter on Quirion Dryad.
@@ -1421,18 +1405,7 @@ power=1
subtype=Drake
toughness=1
[/card]
[card]
text=Spineless Thug can't block.
id=129743
name=Spineless Thug
rarity=C
color=Black
type=Creature
mana={1}{B}
power=2
subtype=Zombie Mercenary
toughness=2
[/card]
[card]
text=Spitting Earth deals damage equal to the number of Mountains you control to target creature.
id=136509
@@ -1696,16 +1669,7 @@ color=Blue
type=Instant
mana={2}{U}
[/card]
[card]
text=Flash (You may play this spell any time you could play an instant.) Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +2/+2 and attacks each turn if able.
id=134756
name=Uncontrollable Anger
rarity=C
color=Red
type=Enchantment
mana={2}{R}{R}
subtype=Aura
[/card]
[card]
text=Whenever an opponent draws a card, Underworld Dreams deals 1 damage to him or her.
id=129779
@@ -1793,15 +1757,7 @@ color=Red
type=Sorcery
mana={5}{R}{R}{R}
[/card]
[card]
text=Creatures you control get +1/+1 until end of turn.
id=129797
name=Warrior's Honor
rarity=C
color=White
type=Instant
mana={2}{W}
[/card]
[card]
text=Equipped creature is unblockable and has shroud. (It can't be the target of spells or abilities.) Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)
id=135278
+2
View File
@@ -87,6 +87,7 @@ paralysis2.txt
persuasion.txt
plague_rats.txt
protomatter_powder.txt
pyroclasm.txt
resurrection.txt
rootwalla.txt
royal_assassin.txt
@@ -114,3 +115,4 @@ zombify.txt
#Momir Basic Tests
########################
momir/keldon_warlord.txt
+20
View File
@@ -0,0 +1,20 @@
#Testing Pyroclasm
[INIT]
FIRSTMAIN
[PLAYER1]
hand:pyroclasm
inplay:air elemental,rage weaver
manapool:{1}{R}
[PLAYER2]
inplay:grizzly bears,relentless rats
[DO]
pyroclasm
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:pyroclasm,rage weaver
inplay:air elemental
manapool:{0}
[PLAYER2]
graveyard:grizzly bears,relentless rats
[END]