mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Added Hydroblast
Added Pyroblast
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
15
res/cardsfolder/h/hydroblast.txt
Normal file
15
res/cardsfolder/h/hydroblast.txt
Normal file
@@ -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
|
||||
15
res/cardsfolder/p/pyroblast.txt
Normal file
15
res/cardsfolder/p/pyroblast.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user