From c6ad6d30d065cf29737fdeeb254c458a537bd65d Mon Sep 17 00:00:00 2001 From: Hanmac Date: Sun, 12 Jun 2016 19:08:51 +0000 Subject: [PATCH] BecomesTarget: does add inZoneBattlefield checks for BecomesTarget Trigger --- forge-gui/res/cardsfolder/c/cloud_cover.txt | 2 +- forge-gui/res/cardsfolder/d/daru_spiritualist.txt | 2 +- forge-gui/res/cardsfolder/d/diffusion_sliver.txt | 2 +- forge-gui/res/cardsfolder/r/rayne_academy_chancellor.txt | 2 +- forge-gui/res/cardsfolder/s/silverfur_partisan.txt | 2 +- forge-gui/res/cardsfolder/t/thunderbreak_regent.txt | 2 +- forge-gui/res/cardsfolder/w/willbreaker.txt | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/forge-gui/res/cardsfolder/c/cloud_cover.txt b/forge-gui/res/cardsfolder/c/cloud_cover.txt index e3c4edd60a3..8f4b1c27925 100644 --- a/forge-gui/res/cardsfolder/c/cloud_cover.txt +++ b/forge-gui/res/cardsfolder/c/cloud_cover.txt @@ -1,7 +1,7 @@ Name:Cloud Cover ManaCost:2 W U Types:Enchantment -T:Mode$ BecomesTarget | ValidTarget$ Permanent.YouCtrl+Other | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigBounce | OptionalDecider$ You | TriggerDescription$ Whenever another permanent you control becomes the target of a spell or ability an opponent controls, you may return that permanent to its owner's hand. +T:Mode$ BecomesTarget | ValidTarget$ Permanent.YouCtrl+Other+inZoneBattlefield | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigBounce | OptionalDecider$ You | TriggerDescription$ Whenever another permanent you control becomes the target of a spell or ability an opponent controls, you may return that permanent to its owner's hand. SVar:TrigBounce:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Defined$ TriggeredTarget SVar:Picture:http://www.wizards.com/global/images/magic/general/cloud_cover.jpg Oracle:Whenever another permanent you control becomes the target of a spell or ability an opponent controls, you may return that permanent to its owner's hand. diff --git a/forge-gui/res/cardsfolder/d/daru_spiritualist.txt b/forge-gui/res/cardsfolder/d/daru_spiritualist.txt index c8a393abd5c..03cc0a6fa02 100644 --- a/forge-gui/res/cardsfolder/d/daru_spiritualist.txt +++ b/forge-gui/res/cardsfolder/d/daru_spiritualist.txt @@ -2,7 +2,7 @@ Name:Daru Spiritualist ManaCost:1 W Types:Creature Human Cleric PT:1/1 -T:Mode$ BecomesTarget | ValidTarget$ Cleric.Creature+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a Cleric creature you control becomes the target of a spell or ability, it gets +0/+2 until end of turn. +T:Mode$ BecomesTarget | ValidTarget$ Cleric.Creature+YouCtrl+inZoneBattlefield | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a Cleric creature you control becomes the target of a spell or ability, it gets +0/+2 until end of turn. SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ TriggeredTarget | NumDef$ 2 SVar:Picture:http://www.wizards.com/global/images/magic/general/daru_spiritualist.jpg Oracle:Whenever a Cleric creature you control becomes the target of a spell or ability, it gets +0/+2 until end of turn. diff --git a/forge-gui/res/cardsfolder/d/diffusion_sliver.txt b/forge-gui/res/cardsfolder/d/diffusion_sliver.txt index f88570ace69..1b82f9307c1 100644 --- a/forge-gui/res/cardsfolder/d/diffusion_sliver.txt +++ b/forge-gui/res/cardsfolder/d/diffusion_sliver.txt @@ -2,7 +2,7 @@ Name:Diffusion Sliver ManaCost:1 U Types:Creature Sliver PT:1/1 -T:Mode$ BecomesTarget | ValidSource$ Card.OppCtrl | ValidTarget$ Creature.Sliver+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Whenever a Sliver creature you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {2}. +T:Mode$ BecomesTarget | ValidSource$ Card.OppCtrl | ValidTarget$ Creature.Sliver+YouCtrl+inZoneBattlefield | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Whenever a Sliver creature you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {2}. SVar:TrigCounter:AB$ Counter | Cost$ 0 | Defined$ TriggeredSourceSA | UnlessCost$ 2 | UnlessPayer$ TriggeredSourceSAController SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/diffusion_sliver.jpg diff --git a/forge-gui/res/cardsfolder/r/rayne_academy_chancellor.txt b/forge-gui/res/cardsfolder/r/rayne_academy_chancellor.txt index 479c81cbb7c..f5b2a286e0c 100644 --- a/forge-gui/res/cardsfolder/r/rayne_academy_chancellor.txt +++ b/forge-gui/res/cardsfolder/r/rayne_academy_chancellor.txt @@ -2,7 +2,7 @@ Name:Rayne, Academy Chancellor ManaCost:2 U Types:Legendary Creature Human Wizard PT:1/1 -T:Mode$ BecomesTarget | ValidTarget$ You,Permanent.YouCtrl | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | OptionalDecider$ You | TriggerDescription$ 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 CARDNAME is enchanted. +T:Mode$ BecomesTarget | ValidTarget$ You,Permanent.YouCtrl+inZoneBattlefield | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | OptionalDecider$ You | TriggerDescription$ 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 CARDNAME is enchanted. SVar:TrigDraw:DB$Draw | NumCards$ 1 | SubAbility$ TrigAddDraw | SpellDescription$ Draw a card. SVar:TrigAddDraw:DB$Draw | NumCards$ 1 | ConditionPresent$ Card.Self+enchanted | ConditionCompare$ GE1 | OptionalDecider$ You | SpellDescription$ Draw an additional card if CARDNAME is enchanted. SVar:EnchantMe:Once diff --git a/forge-gui/res/cardsfolder/s/silverfur_partisan.txt b/forge-gui/res/cardsfolder/s/silverfur_partisan.txt index d27e8c57560..6e6b92ceebd 100644 --- a/forge-gui/res/cardsfolder/s/silverfur_partisan.txt +++ b/forge-gui/res/cardsfolder/s/silverfur_partisan.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Wolf Warrior PT:2/2 K:Trample -T:Mode$ BecomesTarget | ValidTarget$ Wolf.YouCtrl,Werewolf.YouCtrl | ValidSource$ Instant,Sorcery | SourceType$ spell | TriggerZones$ Battlefield | Execute$ DBToken | TriggerDescription$ Whenever a Wolf or Werewolf you control becomes the target of an instant or sorcery spell, put a 2/2 green Wolf creature token onto the battlefield. +T:Mode$ BecomesTarget | ValidTarget$ Wolf.YouCtrl+inZoneBattlefield,Werewolf.YouCtrl+inZoneBattlefield | ValidSource$ Instant,Sorcery | SourceType$ spell | TriggerZones$ Battlefield | Execute$ DBToken | TriggerDescription$ Whenever a Wolf or Werewolf you control becomes the target of an instant or sorcery spell, put a 2/2 green Wolf creature token onto the battlefield. SVar:DBToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOI SVar:Picture:http://www.wizards.com/global/images/magic/general/silverfur_partisan.jpg Oracle:Trample\nWhenever a Wolf or Werewolf you control becomes the target of an instant or sorcery spell, put a 2/2 green Wolf creature token onto the battlefield. diff --git a/forge-gui/res/cardsfolder/t/thunderbreak_regent.txt b/forge-gui/res/cardsfolder/t/thunderbreak_regent.txt index 972fc9e52ac..118fb0a25d2 100644 --- a/forge-gui/res/cardsfolder/t/thunderbreak_regent.txt +++ b/forge-gui/res/cardsfolder/t/thunderbreak_regent.txt @@ -3,7 +3,7 @@ ManaCost:2 R R Types:Creature Dragon PT:4/4 K:Flying -T:Mode$ BecomesTarget | ValidTarget$ Dragon.YouCtrl | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever a Dragon you control becomes the target of a spell or ability an opponent controls, CARDNAME deals 3 damage to that player. +T:Mode$ BecomesTarget | ValidTarget$ Dragon.YouCtrl+inZoneBattlefield | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever a Dragon you control becomes the target of a spell or ability an opponent controls, CARDNAME deals 3 damage to that player. SVar:TrigDamage:AB$ DealDamage | Cost$ 0 | Defined$ TriggeredSourceController | NumDmg$ 3 SVar:Picture:http://www.wizards.com/global/images/magic/general/thunderbreak_regent.jpg Oracle:Flying\nWhenever a Dragon you control becomes the target of a spell or ability an opponent controls, Thunderbreak Regent deals 3 damage to that player. diff --git a/forge-gui/res/cardsfolder/w/willbreaker.txt b/forge-gui/res/cardsfolder/w/willbreaker.txt index ce4f5ba4811..598279a5fac 100644 --- a/forge-gui/res/cardsfolder/w/willbreaker.txt +++ b/forge-gui/res/cardsfolder/w/willbreaker.txt @@ -2,7 +2,7 @@ Name:Willbreaker ManaCost:3 U U Types:Creature Human Wizard PT:2/3 -T:Mode$ BecomesTarget | ValidTarget$ Creature.OppCtrl | ValidSource$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainControl | TriggerDescription$ Whenever a creature an opponent controls becomes the target of a spell or ability you control, gain control of that creature for as long as you control CARDNAME. +T:Mode$ BecomesTarget | ValidTarget$ Creature.OppCtrl+inZoneBattlefield | ValidSource$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainControl | TriggerDescription$ Whenever a creature an opponent controls becomes the target of a spell or ability you control, gain control of that creature for as long as you control CARDNAME. SVar:TrigGainControl:AB$ GainControl | Cost$ 0 | Defined$ TriggeredTarget | NewController$ You | LoseControl$ LeavesPlay,LoseControl SVar:Picture:http://www.wizards.com/global/images/magic/general/willbreaker.jpg -Oracle:Whenever a creature an opponent controls becomes the target of a spell or ability you control, gain control of that creature for as long as you control Willbreaker. \ No newline at end of file +Oracle:Whenever a creature an opponent controls becomes the target of a spell or ability you control, gain control of that creature for as long as you control Willbreaker.