- Added Chaos Charm, Crash, Crosis's Charm and Feast of Blood.

This commit is contained in:
jendave
2011-08-06 10:37:00 +00:00
parent 14e5e2588e
commit c31aec9f97
5 changed files with 44 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -16,6 +16,7 @@ res/card-pictures-token.txt -text svneol=native#text/plain
res/card-pictures.txt -text svneol=native#text/plain
res/cards.txt -text svneol=native#text/plain
res/cardsScript.py -text svneol=native#text/x-python
res/cardsfolder/Crosiss_charm.txt -text svneol=native#text/plain
res/cardsfolder/abandoned_outpost.txt -text svneol=native#text/plain
res/cardsfolder/abbey_gargoyles.txt -text svneol=native#text/plain
res/cardsfolder/abolish.txt -text svneol=native#text/plain
@@ -754,6 +755,7 @@ res/cardsfolder/changeling_hero.txt -text svneol=native#text/plain
res/cardsfolder/changeling_sentinel.txt -text svneol=native#text/plain
res/cardsfolder/changeling_titan.txt -text svneol=native#text/plain
res/cardsfolder/channel_the_suns.txt -text svneol=native#text/plain
res/cardsfolder/chaos_charm.txt -text svneol=native#text/plain
res/cardsfolder/chaosphere.txt -text svneol=native#text/plain
res/cardsfolder/char.txt -text svneol=native#text/plain
res/cardsfolder/char_rumbler.txt -text svneol=native#text/plain
@@ -902,6 +904,7 @@ res/cardsfolder/crackdown.txt -text svneol=native#text/plain
res/cardsfolder/cradle_guard.txt -text svneol=native#text/plain
res/cardsfolder/cradle_to_grave.txt -text svneol=native#text/plain
res/cardsfolder/cranial_extraction.txt -text svneol=native#text/plain
res/cardsfolder/crash.txt -text svneol=native#text/plain
res/cardsfolder/crash_of_rhinos.txt -text svneol=native#text/plain
res/cardsfolder/crashing_centaur.txt -text svneol=native#text/plain
res/cardsfolder/crater_hellion.txt -text svneol=native#text/plain
@@ -1478,6 +1481,7 @@ res/cardsfolder/faultgrinder.txt -text svneol=native#text/plain
res/cardsfolder/fauna_shaman.txt -text svneol=native#text/plain
res/cardsfolder/favor_of_the_overbeing.txt -text svneol=native#text/plain
res/cardsfolder/fear.txt -text svneol=native#text/plain
res/cardsfolder/feast_of_blood.txt -text svneol=native#text/plain
res/cardsfolder/feast_of_flesh.txt -text svneol=native#text/plain
res/cardsfolder/feast_of_the_unicorn.txt -text svneol=native#text/plain
res/cardsfolder/fecundity.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Crosis's Charm
ManaCost:U B R
Types:Instant
Text:no text
A:SP$Bounce|Cost$U B R|ValidTgts$Permanent|TgtPrompt$Select target permanent|Destination$Hand|PrecostDesc$Choose one - |SpellDescription$Return target permanent to its owner's hand;
A:SP$Destroy|Cost$U B R|ValidTgts$Creature.nonBlack|TgtPrompt$Select target nonblack creature|NoRegen$True|SpellDescription$or destroy target nonblack creature, and it can't be regenerated;
A:SP$Destroy|Cost$U B R|ValidTgts$Artifact|TgtPrompt$Select target artifact|SpellDescription$or destroy target artifact.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/Crosiss_charm.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Chaos Charm
ManaCost:R
Types:Instant
Text:no text
A:SP$Destroy|Cost$R|ValidTgts$Wall|TgtPrompt$Select target wall|PrecostDesc$Choose one - |SpellDescription$Destroy target Wall;
A:SP$DealDamage|Cost$R|Tgt$TgtC|NumDmg$1|SpellDescription$or Chaos Charm deals 1 damage to target creature;
A:SP$Pump|Cost$R|ValidTgts$Creature|KW$Haste|TgtPrompt$Select target creature|SpellDescription$or target creature gains haste until end of turn.
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/chaos_charm.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Crash
ManaCost:2 R
Types:Instant
Text:no text
A:SP$Destroy|Cost$2 R|ValidTgts$Artifact|TgtPrompt$Select target artifact|SpellDescription$Destroy target artifact.
SVar:AltCost:Sac<1/Mountain>
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/crash.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Feast of Blood
ManaCost:1 B
Types:Sorcery
Text:no text
A:SP$Destroy|Cost$1 B|ValidTgts$Creature|TgtPrompt$Select target creature|SubAbility$YouGainLife/4|isPresent$Vampire.YouCtrl|PresentCompare$GE2|SpellDescription$Cast Feast of Blood only if you control two or more Vampires.\r\nDestroy target creature. You gain 4 life.
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/feast_of_blood.jpg
End