From 6c6f1cf353ebf7ad0fb3d3ccc4f15108e4923236 Mon Sep 17 00:00:00 2001 From: Northmoc Date: Sun, 19 Sep 2021 21:44:26 -0400 Subject: [PATCH 1/2] elvish_rejuvenator.txt cleanup --- forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt b/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt index 33735bd468f..8761d943eda 100644 --- a/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt +++ b/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt @@ -1,7 +1,7 @@ Name:Elvish Rejuvenator ManaCost:2 G Types:Creature Elf Druid -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top five cards of your library. You put a land card from among them onto the battlefield tapped. Put the rest on the bottom of that library in a random order. +PT:1/1 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top five cards of your library. You put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order. SVar:TrigDig:DB$ Dig | DigNum$ 5 | ChangeNum$ 1 | ChangeValid$ Card.Land | DestinationZone$ Battlefield | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | Tapped$ True Oracle:When Elvish Rejuvenator enters the battlefield, look at the top five cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order. -PT:1/1 \ No newline at end of file From 4f105770cce2d958531d88cfc3a8f6976c83da8f Mon Sep 17 00:00:00 2001 From: Northmoc Date: Mon, 20 Sep 2021 08:10:39 -0400 Subject: [PATCH 2/2] more fixes --- forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt b/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt index 8761d943eda..91accb661c8 100644 --- a/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt +++ b/forge-gui/res/cardsfolder/e/elvish_rejuvenator.txt @@ -2,6 +2,6 @@ Name:Elvish Rejuvenator ManaCost:2 G Types:Creature Elf Druid PT:1/1 -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top five cards of your library. You put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order. -SVar:TrigDig:DB$ Dig | DigNum$ 5 | ChangeNum$ 1 | ChangeValid$ Card.Land | DestinationZone$ Battlefield | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | Tapped$ True +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top five cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order. +SVar:TrigDig:DB$ Dig | DigNum$ 5 | ChangeNum$ 1 | ChangeValid$ Card.Land | Optional$ True | DestinationZone$ Battlefield | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | Tapped$ True Oracle:When Elvish Rejuvenator enters the battlefield, look at the top five cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order.