From d6764dd2fed5308d1cffeff8f07ddb75c36e1694 Mon Sep 17 00:00:00 2001 From: moomarc Date: Tue, 4 Jun 2013 22:14:21 +0000 Subject: [PATCH] - Added Summoning Trap --- .gitattributes | 1 + res/cardsfolder/s/summoning_trap.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/s/summoning_trap.txt diff --git a/.gitattributes b/.gitattributes index 84b87df3b46..573d9434920 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10751,6 +10751,7 @@ res/cardsfolder/s/summoners_bane.txt svneol=native#text/plain res/cardsfolder/s/summoners_egg.txt -text res/cardsfolder/s/summoners_pact.txt svneol=native#text/plain res/cardsfolder/s/summoning_station.txt svneol=native#text/plain +res/cardsfolder/s/summoning_trap.txt -text res/cardsfolder/s/sun_ce_young_conquerer.txt svneol=native#text/plain res/cardsfolder/s/sun_clasp.txt svneol=native#text/plain res/cardsfolder/s/sun_droplet.txt svneol=native#text/plain diff --git a/res/cardsfolder/s/summoning_trap.txt b/res/cardsfolder/s/summoning_trap.txt new file mode 100644 index 00000000000..91dba755cd4 --- /dev/null +++ b/res/cardsfolder/s/summoning_trap.txt @@ -0,0 +1,15 @@ +Name:Summoning Trap +ManaCost:4 G G +Types:Instant Trap +#Keep track of countered cards even while in other zones, so no TriggerZones param. Clear tracked number each cleanup. +T:Mode$ Countered | ValidCause$ Card.OppCtrl | ValidCard$ Creature.YouCtrl | Execute$ TrackValidCounters | Static$ True +SVar:TrackValidCounters:DB$ StoreSVar | SVar$ SetTrap | Type$ CountSVar | Expression$ SetTrap/Plus.1 +T:Mode$ Phase | Phase$ Cleanup | Execute$ TrigReset | Static$ True +SVar:TrigReset:AB$ StoreSVar | Cost$ 0 | SVar$ SetTrap | Type$ Number | Expression$ 0 +SVar:SetTrap:Number$0 +#Set up main abilities +SVar:AltCost:Cost$ 0 | CheckSVar$ SetTrap | SVarCompare$ GE1 | Description$ If a creature spell you cast this turn was countered by a spell or ability an opponent controlled, you may pay {0} rather than pay CARDNAME's mana cost. +A:SP$ Dig | Cost$ 4 G G | DigNum$ 7 | ChangeNum$ 1 | ChangeValid$ Creature | DestinationZone$ Battlefield | SpellDescription$ Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in any order. +SVar:Picture:http://www.wizards.com/global/images/magic/general/summoning_trap.jpg +Oracle:If a creature spell you cast this turn was countered by a spell or ability an opponent controlled, you may pay {0} rather than pay Summoning Trap's mana cost.\nLook at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in any order. +SetInfo:ZEN Rare \ No newline at end of file