- Added Candles of Leng

This commit is contained in:
jeffwadsworth
2012-03-01 16:14:16 +00:00
parent 197a75c739
commit f5349c1d77
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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