- Added Rain of Daggers.

This commit is contained in:
Sloth
2012-04-29 16:23:32 +00:00
parent 3228780261
commit 13879b7acc
3 changed files with 15 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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