mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
ONE 4 cards (#2098)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Name:Blue Sun's Twilight
|
||||
ManaCost:X U U
|
||||
Types:Sorcery
|
||||
A:SP$ GainControl | ValidTgts$ Creature.cmcLEX | TgtPrompt$ Select target creature with mana value X or less | SubAbility$ DBCopy | SpellDescription$ Gain control of target creature with mana value X or less. If X is 5 or more, create a token that's a copy of that creature.
|
||||
SVar:DBCopy:DB$ CopyPermanent | Defined$ Targeted | ConditionCheckSVar$ X | ConditionSVarCompare$ GE5
|
||||
SVar:X:Count$xPaid
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Gain control of target creature with mana value X or less. If X is 5 or more, create a token that's a copy of that creature.
|
||||
@@ -0,0 +1,12 @@
|
||||
Name:Jor Kadeen, First Goldwarden
|
||||
ManaCost:R W
|
||||
Types:Legendary Creature Human Rebel
|
||||
PT:2/2
|
||||
K:Trample
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +X/+X until end of turn, where X is the number of equipped creatures you control. Then if NICKNAME's power is 4 or greater, draw a card.
|
||||
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ X | NumDef$ X | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | ConditionDefined$ Self | ConditionPresent$ Card.powerGE4
|
||||
SVar:X:Count$Valid Creature.YouCtrl+equipped
|
||||
DeckNeeds:Type$Equipment
|
||||
SVar:HasAttackEffect:TRUE
|
||||
Oracle:Trample\nWhenever Jor Kadeen, First Goldwarden attacks, it gets +X/+X until end of turn, where X is the number of equipped creatures you control. Then if Jor Kadeen's power is 4 or greater, draw a card.
|
||||
@@ -0,0 +1,13 @@
|
||||
Name:Koth, Fire of Resistance
|
||||
ManaCost:2 R R
|
||||
Types:Legendary Planeswalker Koth
|
||||
Loyalty:4
|
||||
A:AB$ ChangeZone | Cost$ AddCounter<2/LOYALTY> | Origin$ Library | Destination$ Hand | Planeswalker$ True | NumCards$ 1 | ChangeType$ Mountain.Basic | Mandatory$ True | SpellDescription$ Search your library for a basic Mountain card, reveal it, put it into your hand, then shuffle.
|
||||
A:AB$ DealDamage | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | NumDmg$ X | SpellDescription$ CARDNAME deals damage to target creature equal to the number of Mountains you control.
|
||||
A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Koth, Fire of Resistance | Triggers$ STDamage | Duration$ Permanent | SpellDescription$ You get an emblem with "Whenever a Mountain enters the battlefield under your control, this emblem deals 4 damage to any target."
|
||||
SVar:STDamage:Mode$ ChangesZone | ValidCard$ Mountain.YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ Whenever a Mountain enters the battlefield under your control, this emblem deals 4 damage to any target.
|
||||
SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 4
|
||||
SVar:X:Count$Valid Mountain.YouCtrl
|
||||
DeckNeeds:Type$Mountain
|
||||
SVar:BuffedBy:Mountain
|
||||
Oracle:[+2]: Search your library for a basic Mountain card, reveal it, put it into your hand, then shuffle.\n[−3]: Koth, Fire of Resistance deals damage to target creature equal to the number of Mountains you control.\n[−7]: You get an emblem with "Whenever a Mountain enters the battlefield under your control, this emblem deals 4 damage to any target."
|
||||
@@ -0,0 +1,9 @@
|
||||
Name:Slobad, Iron Goblin
|
||||
ManaCost:2 R
|
||||
Types:Legendary Creature Phyrexian Goblin Artificer
|
||||
PT:3/3
|
||||
A:AB$ Mana | Cost$ T Sac<1/Artifact> | Produced$ R | Amount$ X | RestrictValid$ Spell.Artifact,Activated.Artifact+inZoneBattlefield | SpellDescription$ Add an amount of {R} equal to the sacrificed artifact's mana value. Spend this mana only to cast artifact spells or activate abilities of artifacts.
|
||||
SVar:X:Sacrificed$CardManaCost
|
||||
DeckHas:Ability$Sacrifice
|
||||
DeckNeeds:Type$Artifact
|
||||
Oracle:{T}, Sacrifice an artifact: Add an amount of {R} equal to the sacrificed artifact's mana value. Spend this mana only to cast artifact spells or activate abilities of artifacts.
|
||||
Reference in New Issue
Block a user