From 091f33fe5d6961db14d2383c262389a00dbf845f Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:45:11 +0200 Subject: [PATCH] 6 BLB cards (#5561) --- forge-gui/res/cardsfolder/upcoming/tempest_angler.txt | 8 ++++++++ .../res/cardsfolder/upcoming/tidecaller_mentor.txt | 9 +++++++++ .../res/cardsfolder/upcoming/valley_questcaller.txt | 9 +++++++++ .../res/cardsfolder/upcoming/valley_rotcaller.txt | 11 +++++++++++ .../res/cardsfolder/upcoming/veteran_guardmouse.txt | 8 ++++++++ .../res/cardsfolder/upcoming/ygra_eater_of_all.txt | 10 ++++++++++ 6 files changed, 55 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/tempest_angler.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/tidecaller_mentor.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/valley_questcaller.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/valley_rotcaller.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/veteran_guardmouse.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/ygra_eater_of_all.txt diff --git a/forge-gui/res/cardsfolder/upcoming/tempest_angler.txt b/forge-gui/res/cardsfolder/upcoming/tempest_angler.txt new file mode 100644 index 00000000000..58cf8fea293 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/tempest_angler.txt @@ -0,0 +1,8 @@ +Name:Tempest Angler +ManaCost:1 UR UR +Types:Creature Otter Wizard +PT:2/2 +T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, put a +1/+1 counter on CARDNAME. +SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 +SVar:BuffedBy:nonCreature +Oracle:Whenever you cast a noncreature spell, put a +1/+1 counter on Tempest Angler. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/tidecaller_mentor.txt b/forge-gui/res/cardsfolder/upcoming/tidecaller_mentor.txt new file mode 100644 index 00000000000..2871e2f8a7d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/tidecaller_mentor.txt @@ -0,0 +1,9 @@ +Name:Tidecaller Mentor +ManaCost:1 U B +Types:Creature Rat Wizard +PT:3/3 +K:Menace +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigReturn | CheckSVar$ X | SVarCompare$ GE7 | TriggerDescription$ Threshold — When CARDNAME enters, if seven or more cards are in your graveyard, return up to one target nonland permanent to its owner's hand. +SVar:TrigReturn:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Permanent.nonLand | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select up to one target nonland permanent +SVar:X:Count$InYourYard +Oracle:Menace\nThreshold — When Tidecaller Mentor enters, if seven or more cards are in your graveyard, return up to one target nonland permanent to its owner's hand. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/valley_questcaller.txt b/forge-gui/res/cardsfolder/upcoming/valley_questcaller.txt new file mode 100644 index 00000000000..5bda0f350f9 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/valley_questcaller.txt @@ -0,0 +1,9 @@ +Name:Valley Questcaller +ManaCost:1 W +Types:CreatureRabbit Warrior +PT:2/3 +T:Mode$ ChangesZoneAll | ValidCards$ Rabbit.Other+YouCtrl,Bat.Other+YouCtrl,Bird.Other+YouCtrl,Mouse.Other+YouCtrl | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever one or more other Rabbits, Bats, Birds, and/or Mice you control enter, scry 1. +SVar:TrigScry:DB$ Scry | ScryNum$ 1 +S:Mode$ Continuous | Affected$ Rabbit.Other+YouCtrl,Bat.Other+YouCtrl,Bird.Other+YouCtrl,Mouse.Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Rabbits, Bats, Birds, and Mice you control get +1/+1. +DeckHints:Type$Rabbit|Bat|Bird|Mouse +Oracle:Whenever one or more other Rabbits, Bats, Birds, and/or Mice you control enter, scry 1.\nOther Rabbits, Bats, Birds, and Mice you control get +1/+1. diff --git a/forge-gui/res/cardsfolder/upcoming/valley_rotcaller.txt b/forge-gui/res/cardsfolder/upcoming/valley_rotcaller.txt new file mode 100644 index 00000000000..2b2fbd2a949 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/valley_rotcaller.txt @@ -0,0 +1,11 @@ +Name:Valley Rotcaller +ManaCost:1 B +Types:Creature Squirrel Warlock +PT:1/3 +K:Menace +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME attacks, each opponent loses X life and you gain X life, where X is the number of other Squirrels, Bats, Lizards, and Rats you control. +SVar:TrigLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ X | SubAbility$ DBGainLife +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X +SVar:X:Count$Valid Squirrel.YouCtrl+StrictlyOther,Bat.YouCtrl+StrictlyOther,Lizard.YouCtrl+StrictlyOther,Rat.YouCtrl+StrictlyOther +SVar:HasAttackEffect:TRUE +Oracle:Menace\nWhenever Valley Rotcaller attacks, each opponent loses X life and you gain X life, where X is the number of other Squirrels, Bats, Lizards, and Rats you control. diff --git a/forge-gui/res/cardsfolder/upcoming/veteran_guardmouse.txt b/forge-gui/res/cardsfolder/upcoming/veteran_guardmouse.txt new file mode 100644 index 00000000000..97d21a0aabc --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/veteran_guardmouse.txt @@ -0,0 +1,8 @@ +Name:Veteran Guardmouse +ManaCost:3 RW +Types:Creature Mouse Soldier +PT:3/4 +T:Mode$ BecomesTarget | ValidTarget$ Card.Self | ValidSource$ SpellAbility.YouCtrl | TriggerZones$ Battlefield | FirstTime$ True | Execute$ TrigPump | TriggerDescription$ Valiant — Whenever CARDNAME becomes the target of a spell or ability you control for the first time each turn, it gets +1/+0 and gains first strike until end of turn. Scry 1. (Look at the top card of your library. You may put that card on the bottom.) +SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 1 | KW$ First Strike | SubAbility$ DBScry +SVar:DBScry:DB$ Scry | ScryNum$ 1 +Oracle:Valiant — Whenever Veteran Guardmouse becomes the target of a spell or ability you control for the first time each turn, it gets +1/+0 and gains first strike until end of turn. Scry 1. (Look at the top card of your library. You may put that card on the bottom.) diff --git a/forge-gui/res/cardsfolder/upcoming/ygra_eater_of_all.txt b/forge-gui/res/cardsfolder/upcoming/ygra_eater_of_all.txt new file mode 100644 index 00000000000..66cbf516286 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ygra_eater_of_all.txt @@ -0,0 +1,10 @@ +Name:Ygra, Eater of All +ManaCost:3 B G +Types:Legendary Creature Elemental Cat +PT:6/6 +K:Ward:Sac<1/Food> +S:Mode$ Continuous | Affected$ Creature.Other | AffectedZone$ Battlefield | AddType$ Artifact,Food | AddAbility$ FoodSac | Description$ Other creatures are Food artifacts in addition to their other types and have "{2}, {T}, Sacrifice this permanent: You gain 3 life." +SVar:FoodSac:AB$ GainLife | Cost$ 2 T Sac<1/CARDNAME/this permanent> | Defined$ You | LifeAmount$ 3 | SpellDescription$ You gain 3 life. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Food | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a Food is put into a graveyard from the battlefield, put two +1/+1 counters on CARDNAME. +SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 2 +Oracle:Ward—Sacrifice a Food.\nOther creatures are Food artifacts in addition to their other types and have "{2}, {T}, Sacrifice this permanent: You gain 3 life."\nWhenever a Food is put into a graveyard from the battlefield, put two +1/+1 counters on Ygra, Eater of All.