TDM: 6 cards

This commit is contained in:
Renato Filipe Vidal Santos
2025-03-20 21:02:06 +00:00
committed by GitHub
parent 44fea0ae75
commit a0f6efb959
6 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Name:Attuned Hunter
ManaCost:2 G
Types:Creature Human Ranger
PT:3/3
K:Trample
T:Mode$ ChangesZoneAll | ValidCards$ Card.YouOwn | Origin$ Graveyard | Destination$ Any | TriggerZones$ Battlefield | PlayerTurn$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on this creature.
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | Defined$ Self | CounterNum$ 1
DeckHas:Ability$Counters
Oracle:Trample\nWhenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on this creature.

View File

@@ -0,0 +1,10 @@
Name:Embermouth Sentinel
ManaCost:2
Types:Artifact Creature Chimera
PT:2/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigBranch | OptionalDecider$ You | TriggerDescription$ When this creature enters, you may search your library for a basic land card, reveal it, then shuffle and put that card on top. If you control a Dragon, put that card onto the battlefield tapped instead.
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ RampantLand | FalseSubAbility$ GuidedLand
SVar:GuidedLand:DB$ ChangeZone | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Land.Basic | ShuffleNonMandatory$ True
SVar:RampantLand:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Land.Basic | Tapped$ True | ShuffleNonMandatory$ True
SVar:X:Count$Valid Dragon.YouCtrl
Oracle:When this creature enters, you may search your library for a basic land card, reveal it, then shuffle and put that card on top. If you control a Dragon, put that card onto the battlefield tapped instead.

View File

@@ -0,0 +1,8 @@
Name:Lie in Wait
ManaCost:B G U
Types:Sorcery
A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Select target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SubAbility$ DBDmg | RememberTargets$ True | SpellDescription$ Return target creature card from your graveyard to your hand. CARDNAME deals damage equal to that card's power to target creature.
SVar:DBDmg:DB$ DealDamage | ValidTgts$ Creature | NumDmg$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardPower
Oracle:Return target creature card from your graveyard to your hand. Lie in Wait deals damage equal to that card's power to target creature.

View File

@@ -0,0 +1,7 @@
Name:Shock Brigade
ManaCost:1 R
Types:Creature Goblin Soldier
PT:1/3
K:Menace
K:Mobilize:1
Oracle:Menace (This creature cant be blocked except by two or more creatures.)\nMobilize 1 (Whenever this creature attacks, create a tapped and attacking 1/1 red Warrior creature token. Sacrifice it at the beginning of the next end step.)

View File

@@ -0,0 +1,9 @@
Name:Underfoot Underdogs
ManaCost:2 R
Types:Creature Goblin Warrior
PT:1/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When this creature enters, create a 1/1 red Goblin creature token.
SVar:TrigToken:DB$ Token | TokenScript$ r_1_1_goblin
A:AB$ Effect | Cost$ 1 T | ValidTgts$ Creature.powerLE2+YouCtrl | TgtPrompt$ Select target creature you control with power 2 or less | RememberObjects$ Targeted | ExileOnMoved$ Battlefield | StaticAbilities$ Unblockable | AILogic$ Pump | StackDescription$ {c:Targeted} can't be blocked this turn. | SpellDescription$ Target creature with power 2 or less can't be blocked this turn.
SVar:Unblockable:Mode$ CantBlockBy | ValidAttacker$ Card.IsRemembered | Description$ This creature can't be blocked this turn.
Oracle:When this creature enters, create a 1/1 red Goblin creature token.\n{1}, {T}: Target creature you control with power 2 or less can't be blocked this turn.

View File

@@ -0,0 +1,9 @@
Name:Unrooted Ancestor
ManaCost:2 B
Types:Creature Spirit Cleric
PT:3/2
K:Flash
A:AB$ Pump | Cost$ 1 Sac<1/Creature.Other/another creature> | Defined$ Self | KW$ Indestructible | SubAbility$ DBTap | StackDescription$ SpellDescription | SpellDescription$ This creature gains indestructible until end of turn.
SVar:DBTap:DB$ Tap | Defined$ Self | StackDescription$ SpellDescription | SpellDescription$ Tap it.
DeckHas:Ability$Sacrifice
Oracle:Flash\n{1}, Sacrifice another creature: This creature gains indestructible until end of turn. Tap it.