- Added Burnout (Hydroblast and Pyroblast can be scripted this same way)

This commit is contained in:
Sol
2012-01-19 04:53:19 +00:00
parent 76688d72d5
commit ae99e833f9
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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