Added many cards with "cantbeblockedby".

This commit is contained in:
solo81@web.de
2009-12-29 18:17:06 +00:00
parent 830b2a12c7
commit 79b248a152
42 changed files with 458 additions and 429 deletions

View File

@@ -1,5 +1,5 @@
[card]
text=Target creature gets -1/-1 until end of turn. Draw a card.
text=Target creature gets -1/-1 until end of turn. Draw a card.
target=creature
auto=-1/-1
auto=draw:1 controller
@@ -10,7 +10,7 @@ type=Instant
mana={2}{B}
[/card]
[card]
text=Target creature gets +1/+1 until end of turn. Draw a card.
text=Target creature gets +1/+1 until end of turn. Draw a card.
target=creature
auto=1/1
auto=draw:1
@@ -704,6 +704,18 @@ type=Instant
mana={3}{U}{U}
[/card]
[card]
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
id=135266
name=Elven Riders
auto=cantbeblockedby(creature[-flying,-wall])
rarity=U
type=Creature
mana={3}{G}{G}
power=3
subtype=Elf
toughness=3
[/card]
[card]
text=Whenever Elvish Berserker becomes blocked, it gets +1/+1 until end of turn for each creature blocking it.
id=129533
auto=rampage(1/1,0)
@@ -2376,7 +2388,7 @@ subtype=Minion
toughness=3
[/card]
[card]
text=Destroy target artifact. Draw a card.
text=Destroy target artifact. Draw a card.
target=artifact
auto=destroy
auto=draw:1 controller
@@ -2747,6 +2759,18 @@ subtype=Human
toughness=2
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+1 and can't be blocked except by creatures with flying.
id=129777
target=creature
auto=1/1
auto=cantbeblockedby(creature[-flying])
name=Treetop Bracer
rarity=C
mana={1}{G}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Troll Ascetic can't be the target of spells or abilities your opponents control. {1}{G}: Regenerate Troll Ascetic. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)
auto={1}{G}:regenerate
abilities=opponentshroud

View File

@@ -294,19 +294,6 @@ subtype=Insect
toughness=1
[/card]
[card]
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
id=135266
name=Elven Riders
auto=cantbeblockedby(creature[-flying,-wall])
rarity=U
color=Green
type=Creature
mana={3}{G}{G}
power=3
subtype=Elf
toughness=3
[/card]
[card]
text=Faerie Conclave comes into play tapped. {T}: Add {U} to your mana pool. {1}{U}: Faerie Conclave becomes a 2/1 blue Faerie creature with flying until end of turn. It's still a land. (It can't be blocked except by creatures with flying or reach.)
id=106531
name=Faerie Conclave
@@ -1063,20 +1050,6 @@ type=Sorcery
mana={8}{U}{U}
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature gets +1/+1 and can't be blocked except by creatures with flying.
id=129777
name=Treetop Bracer
target=creature
auto=1/1
auto=cantbeblockedby(creature[-flying])
#Really need to continue trying implementing this one 3 cards from 10E would be added with cantbeblockedby.
rarity=C
color=Green
type=Enchantment
mana={1}{G}
subtype=Aura
[/card]
[card]
text=Treetop Village comes into play tapped. {T}: Add {G} to your mana pool. {1}{G}: Treetop Village becomes a 3/3 green Ape creature with trample until end of turn. It's still a land. (If it would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
id=106455
name=Treetop Village

View File

@@ -183,6 +183,18 @@ type=Sorcery
subtype=Arcane
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by Spirits. {1}{U}: Return Field of Reality to its owner's hand.
id=50272
target=creature
auto=cantbeblockedby(spirit)
auto={1}{U}:moveTo(ownerhand)
name=Field of Reality
rarity=C
mana={2}{U}
type=Enchantment
subtype=Aura
[/card]
[card]
id=79062
name=Forest
auto={T}:Add {G}

View File

@@ -420,15 +420,6 @@ text={1}: Look at the top card of your library. {2}: Reveal the top card of your
rarity=C
[/card]
[card]
id=50272
name=Field of Reality
mana={2}{U}
type=Enchantment
subtype=Aura
text=Enchant creature Enchanted creature can't be blocked by Spirits. {1}{U}: Return Field of Reality to its owner's hand.
rarity=C
[/card]
[card]
id=80507
name=Floating-Dream Zubera
mana={1}{U}
@@ -464,7 +455,6 @@ toughness=2
text={T}: Frostwielder deals 1 damage to target creature or player. If a creature dealt damage by Frostwielder this turn would be put into a graveyard, remove it from the game instead.
rarity=C
[/card]
[card]
id=75328
name=Ghostly Prison

View File

@@ -51,6 +51,18 @@ toughness=1
abilities=flying
[/card]
[card]
text=Bog Rats can't be blocked by Walls.
id=1731
name=Bog Rats
rarity=C
mana={B}
type=Creature
subtype=Rat
auto=cantbeblockedby(wall)
power=1
toughness=1
[/card]
[card]
text={2}{T}: All creatures get -1/-0 until end of turn.
id=1709
auto={2}{T}:lord(creature) -1/0 ueot

View File

@@ -50,17 +50,6 @@ text=Until end of turn, if damage would be dealt to any creature, you may have t
rarity=U
[/card]
[card]
id=1731
name=Bog Rats
mana={B}
type=Creature
subtype=Rat
power=1
toughness=1
text=Bog Rats can't be blocked by Walls.
rarity=C
[/card]
[card]
id=1803
name=Brainwash
mana={W}

View File

