diff --git a/.gitattributes b/.gitattributes index 02690a9294d..87f3357a9a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_vindicator.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/kaijin_of_the_vanishing_touch.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/scorching_missile.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_elemental.txt -text svneol=native#text/plain res/cardsfolder/scornful_aether_lich.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/kaerveks_hex.txt b/res/cardsfolder/kaerveks_hex.txt new file mode 100644 index 00000000000..3a900746b96 --- /dev/null +++ b/res/cardsfolder/kaerveks_hex.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/sandstorm.txt b/res/cardsfolder/sandstorm.txt index e36adc06b92..844b3f26db5 100644 --- a/res/cardsfolder/sandstorm.txt +++ b/res/cardsfolder/sandstorm.txt @@ -2,7 +2,7 @@ Name:Sandstorm ManaCost:G Types:Instant 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:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/sandstorm.jpg diff --git a/res/cardsfolder/scorching_winds.txt b/res/cardsfolder/scorching_winds.txt new file mode 100644 index 00000000000..a18437d0215 --- /dev/null +++ b/res/cardsfolder/scorching_winds.txt @@ -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 \ No newline at end of file