Added some cards with power/toughness restriction
This commit is contained in:
@@ -815,6 +815,15 @@ type=Basic Land
|
||||
subtype=Island
|
||||
[/card]
|
||||
[card]
|
||||
text=Creatures with power 1 or less don't untap during their controllers' untap steps.
|
||||
auto=lord(creature[power<=1]) doesnotuntap
|
||||
id=23223
|
||||
name=Juntu Stakes
|
||||
rarity=R
|
||||
mana={2}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=Kicker {4} (You may pay an additional {4} as you play this spell.) Kavu Aggressor can't block. If the kicker cost was paid, Kavu Aggressor comes into play with a +1/+1 counter on it.
|
||||
id=23063
|
||||
name=Kavu Aggressor
|
||||
@@ -841,6 +850,16 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a creature with power 4 or greater enters the battlefield, its controller draws a card.
|
||||
auto=@movedTo(creature[power>=4|myBattlefield):draw:1 controller
|
||||
auto=@movedTo(creature[power>=4|opponentBattlefield):draw:1 opponent
|
||||
id=23144
|
||||
name=Kavu Lair
|
||||
rarity=R
|
||||
mana={2}{G}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Kavu creatures have trample. Whenever another Kavu enters the battlefield, put a +1/+1 counter on Kavu Monarch.
|
||||
auto=lord(kavu) trample
|
||||
auto=@movedTo(other kavu|battlefield):counter(1/1)
|
||||
|
||||
@@ -500,14 +500,6 @@ subtype=Leech
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
text=Creatures with power 1 or less don't untap during their controllers' untap steps.
|
||||
id=23223
|
||||
name=Juntu Stakes
|
||||
rarity=R
|
||||
type=Artifact
|
||||
mana={2}
|
||||
[/card]
|
||||
[card]
|
||||
text=Kicker {2}{X} (You may pay an additional {2}{X} as you play this spell.) Flying When Kangee, Aerie Keeper comes into play, if the kicker cost was paid, put X feather counters on it. Other Bird creatures get +1/+1 for each feather counter on Kangee, Aerie Keeper.
|
||||
id=23186
|
||||
name=Kangee, Aerie Keeper
|
||||
@@ -530,14 +522,6 @@ subtype=Kavu
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a creature with power 4 or greater comes into play, its controller draws a card.
|
||||
id=23144
|
||||
name=Kavu Lair
|
||||
rarity=R
|
||||
type=Enchantment
|
||||
mana={2}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text=Remove target creature you control from the game. Return that card to play under its owner's control at end of turn.
|
||||
id=22953
|
||||
name=Liberate
|
||||
|
||||
Reference in New Issue
Block a user