TDC: 2 cards

This commit is contained in:
Renato Filipe Vidal Santos
2025-03-19 19:18:24 +00:00
committed by GitHub
parent 207b786fcd
commit 0f9e7eca89
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Name:Ureni of the Unwritten
ManaCost:4 G U R
Types:Legendary Creature Spirit Dragon
PT:7/7
K:Flying
K:Trample
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ Whenever NICKNAME enters or attacks, look at the top eight cards of your library. You may put a Dragon creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order.
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDig | Secondary$ True | TriggerDescription$ Whenever NICKNAME enters or attacks, look at the top eight cards of your library. You may put a Dragon creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order.
SVar:TrigDig:DB$ Dig | DigNum$ 8 | ChangeNum$ 1 | ChangeValid$ Creature.Dragon | DestinationZone$ Battlefield | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True | Optional$ True
SVar:HasAttackEffect:TRUE
Oracle:Flying, trample\nWhenever Ureni enters or attacks, look at the top eight cards of your library. You may put a Dragon creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order.

View File

@@ -0,0 +1,12 @@
Name:Zurgo Stormrender
ManaCost:R W B
Types:Legendary Creature Orc Warrior
PT:3/3
K:Mobilize:1
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.token+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigBranch | TriggerDescription$ Whenever a creature token you control leaves the battlefield, draw a card if it was attacking. Otherwise, each opponent loses 1 life.
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE1 | TrueSubAbility$ DBDraw | FalseSubAbility$ DBLoseLife
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:DBLoseLife:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1
SVar:X:TriggeredCard$Valid Creature.attacking
SVar:HasAttackEffect:TRUE
Oracle:Mobilize 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.)\nWhenever a creature token you control leaves the battlefield, draw a card if it was attacking. Otherwise, each opponent loses 1 life.