From 405a22c97df6af8d3751e7b098a2a45b58158557 Mon Sep 17 00:00:00 2001 From: Sloth Date: Tue, 20 Nov 2012 08:00:07 +0000 Subject: [PATCH] - Added 3 cards by swordshine. --- .gitattributes | 3 +++ res/cardsfolder/c/chromeshell_crab.txt | 15 +++++++++++++++ res/cardsfolder/i/icy_prison.txt | 16 ++++++++++++++++ res/cardsfolder/k/kill_switch.txt | 13 +++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 res/cardsfolder/c/chromeshell_crab.txt create mode 100644 res/cardsfolder/i/icy_prison.txt create mode 100644 res/cardsfolder/k/kill_switch.txt diff --git a/.gitattributes b/.gitattributes index fcbfec83aa5..3bbde979070 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1633,6 +1633,7 @@ res/cardsfolder/c/chromatic_star.txt svneol=native#text/plain res/cardsfolder/c/chrome_mox.txt svneol=native#text/plain res/cardsfolder/c/chrome_steed.txt svneol=native#text/plain res/cardsfolder/c/chromescale_drake.txt svneol=native#text/plain +res/cardsfolder/c/chromeshell_crab.txt -text res/cardsfolder/c/chromium.txt svneol=native#text/plain res/cardsfolder/c/chronatog.txt svneol=native#text/plain res/cardsfolder/c/chronatog_totem.txt svneol=native#text/plain @@ -4776,6 +4777,7 @@ res/cardsfolder/i/ichor_wellspring.txt svneol=native#text/plain res/cardsfolder/i/ichorclaw_myr.txt svneol=native#text/plain res/cardsfolder/i/ichorid.txt svneol=native#text/plain res/cardsfolder/i/icy_manipulator.txt svneol=native#text/plain +res/cardsfolder/i/icy_prison.txt -text res/cardsfolder/i/ideas_unbound.txt -text res/cardsfolder/i/identity_crisis.txt svneol=native#text/plain res/cardsfolder/i/idle_thoughts.txt svneol=native#text/plain @@ -5287,6 +5289,7 @@ res/cardsfolder/k/kher_keep.txt svneol=native#text/plain res/cardsfolder/k/kiki_jiki_mirror_breaker.txt svneol=native#text/plain res/cardsfolder/k/kiku_nights_flower.txt svneol=native#text/plain res/cardsfolder/k/kikus_shadow.txt svneol=native#text/plain +res/cardsfolder/k/kill_switch.txt -text res/cardsfolder/k/killer_bees.txt svneol=native#text/plain res/cardsfolder/k/killer_instinct.txt -text res/cardsfolder/k/killer_whale.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/chromeshell_crab.txt b/res/cardsfolder/c/chromeshell_crab.txt new file mode 100644 index 00000000000..23a0eaca4b3 --- /dev/null +++ b/res/cardsfolder/c/chromeshell_crab.txt @@ -0,0 +1,15 @@ +Name:Chromeshell Crab +ManaCost:4 U +Types:Creature Crab Beast +Text:no text +PT:3/3 +K:Morph:4 U +T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ CrabExchange | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ When CARDNAME is turned face up, you may exchange control of target creature you control and target creature an opponent controls. +SVar:CrabExchange:DB$ ExchangeControl | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | TargetsFromDifferentZone$ True | TargetMin$ 2 | TargetMax$ 2 | SpellDescription$ Exchange control of target creature you control and target creature an opponent controls. +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/chromeshell_crab.jpg +SetInfo:LGN|Rare|http://magiccards.info/scans/en/le/32.jpg +SetInfo:COM|Rare|http://magiccards.info/scans/en/cmd/41.jpg +Oracle:Morph {4}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)\nWhen Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls. +End \ No newline at end of file diff --git a/res/cardsfolder/i/icy_prison.txt b/res/cardsfolder/i/icy_prison.txt new file mode 100644 index 00000000000..3f6047d687c --- /dev/null +++ b/res/cardsfolder/i/icy_prison.txt @@ -0,0 +1,16 @@ +Name:Icy Prison +ManaCost:U U +Types:Enchantment +Text:no text +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target creature. +SVar:TrigExile:DB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | ForgetOtherRemembered$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, return the exiled card to the battlefield under its owner's control. +SVar:TrigReturn:AB$ ChangeZone | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice CARDNAME unless any player pays {3}. +SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Defined$ Self | UnlessCost$ 3 | UnlessPayer$ Player | UnlessAI$ Never +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/icy_prison.jpg +SetInfo:ICE|Rare|http://magiccards.info/scans/en/ia/74.jpg +Oracle:When Icy Prison enters the battlefield, exile target creature.\nAt the beginning of your upkeep, sacrifice Icy Prison unless any player pays {3}.\nWhen Icy Prison leaves the battlefield, return the exiled card to the battlefield under its owner's control. +End \ No newline at end of file diff --git a/res/cardsfolder/k/kill_switch.txt b/res/cardsfolder/k/kill_switch.txt new file mode 100644 index 00000000000..859d5f525a5 --- /dev/null +++ b/res/cardsfolder/k/kill_switch.txt @@ -0,0 +1,13 @@ +Name:Kill Switch +ManaCost:3 +Types:Artifact +Text:no text +A:AB$ TapAll | Cost$ 2 T | ValidCards$ Artifact.Other | SubAbility$ DBPumpAll | SpellDescription$ Tap all other artifacts.They don't untap during their controllers' untap steps for as long as CARDNAME remains tapped. +SVar:DBPumpAll:DB$ PumpAll | Cost$ 0 | KW$ HIDDEN CARDNAME doesn't untap during your untap step. | ValidCards$ Artifact.Other | UntilUntaps$ True +SVar:RemAIDeck:True +SVar:RemRandomDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/kill_switch.jpg +SetInfo:NMS|Rare|http://magiccards.info/scans/en/ne/133.jpg +Oracle:{2}, {T}: Tap all other artifacts. They don't untap during their controllers' untap steps for as long as Kill Switch remains tapped. +End \ No newline at end of file