9 TDM + 1 TDC card (Eshki, Temur's Roar and friends) (#7198)

This commit is contained in:
Fulgur14
2025-03-20 08:37:17 +01:00
committed by GitHub
parent d40894ef6a
commit 2b83541ebc
11 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Dragonback Assault
ManaCost:3 G U R
Types:Enchantment
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDamage | TriggerDescription$ When this enchantment enters, it deals 3 damage to each creature and each planeswalker.
SVar:TrigDamage:DB$ DamageAll | ValidCards$ Creature,Planeswalker | ValidDescription$ each creature and each planeswalker. | NumDmg$ 3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Landfall — Whenever a land you control enters, create a 4/4 red Dragon creature token with flying.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_4_4_dragon_flying | TokenOwner$ You
Oracle:When this enchantment enters, it deals 3 damage to each creature and each planeswalker.\nLandfall — Whenever a land you control enters, create a 4/4 red Dragon creature token with flying.

View File

@@ -0,0 +1,10 @@
Name:Eshki, Temur's Roar
ManaCost:G U R
Types:Legendary Creature Human Warrior
PT:2/2
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, put a +1/+1 counter on NICKNAME. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, NICKNAME deals damage equal to NICKNAME's power to each opponent.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | ConditionCheckSVar$ TriggeredSpellAbility$CardPower | ConditionSVarCompare$ GE4 | SubAbility$ DBDealDamage
SVar:DBDamage:DB$ DamageAll | ValidPlayers$ Player.Opponent | ConditionCheckSVar$ TriggeredSpellAbility$CardPower | ConditionSVarCompare$ GE6 | NumDmg$ X
SVar:X:Count$CardPower
Oracle:Whenever you cast a creature spell, put a +1/+1 counter on Eshki. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, Eshki deals damage equal to Eshki's power to each opponent.

View File

@@ -0,0 +1,7 @@
Name:Sarkhan's Resolve
ManaCost:1 G
Types:Instant
A:SP$ Charm | CharmNum$ 1 | Choices$ DBPump,DBDestroy
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 3 | NumDef$ 3 | SpellDescription$ Target creature gets +3/+3 until end of turn.
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | SpellDescription$ Destroy target creature with flying.
Oracle:Choose one —\n• Target creature gets +3/+3 until end of turn.\n• Destroy target creature with flying.

View File

@@ -0,0 +1,10 @@
Name:Stalwart Successor
ManaCost:1 B G
Types:Creature Human Warrior
PT:3/2
K:Menace
T:Mode$ CounterAddedOnce | ValidCard$ Creature.YouCtrl+inZoneBattlefield | TriggerZones$ Battlefield | FirstTime$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever one or more counters are put on a creature you control, if it's the first time counters have been put on that creature this turn, put a +1/+1 counter on that creature.
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | Defined$ TriggeredCard
DeckHas:Ability$Counters
DeckHints:Ability$Counters
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nWhenever one or more counters are put on a creature you control, if it's the first time counters have been put on that creature this turn, put a +1/+1 counter on that creature.

View File

@@ -0,0 +1,7 @@
Name:Sultai Devotee
ManaCost:1 G
Types:Creature Zombie Snake Druid
PT:2/1
K:Deathtouch
A:AB$ Mana | Cost$ 1 | Produced$ Combo B G U | ActivationLimit$ 1 | SpellDescription$ Add {B}, {G}, or {U}. Activate only once each turn.
Oracle:Deathtouch\n{1}: Add {B}, {G}, or {U}. Activate only once each turn.

View File

@@ -0,0 +1,8 @@
Name:Sultai Monument
ManaCost:2
Types:Artifact
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When this artifact enters, search your library for a basic Swamp, Forest, or Island card, reveal it, put it into your hand, then shuffle.
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Land.Swamp+Basic,Land.Forest+Basic,Land.Island+Basic
A:AB$ Token | Cost$ 2 B G U T Sac<1/CARDNAME> | TokenAmount$ 2 | TokenScript$ b_2_2_zombie_druid | TokenOwner$ You | SorcerySpeed$ True | SpellDescription$ Create two 2/2 black Zombie Druid creature tokens. Activate only as a sorcery.
DeckHas:Ability$Token
Oracle:When this artifact enters, search your library for a basic Swamp, Forest, or Island card, reveal it, put it into your hand, then shuffle.\n{2}{B}{G}{U}, {T}, Sacrifice this artifact: Create two 2/2 black Zombie Druid creature tokens. Activate only as a sorcery.

View File

@@ -0,0 +1,9 @@
Name:Summit Intimidator
ManaCost:3 R
Types:Creature Yeti
PT:4/3
K:Reach
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCanNotBlock | TriggerDescription$ When this creature enters, target creature can't block this turn.
SVar:TrigCanNotBlock:DB$ Pump | ValidTgts$ Creature | KW$ HIDDEN CARDNAME can't block. | TgtPrompt$ Select target creature. | IsCurse$ True | SpellDescription$ Target creature can't block this turn.
SVar:PlayMain1:TRUE
Oracle:Reach\nWhen this creature enters, target creature can't block this turn.

View File

@@ -0,0 +1,9 @@
Name:Surrak, Elusive Hunter
ManaCost:2 G
Types:Legendary Creature Human Warrior
PT:4/3
R:Event$ Counter | ValidCard$ Card.Self | ValidSA$ Spell | Layer$ CantHappen | Description$ This spell can't be countered.
K:Trample
T:Mode$ BecomesTarget | ValidTarget$ Creature.YouCtrl+inZoneBattlefield,Spell.Creature+YouCtrl | ValidSource$ SpellAbility.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever a creature you control or a creature spell you control becomes the target of a spell or ability an opponent controls, draw a card.
SVar:TrigDraw:DB$ Draw
Oracle:This spell can't be countered.\nTrample\nWhenever a creature you control or a creature spell you control becomes the target of a spell or ability an opponent controls, draw a card.

View File

@@ -0,0 +1,7 @@
Name:Temur Devotee
ManaCost:1 U
Types:Creature Human Druid
PT:3/3
K:Defender
A:AB$ Mana | Cost$ 1 | Produced$ Combo G U R | ActivationLimit$ 1 | SpellDescription$ Add {G}, {U}, or {R}. Activate only once each turn.
Oracle:Defender\n{1}: Add {G}, {U}, or {R}. Activate only once each turn.

View File

@@ -0,0 +1,8 @@
Name:Temur Monument
ManaCost:2
Types:Artifact
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When this artifact enters, search your library for a basic Forest, Island, or Mountain card, reveal it, put it into your hand, then shuffle.
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Land.Forest+Basic,Land.Island+Basic,Land.Mountain+Basic
A:AB$ Token | Cost$ 3 G U R T Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ g_5_5_elephant | TokenOwner$ You | SorcerySpeed$ True | SpellDescription$ Create a 5/5 green Elephant creature token. Activate only as a sorcery.
DeckHas:Ability$Token
Oracle:When this artifact enters, search your library for a basic Forest, Island, or Mountain card, reveal it, put it into your hand, then shuffle.\n{3}{G}{U}{R}, {T}, Sacrifice this artifact: Create a 5/5 green Elephant creature token. Activate only as a sorcery.

View File

@@ -0,0 +1,6 @@
Name:Elephant Token
ManaCost:no cost
Colors:green
Types:Creature Elephant
PT:5/5
Oracle: