diff --git a/.gitattributes b/.gitattributes index 3b658a10dce..8127a750f8d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7128,6 +7128,7 @@ res/cardsfolder/r/ragnar.txt svneol=native#text/plain res/cardsfolder/r/raid_bombardment.txt svneol=native#text/plain res/cardsfolder/r/raiding_nightstalker.txt svneol=native#text/plain res/cardsfolder/r/rain_of_blades.txt svneol=native#text/plain +res/cardsfolder/r/rain_of_daggers.txt -text res/cardsfolder/r/rain_of_embers.txt svneol=native#text/plain res/cardsfolder/r/rain_of_filth.txt -text svneol=unset#text/plain res/cardsfolder/r/rain_of_rust.txt svneol=native#text/plain diff --git a/res/cardsfolder/o/overwhelming_forces.txt b/res/cardsfolder/o/overwhelming_forces.txt index 245581df5f6..0fc68501bc9 100644 --- a/res/cardsfolder/o/overwhelming_forces.txt +++ b/res/cardsfolder/o/overwhelming_forces.txt @@ -2,7 +2,7 @@ Name:Overwhelming Forces ManaCost:6 B B Types:Sorcery Text:no text -A:SP$ DestroyAll | Cost$ 6 B B | ValidCards$ Creature.YouDontCtrl | RememberDestroyed$ True | SubAbility$ DBDrawCard | SpellDescription$ Destroy all creatures target opponent controls. Draw a card for each creature destroyed this way. +A:SP$ DestroyAll | Cost$ 6 B B | ValidCards$ Creature | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | RememberDestroyed$ True | SubAbility$ DBDrawCard | SpellDescription$ Destroy all creatures target opponent controls. Draw a card for each creature destroyed this way. SVar:DBDrawCard:DB$Draw | NumCards$ X SVar:X:Remembered$Amount SVar:Rarity:Rare diff --git a/res/cardsfolder/r/rain_of_daggers.txt b/res/cardsfolder/r/rain_of_daggers.txt new file mode 100644 index 00000000000..86141c265f9 --- /dev/null +++ b/res/cardsfolder/r/rain_of_daggers.txt @@ -0,0 +1,13 @@ +Name:Rain of Daggers +ManaCost:4 B B +Types:Sorcery +Text:no text +A:SP$ DestroyAll | Cost$ 4 B B | ValidCards$ Creature | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | RememberDestroyed$ True | SubAbility$ DBLoseLife | SpellDescription$ Destroy all creatures target opponent controls. You lose 2 life for each creature destroyed this way. +SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ X +SVar:X:Remembered$Amount/Twice +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/rain_of_daggers.jpg +SetInfo:PO2|Rare|http://magiccards.info/scans/en/po2/25.jpg +Oracle:Destroy all creatures target opponent controls. You lose 2 life for each creature destroyed this way. +End \ No newline at end of file