From 2c3669cc780897d63897509f078b0b31c1fb6864 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Fri, 14 Oct 2011 23:02:40 +0000 Subject: [PATCH] - Added Quest for Ula's Temple. --- .gitattributes | 1 + res/cardsfolder/q/quest_for_ulas_temple.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/q/quest_for_ulas_temple.txt diff --git a/.gitattributes b/.gitattributes index a1bb44227ea..b73f99448dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6144,6 +6144,7 @@ res/cardsfolder/q/quest_for_the_gemblades.txt svneol=native#text/plain res/cardsfolder/q/quest_for_the_goblin_lord.txt svneol=native#text/plain res/cardsfolder/q/quest_for_the_gravelord.txt svneol=native#text/plain res/cardsfolder/q/quest_for_the_nihil_stone.txt svneol=native#text/plain +res/cardsfolder/q/quest_for_ulas_temple.txt -text svneol=unset#text/plain res/cardsfolder/q/questing_phelddagrif.txt svneol=native#text/plain res/cardsfolder/q/quick_sliver.txt svneol=native#text/plain res/cardsfolder/q/quicksand.txt svneol=native#text/plain diff --git a/res/cardsfolder/q/quest_for_ulas_temple.txt b/res/cardsfolder/q/quest_for_ulas_temple.txt new file mode 100644 index 00000000000..fc15f713f95 --- /dev/null +++ b/res/cardsfolder/q/quest_for_ulas_temple.txt @@ -0,0 +1,15 @@ +Name:Quest for Ula's Temple +ManaCost:U +Types:Enchantment +Text:no text +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigDig | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may look at the top card of your library. If it's a creature card, you may reveal it and put a quest counter on Quest for CARDNAME. +SVar:TrigDig:AB$ Dig | Cost$ 0 | DigNum$ 1 | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | SubAbility$ TrigDig2 +SVar:TrigDig2:DB$ Dig | Cost$ 0 | DigNum$ 1 | ChangeNum$ All | RevealValid$ Creature | ChangeValid$ Creature | Optional$ True | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | RememberChanged$ True | SubAbility$ DBPutCounter +SVar:DBPutCounter:DB$ PutCounter | CounterType$ QUEST | CounterNum$ 1 | Defined$ Self | ConditionDefined$ Remembered | ConditionPresent$ Creature | ConditionCompare$ EQ1 | SubAbility$ DBCleanup +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Each | Execute$ TrigChangeZone | OptionalDecider$ You | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_GE3_QUEST | PresentCompare$ EQ1 | TriggerDescription$ At the beginning of each end step, if there are three or more quest counters on Quest for CARDNAME, you may put a Kraken, Leviathan, Octopus, or Serpent creature card from your hand onto the battlefield. +SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature.Kraken,Creature.Leviathan,Creature.Octopus,Creature.Serpent | ChangeNum$ 1 | Hidden$ True +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/quest_for_ulas_temple.jpg +End \ No newline at end of file