From 8b5fe276e722d8ce1458de7fcbf5ad4a27a07969 Mon Sep 17 00:00:00 2001 From: Renato Filipe Vidal Santos <45150760+dracontes@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:56:26 +0000 Subject: [PATCH] TDM: 3 cards (#7184) --- forge-gui/res/cardsfolder/a/aluren.txt | 2 +- .../res/cardsfolder/upcoming/dracogenesis.txt | 7 +++++++ .../res/cardsfolder/upcoming/eshki_dragonclaw.txt | 14 ++++++++++++++ .../upcoming/felothar_dawn_of_the_abzan.txt | 10 ++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/dracogenesis.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/eshki_dragonclaw.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/felothar_dawn_of_the_abzan.txt diff --git a/forge-gui/res/cardsfolder/a/aluren.txt b/forge-gui/res/cardsfolder/a/aluren.txt index 0f9aeed4829..e30e835325d 100644 --- a/forge-gui/res/cardsfolder/a/aluren.txt +++ b/forge-gui/res/cardsfolder/a/aluren.txt @@ -1,7 +1,7 @@ Name:Aluren ManaCost:2 G G Types:Enchantment -S:Mode$ Continuous | Affected$ Creature.cmcLE3+!token | MayPlay$ True | MayPlayPlayer$ Player | MayPlayWithoutManaCost$ True | MayPlayWithFlash$ True | MayPlayDontGrantZonePermissions$ True | AffectedZone$ Hand,Graveyard,Library,Exile,Command | Description$ Any player may cast creature spells with mana value 3 or less without paying their mana costs and as though they had flash. +S:Mode$ Continuous | Affected$ Creature.cmcLE3 | MayPlay$ True | MayPlayPlayer$ Player | MayPlayWithoutManaCost$ True | MayPlayWithFlash$ True | MayPlayDontGrantZonePermissions$ True | AffectedZone$ Hand,Graveyard,Library,Exile,Command | Description$ Any player may cast creature spells with mana value 3 or less without paying their mana costs and as though they had flash. SVar:NonStackingEffect:True AI:RemoveDeck:Random Oracle:Any player may cast creature spells with mana value 3 or less without paying their mana costs and as though they had flash. diff --git a/forge-gui/res/cardsfolder/upcoming/dracogenesis.txt b/forge-gui/res/cardsfolder/upcoming/dracogenesis.txt new file mode 100644 index 00000000000..992d415b74c --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dracogenesis.txt @@ -0,0 +1,7 @@ +Name:Dracogenesis +ManaCost:6 R R +Types:Enchantment +S:Mode$ Continuous | Affected$ Dragon | MayPlay$ True | MayPlayWithoutManaCost$ True | MayPlayDontGrantZonePermissions$ True | AffectedZone$ Hand,Graveyard,Library,Exile,Command | Description$ You may cast Dragon spells without paying their mana costs. +SVar:NonStackingEffect:True +AI:RemoveDeck:Random +Oracle:You may cast Dragon spells without paying their mana costs. diff --git a/forge-gui/res/cardsfolder/upcoming/eshki_dragonclaw.txt b/forge-gui/res/cardsfolder/upcoming/eshki_dragonclaw.txt new file mode 100644 index 00000000000..cd04ed124ad --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/eshki_dragonclaw.txt @@ -0,0 +1,14 @@ +Name:Eshki Dragonclaw +ManaCost:1 G U R +Types:Legendary Creature Human Warrior +PT:4/4 +K:Vigilance +K:Trample +K:Ward:1 +T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ Z | SVarCompare$ GE2 | Execute$ TrigDraw | TriggerDescription$ At the beginning of combat on your turn, if you've cast both a creature spell and a noncreature spell this turn, draw a card and put two +1/+1 counters on CARDNAME. +SVar:TrigDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBPutCounter +SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 2 +SVar:X:Count$ThisTurnCast_Creature.YouCtrl/LimitMax.1 +SVar:Y:Count$ThisTurnCast_Card.nonCreature+YouCtrl/LimitMax.1 +SVar:Z:SVar$X/Plus.Y +Oracle:Vigilance, trample, ward {1}\nAt the beginning of combat on your turn, if you've cast both a creature spell and a noncreature spell this turn, draw a card and put two +1/+1 counters on Eshki Dragonclaw. diff --git a/forge-gui/res/cardsfolder/upcoming/felothar_dawn_of_the_abzan.txt b/forge-gui/res/cardsfolder/upcoming/felothar_dawn_of_the_abzan.txt new file mode 100644 index 00000000000..e9ec1f28e54 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/felothar_dawn_of_the_abzan.txt @@ -0,0 +1,10 @@ +Name:Felothar, Dawn of the Abzan +ManaCost:W B G +Types:Legendary Creature Human Warrior +PT:3/3 +K:Trample +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigImmediateTrig | TriggerDescription$ Whenever NICKNAME enters or attacks, you may sacrifice a nonland permanent. When you do, put a +1/+1 counter on each creature you control. +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigImmediateTrig | Secondary$ True | TriggerDescription$ Whenever NICKNAME enters or attacks, you may sacrifice a nonland permanent. When you do, put a +1/+1 counter on each creature you control. +SVar:TrigImmediateTrig:AB$ ImmediateTrigger | Cost$ Sac<1/Permanent.nonland/nonland permanent> | Execute$ TrigPutCounters | SpellDescription$ When you do, put a +1/+1 counter on each creature you control. +SVar:TrigPutCounters:DB$ PutCounterAll | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 +Oracle:Trample\nWhenever Felothar enters or attacks, you may sacrifice a nonland permanent. When you do, put a +1/+1 counter on each creature you control.