diff --git a/projects/mtg/bin/Res/sets/10E/_cards.dat b/projects/mtg/bin/Res/sets/10E/_cards.dat index 5e1b3dd8e..79be01d12 100644 --- a/projects/mtg/bin/Res/sets/10E/_cards.dat +++ b/projects/mtg/bin/Res/sets/10E/_cards.dat @@ -2498,6 +2498,17 @@ subtype=Basilisk toughness=4 [/card] [card] +text=Search your library for a land card, reveal it, and put it into your hand. Then shuffle your library. +target=land|mylibrary +auto=moveTo(myHand) +id=130513 +name=Sylvan Scrying +rarity=U +color=Green +type=Sorcery +mana={1}{G} +[/card] +[card] text=Flash (You may play this spell any time you could play an instant.) Reach (This creature can block creatures with flying.) abilities=flash,reach id=135231 diff --git a/projects/mtg/bin/Res/sets/10E/todo.dat b/projects/mtg/bin/Res/sets/10E/todo.dat index 2a02f6718..1156604ee 100644 --- a/projects/mtg/bin/Res/sets/10E/todo.dat +++ b/projects/mtg/bin/Res/sets/10E/todo.dat @@ -343,15 +343,7 @@ 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. -id=129525 -name=Diabolic Tutor -rarity=U -color=Black -type=Sorcery -mana={2}{B}{B} -[/card] + [card] text=Counter target spell. Look at the top four cards of your library, then put them back in any order. id=134749 @@ -1269,15 +1261,7 @@ color=Blue type=Enchantment mana={3}{U}{U} [/card] -[card] -text=Search your library for a land card, reveal it, and put it into your hand. Then shuffle your library. -id=130513 -name=Sylvan Scrying -rarity=U -color=Green -type=Sorcery -mana={1}{G} -[/card] + [card] text=Your opponents play with their hands revealed. id=129761 diff --git a/projects/mtg/bin/Res/sets/ALA/_cards.dat b/projects/mtg/bin/Res/sets/ALA/_cards.dat index 3203e5ff9..eaf230a11 100644 --- a/projects/mtg/bin/Res/sets/ALA/_cards.dat +++ b/projects/mtg/bin/Res/sets/ALA/_cards.dat @@ -248,6 +248,16 @@ type=Artifact mana={2}{U} [/card] [card] +text=Put target creature on top of its owner's library. +target=creature +auto=moveTo(ownersLibrary) +id=180144 +name=Excommunicate +rarity=C +type=Sorcery +mana={2}{W} +[/card] +[card] text={1}{B}, {T}, Sacrifice Executioner's Capsule: Destroy target nonblack creature. auto={1}{B}{T}{S}:destroy target(creature[-black]) id=174895 diff --git a/projects/mtg/bin/Res/sets/ALA/todo.dat b/projects/mtg/bin/Res/sets/ALA/todo.dat index 7a50cf11d..d3e45d667 100644 --- a/projects/mtg/bin/Res/sets/ALA/todo.dat +++ b/projects/mtg/bin/Res/sets/ALA/todo.dat @@ -111,6 +111,7 @@ toughness=4 [/card] [card] text={2}{G}, {T}, Sacrifice a red creature, a green creature, and a white creature: Search your library for a card named Godsire and put it into play. Then shuffle your library. +auto={2}{G}{T}{s:creature[red]|myInplay}{s:creature[rwhite]|myInplay}{s:creature[green]|myInplay}:moveTo(myInplay) target(creature[Godsire]|myLibrary) id=175263 name=Behemoth's Herald rarity=U @@ -435,14 +436,7 @@ power=2 subtype=Human Cleric toughness=2 [/card] -[card] -text=Put target creature on top of its owner's library. -id=180144 -name=Excommunicate -rarity=C -type=Sorcery -mana={2}{W} -[/card] + [card] text=At the end of your turn, if you control a creature with power 5 or greater, you may have Exuberant Firestoker deal 2 damage to target player. {T}: Add {1} to your mana pool. id=175049 diff --git a/projects/mtg/bin/Res/sets/ARB/todo.dat b/projects/mtg/bin/Res/sets/ARB/todo.dat index 376b81814..35452bad7 100644 --- a/projects/mtg/bin/Res/sets/ARB/todo.dat +++ b/projects/mtg/bin/Res/sets/ARB/todo.dat @@ -327,7 +327,7 @@ id=179618 name=Etherwrought Page mana={1}{W}{U}{B} type=Artifact -text=At the beginning of your upkeep, choose one — You gain 2 life; or look at the top card of your library, then you may put that card into your graveyard; or each opponent loses 1 life. +text=At the beginning of your upkeep, choose one  EYou gain 2 life; or look at the top card of your library, then you may put that card into your graveyard; or each opponent loses 1 life. rarity=U [/card] [card] @@ -483,6 +483,8 @@ subtype=Elemental power=5 toughness=1 text=Haste Swampcycling {2}, mountaincycling {2} ({2}, Discard this card: Search your library for a Swamp or Mountain card, reveal it, and put it into your hand. Then shuffle your library.) +abilities=haste +auto={2}{S}:moveTo(myHand) target(mountain,swamp|myLibrary) #Not quite right :( rarity=C [/card] [card] @@ -972,7 +974,7 @@ id=183008 name=Soul Manipulation mana={1}{U}{B} type=Instant -text=Choose one or both — Counter target creature spell; and/or return target creature card in your graveyard to your hand. +text=Choose one or both  ECounter target creature spell; and/or return target creature card in your graveyard to your hand. rarity=C [/card] [card] diff --git a/projects/mtg/bin/Res/sets/CFX/_cards.dat b/projects/mtg/bin/Res/sets/CFX/_cards.dat index 378c9c708..83a615a7c 100644 --- a/projects/mtg/bin/Res/sets/CFX/_cards.dat +++ b/projects/mtg/bin/Res/sets/CFX/_cards.dat @@ -388,6 +388,18 @@ type=Artifact mana={1}{U}{U} [/card] [card] +text=Flying When Sphinx Summoner comes into play, you may search your library for an artifact creature card, reveal it, and put it into your hand. If you do, shuffle your library. +auto=may moveTo(myHand) target(creature[artifact]|myLibrary) +id=189079 +name=Sphinx Summoner +rarity=R +type=Artifact Creature +mana={3}{U}{B} +power=3 +subtype=Sphinx +toughness=3 +[/card] +[card] text={G}: Thornling gains haste until end of turn. {G}: Thornling gains trample until end of turn. {G}: Thornling is indestructible this turn. {1}: Thornling gets +1/-1 until end of turn. {1}: Thornling gets -1/+1 until end of turn. auto={G}:haste auto={G}:trample diff --git a/projects/mtg/bin/Res/sets/CFX/todo.dat b/projects/mtg/bin/Res/sets/CFX/todo.dat index 9b65076d2..c7846bbbe 100644 --- a/projects/mtg/bin/Res/sets/CFX/todo.dat +++ b/projects/mtg/bin/Res/sets/CFX/todo.dat @@ -864,17 +864,7 @@ rarity=R type=Sorcery mana={4}{G} [/card] -[card] -text=Flying When Sphinx Summoner comes into play, you may search your library for an artifact creature card, reveal it, and put it into your hand. If you do, shuffle your library. -id=189079 -name=Sphinx Summoner -rarity=R -type=Artifact Creature -mana={3}{U}{B} -power=3 -subtype=Sphinx -toughness=3 -[/card] + [card] text=Domain - Put a 1/1 green Saproling creature token into play for each basic land type among lands you control. id=185829 diff --git a/projects/mtg/bin/Res/sets/ICE/_cards.dat b/projects/mtg/bin/Res/sets/ICE/_cards.dat index 86745bcab..a78308d61 100644 --- a/projects/mtg/bin/Res/sets/ICE/_cards.dat +++ b/projects/mtg/bin/Res/sets/ICE/_cards.dat @@ -878,6 +878,15 @@ subtype=Goat toughness=1 [/card] [card] +text=Search your library for a Forest card and put that card into play. Then shuffle your library. +auto=moveTo(myInPlay) target(forest|myLibrary) +id=2579 +name=Nature's Lore +rarity=U +type=Sorcery +mana={1}{G} +[/card] +[card] text={T}: Orcish Cannoneers deals 2 damage to target creature or player and 3 damage to you. id=2641 alias=1309 diff --git a/projects/mtg/bin/Res/sets/ICE/todo.dat b/projects/mtg/bin/Res/sets/ICE/todo.dat index 1ff23e617..016affb3a 100644 --- a/projects/mtg/bin/Res/sets/ICE/todo.dat +++ b/projects/mtg/bin/Res/sets/ICE/todo.dat @@ -1469,14 +1469,7 @@ rarity=R type=Artifact mana={5} [/card] -[card] -text=Search your library for a Forest card and put that card into play. Then shuffle your library. -id=2579 -name=Nature's Lore -rarity=U -type=Sorcery -mana={1}{G} -[/card] + [card] text=Skip your draw step. Whenever you discard a card, remove that card in your graveyard from the game. Pay 1 life: Remove the top card of your library from the game face down. Put that card into your hand at the end of your turn. id=2478 diff --git a/projects/mtg/bin/Res/sets/INV/_cards.dat b/projects/mtg/bin/Res/sets/INV/_cards.dat index 5374d5bd0..1f7397fd2 100644 --- a/projects/mtg/bin/Res/sets/INV/_cards.dat +++ b/projects/mtg/bin/Res/sets/INV/_cards.dat @@ -196,6 +196,19 @@ power=1 toughness=2 [/card] [card] +text={T}: Search your library for a legendary card, reveal that card, and put it into your hand. Then shuffle your library. +abilities=legendary +auto={T}:moveTo(myHand) target(*[legendary]|myLibrary) +id=25976 +name=Captain Sisay +rarity=R +type=Creature +mana={2}{G}{W} +power=2 +subtype=Human Soldier +toughness=2 +[/card] +[card] text=Vigilance {G}: Regenerate Charging Troll. id=23162 name=Charging Troll @@ -801,6 +814,19 @@ power=2 toughness=1 [/card] [card] +text={U}, {T}: Put target creature you control on top of its owner's library. {R}, {T}: Target creature gains first strike until end of turn. +auto={U}{T}:moveTo(ownersLibrary) target(creature|myInPlay) +auto={R}{T}:first striek target(creature) +id=23016 +name=Nightscape Apprentice +rarity=C +type=Creature +mana={B} +power=1 +subtype=Zombie Wizard +toughness=1 +[/card] +[card] text={U}{U}, {T}: Return target creature to its owner's hand. . {R}{R}, {T}: Nightscape Master deals 2 damage to target creature. id=23049 name=Nightscape Master @@ -927,6 +953,15 @@ type=Basic Land subtype=Plains [/card] [card] +text={6}, {T}: Search your library for a card and put that card into your hand. Then shuffle your library. +auto={6}{T}:moveTo(myHand) target(*|myLibrary) +id=23234 +name=Planar Portal +rarity=R +type=Artifact +mana={6} +[/card] +[card] text={2}: Target black or green creature gains haste until end of turn. (It can attack and {T} this turn.) id=23081 name=Rage Weaver @@ -1224,6 +1259,19 @@ rarity=C type=Land [/card] [card] +text={G}, {T}: Target creature gets +1/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library. +auto={G}{T}:1/1 target(creature) +auto={U}{T}:moveTo(ownersLibrary) target(creature|myInplay) +id=22928 +name=Sunscape Apprentice +rarity=C +type=Creature +mana={W} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] text={T}: Add {B} to your mana pool. auto={T}: Add {B} id=26305 diff --git a/projects/mtg/bin/Res/sets/INV/todo.dat b/projects/mtg/bin/Res/sets/INV/todo.dat index 702492d85..578cb7e16 100644 --- a/projects/mtg/bin/Res/sets/INV/todo.dat +++ b/projects/mtg/bin/Res/sets/INV/todo.dat @@ -323,17 +323,7 @@ power=1 subtype=Unicorn toughness=2 [/card] -[card] -text={T}: Search your library for a legendary card, reveal that card, and put it into your hand. Then shuffle your library. -id=25976 -name=Captain Sisay -rarity=R -type=Legendary Creature -mana={2}{G}{W} -power=2 -subtype=Human Soldier -toughness=2 -[/card] + [card] text=Play Cauldron Dance only during combat. Return target creature card from your graveyard to play. That creature gains haste. Return it to your hand at end of turn. You may put a creature card from your hand into play. That creature gains haste. Its controller sacrifices it at end of turn. id=23173 @@ -1387,17 +1377,7 @@ type=Enchantment mana={1}{B} subtype=Aura [/card] -[card] -text={U}, {T}: Put target creature you control on top of its owner's library. {R}, {T}: Target creature gains first strike until end of turn. -id=23016 -name=Nightscape Apprentice -rarity=C -type=Creature -mana={B} -power=1 -subtype=Zombie Wizard -toughness=1 -[/card] + [card] text={U}{U}, {T}: Return target creature to its owner's hand. {R}{R}, {T}: Nightscape Master deals 2 damage to target creature. id=23049 @@ -1648,14 +1628,7 @@ rarity=L type=Basic Land subtype=Plains [/card] -[card] -text={6}, {T}: Search your library for a card and put that card into your hand. Then shuffle your library. -id=23234 -name=Planar Portal -rarity=R -type=Artifact -mana={6} -[/card] + [card] text=Enchant creature Enchanted creature has protection from the colors of permanents you control. This effect doesn't remove Pledge of Loyalty. id=22958 @@ -2471,17 +2444,7 @@ name=Sulfur Vent rarity=C type=Land [/card] -[card] -text={G}, {T}: Target creature gets +1/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library. -id=22928 -name=Sunscape Apprentice -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human Wizard -toughness=1 -[/card] + [card] text={G}{G}, {T}: Creatures you control get +2/+2 until end of turn. {U}{U}, {T}: Return target creature to its owner's hand. id=22961 diff --git a/projects/mtg/bin/Res/sets/LEG/_cards.dat b/projects/mtg/bin/Res/sets/LEG/_cards.dat index 2426c20f8..7e3acb822 100644 --- a/projects/mtg/bin/Res/sets/LEG/_cards.dat +++ b/projects/mtg/bin/Res/sets/LEG/_cards.dat @@ -1352,6 +1352,15 @@ type=Land abilities=legendary [/card] [card] +text=Search your library for a basic land card and put that card into play. Then shuffle your library. +auto=moveTo(myInPlay) target(land[basic]|myLibrary) +id=1550 +name=Untamed Wilds +rarity=U +type=Sorcery +mana={2}{G} +[/card] +[card] text=Legendary First strike Creatures with swampwalk can be blocked as though they didn't have swampwalk. id=1695 name=Ur-Drago diff --git a/projects/mtg/bin/Res/sets/MIR/_cards.dat b/projects/mtg/bin/Res/sets/MIR/_cards.dat index ed01cb8b1..bc81b79d1 100644 --- a/projects/mtg/bin/Res/sets/MIR/_cards.dat +++ b/projects/mtg/bin/Res/sets/MIR/_cards.dat @@ -34,6 +34,15 @@ mana={2}{B}{B} rarity=R [/card] [card] +text=Bad River comes into play tapped. {T}, Sacrifice Bad River: Search your library for an Island or Swamp card and put it into play. Then shuffle your library. +auto=tap +auto={T}{S}:moveTo(myInPlay) target(Island,Swamp|myLibrary) +id=3570 +name=Bad River +rarity=U +type=Land +[/card] +[card] text=Flying Attacking does not cause Bay Falcon to tap. id=3325 name=Bay Falcon @@ -115,6 +124,19 @@ mana={2} rarity=U [/card] [card] +text={G}, {T}: Target creature gets +0/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library. +auto={G}{T}:0/1 target(creature) +auto={U}{T}:moveTo(ownersLibrary) target(creature|myInplay) +id=3482 +name=Civic Guildmage +rarity=C +type=Creature +mana={W} +power=1 +subtype=Human Wizard +toughness=1 +[/card] +[card] text=Trample id=3379 name=Crash of Rhinos @@ -158,6 +180,15 @@ toughness=3 rarity=C [/card] [card] +text=Put target artifact or enchantment on top of its owner's library. +auto=moveTo(ownersLibrary) target(artifact,enchantment) +id=3484 +name=Disempower +rarity=C +type=Instant +mana={1}{W} +[/card] +[card] text=Destroy target artifact or enchantment. id=3485 name=Disenchant @@ -225,6 +256,15 @@ mana={B}{B} rarity=C [/card] [card] +text=Put target land on top of its owner's library. +auto=moveTo(ownersLibrary) target(land) +id=3383 +name=Fallow Earth +rarity=U +type=Sorcery +mana={2}{G} +[/card] +[card] text=Flanking (Whenever a creature without flanking is assigned to block this creature, the blocking creature gets -1/-1 until end of turn.) {W}: Femeref Knight gains vigilance until end of turn. id=3493 name=Femeref Knight @@ -294,6 +334,15 @@ mana={R} rarity=C [/card] [card] +text=Flood Plain comes into play tapped. {T}, Sacrifice Flood Plain: Search your library for a Plains or Island card and put it into play. Then shuffle your library. +auto=tap +auto={T}{S}:moveTo(myInPlay) target(Plains,Island|myLibrary) +id=3572 +name=Flood Plain +rarity=U +type=Land +[/card] +[card] text={T}: Add {G} to your mana pool. id=3566 name=Forest @@ -342,6 +391,15 @@ toughness=4 rarity=C [/card] [card] +text=Grasslands comes into play tapped. {T}, Sacrifice Grasslands: Search your library for a Forest or Plains card and put it into play. Then shuffle your library. +auto=tap +auto={T}{S}:moveTo(myInPlay) target(Plains,Forest|myLibrary) +id=3573 +name=Grasslands +rarity=U +type=Land +[/card] +[card] text=Flying {1}{U}{U}: Target creature gains flying until end of turn. id=3340 name=Harmattan Efreet @@ -557,6 +615,15 @@ subtype=Mountain rarity=L [/card] [card] +text=Mountain Valley comes into play tapped. {T}, Sacrifice Mountain Valley: Search your library for a Mountain or Forest card and put it into play. Then shuffle your library. +auto=tap +auto={T}{S}:moveTo(myInPlay) target(Mountain,Forest|myLibrary) +id=3574 +name=Mountain Valley +rarity=U +type=Land +[/card] +[card] text=Flanking (Whenever a creature without flanking is assigned to block this creature, the blocking creature gets -1/-1 until end of turn.) id=3504 name=Mtenda Herder @@ -710,6 +777,15 @@ toughness=5 rarity=R [/card] [card] +text=Rocky Tar Pit comes into play tapped. {T}, Sacrifice Rocky Tar Pit: Search your library for a Swamp or Mountain card and put it into play. Then shuffle your library. +auto=tap +auto={T}{S}:moveTo(myInPlay) target(Mountain,Swamp|myLibrary) +id=3575 +name=Rocky Tar Pit +rarity=U +type=Land +[/card] +[card] text={T}: Add {1} to your mana pool. {1}{T}: Add {U} to your mana pool. id=3361 name=Sea Scryer diff --git a/projects/mtg/bin/Res/sets/MIR/todo.dat b/projects/mtg/bin/Res/sets/MIR/todo.dat index f715644d3..de02da59f 100644 --- a/projects/mtg/bin/Res/sets/MIR/todo.dat +++ b/projects/mtg/bin/Res/sets/MIR/todo.dat @@ -143,13 +143,7 @@ power=1 subtype=Drake toughness=3 [/card] -[card] -text=Bad River comes into play tapped. {T}, Sacrifice Bad River: Search your library for an Island or Swamp card and put it into play. Then shuffle your library. -id=3570 -name=Bad River -rarity=U -type=Land -[/card] + [card] text=Whenever a creature attacks you, it loses flanking until end of turn. Whenever a creature without flying attacks you, Barbed Foliage deals 1 damage to it. id=3376 @@ -476,17 +470,7 @@ rarity=R type=Enchantment mana={1}{W}{B} [/card] -[card] -text={G}, {T}: Target creature gets +0/+1 until end of turn. {U}, {T}: Put target creature you control on top of its owner's library. -id=3482 -name=Civic Guildmage -rarity=C -type=Creature -mana={W} -power=1 -subtype=Human Wizard -toughness=1 -[/card] + [card] text=Enchant creature Enchanted creature has phasing and can't be blocked except by Walls. id=3329 @@ -669,22 +653,6 @@ subtype=Spirit toughness=2 [/card] [card] -text=Put target artifact or enchantment on top of its owner's library. -id=3484 -name=Disempower -rarity=C -type=Instant -mana={1}{W} -[/card] -[card] -text=Destroy target artifact or enchantment. -id=3485 -name=Disenchant -rarity=C -type=Instant -mana={1}{W} -[/card] -[card] text=Counter target spell. If that spell is countered this way, remove it from the game instead of putting it into its owner's graveyard. id=3332 name=Dissipate @@ -881,14 +849,7 @@ power=3 subtype=Avatar toughness=4 [/card] -[card] -text=Put target land on top of its owner's library. -id=3383 -name=Fallow Earth -rarity=U -type=Sorcery -mana={2}{G} -[/card] + [card] text=Enchant creature Enchanted creature gets +1/+2 as long as it's white. Enchanted creature has shroud as long as its controller controls another creature. (It can't be the target of spells or abilities.) id=3491 @@ -1016,13 +977,7 @@ rarity=R type=Instant mana={1}{U} [/card] -[card] -text=Flood Plain comes into play tapped. {T}, Sacrifice Flood Plain: Search your library for a Plains or Island card and put it into play. Then shuffle your library. -id=3572 -name=Flood Plain -rarity=U -type=Land -[/card] + [card] text=Defender (This creature can't attack.) When Floodgate has flying, sacrifice it. When Floodgate leaves play, it deals 1 damage for each two Islands you control to each nonblue creature without flying. id=3338 @@ -1186,13 +1141,7 @@ power=1 subtype=Human Wizard toughness=1 [/card] -[card] -text=Grasslands comes into play tapped. {T}, Sacrifice Grasslands: Search your library for a Forest or Plains card and put it into play. Then shuffle your library. -id=3573 -name=Grasslands -rarity=U -type=Land -[/card] + [card] text=You may play Grave Servitude any time you could play an instant. If it was played any time a sorcery couldn't have been played, it gains substance until end of turn and when it loses substance, sacrifice it. Enchant creature Enchanted creature gets +3/-1 and is black. id=3295 @@ -1794,13 +1743,7 @@ rarity=L type=Basic Land subtype=Mountain [/card] -[card] -text=Mountain Valley comes into play tapped. {T}, Sacrifice Mountain Valley: Search your library for a Mountain or Forest card and put it into play. Then shuffle your library. -id=3574 -name=Mountain Valley -rarity=U -type=Land -[/card] + [card] text=Flying {W}, {T}: Return Mtenda Griffin to its owner's hand and return target Griffin card in your graveyard to your hand. Play this ability only during your upkeep. id=3503 @@ -2257,13 +2200,7 @@ power=4 subtype=Basilisk toughness=5 [/card] -[card] -text=Rocky Tar Pit comes into play tapped. {T}, Sacrifice Rocky Tar Pit: Search your library for a Swamp or Mountain card and put it into play. Then shuffle your library. -id=3575 -name=Rocky Tar Pit -rarity=U -type=Land -[/card] + [card] text=As Roots of Life comes into play, choose Islands or Swamps. Whenever a land of the chosen type an opponent controls becomes tapped, you gain 1 life. id=3406 diff --git a/projects/mtg/bin/Res/sets/MRD/_cards.dat b/projects/mtg/bin/Res/sets/MRD/_cards.dat index b832e0953..f964c5bf3 100644 --- a/projects/mtg/bin/Res/sets/MRD/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRD/_cards.dat @@ -57,11 +57,11 @@ power=1 toughness=1 [/card] [card] -text={U}, Sacrifice ther Spellbomb: Return target creature to its owner's hand. {1}, Sacrifice ther Spellbomb: Draw a card. +text={U}, Sacrifice AEther Spellbomb: Return target creature to its owner's hand. {1}, Sacrifice AEther Spellbomb: Draw a card. auto={U}{S}:moveTo(ownerhand) target(creature) auto={1}{S}:draw:1 id=48113 -name=ther Spellbomb +name=AEther Spellbomb color=Artifact rarity=C mana={1} diff --git a/projects/mtg/bin/Res/sets/RV/_cards.dat b/projects/mtg/bin/Res/sets/RV/_cards.dat index 1764c3f24..e6e84e79a 100644 --- a/projects/mtg/bin/Res/sets/RV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RV/_cards.dat @@ -514,6 +514,17 @@ type=Instant mana={B} [/card] [card] +text=Search your library for a card and put that card into your hand. Then shuffle your library. +target=*|myLibrary +auto=moveTo(hand) +id=1155 +name=Demonic Tutor +rarity=U +color=Black +type=Sorcery +mana={1}{B} +[/card] +[card] text=Destroy target permanent. target=* auto=destroy diff --git a/projects/mtg/bin/Res/sets/RV/todo.dat b/projects/mtg/bin/Res/sets/RV/todo.dat index 46d1f6cb3..fced9bafc 100644 --- a/projects/mtg/bin/Res/sets/RV/todo.dat +++ b/projects/mtg/bin/Res/sets/RV/todo.dat @@ -73,15 +73,7 @@ power=5 subtype=Demon toughness=5 [/card] -[card] -text=Search your library for a card and put that card into your hand. Then shuffle your library. -id=1155 -name=Demonic Tutor -rarity=U -color=Black -type=Sorcery -mana={1}{B} -[/card] + [card] text=Disintegrate deals X damage to target creature or player. That creature can't be regenerated this turn. If the creature would be put into a graveyard this turn, remove it from the game instead. id=1283 diff --git a/projects/mtg/bin/Res/sets/SHM/_cards.dat b/projects/mtg/bin/Res/sets/SHM/_cards.dat index 1308b88c8..d6341b5e1 100644 --- a/projects/mtg/bin/Res/sets/SHM/_cards.dat +++ b/projects/mtg/bin/Res/sets/SHM/_cards.dat @@ -803,6 +803,16 @@ subtype=Elf Scout toughness=2 [/card] [card] +text=Search your library for a Forest or Plains card, reveal it, and put it into your hand. Then shuffle your library. +target=forest,plains|myLibrary +auto=moveTo(myHand) +id=142038 +name=Safewright Quest +rarity=C +type=Sorcery +mana={GW} +[/card] +[card] text=Trample 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.) abilities=trample,persist id=152078 diff --git a/projects/mtg/bin/Res/sets/SHM/todo.dat b/projects/mtg/bin/Res/sets/SHM/todo.dat index c58fa3347..17f0d41f7 100644 --- a/projects/mtg/bin/Res/sets/SHM/todo.dat +++ b/projects/mtg/bin/Res/sets/SHM/todo.dat @@ -1457,14 +1457,7 @@ power=2 subtype=Elf Warrior toughness=2 [/card] -[card] -text=Search your library for a Forest or Plains card, reveal it, and put it into your hand. Then shuffle your library. -id=142038 -name=Safewright Quest -rarity=C -type=Sorcery -mana={GW} -[/card] + [card] text=({T}: Add {G} to your mana pool.) Sapseep Forest comes into play tapped. {G}, {T}: You gain 1 life. Play this ability only if you control two or more green permanents. id=142048