- Added Quest for Ula's Temple.

This commit is contained in:
jeffwadsworth
2011-10-14 23:02:40 +00:00
parent ce03d6af33
commit 2c3669cc78
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

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