- Remove keyword "CARDNAME can't attack if defending player controls an untapped"

This commit is contained in:
swordshine
2014-04-23 02:27:33 +00:00
parent dca3f4e89a
commit a707250d33
8 changed files with 14 additions and 55 deletions

View File

@@ -2,9 +2,8 @@ Name:Branded Brawlers
ManaCost:R
Types:Creature Human Soldier
PT:2/2
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't attack. | CheckSVar$ X | SVarCompare$ GE1 | Description$ CARDNAME can't attack if defending player controls an untapped land.
S:Mode$ CantAttack | ValidCard$ Card.Self | IfDefenderControls$ Land.untapped | Description$ CARDNAME can't attack if defending player controls an untapped land.
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't block. | CheckSVar$ Y | SVarCompare$ GE1 | Description$ CARDNAME can't block if you control an untapped land.
SVar:X:Count$Valid Land.YouDontCtrl+untapped
SVar:Y:Count$Valid Land.YouCtrl+untapped
SVar:Picture:http://www.wizards.com/global/images/magic/general/branded_brawlers.jpg
Oracle:Branded Brawlers can't attack if defending player controls an untapped land.\nBranded Brawlers can't block if you control an untapped land.

View File

@@ -3,7 +3,7 @@ ManaCost:2 R R
Types:Creature Goblin Mutant
PT:5/3
K:Trample
K:CARDNAME can't attack if defending player controls an untapped creature with power 3 or greater.
S:Mode$ CantAttack | ValidCard$ Card.Self | IfDefenderControls$ Creature.untapped+powerGE3 | Description$ CARDNAME can't attack if defending player controls an untapped creature with power 3 or greater.
K:CantBlock Creature.powerGE3:creatures with power 3 or greater
SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_mutant.jpg
Oracle:Trample\nGoblin Mutant can't attack if defending player controls an untapped creature with power 3 or greater.\nGoblin Mutant can't block creatures with power 3 or greater.

View File

@@ -2,6 +2,6 @@ Name:Mogg Jailer
ManaCost:1 R
Types:Creature Goblin
PT:2/2
K:CARDNAME can't attack if defending player controls an untapped creature with power 2 or less.
S:Mode$ CantAttack | ValidCard$ Card.Self | IfDefenderControls$ Creature.untapped+powerLE2 | Description$ CARDNAME can't attack if defending player controls an untapped creature with power 2 or less.
SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_jailer.jpg
Oracle:Mogg Jailer can't attack if defending player controls an untapped creature with power 2 or less.

View File

@@ -3,7 +3,7 @@ ManaCost:3 R R
Types:Creature Orgg
PT:6/6
K:Trample
K:CARDNAME can't attack if defending player controls an untapped creature with power 3 or greater.
S:Mode$ CantAttack | ValidCard$ Card.Self | IfDefenderControls$ Creature.untapped+powerGE3 | Description$ CARDNAME can't attack if defending player controls an untapped creature with power 3 or greater.
K:CantBlock Creature.powerGE3:creatures with power 3 or greater
SVar:Picture:http://www.wizards.com/global/images/magic/general/orgg.jpg
Oracle:Trample\nOrgg can't attack if defending player controls an untapped creature with power 3 or greater.\nOrgg can't block creatures with power 3 or greater.

View File

@@ -2,9 +2,8 @@ Name:Veteran Brawlers
ManaCost:1 R
Types:Creature Human Soldier
PT:4/4
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't attack. | CheckSVar$ X | SVarCompare$ GE1 | Description$ CARDNAME can't attack if defending player controls an untapped land.
S:Mode$ CantAttack | ValidCard$ Card.Self | IfDefenderControls$ Land.untapped | Description$ CARDNAME can't attack if defending player controls an untapped land.
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't block. | CheckSVar$ Y | SVarCompare$ GE1 | Description$ CARDNAME can't block if you control an untapped land.
SVar:X:Count$Valid Land.YouDontCtrl+untapped
SVar:Y:Count$Valid Land.YouCtrl+untapped
SVar:Picture:http://www.wizards.com/global/images/magic/general/veteran_brawlers.jpg
Oracle:Veteran Brawlers can't attack if defending player controls an untapped land.\nVeteran Brawlers can't block if you control an untapped land.