- Added Quest for the Goblin Lord.

This commit is contained in:
jendave
2011-08-06 17:05:58 +00:00
parent f793614fb8
commit 3d8b932c37
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4294,6 +4294,7 @@ res/cardsfolder/quagmire_lamprey.txt -text svneol=native#text/plain
res/cardsfolder/quagnoth.txt -text svneol=native#text/plain
res/cardsfolder/quest_for_ancient_secrets.txt svneol=native#text/plain
res/cardsfolder/quest_for_the_gemblades.txt svneol=native#text/plain
res/cardsfolder/quest_for_the_goblin_lord.txt -text svneol=native#text/plain
res/cardsfolder/quest_for_the_gravelord.txt svneol=native#text/plain
res/cardsfolder/quick_sliver.txt -text svneol=native#text/plain
res/cardsfolder/quicksand.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Quest for the Goblin Lord
ManaCost:R
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Goblin.YouCtrl | Execute$ TrigPutCounter | Optional$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever a Goblin enters the battlefield under your control, you may put a quest counter on CARDNAME.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ QUEST | CounterNum$ 1
K:stPumpAll:Creature.YouCtrl:2/0:isPresent Card.Self+countersGE5QUEST:As long as CARDNAME has five or more quest counters on it, creatures you control get +2/+0.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/quest_for_the_goblin_lord.jpg
End