From f5349c1d77a054746e12df268beb2bbcd3703260 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Thu, 1 Mar 2012 16:14:16 +0000 Subject: [PATCH] - Added Candles of Leng --- .gitattributes | 1 + res/cardsfolder/c/candles_of_leng.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 res/cardsfolder/c/candles_of_leng.txt diff --git a/.gitattributes b/.gitattributes index 6370daf0be8..a16425b531e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1215,6 +1215,7 @@ res/cardsfolder/c/calming_verse.txt svneol=native#text/plain res/cardsfolder/c/caltrops.txt svneol=native#text/plain res/cardsfolder/c/cancel.txt svneol=native#text/plain res/cardsfolder/c/candelabra_of_tawnos.txt svneol=native#text/plain +res/cardsfolder/c/candles_of_leng.txt -text svneol=unset#text/plain res/cardsfolder/c/canker_abomination.txt svneol=native#text/plain res/cardsfolder/c/canopy_claws.txt svneol=native#text/plain res/cardsfolder/c/canopy_cover.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/candles_of_leng.txt b/res/cardsfolder/c/candles_of_leng.txt new file mode 100644 index 00000000000..850c9e5ab00 --- /dev/null +++ b/res/cardsfolder/c/candles_of_leng.txt @@ -0,0 +1,11 @@ +Name:Candles of Leng +ManaCost:2 +Types:Artifact +Text:no text +A:AB$ Dig | Cost$ 4 T | DigNum$ 1 | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DBCandlesChangeZone | SpellDescription$ Reveal the top card of your library. If it has the same name as a card in your graveyard, put it into your graveyard. Otherwise, draw a card. +SVar:DBCandlesChangeZone:DB$ ChangeZone | Defined$ Remembered | Origin$ Library | Destination$ Graveyard | ConditionDefined$ Remembered | ConditionPresent$ Card.sharesNameWith YourGraveyard | ConditionCompare$ GE1 | SubAbility$ DBCandlesDraw +SVar:DBCandlesDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card.sharesNameWith YourGraveyard | ConditionCompare$ EQ0 | SubAbility$ DBCandlesCleanup +SVar:DBCandlesCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/candles_of_leng.jpg +End \ No newline at end of file