J0N4TH4N - few updates
This commit is contained in:
@@ -583,6 +583,19 @@ type=Instant
|
||||
mana={W}
|
||||
[/card]
|
||||
[card]
|
||||
text=When Denizen of the Deep comes into play, return each other creature you control to its owner's hand.
|
||||
id=135250
|
||||
name=Denizen of the Deep
|
||||
auto=moveto(ownerHand) all(other creature|myinplay)
|
||||
rarity=R
|
||||
color=Blue
|
||||
type=Creature
|
||||
mana={6}{U}{U}
|
||||
power=11
|
||||
subtype=Serpent
|
||||
toughness=11
|
||||
[/card]
|
||||
[card]
|
||||
text=Search your library for a card and put that card into your hand. Then shuffle your library.
|
||||
target=*|mylibrary
|
||||
auto=moveTo(myHand)
|
||||
|
||||
@@ -234,19 +234,7 @@ color=Black
|
||||
type=Sorcery
|
||||
mana={1}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=When Denizen of the Deep comes into play, return each other creature you control to its owner's hand.
|
||||
id=135250
|
||||
name=Denizen of the Deep
|
||||
auto=moveto(ownerHand) all(creature[-this]|myinplay)
|
||||
rarity=R
|
||||
color=Blue
|
||||
type=Creature
|
||||
mana={6}{U}{U}
|
||||
power=11
|
||||
subtype=Serpent
|
||||
toughness=11
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Counter target spell. Look at the top four cards of your library, then put them back in any order.
|
||||
id=134749
|
||||
|
||||
@@ -218,6 +218,20 @@ power=2
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
id=136161
|
||||
name=Scourge of Kher Ridges
|
||||
mana={6}{R}{R}
|
||||
type=Creature
|
||||
subtype=Dragon
|
||||
power=6
|
||||
toughness=6
|
||||
text=Flying {1}{R}: Scourge of Kher Ridges deals 2 damage to each creature without flying. {5}{R}: Scourge of Kher Ridges deals 6 damage to each other creature with flying.
|
||||
auto={1}{R}:damage:2 all(creature[-flying])
|
||||
auto={5}{R}:damage:6 all(other creature[flying])
|
||||
abilities=flying
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=126200
|
||||
name=Scout's Warning
|
||||
mana={W}
|
||||
|
||||
@@ -1084,20 +1084,7 @@ toughness=1
|
||||
text={W}, Sacrifice Samite Censer-Bearer: Prevent the next 1 damage that would be dealt to each creature you control this turn.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=136161
|
||||
name=Scourge of Kher Ridges
|
||||
mana={6}{R}{R}
|
||||
type=Creature
|
||||
subtype=Dragon
|
||||
power=6
|
||||
toughness=6
|
||||
text=Flying {1}{R}: Scourge of Kher Ridges deals 2 damage to each creature without flying. {5}{R}: Scourge of Kher Ridges deals 6 damage to each other creature with flying.
|
||||
auto={1}{R}:damage:2 all(creature[-flying])
|
||||
auto={5}{R}:damage:6 all(creature[flying])
|
||||
abilities=flying
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
id=136158
|
||||
name=Second Wind
|
||||
|
||||
@@ -172,6 +172,8 @@ rockslide_elemental.txt
|
||||
rootwalla.txt
|
||||
royal_assassin.txt
|
||||
safehold_duo.txt
|
||||
scourge_of_kher_ridges.txt
|
||||
scourge_of_kher_ridges2.txt
|
||||
sedge_sliver.txt
|
||||
seedcradle_witch.txt
|
||||
seismic_assault.txt
|
||||
|
||||
21
projects/mtg/bin/Res/test/scourge_of_kher_ridges.txt
Normal file
21
projects/mtg/bin/Res/test/scourge_of_kher_ridges.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#Damage all creature without flying
|
||||
#name=Scourge of Kher Ridges
|
||||
#text=Flying {1}{R}: Scourge of Kher Ridges deals 2 damage to each creature without flying. {5}{R}: Scourge of Kher Ridges deals 6 damage to each other creature with flying.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Scourge of Kher Ridges
|
||||
manapool:{1}{R}
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears,Honor Guard,Bloodrock Cyclops,Angelic Wall
|
||||
[DO]
|
||||
Scourge of Kher Ridges
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Scourge of Kher Ridges
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
inplay:Bloodrock Cyclops,Angelic Wall
|
||||
graveyard:grizzly bears,Honor Guard
|
||||
[END]
|
||||
22
projects/mtg/bin/Res/test/scourge_of_kher_ridges2.txt
Normal file
22
projects/mtg/bin/Res/test/scourge_of_kher_ridges2.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
#Damage all OTHER creature with flying
|
||||
#name=Scourge of Kher Ridges
|
||||
#text=Flying {1}{R}: Scourge of Kher Ridges deals 2 damage to each creature without flying. {5}{R}: Scourge of Kher Ridges deals 6 damage to each other creature with flying.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Scourge of Kher Ridges
|
||||
manapool:{5}{R}
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears,Honor Guard,Bloodrock Cyclops,Angelic Wall,Angelic Wall,Lord of the Pit
|
||||
[DO]
|
||||
Scourge of Kher Ridges
|
||||
choice 1
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Scourge of Kher Ridges
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears,Honor Guard,Bloodrock Cyclops,Lord of the Pit
|
||||
graveyard:Angelic Wall,Angelic Wall
|
||||
[END]
|
||||
Reference in New Issue
Block a user