From 2a8c036c63d1186c8db33fd039696fed681a610a Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Fri, 19 Aug 2016 18:18:18 +0800 Subject: [PATCH] moved rayne to borderline @targeted needs update for player targets --- projects/mtg/bin/Res/sets/primitives/borderline.txt | 12 ++++++++++++ projects/mtg/bin/Res/sets/primitives/mtg.txt | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/borderline.txt b/projects/mtg/bin/Res/sets/primitives/borderline.txt index b963e5517..bb8b47f1d 100644 --- a/projects/mtg/bin/Res/sets/primitives/borderline.txt +++ b/projects/mtg/bin/Res/sets/primitives/borderline.txt @@ -239,6 +239,18 @@ power=3 toughness=2 [/card] [card] +name=Rayne, Academy Chancellor +#missing parser for player/controller/opponent +auto=this(auras >= 1) transforms((,newability[@targeted(*|mybattlefield) from(*|oppzones):draw:2])) +auto=this(auras < 1) transforms((,newability[@targeted(*|mybattlefield) from(*|oppzones):draw:1])) +text=Whenever you or a permanent you control becomes the target of a spell or ability an opponent controls, you may draw a card. You may draw an additional card if Rayne, Academy Chancellor is enchanted. +mana={2}{U} +type=Legendary Creature +subtype=Human Wizard +power=1 +toughness=1 +[/card] +[card] name=Recall auto=name(discard) notatarget(*|myhand) transforms((,newability[reject],newability[moveto(ownerhand) notatarget(*|mygraveyard)])) auto=moveto(exile) all(this) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index bb1144ccd..7b2fe9a35 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -87539,17 +87539,6 @@ mana={1}{W} type=Instant [/card] [card] -name=Rayne, Academy Chancellor -auto=this(auras >= 1) transforms((,newability[@targeted(*|mybattlefield) from(*|oppzones):draw:2])) -auto=this(auras < 1) transforms((,newability[@targeted(*|mybattlefield) from(*|oppzones):draw:1])) -text=Whenever you or a permanent you control becomes the target of a spell or ability an opponent controls, you may draw a card. You may draw an additional card if Rayne, Academy Chancellor is enchanted. -mana={2}{U} -type=Legendary Creature -subtype=Human Wizard -power=1 -toughness=1 -[/card] -[card] name=Raze auto=destroy target(land) text=As an additional cost to cast Raze, sacrifice a land. -- Destroy target land.