diff --git a/.gitattributes b/.gitattributes index 003c7c49d8b..9ff290d0846 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3529,6 +3529,7 @@ res/cardsfolder/h/heart_of_yavimaya.txt svneol=native#text/plain res/cardsfolder/h/heart_sliver.txt svneol=native#text/plain res/cardsfolder/h/heart_warden.txt svneol=native#text/plain res/cardsfolder/h/hearth_charm.txt svneol=native#text/plain +res/cardsfolder/h/hearth_kami.txt -text res/cardsfolder/h/hearthcage_giant.txt svneol=native#text/plain res/cardsfolder/h/hearthfire_hobgoblin.txt svneol=native#text/plain res/cardsfolder/h/heartlash_cinder.txt svneol=native#text/plain @@ -3666,6 +3667,7 @@ res/cardsfolder/h/hopping_automaton.txt svneol=native#text/plain res/cardsfolder/h/horde_of_notions.txt svneol=native#text/plain res/cardsfolder/h/horizon_canopy.txt svneol=native#text/plain res/cardsfolder/h/horizon_drake.txt svneol=native#text/plain +res/cardsfolder/h/horizon_seed.txt -text res/cardsfolder/h/horizon_spellbomb.txt svneol=native#text/plain res/cardsfolder/h/horn_of_deafening.txt svneol=native#text/plain res/cardsfolder/h/horn_of_greed.txt svneol=native#text/plain diff --git a/res/cardsfolder/h/hearth_kami.txt b/res/cardsfolder/h/hearth_kami.txt new file mode 100644 index 00000000000..ed4da825530 --- /dev/null +++ b/res/cardsfolder/h/hearth_kami.txt @@ -0,0 +1,14 @@ +Name:Hearth Kami +ManaCost:1 R +Types:Creature Spirit +Text:no text +PT:2/1 +A:AB$ Destroy | Cost$ X Sac<1/CARDNAME> | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | SpellDescription$ Destroy target artifact with converted mana cost X. +# It may seem wrong to not use X in the target, but since the Target is what defines X, it's redundant (and not supported by the code) +SVar:X:Targeted$CardManaCost +SVar:RemAIDeck:True +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/hearth_kami.jpg +SetInfo:CHK|Common|http://magiccards.info/scans/en/chk/171.jpg +Oracle:{X}, Sacrifice Hearth Kami: Destroy target artifact with converted mana cost X. +End \ No newline at end of file diff --git a/res/cardsfolder/h/horizon_seed.txt b/res/cardsfolder/h/horizon_seed.txt new file mode 100644 index 00000000000..e59a4440687 --- /dev/null +++ b/res/cardsfolder/h/horizon_seed.txt @@ -0,0 +1,14 @@ +Name:Horizon Seed +ManaCost:4 W +Types:Creature Spirit +Text:no text +PT:2/1 +T:Mode$ SpellCast | ValidCard$ Spirit,Arcane | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRegenerate | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, regenerate target creature. +SVar:TrigRegenerate:AB$Regenerate | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature +SVar:RemRandomDeck:True +SVar:RemAIDeck:True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/horizon_seed.jpg +SetInfo:CHK|Uncommon|http://magiccards.info/scans/en/chk/15.jpg +Oracle:Whenever you cast a Spirit or Arcane spell, regenerate target creature. +End \ No newline at end of file