mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Some CLB Dragon cards and Obscura Polymorphist (#1045)
Some CLB Dragon cards and Obscura Polymorphist
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Name:Draconic Muralists
|
||||
ManaCost:3 G
|
||||
Types:Creature Dragon Bard
|
||||
PT:4/3
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME dies, you may search your library for a Dragon card, reveal it, put it into your hand, then shuffle.
|
||||
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Dragon | ChangeNum$ 1 | ShuffleNonMandatory$ True
|
||||
DeckNeeds:Type$Dragon
|
||||
Oracle:When Draconic Muralists dies, you may search your library for a Dragon card, reveal it, put it into your hand, then shuffle.
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Korlessa, Scale Singer
|
||||
ManaCost:G U
|
||||
Types:Legendary Creature Dragon Bard
|
||||
PT:1/4
|
||||
S:Mode$ Continuous | Affected$ Card.TopLibrary+YouCtrl | AffectedZone$ Library | MayLookAt$ You | Description$ You may look at the top card of your library any time.
|
||||
S:Mode$ Continuous | Affected$ Dragon.TopLibrary+YouCtrl+nonLand | AffectedZone$ Library | MayPlay$ True | Description$ You may cast Dragon spells from the top of your library.
|
||||
DeckHints:Type$Dragon
|
||||
Oracle:You may look at the top card of your library any time.\nYou may cast Dragon spells from the top of your library.
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Lapis Orb of Dragonkind
|
||||
ManaCost:2 U
|
||||
Types:Artifact
|
||||
A:AB$ Mana | Cost$ T | Produced$ U | TriggersWhenSpent$ TrigSpent | SpellDescription$ Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
SVar:TrigSpent:Mode$ SpellCast | ValidCard$ Creature.Dragon | ValidActivatingPlayer$ You | Execute$ TrigScry | TriggerDescription$ When you spend this mana to cast a Dragon creature spell, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
SVar:TrigScry:DB$ Scry | ScryNum$ 2
|
||||
DeckHints:Type$Dragon
|
||||
Oracle:{T}: Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Obscura Polymorphist
|
||||
ManaCost:1 W U
|
||||
Types:Creature Cephalid Wizard
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile up to one target creature. Its controller seeks a creature card.
|
||||
SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature | TgtPrompt$ Select up to one target creature | TargetMin$ 0 | TargetMax$ 1 | SubAbility$ DBSeek
|
||||
SVar:DBSeek:DB$ ChangeZone | Origin$ Library | Destination$ Hand | AtRandom$ True | NoShuffle$ True | Mandatory$ True | NoLooking$ True | NoReveal$ True | ChangeType$ Card.Creature | ChangeNum$ 1 | DefinedPlayer$ TargetedController
|
||||
Oracle:When Obscura Polymorphist enters the battlefield, exile up to one target creature. Its controller seeks a creature card.
|
||||
10
forge-gui/res/cardsfolder/upcoming/scaled_nurturer.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/scaled_nurturer.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Scaled Nurturer
|
||||
ManaCost:1 G
|
||||
Types:Creature Dragon Druid
|
||||
PT:0/2
|
||||
A:AB$ Mana | Cost$ T | Produced$ G | TriggersWhenSpent$ TrigSpent | SpellDescription$ Add {G}. When you spend this mana to cast a Dragon creature spell, you gain 2 life.
|
||||
SVar:TrigSpent:Mode$ SpellCast | ValidCard$ Creature.Dragon | ValidActivatingPlayer$ You | Execute$ TrigGainLife | TriggerDescription$ When you spend this mana to cast a Dragon creature spell, you gain 2 life.
|
||||
SVar:TrigGainLife:DB$ GainLife | LifeAmount$ 2
|
||||
DeckHas:Ability$LifeGain
|
||||
DeckHints:Type$Dragon
|
||||
Oracle:{T}: Add {G}. When you spend this mana to cast a Dragon creature spell, you gain 2 life.
|
||||
12
forge-gui/res/cardsfolder/upcoming/thrakkus_the_butcher.txt
Normal file
12
forge-gui/res/cardsfolder/upcoming/thrakkus_the_butcher.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Thrakkus the Butcher
|
||||
ManaCost:3 R G
|
||||
Types:Legendary Creature Dragon Peasant
|
||||
PT:3/4
|
||||
K:Trample
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDoublePower | TriggerDescription$ Whenever CARDNAME attacks, double the power of each Dragon you control until end of turn.
|
||||
SVar:TrigDoublePower:DB$ RepeatEach | RepeatCards$ Dragon.YouCtrl | RepeatSubAbility$ DBPump
|
||||
SVar:DBPump:DB$ Pump | Defined$ Remembered | NumAtt$ X | Double$ True
|
||||
SVar:X:Remembered$CardPower
|
||||
SVar:HasAttackEffect:TRUE
|
||||
DeckHints:Type$Dragon
|
||||
Oracle:Trample\nWhenever Thrakkus the Butcher attacks, double the power of each Dragon you control until end of turn.
|
||||
Reference in New Issue
Block a user