From ec84a3f1370c5a8433a13d870cea109c3707d7fc Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:42:21 +0100 Subject: [PATCH] TLA cards, 4th November (#9079) --- .../cardsfolder/upcoming/boomerang_basics.txt | 7 +++++++ .../res/cardsfolder/upcoming/raven_eagle.txt | 16 ++++++++++++++++ .../upcoming/the_boulder_ready_to_rumble.txt | 9 +++++++++ 3 files changed, 32 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/boomerang_basics.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/raven_eagle.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/the_boulder_ready_to_rumble.txt diff --git a/forge-gui/res/cardsfolder/upcoming/boomerang_basics.txt b/forge-gui/res/cardsfolder/upcoming/boomerang_basics.txt new file mode 100644 index 00000000000..f596ae1220b --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/boomerang_basics.txt @@ -0,0 +1,7 @@ +Name:Boomerang Basics +ManaCost:U +Types:Sorcery Lesson +A:SP$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Defined$ Targeted | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | RememberLKI$ True | SubAbility$ DBDraw | SpellDescription$ Return target nonland permanent to its owner's hand. If you controlled that permanent, draw a card. +SVar:DBDraw:DB$ Draw | ConditionDefined$ RememberedLKI | ConditionPresent$ Card.YouCtrl | NumCards$ 1 | StackDescription$ If you controlled that permanent, draw a card. | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +Oracle:Return target nonland permanent to its owner's hand. If you controlled that permanent, draw a card. diff --git a/forge-gui/res/cardsfolder/upcoming/raven_eagle.txt b/forge-gui/res/cardsfolder/upcoming/raven_eagle.txt new file mode 100644 index 00000000000..2dcba237396 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/raven_eagle.txt @@ -0,0 +1,16 @@ +Name:Raven Eagle +ManaCost:2 B +Types:Enchantment Creature Bird Assassin +PT:2/3 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Whenever this creature enters or attacks, exile up to one target card from a graveyard. If a creature card is exiled this way, create a Clue token. (It's an artifact with "{2}, Sacrifice this token: Draw a card.") +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Whenever this creature enters or attacks, exile up to one target card from a graveyard. If a creature card is exiled this way, create a Clue token. (It's an artifact with "{2}, Sacrifice this token: Draw a card.") +SVar:TrigExile:DB$ ChangeZone | ValidTgts$ Card | Origin$ Graveyard | TargetMin$ 0 | TargetMax$ 1 | Destination$ Exile | TgtPrompt$ Select up to one target card from a graveyard | RememberChanged$ True | SubAbility$ DBToken +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | ConditionDefined$ Targeted | ConditionPresent$ Creature | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +T:Mode$ Drawn | ValidCard$ Card.YouCtrl | Number$ 2 | TriggerZones$ Battlefield | Execute$ DBLoseLife | TriggerDescription$ Whenever you draw your second card each turn, each opponent loses 1 life and you gain 1 life. +SVar:DBLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 +SVar:HasAttackEffect:TRUE +DeckHas:Ability$Token|Graveyard|LifeGain +Oracle:Flying\nWhenever this creature enters or attacks, exile up to one target card from a graveyard. If a creature card is exiled this way, create a Clue token. (It's an artifact with "{2}, Sacrifice this token: Draw a card.")\nWhenever you draw your second card each turn, each opponent loses 1 life and you gain 1 life. diff --git a/forge-gui/res/cardsfolder/upcoming/the_boulder_ready_to_rumble.txt b/forge-gui/res/cardsfolder/upcoming/the_boulder_ready_to_rumble.txt new file mode 100644 index 00000000000..a2dc583cc2d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/the_boulder_ready_to_rumble.txt @@ -0,0 +1,9 @@ +Name:The Boulder, Ready to Rumble +ManaCost:3 G +Types:Legendary Creature Human Warrior Performer +PT:4/4 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigEarthbend | TriggerDescription$ Whenever NICKNAME attacks, earthbend X, where X is the number of creatures you control with power 4 or greater. (Target land you control becomes a 0/0 creature with haste that's still a land. Put X +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.) +SVar:TrigEarthbend:DB$ Earthbend | Num$ X +SVar:X:Count$Valid Creature.YouCtrl+powerGE4 +SVar:HasAttackEffect:TRUE +Oracle:Whenever The Boulder attacks, earthbend X, where X is the number of creatures you control with power 4 or greater. (Target land you control becomes a 0/0 creature with haste that's still a land. Put X +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)