From ae4fc01083f1c5196f4a81d031789678327a2a46 Mon Sep 17 00:00:00 2001 From: Hanmac Date: Tue, 14 Jun 2016 16:34:08 +0000 Subject: [PATCH] add My Crushing Masterstroke use special Attack to attack owner. --- .gitattributes | 1 + forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt diff --git a/.gitattributes b/.gitattributes index 3bee67e81d1..ef63d7f87e1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10179,6 +10179,7 @@ forge-gui/res/cardsfolder/m/muzzle.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/mwonvuli_acid_moss.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/mwonvuli_beast_tracker.txt -text forge-gui/res/cardsfolder/m/mwonvuli_ooze.txt svneol=native#text/plain +forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt -text svneol=unset#text/plain forge-gui/res/cardsfolder/m/my_genius_knows_no_bounds.txt -text forge-gui/res/cardsfolder/m/my_undead_horde_awakens.txt -text forge-gui/res/cardsfolder/m/my_wish_is_your_command.txt -text diff --git a/forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt b/forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt new file mode 100644 index 00000000000..24ca127c6c7 --- /dev/null +++ b/forge-gui/res/cardsfolder/m/my_crushing_masterstroke.txt @@ -0,0 +1,7 @@ +Name:My Crushing Masterstroke +ManaCost:no cost +Types:Scheme +T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TrigControl | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, gain control of all nonland permanents your opponents control until end of turn. Untap those permanents. They gain haste until the end of turn. Each of them attacks its owner this turn if able. +SVar:TrigControl:AB$ GainControl | Cost$ 0 | AllValid$ Permanent.OppCtrl+nonLand | Untap$ True | AddKWs$ Haste & HIDDEN CARDNAME attacks specific player each combat if able:CardOwner | LoseControl$ EOT +SVar:Picture:http://downloads.cardforge.link/images/cards/ARC/My Crushing Masterstroke.full.jpg +Oracle:When you set this scheme in motion, gain control of all nonland permanents your opponents control until end of turn. Untap those permanents. They gain haste until the end of turn. Each of them attacks its owner this turn if able. \ No newline at end of file