From adb4d094e4b9d91fe6a0b5c29b172f8a4e7d6be2 Mon Sep 17 00:00:00 2001 From: Sol Date: Sat, 14 Jan 2017 21:49:22 +0000 Subject: [PATCH] - Add Scrap Trawler (AER) --- .gitattributes | 1 + forge-gui/res/cardsfolder/s/scrap_trawler.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 forge-gui/res/cardsfolder/s/scrap_trawler.txt diff --git a/.gitattributes b/.gitattributes index d2d2cc3c604..7b3c1e1ca21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13531,6 +13531,7 @@ forge-gui/res/cardsfolder/s/scragnoth.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/scrambleverse.txt -text forge-gui/res/cardsfolder/s/scrap.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/scrap_mastery.txt -text +forge-gui/res/cardsfolder/s/scrap_trawler.txt -text forge-gui/res/cardsfolder/s/scrapbasket.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/scrapdiver_serpent.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/scrapheap.txt svneol=native#text/plain diff --git a/forge-gui/res/cardsfolder/s/scrap_trawler.txt b/forge-gui/res/cardsfolder/s/scrap_trawler.txt new file mode 100644 index 00000000000..66b3deb0a71 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/scrap_trawler.txt @@ -0,0 +1,10 @@ +Name:Scrap Trawler +ManaCost:3 +Types:Artifact Creature Construct +PT:3/2 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigReturnArti | TriggerDescription$ Whenever CARDNAME or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser converted mana cost. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Artifact.YouCtrl+Other | TriggerZones$ Battlefield | Secondary$ True | Execute$ TrigReturnArti | TriggerDescription$ Whenever CARDNAME or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser converted mana cost. +SVar:TrigReturnArti:DB$ ChangeZone | ValidTgts$ Artifact.cmcLTX | Origin$ Graveyard | Destination$ Hand | References$ X +SVar:X:TriggeredCard$CardManaCost +SVar:Picture:http://www.wizards.com/global/images/magic/general/scrap_trawler.jpg +Oracle:Whenever Scrap Trawler or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser converted mana cost. \ No newline at end of file