mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Add files via upload
This commit is contained in:
committed by
GitHub
parent
8a93283398
commit
93e71bded8
12
forge-gui/res/cardsfolder/upcoming/fuel_tank_feaster.txt
Normal file
12
forge-gui/res/cardsfolder/upcoming/fuel_tank_feaster.txt
Normal 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.
|
||||||
10
forge-gui/res/cardsfolder/upcoming/routeway_moose.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/routeway_moose.txt
Normal 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
|
||||||
Reference in New Issue
Block a user