@@ -543,17 +543,16 @@ toughness=4
abilities=flying
[/card]
[card]
text=When Noggle Bridgebreaker enters the battlefield, return a land you control to its owner's hand.
id=158899
name=Noggle Bridgebreaker
target=land|myBattlefield
auto=moveTo(ownerhand)
text=Noggle Bandit can't be blocked except by creatures with defender.
id=157286
name=Noggle Bandit
rarity=C
mana={2}{UR}{UR}
mana={1}{UR}{UR}
type=Creature
subtype=Noggle Rogue
power=4
toughness=3
auto=cantbeblockedby(creature[-defender])
power=2
toughness=2
[/card]
[card]
text=When Noggle Ransacker enters the battlefield, each player draws two cards, then discards a card at random.

View File

@@ -628,17 +628,19 @@ subtype=Shapeshifter
toughness=1
[/card]
[card]
text=Noggle Bandit can't be blocked except by creatures with defender.
id=157286
name=Noggle Bandit
###Creatures with Comes-into-play-effect needing a target not supported yet! 0.10.1
text=When Noggle Bridgebreaker enters the battlefield, return a land you control to its owner's hand.
id=158899
name=Noggle Bridgebreaker
target=land|myBattlefield
auto=moveTo(ownerhand)
rarity=C
mana={2}{UR}{UR}
type=Creature
mana={1}{UR}{UR}
power=2
subtype=Noggle Rogue
toughness=2
power=4
toughness=3
[/card]
[card]
text=When Noggle Hedge-Mage comes into play, if you control two or more Islands, you may tap two target permanents. When Noggle Hedge-Mage comes into play, if you control two or more Mountains, you may have Noggle Hedge-Mage deal 2 damage to target player.
id=159066

View File

@@ -402,6 +402,15 @@ power=5
toughness=5
[/card]
[card]
text=Savage Twister deals X damage to each creature.
id=97216
auto=damage:X all(creature)
name=Savage Twister
rarity=U
mana={X}{R}{G}
type=Sorcery
[/card]
[card]
text={R}, Sacrifice a creature: Scorched Rusalka deals 1 damage to target player.
id=107698
name=Scorched Rusalka
@@ -426,6 +435,19 @@ type=Enchantment
subtype=Aura
[/card]
[card]
text=Silhana Ledgewalker can't be blocked except by creatures with flying. Silhana Ledgewalker can't be the target of spells or abilities your opponents control.
id=96825
name=Silhana Ledgewalker
rarity=C
mana={1}{G}
type=Creature
subtype=Elf Rogue
auto=cantbeblockedby(creature[-flying])
power=1
toughness=1
abilities=opponentshroud
[/card]
[card]
text={T}: Add {1} to your mana pool. {R}{G}, {T}: Target creature gets +1/+1 and gains trample until end of turn.
id=96970
name=Skarrg, the Rage Pits

View File

