From f73ee6d17fbbdbc7ecee471597d43ac8c074cf91 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:44:48 +0000 Subject: [PATCH] - Added Tomb of Urami. - Fixed cost description of Kaervek's Spite. --- .gitattributes | 1 + res/cardsfolder/kaerveks_spite.txt | 4 ++-- res/cardsfolder/tomb_of_urami.txt | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 res/cardsfolder/tomb_of_urami.txt diff --git a/.gitattributes b/.gitattributes index 87f272b183c..852035d0d09 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7455,6 +7455,7 @@ res/cardsfolder/tolarian_emissary.txt -text svneol=native#text/plain res/cardsfolder/tolarian_entrancer.txt svneol=native#text/plain res/cardsfolder/tolarian_serpent.txt -text svneol=native#text/plain res/cardsfolder/tolsimir_wolfblood.txt -text svneol=native#text/plain +res/cardsfolder/tomb_of_urami.txt -text svneol=native#text/plain res/cardsfolder/tome_scour.txt -text svneol=native#text/plain res/cardsfolder/tonic_peddler.txt -text svneol=native#text/plain res/cardsfolder/tooth_of_chiss_goria.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/kaerveks_spite.txt b/res/cardsfolder/kaerveks_spite.txt index a3365dff650..df8222f9798 100644 --- a/res/cardsfolder/kaerveks_spite.txt +++ b/res/cardsfolder/kaerveks_spite.txt @@ -2,8 +2,8 @@ Name:Kaervek's Spite ManaCost:B B B Types:Instant Text:no text -A:SP$LoseLife | Cost$ B B B Sac Discard<0/Hand> | ValidTgts$ Player | LifeAmount$ 5 | SpellDescription$ As an additional cost to cast Kaervek's Spite, sacrifice all permanents you control and discard your hand. Target player loses 5 life. -SVar:RemRandomDeck:True +A:SP$LoseLife | Cost$ B B B Sac Discard<0/Hand> | ValidTgts$ Player | LifeAmount$ 5 | CostDesc$ As an additional cost to cast Kaervek's Spite, sacrifice all permanents you control and discard your hand. | SpellDescription$ Target player loses 5 life. +SVar:RemAIDeck:True SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/kaerveks_spite.jpg SetInfo:VIS|Rare|http://magiccards.info/scans/en/vi/13.jpg diff --git a/res/cardsfolder/tomb_of_urami.txt b/res/cardsfolder/tomb_of_urami.txt new file mode 100644 index 00000000000..b3bbc63e608 --- /dev/null +++ b/res/cardsfolder/tomb_of_urami.txt @@ -0,0 +1,11 @@ +Name:Tomb of Urami +ManaCost:no cost +Types:Legendary Land +Text:no text +A:AB$ Mana | Cost$ T | Produced$ B | SubAbility$ SVar=DBPain | SpellDescription$ Add B to your mana pool. CARDNAME deals 1 damage to you if you don't control an Ogre. +SVar:DBPain:DB$DealDamage | NumDmg$ 1 | Defined$ You | ConditionPresent$ Ogre.YouCtrl | ConditionCompare$ EQ0 +A:AB$ Token | Cost$ 2 B B T Sac | TokenAmount$ 1 | TokenController$ You | TokenName$ Urami | TokenTypes$ Legendary,Creature,Demon,Spirit | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | CostDesc$ 2 B B, T, Sacrifice all lands you control: | SpellDescription$ Put a legendary 5/5 black Demon Spirit creature token with flying named Urami onto the battlefield. +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/tomb_of_urami.jpg +End \ No newline at end of file