From 057af4db8a017155b1c2ff75eb13d45e37cd0925 Mon Sep 17 00:00:00 2001 From: moomarc Date: Thu, 27 Sep 2012 05:55:29 +0000 Subject: [PATCH] - Added Mindbreak Trap - Fixed casting cost of Double Negative --- .gitattributes | 1 + res/cardsfolder/d/double_negative.txt | 2 +- res/cardsfolder/m/mindbreak_trap.txt | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 res/cardsfolder/m/mindbreak_trap.txt diff --git a/.gitattributes b/.gitattributes index 5614daf87a8..1c46c9b3cb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5988,6 +5988,7 @@ res/cardsfolder/m/mind_twist.txt svneol=native#text/plain res/cardsfolder/m/mind_unbound.txt svneol=native#text/plain res/cardsfolder/m/mind_warp.txt svneol=native#text/plain res/cardsfolder/m/mindblaze.txt -text svneol=unset#text/plain +res/cardsfolder/m/mindbreak_trap.txt -text res/cardsfolder/m/mindclaw_shaman.txt -text res/cardsfolder/m/mindcrank.txt svneol=native#text/plain res/cardsfolder/m/mindculling.txt svneol=native#text/plain diff --git a/res/cardsfolder/d/double_negative.txt b/res/cardsfolder/d/double_negative.txt index 221abca20aa..a8f9c7f54ca 100644 --- a/res/cardsfolder/d/double_negative.txt +++ b/res/cardsfolder/d/double_negative.txt @@ -2,7 +2,7 @@ Name:Double Negative ManaCost:U U R Types:Instant Text:no text -A:SP$ Counter | Cost$ U U | TargetType$ Spell | ValidTgts$ Card | TargetMin$ 0 | TargetMax$ 2 | SpellDescription$ Counter up to two target spells. +A:SP$ Counter | Cost$ U U R | TargetType$ Spell | ValidTgts$ Card | TargetMin$ 0 | TargetMax$ 2 | SpellDescription$ Counter up to two target spells. SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/double_negative.jpg SetInfo:ARB|Uncommon|http://magiccards.info/scans/en/arb/87.jpg diff --git a/res/cardsfolder/m/mindbreak_trap.txt b/res/cardsfolder/m/mindbreak_trap.txt new file mode 100644 index 00000000000..80565b57e11 --- /dev/null +++ b/res/cardsfolder/m/mindbreak_trap.txt @@ -0,0 +1,14 @@ +Name:Mindbreak Trap +ManaCost:2 U U +Types:Instant Trap +Text:no text +A:SP$ ChangeZone | Cost$ 2 U U | TargetType$ Spell | ValidTgts$ Card | TgtZone$ Stack | Origin$ Stack | Destination$ Exile | TargetMin$ 0 | TargetMax$ MaxTgts | SpellDescription$ Exile any number of target spells. +A:SP$ ChangeZone | Cost$ 0 | CheckSVar$ OppCastThisTurn | SVarCompare$ GE3 | TargetType$ Spell | ValidTgts$ Card | TgtZone$ Stack | Origin$ Stack | Destination$ Exile | TargetMin$ 0 | TargetMax$ MaxTgts | SpellDescription$ If an opponent cast three or more spells this turn, you may pay 0 rather than pay CARDNAME's mana cost. +SVar:OppCastThisTurn:Count$ThisTurnCast_Card.YouDontCtrl +SVar:MaxTgts:Count$SpellsOnStack +SVar:RemAIDeck:True +SVar:Rarity:Mythic +SVar:Picture:http://www.wizards.com/global/images/magic/general/mindbreak_trap.jpg +SetInfo:ZEN|Mythic|http://magiccards.info/scans/en/zen/57.jpg +Oracle:If an opponent cast three or more spells this turn, you may pay {0} rather than pay Mindbreak Trap's mana cost.\nExile any number of target spells. +End \ No newline at end of file