TDC: 4 cards (#7221)

This commit is contained in:
Renato Filipe Vidal Santos
2025-03-21 08:06:50 +00:00
committed by GitHub
parent 04c400553a
commit c4828f510f
4 changed files with 33 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.