Add files via upload

This commit is contained in:
Renato Filipe Vidal Santos
2025-03-01 16:09:56 +00:00
committed by GitHub
parent 8a93283398
commit 93e71bded8
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Name:Fuel Tank Feaster
ManaCost:1 G
Types:Creature Ooze Druid
PT:1/3
T:Mode$ Phase | Phase$ Main1 | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRandom | TriggerDescription$ At the beginning of your first main phase, a random creature card with the greatest mana value among creature cards in your hand perpetually gains "This spell costs {1} less to cast."
SVar:TrigRandom:DB$ ChooseCard | Defined$ You | Choices$ Creature.YouOwn+cmcEQX | ChoiceZone$ Hand | AtRandom$ True | Amount$ 1 | SubAbility$ DBAnimate
SVar:DBAnimate:DB$ Animate | Defined$ ChosenCard | staticAbilities$ ReduceCost | Duration$ Perpetual | SubAbility$ DBCleanup
SVar:ReduceCost:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ 1 | EffectZone$ All | Description$ This spell costs {1} less to cast.
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True
SVar:X:Count$ValidHand Creature.YouOwn$GreatestCMC
A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color.
Oracle:At the beginning of your first main phase, a random creature card with the greatest mana value among creature cards in your hand perpetually gains "This spell costs {1} less to cast."\n{T}: Add one mana of any color.

View File

@@ -0,0 +1,10 @@
Name:Routeway Moose
ManaCost:1 G
Types:Creature Elk Mount
PT:3/3
T:Mode$ Attacks | ValidCard$ Card.Self+IsSaddled | TriggerZones$ Battlefield | Execute$ TrigSeek | TriggerDescription$ Whenever this creature attacks while saddled, seek a land card and put it onto the battlefield tapped.
SVar:TrigSeek:DB$ Seek | Type$ Land | RememberFound$ True | SubAbility$ DBPut
SVar:DBPut:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | Defined$ Remembered | Tapped$ True | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
K:Saddle:2
Oracle:Whenever this creature attacks while saddled, seek a land card and put it onto the battlefield tapped.\nSaddle 2