TDM: 4 cards (#7197)

This commit is contained in:
Renato Filipe Vidal Santos
2025-03-19 16:16:19 +00:00
committed by GitHub
parent dd5d75613e
commit dacecd9006
5 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Sunset Strikemaster
ManaCost:1 R
Types:Creature Human Monk
PT:3/1
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R}.
A:AB$ DealDamage | Cost$ 2 R T Sac<1/CARDNAME/this creature> | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | NumDmg$ 6 | SpellDescription$ It deals 6 damage to target creature with flying.
DeckHas:Ability$Sacrifice
Oracle:{T}: Add {R}.\n{2}{R}, {T}, Sacrifice this creature: It deals 6 damage to target creature with flying.

View File

@@ -0,0 +1,7 @@
Name:Temur Battlecrier
ManaCost:G U R
Types:Creature Orc Ranger
PT:4/3
S:Mode$ ReduceCost | Condition$ PlayerTurn | Type$ Spell | Activator$ You | Amount$ X | EffectZone$ Battlefield | Description$ During your turn, spells you cast cost {1} less to cast for each creature you control with power 4 or greater.
SVar:X:Count$Valid Creature.YouCtrl+powerGE4
Oracle:During your turn, spells you cast cost {1} less to cast for each creature you control with power 4 or greater.

View File

@@ -0,0 +1,8 @@
Name:The Sibsig Ceremony
ManaCost:B B B
Types:Legendary Enchantment
S:Mode$ ReduceCost | ValidCard$ Creature | Type$ Spell | Activator$ You | Amount$ 2 | Description$ Creature spells you cast cost {2} less to cast.
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Creature.wasCastByYou+YouCtrl | Execute$ TrigDestroy | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control enters, if you cast it, destroy that creature, then create a 2/2 black Zombie Druid creature token.
SVar:TrigDestroy:DB$ Destroy | Defined$ TriggeredCardLKICopy | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenScript$ b_2_2_zombie_druid
Oracle:Creature spells you cast cost {2} less to cast.\nWhenever a creature you control enters, if you cast it, destroy that creature, then create a 2/2 black Zombie Druid creature token.

View File

@@ -0,0 +1,7 @@
Name:Undergrowth Leopard
ManaCost:1 G
Types:Creature Cat
PT:2/2
K:Vigilance
A:AB$ Destroy | Cost$ 1 Sac<1/CARDNAME/this creature> | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | AILogic$ AtEOTIfNotAttacking | SpellDescription$ Destroy target artifact or enchantment.
Oracle:Vigilance\n{1}, Sacrifice this creature: Destroy target artifact or enchantment.

View File

@@ -0,0 +1,8 @@
Name:Watcher of the Wayside
ManaCost:3
Types:Artifact Creature Golem
PT:3/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When this creature enters, target player mills two cards. You gain 2 life. (To mill two cards, a player puts the top two cards of their library into their graveyard.)
SVar:TrigMill:DB$ Mill | NumCards$ 2 | ValidTgts$ Player | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
Oracle:When this creature enters, target player mills two cards. You gain 2 life. (To mill two cards, a player puts the top two cards of their library into their graveyard.)