diff --git a/projects/mtg/bin/Res/sets/10E/_cards.dat b/projects/mtg/bin/Res/sets/10E/_cards.dat index fd4bf560f..f4d9ebac2 100644 --- a/projects/mtg/bin/Res/sets/10E/_cards.dat +++ b/projects/mtg/bin/Res/sets/10E/_cards.dat @@ -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) diff --git a/projects/mtg/bin/Res/sets/10E/todo.dat b/projects/mtg/bin/Res/sets/10E/todo.dat index df7a41532..f4ad1be16 100644 --- a/projects/mtg/bin/Res/sets/10E/todo.dat +++ b/projects/mtg/bin/Res/sets/10E/todo.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/FUT/_cards.dat b/projects/mtg/bin/Res/sets/FUT/_cards.dat index 4d8318b6e..6bc9e316b 100644 --- a/projects/mtg/bin/Res/sets/FUT/_cards.dat +++ b/projects/mtg/bin/Res/sets/FUT/_cards.dat @@ -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} diff --git a/projects/mtg/bin/Res/sets/FUT/todo.dat b/projects/mtg/bin/Res/sets/FUT/todo.dat index 1b9fa9d01..ee372bf55 100644 --- a/projects/mtg/bin/Res/sets/FUT/todo.dat +++ b/projects/mtg/bin/Res/sets/FUT/todo.dat @@ -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 diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 4c7a4b1be..462369819 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/scourge_of_kher_ridges.txt b/projects/mtg/bin/Res/test/scourge_of_kher_ridges.txt new file mode 100644 index 000000000..c72a1867c --- /dev/null +++ b/projects/mtg/bin/Res/test/scourge_of_kher_ridges.txt @@ -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] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/scourge_of_kher_ridges2.txt b/projects/mtg/bin/Res/test/scourge_of_kher_ridges2.txt new file mode 100644 index 000000000..51326a6de --- /dev/null +++ b/projects/mtg/bin/Res/test/scourge_of_kher_ridges2.txt @@ -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] \ No newline at end of file