From ae99e833f90eb9180e74e1cf16f33056fc6581ea Mon Sep 17 00:00:00 2001 From: Sol Date: Thu, 19 Jan 2012 04:53:19 +0000 Subject: [PATCH] - Added Burnout (Hydroblast and Pyroblast can be scripted this same way) --- .gitattributes | 1 + res/cardsfolder/b/burnout.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 res/cardsfolder/b/burnout.txt diff --git a/.gitattributes b/.gitattributes index ccaf2abe3d1..c91c7c70f5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1112,6 +1112,7 @@ res/cardsfolder/b/burning_palm_efreet.txt -text res/cardsfolder/b/burning_sands.txt -text res/cardsfolder/b/burning_shield_askari.txt svneol=native#text/plain res/cardsfolder/b/burning_vengeance.txt -text +res/cardsfolder/b/burnout.txt -text res/cardsfolder/b/burr_grafter.txt svneol=native#text/plain res/cardsfolder/b/burrenton_bombardier.txt svneol=native#text/plain res/cardsfolder/b/burrenton_shield_bearers.txt svneol=native#text/plain diff --git a/res/cardsfolder/b/burnout.txt b/res/cardsfolder/b/burnout.txt new file mode 100644 index 00000000000..09876a216d8 --- /dev/null +++ b/res/cardsfolder/b/burnout.txt @@ -0,0 +1,11 @@ +Name:Burnout +ManaCost:1 R +Types:Instant +Text:no text +A:SP$ Counter | Cost$ 1 R | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | SpellDescription$ Counter target spell if it's blue. Draw a card at the beginning of the next turn's upkeep. | SubAbility$ DBDraw +SVar:DBDraw:DB$Draw | NumCards$ 1 | NextUpkeep$ True | Defined$ You +SVar:X:Targeted$Valid Card.Blue +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/burnout.jpg +SetInfo:ALL|Uncommon|http://magiccards.info/scans/en/ai/101.jpg +End \ No newline at end of file