From 2cdf7030f81e9e12f89dc0d8ff9ff3ed94bf2b3b Mon Sep 17 00:00:00 2001 From: Sloth Date: Fri, 24 Jan 2014 15:37:54 +0000 Subject: [PATCH] - Made some CantBeBlocked keywords HIDDEN. --- forge-gui/res/cardsfolder/b/black_scarab.txt | 2 +- forge-gui/res/cardsfolder/b/blue_scarab.txt | 2 +- forge-gui/res/cardsfolder/b/bower_passage.txt | 2 +- forge-gui/res/cardsfolder/c/canopy_cover.txt | 2 +- forge-gui/res/cardsfolder/d/demoralize.txt | 4 ++-- forge-gui/res/cardsfolder/d/dread_charge.txt | 2 +- forge-gui/res/cardsfolder/g/gorilla_war_cry.txt | 2 +- forge-gui/res/cardsfolder/g/green_scarab.txt | 2 +- forge-gui/res/cardsfolder/g/gruul_war_chant.txt | 2 +- forge-gui/res/cardsfolder/h/heat_wave.txt | 2 +- forge-gui/res/cardsfolder/i/infiltrators_magemark.txt | 2 +- forge-gui/res/cardsfolder/j/jovens_tools.txt | 2 +- forge-gui/res/cardsfolder/m/madcap_skills.txt | 2 +- forge-gui/res/cardsfolder/r/red_scarab.txt | 2 +- forge-gui/res/cardsfolder/t/treetop_bracers.txt | 2 +- forge-gui/res/cardsfolder/v/vorrac_battlehorns.txt | 2 +- forge-gui/res/cardsfolder/w/white_scarab.txt | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/black_scarab.txt b/forge-gui/res/cardsfolder/b/black_scarab.txt index bc9f605bc20..73ebfef2138 100644 --- a/forge-gui/res/cardsfolder/b/black_scarab.txt +++ b/forge-gui/res/cardsfolder/b/black_scarab.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.Black | Description$ Enchanted creature can't be blocked by black creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.Black | Description$ Enchanted creature can't be blocked by black creatures. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature gets +2/+2 as long as an opponent controls a black permanent. SVar:X:Count$Valid Permanent.Black+OppCtrl SVar:RemRandomDeck:True diff --git a/forge-gui/res/cardsfolder/b/blue_scarab.txt b/forge-gui/res/cardsfolder/b/blue_scarab.txt index 92bafb66302..1a445501f0b 100644 --- a/forge-gui/res/cardsfolder/b/blue_scarab.txt +++ b/forge-gui/res/cardsfolder/b/blue_scarab.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.Blue | Description$ Enchanted creature can't be blocked by blue creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.Blue | Description$ Enchanted creature can't be blocked by blue creatures. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature gets +2/+2 as long as an opponent controls a blue permanent. SVar:X:Count$Valid Permanent.Blue+OppCtrl SVar:RemRandomDeck:True diff --git a/forge-gui/res/cardsfolder/b/bower_passage.txt b/forge-gui/res/cardsfolder/b/bower_passage.txt index 7b6219ff18d..ad16b72eb3f 100644 --- a/forge-gui/res/cardsfolder/b/bower_passage.txt +++ b/forge-gui/res/cardsfolder/b/bower_passage.txt @@ -1,7 +1,7 @@ Name:Bower Passage ManaCost:1 G Types:Enchantment -S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ CantBeBlockedBy Creature.withFlying | Description$ Creatures with flying can't block creatures you control. +S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CantBeBlockedBy Creature.withFlying | Description$ Creatures with flying can't block creatures you control. SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/bower_passage.jpg Oracle:Creatures with flying can't block creatures you control. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/canopy_cover.txt b/forge-gui/res/cardsfolder/c/canopy_cover.txt index d8cf9adba74..3e6d9010e37 100644 --- a/forge-gui/res/cardsfolder/c/canopy_cover.txt +++ b/forge-gui/res/cardsfolder/c/canopy_cover.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.withoutFlying+withoutReach | Description$ Enchanted creature can't be blocked except by creatures with flying or reach. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.withoutFlying+withoutReach | Description$ Enchanted creature can't be blocked except by creatures with flying or reach. S:Mode$ CantTarget | ValidCard$ Card.EnchantedBy | Activator$ Opponent | Description$ Enchanted creature can't be the target of spells or abilities your opponents control. SVar:Picture:http://www.wizards.com/global/images/magic/general/canopy_cover.jpg Oracle:Enchant creature\nEnchanted creature can't be blocked except by creatures with flying or reach.\nEnchanted creature can't be the target of spells or abilities your opponents control. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/demoralize.txt b/forge-gui/res/cardsfolder/d/demoralize.txt index 2458ea42c18..4fb19d18d7a 100644 --- a/forge-gui/res/cardsfolder/d/demoralize.txt +++ b/forge-gui/res/cardsfolder/d/demoralize.txt @@ -3,8 +3,8 @@ ManaCost:2 R Types:Instant A:SP$ Effect | Cost$ 2 R | Name$ Demoralize Effect | StaticAbilities$ KWPump | SubAbility$ DBEffect2 | SpellDescription$ Each creature can't be blocked this turn except by two or more creatures. SVar:DBEffect2:DB$ Effect | Name$ Demoralize Effect 2 | StaticAbilities$ KWPump2 | Condition$ Threshold | SpellDescription$ Threshold - If seven or more cards are in your graveyard, creatures can't block this turn. -SVar:KWPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddKeyword$ CantBeBlockedByAmount LT2 | Description$ Each creature can't be blocked this turn except by two or more creatures. -SVar:KWPump2:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddKeyword$ CARDNAME can't block. | Description$ Threshold - If seven or more cards are in your graveyard, creatures can't block this turn. +SVar:KWPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddHiddenKeyword$ CantBeBlockedByAmount LT2 | Description$ Each creature can't be blocked this turn except by two or more creatures. +SVar:KWPump2:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddHiddenKeyword$ CARDNAME can't block. | Description$ Threshold - If seven or more cards are in your graveyard, creatures can't block this turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/demoralize.jpg Oracle:Each creature can't be blocked this turn except by two or more creatures.\nThreshold - If seven or more cards are in your graveyard, creatures can't block this turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/dread_charge.txt b/forge-gui/res/cardsfolder/d/dread_charge.txt index f858730d61c..6344abfb51f 100644 --- a/forge-gui/res/cardsfolder/d/dread_charge.txt +++ b/forge-gui/res/cardsfolder/d/dread_charge.txt @@ -1,7 +1,7 @@ Name:Dread Charge ManaCost:3 B Types:Sorcery -A:SP$ PumpAll | Cost$ 3 B | ValidCards$ Creature.Black+YouCtrl | KW$ CantBeBlockedBy Creature.nonBlack | SpellDescription$ Until end of turn, black creatures you control can be blocked only by black creatures. +A:SP$ PumpAll | Cost$ 3 B | ValidCards$ Creature.Black+YouCtrl | KW$ HIDDEN CantBeBlockedBy Creature.nonBlack | SpellDescription$ Until end of turn, black creatures you control can be blocked only by black creatures. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/dread_charge.jpg Oracle:Until end of turn, black creatures you control can be blocked only by black creatures. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/gorilla_war_cry.txt b/forge-gui/res/cardsfolder/g/gorilla_war_cry.txt index e4192295ed5..21a1f0e7ba2 100644 --- a/forge-gui/res/cardsfolder/g/gorilla_war_cry.txt +++ b/forge-gui/res/cardsfolder/g/gorilla_war_cry.txt @@ -4,6 +4,6 @@ Types:Instant A:SP$ Effect | Cost$ 1 R | Name$ Gorilla War Cry Effect | StaticAbilities$ Blocking | ActivationPhases$ BeginCombat->Declare Attackers | AILogic$ Evasion | SubAbility$ DelTrigSlowtrip | SpellDescription$ Cast CARDNAME only during combat before blockers are declared. Creatures can't be blocked this turn except by two or more creatures. Draw a card at the beginning of next turn's upkeep. SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card. SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You -SVar:Blocking:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddKeyword$ CantBeBlockedByAmount LT2 | Description$ Creatures can't be blocked this turn except by two or more creatures. +SVar:Blocking:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature | AddHiddenKeyword$ CantBeBlockedByAmount LT2 | Description$ Creatures can't be blocked this turn except by two or more creatures. SVar:Picture:http://www.wizards.com/global/images/magic/general/gorilla_war_cry.jpg Oracle:Cast Gorilla War Cry only during combat before blockers are declared.\nCreatures can't be blocked this turn except by two or more creatures.\nDraw a card at the beginning of the next turn's upkeep. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/green_scarab.txt b/forge-gui/res/cardsfolder/g/green_scarab.txt index 661e2a39f55..de32f0755d1 100644 --- a/forge-gui/res/cardsfolder/g/green_scarab.txt +++ b/forge-gui/res/cardsfolder/g/green_scarab.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.Green | Description$ Enchanted creature can't be blocked by green creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.Green | Description$ Enchanted creature can't be blocked by green creatures. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature gets +2/+2 as long as an opponent controls a green permanent. SVar:X:Count$Valid Permanent.Green+OppCtrl SVar:RemRandomDeck:True diff --git a/forge-gui/res/cardsfolder/g/gruul_war_chant.txt b/forge-gui/res/cardsfolder/g/gruul_war_chant.txt index 9528a8ee3ef..103bbde78d6 100644 --- a/forge-gui/res/cardsfolder/g/gruul_war_chant.txt +++ b/forge-gui/res/cardsfolder/g/gruul_war_chant.txt @@ -1,7 +1,7 @@ Name:Gruul War Chant ManaCost:2 R G Types:Enchantment -S:Mode$ Continuous | Affected$ Creature.YouCtrl+attacking | AddPower$ 1 | AddKeyword$ CantBeBlockedByAmount LT2 | Description$ Each attacking creature you control gets +1/+0 and can't be blocked except by two or more creatures. +S:Mode$ Continuous | Affected$ Creature.YouCtrl+attacking | AddPower$ 1 | AddHiddenKeyword$ CantBeBlockedByAmount LT2 | Description$ Each attacking creature you control gets +1/+0 and can't be blocked except by two or more creatures. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/gruul_war_chant.jpg Oracle:Each attacking creature you control gets +1/+0 and can't be blocked except by two or more creatures. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/heat_wave.txt b/forge-gui/res/cardsfolder/h/heat_wave.txt index 7cba99105a5..d5dd7d64543 100644 --- a/forge-gui/res/cardsfolder/h/heat_wave.txt +++ b/forge-gui/res/cardsfolder/h/heat_wave.txt @@ -2,7 +2,7 @@ Name:Heat Wave ManaCost:2 R Types:Enchantment K:Cumulative upkeep:R -S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ CantBeBlockedBy Creature.Blue | Description$ Blue creatures can't block creatures you control. +S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CantBeBlockedBy Creature.Blue | Description$ Blue creatures can't block creatures you control. S:Mode$ CantBlockUnless | ValidCard$ Creature.nonBlue | Attacker$ Creature.YouCtrl | Cost$ PayLife<1> | Description$ Nonblue creatures can't block creatures you control unless their controller pays 1 life for each blocking creature he or she controls. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/heat_wave.jpg diff --git a/forge-gui/res/cardsfolder/i/infiltrators_magemark.txt b/forge-gui/res/cardsfolder/i/infiltrators_magemark.txt index 8ab6b71f67b..93f6451e359 100644 --- a/forge-gui/res/cardsfolder/i/infiltrators_magemark.txt +++ b/forge-gui/res/cardsfolder/i/infiltrators_magemark.txt @@ -3,6 +3,6 @@ ManaCost:2 U Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 2 U | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.enchanted+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ CantBeBlockedBy Creature.withoutDefender | Description$ Creatures you control that are enchanted get +1/+1 and can't be blocked except by creatures with defender. +S:Mode$ Continuous | Affected$ Creature.enchanted+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddHiddenKeyword$ CantBeBlockedBy Creature.withoutDefender | Description$ Creatures you control that are enchanted get +1/+1 and can't be blocked except by creatures with defender. SVar:Picture:http://www.wizards.com/global/images/magic/general/infiltrators_magemark.jpg Oracle:Enchant creature\nCreatures you control that are enchanted get +1/+1 and can't be blocked except by creatures with defender. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/jovens_tools.txt b/forge-gui/res/cardsfolder/j/jovens_tools.txt index a42b233ca42..fb8aad924eb 100644 --- a/forge-gui/res/cardsfolder/j/jovens_tools.txt +++ b/forge-gui/res/cardsfolder/j/jovens_tools.txt @@ -1,6 +1,6 @@ Name:Joven's Tools ManaCost:6 Types:Artifact -A:AB$ Pump | Cost$ 4 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ CantBeBlockedBy Creature.nonWall | SpellDescription$ Target creature can't be blocked this turn except by Walls. +A:AB$ Pump | Cost$ 4 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CantBeBlockedBy Creature.nonWall | SpellDescription$ Target creature can't be blocked this turn except by Walls. SVar:Picture:http://www.wizards.com/global/images/magic/general/jovens_tools.jpg Oracle:{4}, {T}: Target creature can't be blocked this turn except by Walls. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/madcap_skills.txt b/forge-gui/res/cardsfolder/m/madcap_skills.txt index c575cb636fd..b593db26b81 100644 --- a/forge-gui/res/cardsfolder/m/madcap_skills.txt +++ b/forge-gui/res/cardsfolder/m/madcap_skills.txt @@ -3,6 +3,6 @@ ManaCost:1 R Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 R | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddKeyword$ CantBeBlockedByAmount LT2 | Description$ Enchanted creature gets +3/+0 and can't be blocked except by two or more creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddHiddenKeyword$ CantBeBlockedByAmount LT2 | Description$ Enchanted creature gets +3/+0 and can't be blocked except by two or more creatures. SVar:Picture:http://www.wizards.com/global/images/magic/general/madcap_skills.jpg Oracle:Enchant creature\nEnchanted creature gets +3/+0 and can't be blocked except by two or more creatures. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/red_scarab.txt b/forge-gui/res/cardsfolder/r/red_scarab.txt index dd48c2b29b2..c27f2da7b30 100644 --- a/forge-gui/res/cardsfolder/r/red_scarab.txt +++ b/forge-gui/res/cardsfolder/r/red_scarab.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.Red | Description$ Enchanted creature can't be blocked by red creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.Red | Description$ Enchanted creature can't be blocked by red creatures. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | References$ X | Description$ Enchanted creature gets +2/+2 as long as an opponent controls a red permanent. SVar:X:Count$Valid Permanent.Red+OppCtrl SVar:RemRandomDeck:True diff --git a/forge-gui/res/cardsfolder/t/treetop_bracers.txt b/forge-gui/res/cardsfolder/t/treetop_bracers.txt index acbf470ff61..bd13a33874d 100644 --- a/forge-gui/res/cardsfolder/t/treetop_bracers.txt +++ b/forge-gui/res/cardsfolder/t/treetop_bracers.txt @@ -3,6 +3,6 @@ ManaCost:1 G Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ CantBeBlockedBy Creature.withoutFlying | Description$ Enchanted creature gets +1/+1 and can't be blocked except by creatures with flying. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddHiddenKeyword$ CantBeBlockedBy Creature.withoutFlying | Description$ Enchanted creature gets +1/+1 and can't be blocked except by creatures with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/treetop_bracers.jpg Oracle:Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)\nEnchanted creature gets +1/+1 and can't be blocked except by creatures with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/v/vorrac_battlehorns.txt b/forge-gui/res/cardsfolder/v/vorrac_battlehorns.txt index 3397f32d38c..1ad1c473d4e 100644 --- a/forge-gui/res/cardsfolder/v/vorrac_battlehorns.txt +++ b/forge-gui/res/cardsfolder/v/vorrac_battlehorns.txt @@ -2,6 +2,6 @@ Name:Vorrac Battlehorns ManaCost:2 Types:Artifact Equipment K:Equip 1 -S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ Trample | AddKeyword$ CantBeBlockedByAmount GT1 | Description$ Equipped creature has trample and can't be blocked by more than one creature. +S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ Trample | AddHiddenKeyword$ CantBeBlockedByAmount GT1 | Description$ Equipped creature has trample and can't be blocked by more than one creature. SVar:Picture:http://www.wizards.com/global/images/magic/general/vorrac_battlehorns.jpg Oracle:Equipped creature has trample and can't be blocked by more than one creature.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/white_scarab.txt b/forge-gui/res/cardsfolder/w/white_scarab.txt index 6b810cf2f2e..93cbc1f9496 100644 --- a/forge-gui/res/cardsfolder/w/white_scarab.txt +++ b/forge-gui/res/cardsfolder/w/white_scarab.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump -S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ CantBeBlockedBy Creature.White | Description$ Enchanted creature can't be blocked by white creatures. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBeBlockedBy Creature.White | Description$ Enchanted creature can't be blocked by white creatures. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ Enchanted creature gets +2/+2 as long as an opponent controls a white permanent. SVar:X:Count$Valid Permanent.White+OppCtrl SVar:RemRandomDeck:True