- Added Quest for the Nihil Stone.

This commit is contained in:
jendave
2011-08-06 17:22:08 +00:00
parent 6b9b2c8113
commit d3b68cb73c
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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