From c4828f510f9252d2285db6f840ab1ca0c0e91881 Mon Sep 17 00:00:00 2001 From: Renato Filipe Vidal Santos <45150760+dracontes@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:06:50 +0000 Subject: [PATCH] TDC: 4 cards (#7221) --- .../res/cardsfolder/upcoming/ainok_strike_leader.txt | 9 +++++++++ forge-gui/res/cardsfolder/upcoming/goldlust_triad.txt | 9 +++++++++ forge-gui/res/cardsfolder/upcoming/ironwill_forger.txt | 7 +++++++ .../res/cardsfolder/upcoming/redoubled_stormsinger.txt | 8 ++++++++ 4 files changed, 33 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/ainok_strike_leader.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/goldlust_triad.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/ironwill_forger.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/redoubled_stormsinger.txt diff --git a/forge-gui/res/cardsfolder/upcoming/ainok_strike_leader.txt b/forge-gui/res/cardsfolder/upcoming/ainok_strike_leader.txt new file mode 100644 index 00000000000..73ae128f80b --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ainok_strike_leader.txt @@ -0,0 +1,9 @@ +Name:Ainok Strike Leader +ManaCost:1 W +Types:Creature Dog Warrior +PT:2/2 +T:Mode$ AttackersDeclared | Execute$ TrigRepeat | ValidAttackers$ Card.Self,Card.IsCommander+YouOwn | TriggerZones$ Battlefield | AttackingPlayer$ You | TriggerDescription$ When you attack with this creature and/or your commander, for each opponent, create a 1/1 red Goblin creature token that's tapped and attacking that player. +SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Opponent | ChangeZoneTable$ True | RepeatSubAbility$ DBToken +SVar:DBToken:DB$ Token | TokenScript$ r_1_1_goblin | TokenTapped$ True | TokenAttacking$ Remembered +A:AB$ PumpAll | Cost$ Sac<1/CARDNAME/this creature> | ValidCards$ Creature.token+YouCtrl | KW$ Indestructible | SpellDescription$ Creature tokens you control gain indestructible until end of turn. +Oracle:When you attack with this creature and/or your commander, for each opponent, create a 1/1 red Goblin creature token that's tapped and attacking that player.\nSacrifice this creature: Creature tokens you control gain indestructible until end of turn. diff --git a/forge-gui/res/cardsfolder/upcoming/goldlust_triad.txt b/forge-gui/res/cardsfolder/upcoming/goldlust_triad.txt new file mode 100644 index 00000000000..7c2a8ad3af9 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/goldlust_triad.txt @@ -0,0 +1,9 @@ +Name:Goldlust Triad +ManaCost:4 R +Types:Creature Dragon +PT:4/3 +K:Flying +K:Myriad +T:Mode$ DamageDone | ValidSource$ Card.Self | CombatDamage$ True | ValidTarget$ Player | Execute$ DBToken | TriggerDescription$ Whenever this creature deals combat damage to a player, create a Treasure token. +SVar:DBToken:DB$ Token | TokenScript$ c_a_treasure_sac +Oracle:Flying, myriad\nWhenever this creature deals combat damage to a player, create a Treasure token. diff --git a/forge-gui/res/cardsfolder/upcoming/ironwill_forger.txt b/forge-gui/res/cardsfolder/upcoming/ironwill_forger.txt new file mode 100644 index 00000000000..74968e52f81 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ironwill_forger.txt @@ -0,0 +1,7 @@ +Name:Ironwill Forger +ManaCost:3 W +Types:Creature Orc Artificer +PT:3/3 +T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Card.IsCommander+YouOwn+YouCtrl | Execute$ TrigPump | TriggerDescription$ Lieutenant — At the beginning of combat on your turn, if your control your commander, target nonlegendary creature you control gains myriad until end of turn. +SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl+nonLegendary | TgtPrompt$ Select target nonlegendary creature you control | KW$ Myriad +Oracle:Lieutenant — At the beginning of combat on your turn, if your control your commander, target nonlegendary creature you control gains myriad until end of turn. diff --git a/forge-gui/res/cardsfolder/upcoming/redoubled_stormsinger.txt b/forge-gui/res/cardsfolder/upcoming/redoubled_stormsinger.txt new file mode 100644 index 00000000000..11f16e0cc70 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/redoubled_stormsinger.txt @@ -0,0 +1,8 @@ +Name:Redoubled Stormsinger +ManaCost:2 R +Types:Creature Orc Wizard +PT:3/3 +K:First Strike +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigCopyPermanent | TriggerDescription$ Whenever this creature attacks, for each creature token you control that entered this turn, create a tapped and attacking token that's a copy of that token. At the beginning of the next end step, sacrifice those tokens. +SVar:TrigCopyPermanent:DB$ CopyPermanent | Defined$ Valid Creature.token+YouCtrl+ThisTurnEntered | NumCopies$ 1 | TokenTapped$ True | TokenAttacking$ True | AtEOT$ Sacrifice +Oracle:First strike\nWhenever this creature attacks, for each creature token you control that entered this turn, create a tapped and attacking token that's a copy of that token. At the beginning of the next end step, sacrifice those tokens.