Erwan
- Code cleanup - fix issue 142 . This will lead to other issues for some cards. These issues can be fixed by using targetcontroller/controller...etc - Added a few cards
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
text=Target creature gets -1/-1 until end of turn. Draw a card.
|
||||
target=creature
|
||||
auto=-1/-1
|
||||
auto=draw:1
|
||||
auto=draw:1 controller
|
||||
id=135206
|
||||
name=Afflict
|
||||
rarity=C
|
||||
|
||||
@@ -104,7 +104,7 @@ toughness=3
|
||||
text={X}{W}, {T}: Ballista Squad deals X damage to target attacking or blocking creature.
|
||||
id=129477
|
||||
name=Ballista Squad
|
||||
auto={X}{W}{T}:damage:x target(creature[attacking,blocking])
|
||||
auto={X}{W}{T}:damage:x target(creature[attacking;blocking])
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
|
||||
@@ -265,6 +265,7 @@ id=179614
|
||||
name=Morbid Bloom
|
||||
target=creature|graveyard
|
||||
auto=moveto(exile)
|
||||
auto=token(Saproling,Creature Saproling,1/1,green)*t
|
||||
rarity=U
|
||||
mana={4}{B}{G}
|
||||
type=Sorcery
|
||||
|
||||
@@ -1490,6 +1490,7 @@ text=Destroy target Wall. It can't be regenerated. Word of Blasting deals damage
|
||||
id=2660
|
||||
target=Wall
|
||||
auto=bury
|
||||
auto=damage:manacost targetcontroller
|
||||
name=Word of Blasting
|
||||
rarity=U
|
||||
mana={1}{R}
|
||||
|
||||
@@ -125,6 +125,8 @@ toughness=5
|
||||
text=Destroy target artifact. It can't be regenerated. Put X 1/1 green Saproling creature tokens onto the battlefield, where X is its converted mana cost.
|
||||
id=23195
|
||||
target=artifact
|
||||
auto=bury
|
||||
auto=token(Saproling,Creature Saproling,1/1,green)*manacost
|
||||
name=Artifact Mutation
|
||||
rarity=R
|
||||
type=Instant
|
||||
|
||||
@@ -285,6 +285,8 @@ text=Destroy target artifact. You gain life equal to its converted mana cost.
|
||||
id=1607
|
||||
target=artifact
|
||||
name=Divine Offering
|
||||
auto=destroy
|
||||
auto=life:manacost controller
|
||||
rarity=C
|
||||
type=Instant
|
||||
mana={1}{W}
|
||||
|
||||
@@ -30,7 +30,7 @@ id=29740
|
||||
name=Afflict
|
||||
target=Creature
|
||||
auto=-1/-1
|
||||
auto=draw:1
|
||||
auto=draw:1 controller
|
||||
rarity=C
|
||||
mana={2}{B}
|
||||
type=Instant
|
||||
|
||||
@@ -436,6 +436,7 @@ subtype=Aura
|
||||
text=Destroy target artifact. It can't be regenerated. That artifact's controller gains life equal to its converted mana cost.
|
||||
target=artifact
|
||||
auto=bury
|
||||
auto=life:manacost targetcontroller
|
||||
id=1240
|
||||
name=Crumble
|
||||
rarity=U
|
||||
@@ -656,6 +657,8 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Earthquake deals X damage to each creature without flying and each player.
|
||||
auto=damage:X all(player)
|
||||
auto=damage:X all(creature[-flying])
|
||||
id=1289
|
||||
name=Earthquake
|
||||
rarity=R
|
||||
@@ -1052,6 +1055,8 @@ id=1251
|
||||
name=Hurricane
|
||||
rarity=U
|
||||
mana={X}{G}
|
||||
auto=damage:X all(player)
|
||||
auto=damage:X all(creature[flying])
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -116,6 +116,7 @@ counterspell3.txt
|
||||
counterspell4.txt
|
||||
creature_bond.txt
|
||||
crimson_kobolds.txt
|
||||
crumble.txt
|
||||
crystal_rod_i172.txt
|
||||
dauntless_escort.txt
|
||||
dauthi_embrace.txt
|
||||
@@ -170,6 +171,7 @@ harpoon_sniper.txt
|
||||
hellfire.txt
|
||||
howl_from_beyond.txt
|
||||
howl_of_the_night_pack.txt
|
||||
hurricane.txt
|
||||
hyalopterous_lemure.txt
|
||||
hymn_of_rebirth.txt
|
||||
hypnotic_specter.txt
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
#Test Crumble life
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:crumble
|
||||
manapool:{G}
|
||||
[PLAYER2]
|
||||
inplay:colossus of Sardia
|
||||
[DO]
|
||||
crumble
|
||||
colossus of sardia
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:crumble
|
||||
[PLAYER2]
|
||||
graveyard:colossus of sardia
|
||||
life:29
|
||||
[END]
|
||||
@@ -0,0 +1,21 @@
|
||||
#Test Hurricane
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:hurricane
|
||||
inplay:grizzly bears,air elemental
|
||||
manapool:{4}{G}
|
||||
[PLAYER2]
|
||||
inplay:serra angel
|
||||
[DO]
|
||||
hurricane
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
life:16
|
||||
inplay:grizzly bears
|
||||
graveyard:air elemental,hurricane
|
||||
[PLAYER2]
|
||||
graveyard:serra angel
|
||||
life:16
|
||||
[END]
|
||||
Reference in New Issue
Block a user