diff --git a/.gitattributes b/.gitattributes index c91c7c70f5b..a548cb342b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4031,6 +4031,7 @@ res/cardsfolder/h/hurricane.txt svneol=native#text/plain res/cardsfolder/h/hush.txt svneol=native#text/plain res/cardsfolder/h/hyalopterous_lemure.txt svneol=native#text/plain res/cardsfolder/h/hydra_omnivore.txt svneol=native#text/plain +res/cardsfolder/h/hydroblast.txt -text res/cardsfolder/h/hydromorph_guardian.txt svneol=native#text/plain res/cardsfolder/h/hydromorph_gull.txt svneol=native#text/plain res/cardsfolder/h/hyena_umbra.txt svneol=native#text/plain @@ -6495,6 +6496,7 @@ res/cardsfolder/p/pyre_zombie.txt svneol=native#text/plain res/cardsfolder/p/pyretic_ritual.txt svneol=native#text/plain res/cardsfolder/p/pyric_salamander.txt svneol=native#text/plain res/cardsfolder/p/pyrite_spellbomb.txt svneol=native#text/plain +res/cardsfolder/p/pyroblast.txt -text res/cardsfolder/p/pyroclasm.txt svneol=native#text/plain res/cardsfolder/p/pyroclast_consul.txt svneol=native#text/plain res/cardsfolder/p/pyrohemia.txt svneol=native#text/plain diff --git a/res/cardsfolder/h/hydroblast.txt b/res/cardsfolder/h/hydroblast.txt new file mode 100644 index 00000000000..3b70879a724 --- /dev/null +++ b/res/cardsfolder/h/hydroblast.txt @@ -0,0 +1,15 @@ +Name:Hydroblast +ManaCost:U +Types:Instant +Text:no text +A:SP$ Counter | Cost$ U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | PrecostDesc$ Choose one - | SpellDescription$ Counter target spell if it's red; +A:SP$ Destroy | Cost$ U | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | ConditionDefined$ Targeted | ConditionPresent$ Card.Red | ConditionCompare$ GE1 | SpellDescription$ or destroy target permanent if it's red. +SVar:X:Targeted$Valid Card.Red +SVar:RemAIDeck:True +SVar:RemRandomDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/hydroblast.jpg +SetInfo:5ED|Uncommon|http://magiccards.info/scans/en/5e/94.jpg +SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/72.jpg +Oracle:Choose one - Counter target spell if it's red; or destroy target permanent if it's red. +End \ No newline at end of file diff --git a/res/cardsfolder/p/pyroblast.txt b/res/cardsfolder/p/pyroblast.txt new file mode 100644 index 00000000000..2f661e02ec7 --- /dev/null +++ b/res/cardsfolder/p/pyroblast.txt @@ -0,0 +1,15 @@ +Name:Pyroblast +ManaCost:R +Types:Instant +Text:no text +A:SP$ Counter | Cost$ R | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | PrecostDesc$ Choose one - | SpellDescription$ Counter target spell if it's blue; +A:SP$ Destroy | Cost$ R | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | ConditionDefined$ Targeted | ConditionPresent$ Card.Blue | ConditionCompare$ GE1 | SpellDescription$ or destroy target permanent if it's blue. +SVar:X:Targeted$Valid Card.Blue +SVar:RemAIDeck:True +SVar:RemRandomDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/pyroblast.jpg +SetInfo:5ED|Uncommon|http://magiccards.info/scans/en/5e/262.jpg +SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/213.jpg +Oracle:Choose one - Counter target spell if it's blue; or destroy target permanent if it's blue. +End \ No newline at end of file