- Added Kaervek's Hex and Scorching Winds.

This commit is contained in:
jendave
2011-08-06 14:40:25 +00:00
parent 282804036b
commit 73fa0b8181
4 changed files with 21 additions and 1 deletions

2
.gitattributes vendored
View File

@@ -2648,6 +2648,7 @@ res/cardsfolder/jwari_scuttler.txt -text svneol=native#text/plain
res/cardsfolder/kabira_crossroads.txt -text svneol=native#text/plain res/cardsfolder/kabira_crossroads.txt -text svneol=native#text/plain
res/cardsfolder/kabira_vindicator.txt -text svneol=native#text/plain res/cardsfolder/kabira_vindicator.txt -text svneol=native#text/plain
res/cardsfolder/kabuto_moth.txt -text svneol=native#text/plain res/cardsfolder/kabuto_moth.txt -text svneol=native#text/plain
res/cardsfolder/kaerveks_hex.txt -text svneol=native#text/plain
res/cardsfolder/kaerveks_spite.txt -text svneol=native#text/plain res/cardsfolder/kaerveks_spite.txt -text svneol=native#text/plain
res/cardsfolder/kaijin_of_the_vanishing_touch.txt -text svneol=native#text/plain res/cardsfolder/kaijin_of_the_vanishing_touch.txt -text svneol=native#text/plain
res/cardsfolder/kaleidostone.txt -text svneol=native#text/plain res/cardsfolder/kaleidostone.txt -text svneol=native#text/plain
@@ -4254,6 +4255,7 @@ res/cardsfolder/scorched_ruins.txt -text svneol=native#text/plain
res/cardsfolder/scorched_rusalka.txt -text svneol=native#text/plain res/cardsfolder/scorched_rusalka.txt -text svneol=native#text/plain
res/cardsfolder/scorching_missile.txt -text svneol=native#text/plain res/cardsfolder/scorching_missile.txt -text svneol=native#text/plain
res/cardsfolder/scorching_spear.txt -text svneol=native#text/plain res/cardsfolder/scorching_spear.txt -text svneol=native#text/plain
res/cardsfolder/scorching_winds.txt -text svneol=native#text/plain
res/cardsfolder/scoria_cat.txt -text svneol=native#text/plain res/cardsfolder/scoria_cat.txt -text svneol=native#text/plain
res/cardsfolder/scoria_elemental.txt -text svneol=native#text/plain res/cardsfolder/scoria_elemental.txt -text svneol=native#text/plain
res/cardsfolder/scornful_aether_lich.txt -text svneol=native#text/plain res/cardsfolder/scornful_aether_lich.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Kaervek's Hex
ManaCost:3 B
Types:Sorcery
Text:no text
A:SP$DamageAll | Cost$ 3 B | NumDmg$ 1 | ValidCards$ Creature.nonBlack | ValidDescription$ each nonblack creature. | SubAbility$ SVar=DBDamageAll | SpellDescription$ CARDNAME deals 1 damage to each nonblack creature and an additional 1 damage to each green creature.
SVar:DBDamageAll:DB$DamageAll | NumDmg$ 1 | ValidCards$ Creature.Green | ValidDescription$ each green creature.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/kaerveks_hex.jpg
End

View File

@@ -2,7 +2,7 @@ Name:Sandstorm
ManaCost:G ManaCost:G
Types:Instant Types:Instant
Text:no text Text:no text
A:SP$DamageAll|Cost$G|NumDmg$1|ValidCards$Creature.attacking|ValidDescription$each attacking creature.|SpellDescription$CARDNAME deals 1 damage to each attacking creature. A:SP$DamageAll | Cost$ G | NumDmg$ 1 | ValidCards$ Creature.attacking | ValidDescription$ each attacking creature. | SpellDescription$ CARDNAME deals 1 damage to each attacking creature.
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstorm.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstorm.jpg

View File

@@ -0,0 +1,9 @@
Name:Scorching Winds
ManaCost:R
Types:Instant
Text:Cast CARDNAME only during the declare attackers step and only if you've been attacked this step.\r\n
A:SP$DamageAll | Cost$ R | NumDmg$ 1 | ValidCards$ Creature.attacking | ValidDescription$ each attacking creature. | OpponentTurn$ True | ActivatingPhases$ Declare Attackers - Play Instants and Abilities | SpellDescription$ CARDNAME deals 1 damage to each attacking creature.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/scorching_winds.jpg
End