From d3b68cb73cf32d46fa0d2ea3c6d4f62ef61d3e8b Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 17:22:08 +0000 Subject: [PATCH] - Added Quest for the Nihil Stone. --- .gitattributes | 1 + res/cardsfolder/quest_for_the_nihil_stone.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 res/cardsfolder/quest_for_the_nihil_stone.txt diff --git a/.gitattributes b/.gitattributes index 59798573980..ca2cc42bff2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4350,6 +4350,7 @@ res/cardsfolder/quest_for_renewal.txt -text svneol=native#text/plain res/cardsfolder/quest_for_the_gemblades.txt svneol=native#text/plain res/cardsfolder/quest_for_the_goblin_lord.txt svneol=native#text/plain res/cardsfolder/quest_for_the_gravelord.txt svneol=native#text/plain +res/cardsfolder/quest_for_the_nihil_stone.txt -text svneol=native#text/plain res/cardsfolder/quick_sliver.txt -text svneol=native#text/plain res/cardsfolder/quicksand.txt -text svneol=native#text/plain res/cardsfolder/quicksilver_amulet.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/quest_for_the_nihil_stone.txt b/res/cardsfolder/quest_for_the_nihil_stone.txt new file mode 100644 index 00000000000..a1bde5f8a37 --- /dev/null +++ b/res/cardsfolder/quest_for_the_nihil_stone.txt @@ -0,0 +1,11 @@ +Name:Quest for the Nihil Stone +ManaCost:B +Types:Enchantment +Text:no text +T:Mode$ Discarded | ValidCard$ Card.YouDontCtrl | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever an opponent discards a card, you may put a quest counter on CARDNAME. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | IsPresent$ Card.Self+countersGE2QUEST | Execute$ TrigLoseLife | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ At the beginning of each opponent's upkeep, if that player has no cards in hand and CARDNAME has two or more quest counters on it, you may have that player lose 5 life. +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ QUEST | CounterNum$ 1 +SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 5 | PresentZone$ Hand | PresentPlayer$ Opponent | PresentCompare$ EQ0 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/quest_for_the_nihil_stone.jpg +End \ No newline at end of file