mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Quest for the Nihil Stone.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/quest_for_the_nihil_stone.txt
Normal file
11
res/cardsfolder/quest_for_the_nihil_stone.txt
Normal 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
|
||||
Reference in New Issue
Block a user