mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Quest for the Gemblades.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4178,6 +4178,7 @@ res/cardsfolder/quagmire_druid.txt -text svneol=native#text/plain
|
||||
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 -text svneol=native#text/plain
|
||||
res/cardsfolder/quest_for_the_gemblades.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_gemblades.txt
Normal file
11
res/cardsfolder/quest_for_the_gemblades.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Quest for the Gemblades
|
||||
ManaCost:1 G
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
A:AB$RemoveCounter | Cost$ Sac<1/CARDNAME> | IsPresent$ Card.Self+countersGE1QUEST | CounterType$ QUEST | CounterNum$ 1 | SubAbility$ SVar=DBPutCounter | SpellDescription$ Remove a quest counter from CARDNAME and sacrifice it.
|
||||
T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Creature | TriggerZones$ Battlefield | Optional$ True | CombatDamage$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature you control deals combat damage to a creature, you may put a quest counter on CARDNAME.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ QUEST | CounterNum$ 1
|
||||
SVar:DBPutCounter:DB$PutCounter | Cost$ 0 | Tgt$TgtC | CounterType$ P1P1 | CounterNum$ 4 | SpellDescription$ Put four +1/+1 counters on target creature.
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/Quest_for_the_Gemblades.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user