From ecb048be0342e210fc525138195063ad0f88d244 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Feb 2021 12:35:58 +0000 Subject: [PATCH 1/5] Elderfang Venom --- forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt diff --git a/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt b/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt new file mode 100644 index 00000000000..7c238ab0b92 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt @@ -0,0 +1,10 @@ +Name:Elderfang Venom +ManaCost:2 B G +Types:Enchantment +S:Mode$ Continuous | Affected$ Creature.attacking.Elf+YouCtrl | AddKeyword$ Deathtouch | Description$ Attacking Elves you control have deathtouch. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Elf+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an Elf you control dies, each opponent loses 1 life and you gain 1 life. +SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 +DeckHints:Type$Elf +DeckHas:Ability$LifeGain +Oracle:Attacking elves you control have deathtouch.\nWhenever an Elf you control dies, each opponent loses 1 life and you gain 1 life. From 86b34f9f3aa1c52d470ecd267f411422dc0416f8 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Feb 2021 13:43:40 +0000 Subject: [PATCH 2/5] Sage of the Beyond --- forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt diff --git a/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt b/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt new file mode 100644 index 00000000000..2d2397c9245 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt @@ -0,0 +1,8 @@ +Name:Sage of the Beyond +ManaCost:5 U U +Types:Creature Spirit Giant +PT:5/5 +K:Flying +S:Mode$ ReduceCost | ValidCard$ Card.wasNotCastFromHand | Activator$ You | Type$ Spell | Amount$ 2 | Description$ Spells you cast that target CARDNAME cost {2} less to cast. +K:Foretell:4 U +Oracle:Flying\nSpells you cast from anywhere other than your hand cost {2} less to cast.\nForetell {4}{U} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.) From 479bb7e361e6b205e7531049753d7a8a4c25ac55 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Feb 2021 13:44:50 +0000 Subject: [PATCH 3/5] Update sage_of_the_beyond.txt --- forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt b/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt index 2d2397c9245..048fb9a8acb 100644 --- a/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt +++ b/forge-gui/res/cardsfolder/upcoming/sage_of_the_beyond.txt @@ -3,6 +3,6 @@ ManaCost:5 U U Types:Creature Spirit Giant PT:5/5 K:Flying -S:Mode$ ReduceCost | ValidCard$ Card.wasNotCastFromHand | Activator$ You | Type$ Spell | Amount$ 2 | Description$ Spells you cast that target CARDNAME cost {2} less to cast. +S:Mode$ ReduceCost | ValidCard$ Card.wasNotCastFromHand | Activator$ You | Type$ Spell | Amount$ 2 | Description$ Spells you cast from anywhere other than your hand cost {2} less to cast K:Foretell:4 U Oracle:Flying\nSpells you cast from anywhere other than your hand cost {2} less to cast.\nForetell {4}{U} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.) From 3a2a5d740ba53d78fc93e618fb50af008c5a8cc8 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Feb 2021 14:18:57 +0000 Subject: [PATCH 4/5] Spectral Deluge --- forge-gui/res/cardsfolder/upcoming/spectral_deluge.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/spectral_deluge.txt diff --git a/forge-gui/res/cardsfolder/upcoming/spectral_deluge.txt b/forge-gui/res/cardsfolder/upcoming/spectral_deluge.txt new file mode 100644 index 00000000000..ed997f3a545 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/spectral_deluge.txt @@ -0,0 +1,7 @@ +Name:Spectral Deluge +ManaCost:2 U U +Types:Sorcery +A:SP$ ChangeZoneAll | Cost$ 2 U U | ChangeType$ Creature.toughnessLEX+OppCtrl | Origin$ Battlefield | Destination$ Hand | References$ X | TriggerDescription$ Return each creature your opponents control with toughness X or less to its owner’s hand, where X is the number of Islands you control. +SVar:X:Count$Valid Island.YouCtrl +K:Foretell:1 U U +Oracle:Return each creature your opponents control with toughness X or less to its owner’s hand, where X is the number of Islands you control.\nForetell {1}{U}{U} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.) \ No newline at end of file From a571f4747b8cba266f4e628cc1e36aa4ab786cd6 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Feb 2021 14:47:09 +0000 Subject: [PATCH 5/5] Update elderfang_venom.txt --- forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt b/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt index 7c238ab0b92..dd6e2c69f43 100644 --- a/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt +++ b/forge-gui/res/cardsfolder/upcoming/elderfang_venom.txt @@ -1,7 +1,7 @@ Name:Elderfang Venom ManaCost:2 B G Types:Enchantment -S:Mode$ Continuous | Affected$ Creature.attacking.Elf+YouCtrl | AddKeyword$ Deathtouch | Description$ Attacking Elves you control have deathtouch. +S:Mode$ Continuous | Affected$ Elf.attacking+YouCtrl | AddKeyword$ Deathtouch | Description$ Attacking Elves you control have deathtouch. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Elf+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever an Elf you control dies, each opponent loses 1 life and you gain 1 life. SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1