- added a few cards
- fixed a bug with spark elemental (now sacrificed at end of turn)
This commit is contained in:
wagic.the.homebrew
2008-11-15 05:28:12 +00:00
parent 28393e8f8a
commit 73f32d2641
7 changed files with 82 additions and 28 deletions
+2
View File
@@ -998,6 +998,7 @@ mana={1}{G}
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.) Nightmare's power and toughness are each equal to the number of Swamps you control.
abilities=flying
id=129659
alias=1170
name=Nightmare
@@ -1491,6 +1492,7 @@ toughness=2
[card]
text=Trample, haste (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. This creature can attack and {T} as soon as it comes under your control.) At end of turn, sacrifice Spark Elemental.
abilities=trample,haste
auto=@next endofturn:bury
id=129577
name=Spark Elemental
rarity=U
+14 -2
View File
@@ -1,6 +1,7 @@
#SET: ICE AGE
#VERSION: 1.6
#Number of playable cards: 132
#VERSION: 1.6.1
#Number of playable cards: >132
#Note : please try to keep cards in alphabetical order of the name if possible
[card]
text={T}: Centaur Archer deals 1 damage to target creature with flying.
id=2718
@@ -1460,3 +1461,14 @@ rarity=R
type=Artifact
mana={3}
[/card]
[card]
text=Vertigo deals 2 damage to target creature with flying; that creature loses flying until end of turn.
id=2658
name=Vertigo
target=creature[flying]
auto=damage:2
auto=-flying
rarity=U
type=Instant
mana={R}
[/card]
-10
View File
@@ -1068,16 +1068,6 @@ type=Instant
mana={3}{G}
[/card]
[card]
text=Vertigo deals 2 damage to target creature with flying; that creature loses flying until end of turn.
id=2658
name=Vertigo
target=creature
auto=damage:2
rarity=U
type=Instant
mana={R}
[/card]
[card]
text=All creatures with flying lose flying until end of turn. If Whiteout is in your graveyard, you may sacrifice a snow-covered land to return Whiteout to your hand.
id=2599
name=Whiteout
+1
View File
@@ -45,6 +45,7 @@ resurrection.txt
rootwalla.txt
shivan_hellkite.txt
shock.txt
spark_elemental.txt
stasis.txt
terror.txt
volcanic_island.txt
@@ -0,0 +1,24 @@
#Is Spark elemental destroyed at end of turn ? Does it have haste ?
[INIT]
FIRSTMAIN
[PLAYER1]
hand:129577
manapool:{R}
[PLAYER2]
[DO]
129577
next
#combat begin
next
#attackers
129577
eot
129577
[ASSERT]
UNTAP
[PLAYER1]
graveyard:129577
manapool:{0}
[PLAYER2]
life:17
[END]