@@ -778,14 +778,6 @@ text={B}, Sacrifice a creature: Destroy each creature with the same converted ma
rarity=R
[/card]
[card]
id=97216
name=Savage Twister
mana={X}{R}{G}
type=Sorcery
text=Savage Twister deals X damage to each creature.
rarity=U
[/card]
[card]
id=96904
name=Scab-Clan Mauler
mana={R}{G}
@@ -840,17 +832,6 @@ text=Replicate {1}{R} (When you cast this spell, copy it for each time you paid
rarity=R
[/card]
[card]
id=96825
name=Silhana Ledgewalker
mana={1}{G}
type=Creature
subtype=Elf Rogue
power=1
toughness=1
text=Silhana Ledgewalker can't be blocked except by creatures with flying. Silhana Ledgewalker can't be the target of spells or abilities your opponents control.
rarity=C
[/card]
[card]
id=96863
name=Silhana Starfletcher
mana={2}{G}

View File

@@ -101,6 +101,18 @@ mana={1}{W}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by black creatures. Enchanted creature gets +2/+2 as long as an opponent controls a black permanent.
id=2666
target=creature
auto=cantbeblockedby(creature[black])
auto=aslongas(*[black]|opponentBattlefield) 2/2
name=Black Scarab
rarity=U
mana={W}
type=Enchantment
subtype=Aura
[/card]
[card]
text={0}: Return Blinking Spirit to its owner's hand.
id=2668
name=Blinking Spirit
@@ -113,6 +125,18 @@ subtype=Spirit
toughness=2
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by blue creatures. Enchanted creature gets +2/+2 as long as an opponent controls a blue permanent.
id=2669
target=creature
auto=cantbeblockedby(creature[blue])
auto=aslongas(*[blue]|opponentBattlefield) 2/2
name=Blue Scarab
rarity=U
mana={W}
type=Enchantment
subtype=Aura
[/card]
[card]
text={T}, Sacrifice a creature: Target creature gets +2/+2 until end of turn. {1}{U}{U}, Sacrifice a creature: Counter target creature spell.
id=2439
auto={T}{S(creature|myBattlefield)}:2/2 target(creature)
@@ -517,6 +541,18 @@ mana={B}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by green creatures. Enchanted creature gets +2/+2 as long as an opponent controls a green permanent.
id=2688
target=creature
auto=cantbeblockedby(creature[green])
auto=aslongas(*[green]|opponentBattlefield) 2/2
name=Green Scarab
rarity=U
mana={W}
type=Enchantment
subtype=Aura
[/card]
[card]
text={B}: Hoar Shade gets +1/+1 until end of turn.
id=2455
name=Hoar Shade
@@ -541,7 +577,8 @@ type=Instant
[card]
text=Hurricane deals X damage to each creature with flying and each player.
id=2573
alias=1251
auto=damage:X all(creature[flying])
auto=damage:X all(player)
name=Hurricane
rarity=U
mana={X}{G}
@@ -1063,6 +1100,18 @@ mana={U}
type=Instant
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by red creatures. Enchanted creature gets +2/+2 as long as an opponent controls a red permanent.
id=2709
target=creature
auto=cantbeblockedby(creature[red])
auto=aslongas(*[red]|opponentBattlefield) 2/2
name=Red Scarab
rarity=U
mana={W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)
target=creature
auto={G}:regenerate
@@ -1270,6 +1319,18 @@ mana={2}{R}
type=Sorcery
[/card]
[card]
text=Stone Spirit can't be blocked by creatures with flying.
id=2654
name=Stone Spirit
rarity=U
mana={4}{R}
type=Creature
subtype=Elemental Spirit
auto=cantbeblockedby(creature[flying])
power=4
toughness=3
[/card]
[card]
text=Enchant creature Enchanted creature gets +0/+2. {R}: Enchanted creature gets +1/+0 until end of turn.
id=2655
target=creature
@@ -1540,6 +1601,18 @@ mana={2}
type=Artifact
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by white creatures. Enchanted creature gets +2/+2 as long as an opponent controls a white permanent.
id=2716
target=creature
auto=cantbeblockedby(creature[white])
auto=aslongas(*[white]|opponentBattlefield) 2/2
name=White Scarab
rarity=U
mana={W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Enchant creature Enchanted creature gets +1/+0 and has flying and first strike.
id=2741
target=creature

View File

@@ -215,18 +215,6 @@ mana={3}{U}
subtype=Aura
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by black creatures. Enchanted creature gets +2/+2 as long as an opponent controls a black permanent.
id=2666
target=creature
auto=cantbeblockedby(creature[black])
auto=aslongas(*[black]|opponentinplay)2/2
name=Black Scarab
rarity=U
type=Enchantment
mana={W}
subtype=Aura
[/card]
[card]
text=Play Blizzard only if you control a snow land. Cumulative upkeep {2} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) Creatures with flying don't untap during their controllers' untap steps.
id=2551
name=Blizzard
@@ -235,18 +223,6 @@ type=Enchantment
mana={G}{G}
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by blue creatures. Enchanted creature gets +2/+2 as long as an opponent controls a blue permanent.
id=2669
target=creature
auto=cantbeblockedby(creature[blue])
auto=aslongas(*[blue]|opponentinplay)2/2
name=Blue Scarab
rarity=U
type=Enchantment
mana={W}
subtype=Aura
[/card]
[card]
text={B}: Until end of turn, Bone Shaman gains "Creatures dealt damage by Bone Shaman this turn can't be regenerated this turn."
id=2612
name=Bone Shaman
@@ -864,15 +840,6 @@ subtype=Goblin
toughness=1
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by green creatures. Enchanted creature gets +2/+2 as long as an opponent controls a green permanent.
id=2688
name=Green Scarab
rarity=U
type=Enchantment
mana={W}
subtype=Aura
[/card]
[card]
text=Whenever Grizzled Wolverine becomes blocked, you may pay {R}. If you do, Grizzled Wolverine gets +2/+0 until end of turn.
id=2628
name=Grizzled Wolverine
@@ -1734,15 +1701,6 @@ type=Enchantment
mana={U}{U}{U}
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by red creatures. Enchanted creature gets +2/+2 as long as an opponent controls a red permanent.
id=2709
name=Red Scarab
rarity=U
type=Enchantment
mana={W}
subtype=Aura
[/card]
[card]
####
####Like Propaganda (TMP) and Ghostly Prison (CHK), this card is way too unfair because the AI cannot activate this cards ability! (0.9.1)
####
@@ -1996,17 +1954,6 @@ type=Sorcery
mana={2}{B}{B}
[/card]
[card]
text=Stone Spirit can't be blocked by creatures with flying.
id=2654
name=Stone Spirit
rarity=U
type=Creature
mana={4}{R}
power=4
subtype=Elemental Spirit
toughness=3
[/card]
[card]
####
####Aslongas-lines with activation costs don't work yet!! (0.9.1)
####
@@ -2122,15 +2069,6 @@ toughness=4
subtype=Wall
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked by white creatures. Enchanted creature gets +2/+2 as long as an opponent controls a white permanent.
id=2716
name=White Scarab
rarity=U
type=Enchantment
mana={W}
subtype=Aura
[/card]
[card]
text=All creatures lose flying until end of turn. Sacrifice a snow land: Return Whiteout from your graveyard to your hand.
id=2599
name=Whiteout

View File

@@ -55,6 +55,18 @@ power=8
toughness=4
[/card]
[card]
text=Amrou Kithkin can't be blocked by creatures with power 3 or greater.
id=1601
name=Amrou Kithkin
rarity=C
mana={W}{W}
type=Creature
subtype=Kithkin
auto=cantbeblockedby(creature[power>=3])
power=1
toughness=1
[/card]
[card]
text=Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.
auto=lord(creature|myBattlefield) 1/1
auto=aslongas(creature[-artifact;-white]|myBattlefield) lord(creature|myBattlefield) -1/-1
@@ -344,6 +356,18 @@ power=4
toughness=4
[/card]
[card]
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
id=1523
name=Elven Riders
rarity=R
mana={3}{G}{G}
type=Creature
subtype=Elf
auto=cantbeblockedby(creature[-flying,-wall])
power=3
toughness=3
[/card]
[card]
text=Flying {G}{G}: Emerald Dragonfly gains first strike until end of turn.
id=1524
name=Emerald Dragonfly
@@ -377,6 +401,19 @@ type=Enchantment
subtype=Aura
[/card]
[card]
text=Non-Eye creatures you control can't attack. Evil Eye of Orms-by-Gore can't be blocked except by Walls.
id=1436
name=Evil Eye of Orms-by-Gore
rarity=U
mana={4}{B}
type=Creature
subtype=Eye
auto=lord(creature[-eye]|myBattlefield) cantattack
auto=cantbeblockedby(creature[-walls])
power=3
toughness=6
[/card]
[card]
text=Flying Sacrifice a creature: Fallen Angel gets +2/+1 until end of turn.
auto={S(creature|myBattlefield)}:2/1
id=1437
@@ -1122,6 +1159,17 @@ toughness=3
abilities=islandwalk
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked except by artifact creatures and/or white creatures.
id=1633
target=creature
auto=cantbeblockedby(creature[-artifact;-white])
name=Seeker
rarity=U
mana={2}{W}{W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Creatures you control get +0/+2 until end of turn.
id=1634
auto=lord(creature|myBattlefield) 0/2

View File

@@ -60,17 +60,6 @@ type=Sorcery
mana={2}{B}{B}
[/card]
[card]
text=Amrou Kithkin can't be blocked by creatures with power 3 or greater.
id=1601
name=Amrou Kithkin
rarity=C
type=Creature
mana={W}{W}
power=1
subtype=Kithkin
toughness=1
[/card]
[card]
text={G}{W}{U}, {T}: Prevent all combat damage that would be dealt this turn.
id=1643
name=Angus Mackenzie
@@ -380,17 +369,6 @@ subtype=Elemental
toughness=6
[/card]
[card]
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
id=1523
name=Elven Riders
rarity=R
type=Creature
mana={3}{G}{G}
power=3
subtype=Elf
toughness=3
[/card]
[card]
text=Prevent all combat damage that would be dealt to Enchanted Being by enchanted creatures.
id=1610
name=Enchanted Being
@@ -427,17 +405,6 @@ type=Sorcery
mana={2}{G}{G}
[/card]
[card]
text=Non-Eye creatures you control can't attack. Evil Eye of Orms-by-Gore can't be blocked except by Walls.
id=1436
name=Evil Eye of Orms-by-Gore
rarity=U
type=Creature
mana={4}{B}
power=3
subtype=Eye
toughness=6
[/card]
[card]
text=Flip Falling Star onto the playing area from a height of at least one foot. Falling Star deals 3 damage to each creature it lands on. Tap all creatures dealt damage by Falling Star. If Falling Star doesn't turn completely over at least once during the flip, it has no effect.
id=1571
name=Falling Star
@@ -1219,15 +1186,6 @@ rarity=U
type=Land
[/card]
[card]
text=Enchant creature Enchanted creature can't be blocked except by artifact creatures and/or white creatures.
id=1633
name=Seeker
rarity=U
type=Enchantment
mana={2}{W}{W}
subtype=Aura
[/card]
[card]
text={0}: Sentinel's toughness becomes 1 plus the power of target creature blocking or blocked by Sentinel. (This effect doesn't end at end of turn.)
id=1421
name=Sentinel

View File

@@ -390,6 +390,18 @@ type=Enchantment
subtype=Aura
[/card]
[card]
text=Goldmeadow Dodger can't be blocked by creatures with power 4 or greater.
id=142356
name=Goldmeadow Dodger
rarity=C
mana={W}
type=Creature
subtype=Kithkin Rogue
auto=cantbeblockedby(creature[power>=4])
power=1
toughness=1
[/card]
[card]
text={W}, {T}: Tap target creature.
auto={W}{T}:tap target(creature)
id=139397
@@ -404,7 +416,7 @@ toughness=1
[card]
text=When Guardian of Cloverdell enters the battlefield, put three 1/1 white Kithkin Soldier creature tokens onto the battlefield. {G}, Sacrifice a Kithkin: You gain 1 life.
auto=token(Kithkin Soldier,creature Kithkin Soldier,1/1,white)*3
auto={G}{S(kithkin|myBattlefield)}:life: 1 controller
auto={G}{S(kithkin|myBattlefield)}:life:1 controller
id=139665
name=Guardian of Cloverdell
rarity=U
@@ -429,9 +441,9 @@ toughness=2
[card]
text=Regenerate target creature. You gain life equal to that creature's toughness.
id=145808
alias=3194
target=creature
auto=regenerate
auto=life:t controller
name=Heal the Scars
rarity=C
mana={3}{G}

View File

@@ -764,17 +764,6 @@ subtype=Goblin Rogue
toughness=2
[/card]
[card]
text=Goldmeadow Dodger can't be blocked by creatures with power 4 or greater.
id=142356
name=Goldmeadow Dodger
rarity=C
type=Creature
mana={W}
power=1
subtype=Kithkin Rogue
toughness=1
[/card]
[card]
text=As an additional cost to play Goldmeadow Stalwart, reveal a Kithkin card from your hand or pay {3}.
id=139698
name=Goldmeadow Stalwart

View File

@@ -478,6 +478,18 @@ alias=1284
rarity=U
[/card]
[card]
id=190575
name=Dread Warlock
mana={1}{B}{B}
type=Creature
subtype=Human Wizard
auto=cantbeblockedby(creature[-black])
power=2
toughness=2
text=Dread Warlock can't be blocked except by black creatures.
rarity=C
[/card]
[card]
id=190552
name=Drudge Skeletons
mana={1}{B}

View File

@@ -120,17 +120,6 @@ text=Dragonskull Summit enters the battlefield tapped unless you control a Swamp
rarity=R
[/card]
[card]
id=190575
name=Dread Warlock
mana={1}{B}{B}
type=Creature
subtype=Human Wizard
power=2
toughness=2
text=Dread Warlock can't be blocked except by black creatures.
rarity=C
[/card]
[card]
id=191067
name=Drowned Catacomb
mana=

View File

@@ -1186,6 +1186,18 @@ toughness=3
abilities=flying
[/card]
[card]
text=Rampart Crawler can't be blocked by Walls.
id=19586
name=Rampart Crawler
rarity=C
mana={B}
type=Creature
subtype=Lizard Mercenary
auto=cantbeblockedby(wall)
power=1
toughness=1
[/card]
[card]
text=Flying {2}{W}: Rappelling Scouts gains protection from the color of your choice until end of turn.
id=20412
name=Rappelling Scouts

View File

@@ -1159,17 +1159,6 @@ type=Instant
mana={3}{W}
[/card]
[card]
text=Rampart Crawler can't be blocked by Walls.
id=19586
name=Rampart Crawler
rarity=C
type=Creature
mana={B}
power=1
subtype=Lizard Mercenary
toughness=1
[/card]
[card]
text=Remote Farm comes into play tapped with two depletion counters on it. {T}, Remove a depletion counter from Remote Farm: Add {W}{W} to your mana pool. If there are no depletion counters on Remote Farm, sacrifice it.
id=19642
name=Remote Farm

View File

@@ -522,6 +522,18 @@ power=4
toughness=4
[/card]
[card]
text=Sneaky Homunculus can't block or be blocked by creatures with power 2 or greater.
id=21282
name=Sneaky Homunculus
rarity=C
mana={1}{U}
type=Creature
subtype=Homunculus Illusion
auto=cantbeblockedby(creature[power>=2])
power=1
toughness=1
[/card]
[card]
text=Spineless Thug can't block.
id=21310
name=Spineless Thug

View File

@@ -690,17 +690,6 @@ text=When Skyshroud Sentinel enters the battlefield, you may search your library
rarity=C
[/card]
[card]
id=21282
name=Sneaky Homunculus
mana={1}{U}
type=Creature
subtype=Homunculus Illusion
power=1
toughness=1
text=Sneaky Homunculus can't block or be blocked by creatures with power 2 or greater.
rarity=C
[/card]
[card]
id=21277
name=Spiritual Asylum
mana={2}{W}{W}

View File

@@ -1179,6 +1179,20 @@ rarity=U
type=Land
[/card]
[card]
text=Otarian Juggernaut can't be blocked by Walls. Threshold - As long as seven or more cards are in your graveyard, Otarian Juggernaut gets +3/+0 and attacks each turn if able.
id=29889
name=Otarian Juggernaut
rarity=R
mana={4}
type=Artifact Creature
subtype=Juggernaut
auto=cantbeblockedby(wall)
auto=aslongas(*|mygraveyard) 3/0 >6
auto=aslongas(*|mygraveyard) mustattack >6
power=2
toughness=3
[/card]
[card]
text=Discard a card from your hand, Sacrifice Overeager Apprentice: Add {B}{B}{B} to your mana pool.
id=29737
name=Overeager Apprentice

View File

@@ -1017,17 +1017,6 @@ subtype=Lizard
toughness=1
[/card]
[card]
text=Otarian Juggernaut can't be blocked by Walls. Threshold - As long as seven or more cards are in your graveyard, Otarian Juggernaut gets +3/+0 and attacks each turn if able.
id=29889
name=Otarian Juggernaut
rarity=R
type=Artifact Creature
mana={4}
power=2
subtype=Juggernaut
toughness=3
[/card]
[card]
text={T}, Remove any number of cards in your graveyard from the game: Target creature gets -X/-X until end of turn, where X is the number of cards removed this way.
id=29835
name=Painbringer

View File

@@ -344,14 +344,26 @@ abilities=lifelink
[/card]
[card]
text={5}{R}{R}: Put a 5/5 red Dragon creature token with flying onto the battlefield. (It can't be blocked except by creatures with flying or reach.)
uto={5}{R}{R}:token(Dragon,creature token Dragon, 5/5,red flying)
id=39665
name=Dragon Roost
rarity=R
mana={4}{R}{R}
auto={5}{R}{R}:token(Dragon,creature token Dragon, 5/5,red flying)
type=Enchantment
[/card]
[card]
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
id=40056
name=Elven Riders
rarity=U
mana={3}{G}{G}
type=Creature
subtype=Elf
auto=cantbeblocked(creature[-flying,-wall])
power=3
toughness=3
[/card]
[card]
text={2}{G}: Target Elf gains forestwalk until end of turn.
id=39494
name=Elvish Pathcutter

View File

@@ -651,17 +651,6 @@ text=Whenever Ebonblade Reaper attacks, you lose half your life, rounded up. Whe
rarity=R
[/card]
[card]
id=40056
name=Elven Riders
mana={3}{G}{G}
type=Creature
subtype=Elf
power=3
toughness=3
text=Elven Riders can't be blocked except by Walls and/or creatures with flying.
rarity=U
[/card]
[card]
id=34763
name=Elvish Guidance
mana={2}{G}

View File

@@ -133,16 +133,16 @@ power=2
toughness=2
[/card]
[card]
text=Enchant creature Enchanted creature gets +2/+0 and can't be blocked by creatures with flying.
id=110501
name=Dust Corona
mana={R}
type=Enchantment
subtype=Aura
text=Enchant creature -- Enchanted creature gets +2/+0 and can't be blocked by creatures with flying.
target=creature
auto=2/0
auto=cantbeblockedby(creatures[flying])
name=Dust Corona
rarity=C
mana={R}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Enchant creature You control enchanted creature. At the beginning of your upkeep, enchanted creature deals 1 damage to its owner.

View File

@@ -125,7 +125,6 @@ toughness=2
text=When you cast Brain Gorgers, any player may sacrifice a creature. If a player does, counter Brain Gorgers. Madness {1}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)
rarity=C
[/card]
[card]
id=126218
name=Boom // Bust (Bust)
@@ -296,8 +295,6 @@ type=Instant
text=Choose target creature. Reveal cards from the top of your library until you reveal a nonland card. That creature gets +X/-X until end of turn, where X is that card's converted mana cost. Put all cards revealed this way on the bottom of your library in any order.
rarity=C
[/card]
[card]
id=126804
name=Extirpate

View File

@@ -490,6 +490,18 @@ mana={3}{R}
type=Sorcery
[/card]
[card]
text=Fleet-Footed Monk can't be blocked by creatures with power 2 or greater.
id=4383
name=Fleet-Footed Monk
rarity=C
mana={1}{W}
type=Creature
subtype=Human Monk
auto=cantbeblockedby(creature[power>=2])
power=1
toughness=1
[/card]
[card]
id=4384
name=Foot Soldiers
rarity=C
@@ -1184,6 +1196,18 @@ power=3
toughness=4
[/card]
[card]
text=Sacred Knight can't be blocked by black and/or red creatures.
id=4392
name=Sacred Knight
rarity=C
mana={3}{W}
type=Creature
subtype=Human Knight
auto=cantbeblockedby(creature[red;black])
power=3
toughness=2
[/card]
[card]
text=You gain 4 life.
auto=life:4
id=4393

View File

@@ -193,17 +193,6 @@ subtype=Snake
toughness=1
[/card]
[card]
text=Fleet-Footed Monk can't be blocked by creatures with power 2 or greater.
id=4383
name=Fleet-Footed Monk
rarity=C
type=Creature
mana={1}{W}
power=1
subtype=Human Monk
toughness=1
[/card]
[card]
text=Each player discards any number of cards, then draws that many cards. Draw a card.
id=4262
name=Flux
@@ -367,18 +356,6 @@ type=Sorcery
mana={4}{R}{R}
[/card]
[card]
text=Sacred Knight can't be blocked by black and/or red creatures.
auto=cantbeblockedby(creature[red;black])
id=4392
name=Sacred Knight
rarity=C
type=Creature
mana={3}{W}
power=3
subtype=Human Knight
toughness=2
[/card]
[card]
text=Play Scorching Winds only during the declare attackers step and only if you are the defending player. Scorching Winds deals 1 damage to each attacking creature.
id=4361
name=Scorching Winds
@@ -397,7 +374,6 @@ power=2
subtype=Human Soldier
toughness=2
[/card]
[card]
text=Look at target opponent's hand. Draw a card.
id=4275

View File

@@ -898,6 +898,18 @@ type=Basic Land
subtype=Swamp
[/card]
[card]
text=Taoist Mystic can't be blocked by creatures with horsemanship.
id=10733
name=Taoist Mystic
rarity=R
mana={2}{G}
type=Creature
subtype=Human Mystic
auto=cantbeblockedby(creature[horsemanship])
power=2
toughness=2
[/card]
[card]
text=Taoist Hermit can't be the target of spells or abilities your opponents control.
id=10569
name=Taoist Hermit
@@ -1363,4 +1375,17 @@ subtype=Tiger
power=3
toughness=4
abilities=forestwalk
[/card]
[card]
text=Zuo Ci, the Mocking Sage can't be blocked by creatures with horsemanship. Zuo Ci can't be the target of spells or abilities your opponents control.
id=10610
name=Zuo Ci, the Mocking Sage
rarity=R
mana={1}{G}{G}
type=Creature
subtype=Human Advisor
auto=cantbeblockedby(creature[horsemanship])
power=1
toughness=2
abilities=legendary,opponentshroud
[/card]

View File

@@ -343,17 +343,6 @@ text=Look at the top three cards of your library. Put one of them into your hand
rarity=U
[/card]
[card]
id=10733
name=Taoist Mystic
mana={2}{G}
type=Creature
subtype=Human Mystic
power=2
toughness=2
text=Taoist Mystic can't be blocked by creatures with horsemanship.
rarity=R
[/card]
[card]
id=10492
name=Taunting Challenge
mana={1}{G}{G}
@@ -497,15 +486,4 @@ power=3
toughness=3
text=Horsemanship (This creature can't be blocked except by creatures with horsemanship.) Whenever Zhao Zilong, Tiger General blocks, it gets +1/+1 until end of turn.
rarity=R
[/card]
[card]
id=10610
name=Zuo Ci, the Mocking Sage
mana={1}{G}{G}
type=Legendary Creature
subtype=Human Advisor
power=1
toughness=2
text=Zuo Ci, the Mocking Sage can't be blocked by creatures with horsemanship. Zuo Ci can't be the target of spells or abilities your opponents control.
rarity=R
[/card]

View File

@@ -384,6 +384,18 @@ toughness=4
abilities=flying
[/card]
[card]
text=Treetop Scout can't be blocked except by creatures with flying.
id=43501
name=Treetop Scout
rarity=C
mana={G}
type=Creature
subtype=Elf Scout
auto=cantbeblockedby(creature[-flying])
power=1
toughness=1
[/card]
[card]
text={B}: Regenerate Twisted Abomination. Swampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library.)
id=43717
name=Twisted Abomination

View File

@@ -952,17 +952,6 @@ text={2}{W}, {T}: Put a trap counter on target land you control. Sacrifice a lan
rarity=R
[/card]
[card]
id=43501
name=Treetop Scout
mana={G}
type=Creature
subtype=Elf Scout
power=1
toughness=1
text=Treetop Scout can't be blocked except by creatures with flying.
rarity=C
[/card]
[card]
id=41164
name=Unburden
mana={1}{B}{B}

View File

@@ -60,6 +60,18 @@ toughness=2
abilities=first strike
[/card]
[card]
text=Barrenton Cragtreads can't be blocked by red creatures.
id=142000
name=Barrenton Cragtreads
rarity=C
mana={2}{WU}{WU}
type=Creature
subtype=Kithkin Scout
auto=cantbeblockedby(creature[red])
power=3
toughness=3
[/card]
[card]
text=Enchant creature You control enchanted creature. At the beginning of your upkeep, put a -1/-1 counter on enchanted creature.
id=135485
target=creature
@@ -852,6 +864,18 @@ toughness=1
abilities=haste
[/card]
[card]
text=Mudbrawler Raiders can't be blocked by blue creatures.
id=141992
name=Mudbrawler Raiders
rarity=C
mana={2}{RG}{RG}
type=Creature
subtype=Goblin Warrior
auto=cantbeblockedby(creature[blue])
power=3
toughness=3
[/card]
[card]
text={T}: Add {1} to your mana pool. {WU}, {T}: Add {W}{W}, {W}{U}, or {U}{U} to your mana pool.
auto={T}:Add {1}
auto={WU}{T}:Add {W}{W}
@@ -1037,6 +1061,18 @@ power=5
toughness=3
[/card]
[card]
text=Raven's Run Dragoon can't be blocked by black creatures.
id=142037
name=Raven's Run Dragoon
rarity=C
mana={2}{GW}{GW}
type=Creature
subtype=Elf Knight
auto=cantbeblockedby(creature[black])
power=3
toughness=3
[/card]
[card]
text=Regenerate target permanent.
target=*
auto=regenerate
@@ -1238,6 +1274,18 @@ toughness=1
abilities=haste
[/card]
[card]
text=Sootwalkers can't be blocked by white creatures.
id=141936
name=Sootwalkers
rarity=C
mana={2}{BR}{BR}
type=Creature
subtype=Elemental Rogue
auto=cantbeblockedby(creature[white])
power=3
toughness=3
[/card]
[card]
text=({2W} can be paid with any two mana or with {W}. This card's converted mana cost is 6.) Put three 1/1 white Spirit creature tokens with flying onto the battlefield.
auto=token(Spirit,creature spirit, 1/1,flying white)*3
id=152070
@@ -1472,16 +1520,28 @@ mana={2}
type=Artifact
[/card]
[card]
text=Wanderbrine Rootcutters can't be blocked by green creatures.
id=142012
name=Wanderbrine Rootcutters
rarity=C
mana={2}{UB}{UB}
type=Creature
subtype=Merfolk Rogue
auto=cantbeblockedby(creature[green])
power=3
toughness=3
[/card]
[card]
text=Flying
abilities=flying
id=153967
name=Wasp Lancer
rarity=U
type=Creature
mana={UB}{UB}{UB}
power=3
type=Creature
subtype=Faerie Soldier
power=3
toughness=2
abilities=flying
[/card]
[card]
text=Watchwing Scarecrow has vigilance as long as you control a white creature. Watchwing Scarecrow has flying as long as you control a blue creature.
@@ -1500,11 +1560,11 @@ subtype=Scarecrow
text=Whimwader can't attack unless defending player controls a blue permanent.
id=141957
name=Whimwader
auto=aslongas(*[blue]|opponentBattlefield) -cantattack
rarity=C
mana={4}{U}
type=Creature
subtype=Elemental
auto=aslongas(*[blue]|opponentBattlefield) -cantattack
power=6
toughness=4
abilities=cantattack
@@ -1536,12 +1596,12 @@ abilities=vigilance
[card]
text=Flyin Attacking creatures you control have lifelink.
id=146090
auto=lord(creature[attacking]|myBattlefield) lifelink
name=Windbrisk Raptor
rarity=R
mana={5}{W}{W}
type=Creature
subtype=Bird
auto=lord(creature[attacking]|myBattlefield) lifelink
power=5
toughness=7
abilities=flying

View File

@@ -55,18 +55,6 @@ type=Instant
mana={GW}
[/card]
[card]
text=Barrenton Cragtreads can't be blocked by red creatures.
id=142000
name=Barrenton Cragtreads
auto=cantbeblockedby(creature[red])
rarity=C
type=Creature
mana={2}{WU}{WU}
power=3
subtype=Kithkin Scout
toughness=3
[/card]
[card]
text={T}: Prevent the next 1 damage that would be dealt to target creature or player this turn. Put a -1/-1 counter on Barrenton Medic: Untap Barrenton Medic.
id=135451
name=Barrenton Medic
@@ -898,18 +886,6 @@ subtype=Troll
toughness=5
[/card]
[card]
text=Mudbrawler Raiders can't be blocked by blue creatures.
id=141992
name=Mudbrawler Raiders
auto=cantbeblockedby(creature[blue])
rarity=C
type=Creature
mana={2}{RG}{RG}
power=3
subtype=Goblin Warrior
toughness=3
[/card]
[card]
text=When Murderous Redcap comes into play, it deals damage equal to its power to target creature or player. Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)
id=153298
name=Murderous Redcap
@@ -1112,18 +1088,6 @@ type=Enchantment
mana={1}{G}{G}
[/card]
[card]
text=Raven's Run Dragoon can't be blocked by black creatures.
id=142037
auto=cantbeblockedby(creature[black])
name=Raven's Run Dragoon
rarity=C
type=Creature
mana={2}{GW}{GW}
power=3
subtype=Elf Knight
toughness=3
[/card]
[card]
text=({2W} can be paid with any two mana or with {W}. This card's converted mana cost is 10.) Other Scarecrow creatures you control get +1/+1. Whenever another Scarecrow comes into play under your control, destroy target permanent.
id=159408
name=Reaper King
@@ -1310,19 +1274,6 @@ power=1
subtype=Elemental Shaman
toughness=1
[/card]
[card]
text=Sootwalkers can't be blocked by white creatures.
id=141936
name=Sootwalkers
auto=cantbeblockedby(creature[white])
rarity=C
type=Creature
mana={2}{BR}{BR}
power=3
subtype=Elemental Rogue
toughness=3
[/card]
[card]
text=Trample Whenever Spawnwrithe deals combat damage to a player, put a token into play that's a copy of Spawnwrithe.
id=158687
@@ -1400,9 +1351,6 @@ power=2
subtype=Scarecrow
toughness=1
[/card]
[card]
text=If you would draw a card, draw two cards instead.
id=146728
@@ -1419,7 +1367,6 @@ rarity=U
type=Sorcery
mana={4}{BR}
[/card]
[card]
text=({2G} can be paid with any two mana or with {G}. This card's converted mana cost is 6.) Until end of turn, target creature gets +4/+4 and gains trample, wither, and "When this creature attacks, target creature blocks it this turn if able." (It deals damage to creatures in the form of -1/-1 counters.)
id=152075
@@ -1495,18 +1442,6 @@ type=Instant
mana={G}
[/card]
[card]
text=Wanderbrine Rootcutters can't be blocked by green creatures.
id=142012
name=Wanderbrine Rootcutters
auto=cantbeblockedby(creature[green])
rarity=C
type=Creature
mana={2}{UB}{UB}
power=3
subtype=Merfolk Rogue
toughness=3
[/card]
[card]
text=Enchant player If a card would be put into enchanted player's graveyard from anywhere, instead that card is revealed and put on the bottom of that player's library.
id=146740
name=Wheel of Sun and Moon

View File

@@ -345,7 +345,7 @@ mana={2}{B}
type=Enchantment
[/card]
[card]
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Whenever a creature with shadow is put into a graveyard from the battlefield, put a +1/+1 counter on Dauthi Ghoul.
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Whenever a creature with shadow is put into a graveyard from the battlefield, put a +1/+1 counter on Dauthi Ghoul.
auto=@movedTo(creature[shadow]|graveyard) from(battlefield):counter(1/1)
id=4649
name=Dauthi Ghoul
@@ -358,6 +358,19 @@ toughness=1
abilities=shadow
[/card]
[card]
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Dauthi Horror can't be blocked by white creatures.
id=4650
name=Dauthi Horror
rarity=C
mana={1}{B}
type=Creature
subtype=Dauthi Horror
auto=cantbeblockedby(creature[white])
power=2
toughness=1
abilities=shadow
[/card]
[card]
text=Shadow (This creature can block or be blocked by only creatures with shadow.)
id=4651
name=Dauthi Marauder

View File

@@ -262,18 +262,6 @@ rarity=R
type=Artifact
mana={1}
[/card]
[card]
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Dauthi Horror can't be blocked by white creatures.
id=4650
name=Dauthi Horror
rarity=C
type=Creature
mana={1}{B}
power=2
subtype=Dauthi Horror
toughness=1
[/card]
[card]
text=Shadow (This creature can block or be blocked by only creatures with shadow.) Whenever Dauthi Mindripper attacks and isn't blocked, you may sacrifice it. If you do, defending player discards three cards.
id=4653

View File

@@ -1537,6 +1537,18 @@ power=2
toughness=*
[/card]
[card]
text=Treetop Rangers can't be blocked except by creatures with flying.
id=5681
name=Treetop Rangers
rarity=C
mana={2}{G}
type=Creature
subtype=Elf
auto=cantbeblockedby(creature[-flying])
power=2
toughness=2
[/card]
[card]
text={B}: Regenerate Unworthy Dead.
auto={B}:regenerate
id=5780

View File

@@ -1502,17 +1502,6 @@ type=Enchantment
mana={2}{R}
[/card]
[card]
text=Treetop Rangers can't be blocked except by creatures with flying.
id=5681
name=Treetop Rangers
rarity=C
type=Creature
mana={2}{G}
power=2
subtype=Elf
toughness=2
[/card]
[card]
text=Choose artifact, creature, or land. Tap all untapped permanents of the chosen type target player controls, or untap all tapped permanents of that type that player controls.
id=5728
name=Turnabout

View File

@@ -274,6 +274,19 @@ power=1
toughness=2
[/card]
[card]
text=Manta Ray can't attack unless defending player controls an Island. Manta Ray can't be blocked except by blue creatures. When you control no Islands, sacrifice Manta Ray.
id=4488
name=Manta Ray
rarity=C
mana={1}{U}{U}
type=Creature
subtype=Fish
auto=cantbeblockedby(creature[-blue])
power=3
toughness=3
abilities=islandhome
[/card]
[card]
text=Maraxus of Keld's power and toughness are each equal to the number of untapped artifacts, creatures, and lands you control.
id=4557
name=Maraxus of Keld

View File

@@ -664,17 +664,6 @@ text=Whenever a land an opponent controls is tapped for mana, tap all lands that
rarity=R
[/card]
[card]
id=4488
name=Manta Ray
mana={1}{U}{U}
type=Creature
subtype=Fish
power=3
toughness=3
text=Manta Ray can't attack unless defending player controls an Island. Manta Ray can't be blocked except by blue creatures. When you control no Islands, sacrifice Manta Ray.
rarity=C
[/card]
[card]
id=4582
name=Master of Arms
mana={2}{W}