- Added Hearth Kami and Horizon Seed.

This commit is contained in:
Sloth
2011-09-27 14:03:54 +00:00
parent de2aa791cf
commit c001b9e124
3 changed files with 30 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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_sliver.txt svneol=native#text/plain
res/cardsfolder/h/heart_warden.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_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/hearthcage_giant.txt svneol=native#text/plain
res/cardsfolder/h/hearthfire_hobgoblin.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 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/horde_of_notions.txt svneol=native#text/plain
res/cardsfolder/h/horizon_canopy.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_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/horizon_spellbomb.txt svneol=native#text/plain
res/cardsfolder/h/horn_of_deafening.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 res/cardsfolder/h/horn_of_greed.txt svneol=native#text/plain

View File

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

View File

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