mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'my-branch' into 'master'
3rd try is the charm See merge request core-developers/forge!2350
This commit is contained in:
@@ -19,6 +19,7 @@ mcrawford620
|
|||||||
Meerkov
|
Meerkov
|
||||||
Myrd
|
Myrd
|
||||||
nefigah
|
nefigah
|
||||||
|
Northmoc
|
||||||
OgreBattlecruiser
|
OgreBattlecruiser
|
||||||
pfps
|
pfps
|
||||||
Ryan1729
|
Ryan1729
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Ajani's Aid
|
|||||||
ManaCost:2 G W
|
ManaCost:2 G W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Valiant Protector, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Valiant Protector, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedAjani; Valiant Protector | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedAjani; Valiant Protector | ChangeNum$ 1 | Optional$ True
|
||||||
A:AB$ ChooseCard | Cost$ Sac<1/CARDNAME> | Choices$ Creature | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SVars$ DBEffect | RememberChosen$ True | SpellDescription$ Prevent all combat damage a creature of your choice would deal this turn.
|
A:AB$ ChooseCard | Cost$ Sac<1/CARDNAME> | Choices$ Creature | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SVars$ DBEffect | RememberChosen$ True | SpellDescription$ Prevent all combat damage a creature of your choice would deal this turn.
|
||||||
SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1
|
SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1
|
||||||
SVar:RPreventNextFromSource:Event$ DamageDone | CombatDamage$ True | ValidSource$ Card.IsRemembered | Prevent$ True | PreventionEffect$ True | Description$ Prevent all combat damage a creature of your choice would deal this turn.
|
SVar:RPreventNextFromSource:Event$ DamageDone | CombatDamage$ True | ValidSource$ Card.IsRemembered | Prevent$ True | PreventionEffect$ True | Description$ Prevent all combat damage a creature of your choice would deal this turn.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:3 B R
|
|||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Destroy | Cost$ 3 B R | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBDealDamage | SpellDescription$ Destroy target creature. CARDNAME deals 3 damage to target player or planeswalker. You may search your library and/or graveyard for a card named Angrath, Minotaur Pirate, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ Destroy | Cost$ 3 B R | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBDealDamage | SpellDescription$ Destroy target creature. CARDNAME deals 3 damage to target player or planeswalker. You may search your library and/or graveyard for a card named Angrath, Minotaur Pirate, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBDealDamage:DB$ DealDamage | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 3 | SubAbility$ DBSearch
|
SVar:DBDealDamage:DB$ DealDamage | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 3 | SubAbility$ DBSearch
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedAngrath; Minotaur Pirate | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedAngrath; Minotaur Pirate | ChangeNum$ 1 | Optional$ True
|
||||||
DeckNeeds:Name$Angrath, Minotaur Pirate
|
DeckNeeds:Name$Angrath, Minotaur Pirate
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/angraths_fury.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/angraths_fury.jpg
|
||||||
Oracle:Destroy target creature. Angrath's Fury deals 3 damage to target player or planeswalker. You may search your library and/or graveyard for a card named Angrath, Minotaur Pirate, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Destroy target creature. Angrath's Fury deals 3 damage to target player or planeswalker. You may search your library and/or graveyard for a card named Angrath, Minotaur Pirate, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
@@ -2,6 +2,6 @@ Name:Chandra's Flame Wave
|
|||||||
ManaCost:3 R R
|
ManaCost:3 R R
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ DamageAll | Cost$ 3 R R | ValidTgts$ Player | NumDmg$ 2 | ValidPlayers$ Targeted | ValidCards$ Creature.TargetedPlayerCtrl | ValidDescription$ target player and each creature that player controls. | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 2 damage to target player and each creature that player controls. Search your library and/or graveyard for a card named Chandra, Flame's Fury, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ DamageAll | Cost$ 3 R R | ValidTgts$ Player | NumDmg$ 2 | ValidPlayers$ Targeted | ValidCards$ Creature.TargetedPlayerCtrl | ValidDescription$ target player and each creature that player controls. | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 2 damage to target player and each creature that player controls. Search your library and/or graveyard for a card named Chandra, Flame's Fury, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedChandra; Flame's Fury | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedChandra; Flame's Fury | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Chandra, Flame's Fury
|
DeckHints:Name$Chandra, Flame's Fury
|
||||||
Oracle:Chandra's Flame Wave deals 2 damage to target player and each creature that player controls. Search your library and/or graveyard for a card named Chandra, Flame's Fury, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Chandra's Flame Wave deals 2 damage to target player and each creature that player controls. Search your library and/or graveyard for a card named Chandra, Flame's Fury, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Chandra's Outburst
|
|||||||
ManaCost:3 R R
|
ManaCost:3 R R
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ DealDamage | Cost$ 3 R R | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 4 | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 4 damage to target player or planeswalker.
|
A:SP$ DealDamage | Cost$ 3 R R | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 4 | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 4 damage to target player or planeswalker.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedChandra; Bold Pyromancer | ChangeNum$ 1
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedChandra; Bold Pyromancer | ChangeNum$ 1
|
||||||
DeckNeeds:Name$Chandra, Bold Pyromancer
|
DeckNeeds:Name$Chandra, Bold Pyromancer
|
||||||
Oracle:Chandra's Outburst deals 4 damage to target player or planeswalker.\nSearch your library and/or graveyard for a card named Chandra, Bold Pyromancer, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Chandra's Outburst deals 4 damage to target player or planeswalker.\nSearch your library and/or graveyard for a card named Chandra, Bold Pyromancer, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ Types:Creature Beast
|
|||||||
PT:5/2
|
PT:5/2
|
||||||
K:Trample
|
K:Trample
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Domri, City Smasher, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Domri, City Smasher, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedDomri; City Smasher | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedDomri; City Smasher | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Domri, City Smasher
|
DeckHints:Name$Domri, City Smasher
|
||||||
Oracle:Trample\nWhen Domri's Nodorog enters the battlefield, you may search your library and/or graveyard for a card named Domri, City Smasher, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Trample\nWhen Domri's Nodorog enters the battlefield, you may search your library and/or graveyard for a card named Domri, City Smasher, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Dovin's Dismissal
|
|||||||
ManaCost:2 W U
|
ManaCost:2 W U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ ChangeZone | Cost$ 2 W U | ValidTgts$ Creature.tapped | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select target tapped creature | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 0 | SubAbility$ DBSearch | SpellDescription$ Put up to one target tapped creature on top of its owner's library. You may search your library and/or graveyard for a card named Dovin, Architect of Law, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ ChangeZone | Cost$ 2 W U | ValidTgts$ Creature.tapped | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select target tapped creature | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 0 | SubAbility$ DBSearch | SpellDescription$ Put up to one target tapped creature on top of its owner's library. You may search your library and/or graveyard for a card named Dovin, Architect of Law, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedDovin; Architect of Law | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedDovin; Architect of Law | ChangeNum$ 1 | Optional$ True
|
||||||
DeckNeeds:Name$Dovin, Architect of Law
|
DeckNeeds:Name$Dovin, Architect of Law
|
||||||
Oracle:Put up to one target tapped creature on top of its owner's library. You may search your library and/or graveyard for a card named Dovin, Architect of Law, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Put up to one target tapped creature on top of its owner's library. You may search your library and/or graveyard for a card named Dovin, Architect of Law, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ Types:Creature Elk Spirit
|
|||||||
PT:3/3
|
PT:3/3
|
||||||
K:Trample
|
K:Trample
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Vivien, Nature's Avenger, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Vivien, Nature's Avenger, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedVivien; Nature's Avenger | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedVivien; Nature's Avenger | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Vivien, Nature's Avenger
|
DeckHints:Name$Vivien, Nature's Avenger
|
||||||
Oracle:Trample\nWhen Ethereal Elk enters the battlefield, you may search your library and/or graveyard for a card named Vivien, Nature's Avenger, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Trample\nWhen Ethereal Elk enters the battlefield, you may search your library and/or graveyard for a card named Vivien, Nature's Avenger, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Gideon's Battle Cry
|
|||||||
ManaCost:2 W W
|
ManaCost:2 W W
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ PutCounterAll | Cost$ 2 W W | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBSearch | SpellDescription$ Put a +1/+1 counter on each creature you control.
|
A:SP$ PutCounterAll | Cost$ 2 W W | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBSearch | SpellDescription$ Put a +1/+1 counter on each creature you control.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedGideon; the Oathsworn | ChangeNum$ 1
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedGideon; the Oathsworn | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHas:Ability$Counters
|
DeckHas:Ability$Counters
|
||||||
DeckHints:Name$Gideon, the Oathsworn
|
DeckHints:Name$Gideon, the Oathsworn
|
||||||
Oracle:Put a +1/+1 counter on each creature you control. You may search your library and/or graveyard for a card named Gideon, the Oathsworn, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Put a +1/+1 counter on each creature you control. You may search your library and/or graveyard for a card named Gideon, the Oathsworn, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Gideon's Resolve
|
|||||||
ManaCost:4 W
|
ManaCost:4 W
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Gideon, Martial Paragon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Gideon, Martial Paragon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedGideon; Martial Paragon | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedGideon; Martial Paragon | ChangeNum$ 1 | Optional$ True
|
||||||
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1.
|
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1.
|
||||||
SVar:PlayMain1:TRUE
|
SVar:PlayMain1:TRUE
|
||||||
DeckHints:Name$Gideon, Martial Paragon
|
DeckHints:Name$Gideon, Martial Paragon
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ Name:Goblin Goon
|
|||||||
ManaCost:3 R
|
ManaCost:3 R
|
||||||
Types:Creature Goblin Mutant
|
Types:Creature Goblin Mutant
|
||||||
PT:6/6
|
PT:6/6
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ CARDNAME can't attack. & CARDNAME can't block. | CheckSVar$ X | SVarCompare$ LEY | Description$ CARDNAME can't attack unless you control more creatures than defending player. CARDNAME can't block unless you control more creatures than attacking player.
|
S:Mode$ CantAttack | ValidCard$ Card.Self | UnlessDefender$ hasFewerCreaturesInPlayThanYou | Description$ CARDNAME can't attack unless you control more creatures than defending player.
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't block. | CheckSVar$ Y | SVarCompare$ GEX | Description$ CARDNAME can't block unless you control more creatures than attacking player.
|
||||||
SVar:X:Count$Valid Creature.YouCtrl
|
SVar:X:Count$Valid Creature.YouCtrl
|
||||||
SVar:Y:Count$Valid Creature.YouDontCtrl
|
SVar:Y:Count$Valid Creature.ActivePlayerCtrl
|
||||||
SVar:BuffedBy:Creature
|
SVar:BuffedBy:Creature
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_goon.jpg
|
|
||||||
Oracle:Goblin Goon can't attack unless you control more creatures than defending player.\nGoblin Goon can't block unless you control more creatures than attacking player.
|
Oracle:Goblin Goon can't attack unless you control more creatures than defending player.\nGoblin Goon can't block unless you control more creatures than attacking player.
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ PT:3/2
|
|||||||
K:Flying
|
K:Flying
|
||||||
K:Vigilance
|
K:Vigilance
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Valiant it, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Valiant it, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedAjani; Inspiring Leader | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedAjani; Inspiring Leader | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Ajani, Inspiring Leader
|
DeckHints:Name$Ajani, Inspiring Leader
|
||||||
Oracle:Flying, vigilance\nWhen Goldmane Griffin enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Inspiring Leader, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Flying, vigilance\nWhen Goldmane Griffin enters the battlefield, you may search your library and/or graveyard for a card named Ajani, Inspiring Leader, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Grasping Current
|
|||||||
ManaCost:4 U
|
ManaCost:4 U
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ ChangeZone | Cost$ 4 U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand.
|
A:SP$ ChangeZone | Cost$ 4 U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedJace; Ingenious Mind-Mage | ChangeNum$ 1 | SpellDescription$ Search your library and/or graveyard for a card named Jace, Ingenious Mind-Mage, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedJace; Ingenious Mind-Mage | ChangeNum$ 1 | SpellDescription$ Search your library and/or graveyard for a card named Jace, Ingenious Mind-Mage, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
||||||
DeckHints:Name$Jace, Ingenious Mind-Mage
|
DeckHints:Name$Jace, Ingenious Mind-Mage
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/grasping_current.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/grasping_current.jpg
|
||||||
Oracle:Return up to two target creatures to their owner's hand.\nSearch your library and/or graveyard for a card named Jace, Ingenious Mind-Mage, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
Oracle:Return up to two target creatures to their owner's hand.\nSearch your library and/or graveyard for a card named Jace, Ingenious Mind-Mage, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Jace's Ruse
|
|||||||
ManaCost:3 U U
|
ManaCost:3 U U
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ ChangeZone | Cost$ 3 U U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand. You may search your library and/or graveyard for a card named Jace, Arcane Wizards, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ ChangeZone | Cost$ 3 U U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand. You may search your library and/or graveyard for a card named Jace, Arcane Wizards, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedJace; Arcane Strategist | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedJace; Arcane Strategist | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Jace, Arcane Strategist
|
DeckHints:Name$Jace, Arcane Strategist
|
||||||
Oracle:Return up to two target creatures to their owner's hand. You may search your library and/or graveyard for a card named Jace, Arcane Strategist, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Return up to two target creatures to their owner's hand. You may search your library and/or graveyard for a card named Jace, Arcane Strategist, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Liberating Combustion
|
|||||||
ManaCost:4 R
|
ManaCost:4 R
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ DealDamage | Cost$ 4 R | ValidTgts$ Creature | NumDmg$ 6 | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 6 damage to target creature. You may search your library and/or graveyard for a card named Chandra, Pyrogenius, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ DealDamage | Cost$ 4 R | ValidTgts$ Creature | NumDmg$ 6 | SubAbility$ DBSearch | SpellDescription$ CARDNAME deals 6 damage to target creature. You may search your library and/or graveyard for a card named Chandra, Pyrogenius, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedChandra; Pyrogenius | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedChandra; Pyrogenius | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Chandra, Pyrogenius
|
DeckHints:Name$Chandra, Pyrogenius
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/liberating_combustion.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/liberating_combustion.jpg
|
||||||
Oracle:Liberating Combustion deals 6 damage to target creature. You may search your library and/or graveyard for a card named Chandra, Pyrogenius, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Liberating Combustion deals 6 damage to target creature. You may search your library and/or graveyard for a card named Chandra, Pyrogenius, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Liliana's Influence
|
|||||||
ManaCost:4 B B
|
ManaCost:4 B B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ PutCounterAll | Cost$ 4 B B | ValidCards$ Creature.YouDontCtrl | CounterType$ M1M1 | CounterNum$ 1 | SubAbility$ DBShuffle | IsCurse$ True | SubAbility$ DBSearch | SpellDescription$ Put a -1/-1 counter on each creature you don't control. You may search your library and/or graveyard for a card named Liliana, Death Wielder, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ PutCounterAll | Cost$ 4 B B | ValidCards$ Creature.YouDontCtrl | CounterType$ M1M1 | CounterNum$ 1 | SubAbility$ DBShuffle | IsCurse$ True | SubAbility$ DBSearch | SpellDescription$ Put a -1/-1 counter on each creature you don't control. You may search your library and/or graveyard for a card named Liliana, Death Wielder, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedLiliana; Death Wielder | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedLiliana; Death Wielder | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Liliana, Death Wielder
|
DeckHints:Name$Liliana, Death Wielder
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lilianas_influence.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/lilianas_influence.jpg
|
||||||
Oracle:Put a -1/-1 counter on each creature you don't control. You may search your library and/or graveyard for a card named Liliana, Death Wielder, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Put a -1/-1 counter on each creature you don't control. You may search your library and/or graveyard for a card named Liliana, Death Wielder, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
@@ -2,9 +2,9 @@ Name:Mogg Toady
|
|||||||
ManaCost:1 R
|
ManaCost:1 R
|
||||||
Types:Creature Goblin
|
Types:Creature Goblin
|
||||||
PT:2/2
|
PT:2/2
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ CARDNAME can't attack. & CARDNAME can't block. | CheckSVar$ X | SVarCompare$ LEY | References$ X,Y | Description$ CARDNAME can't attack unless you control more creatures than defending player.CARDNAME can't block unless you control more creatures than attacking player.
|
S:Mode$ CantAttack | ValidCard$ Card.Self | UnlessDefender$ hasFewerCreaturesInPlayThanYou | Description$ CARDNAME can't attack unless you control more creatures than defending player.
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't block. | CheckSVar$ Y | SVarCompare$ GEX | Description$ CARDNAME can't block unless you control more creatures than attacking player.
|
||||||
SVar:X:Count$Valid Creature.YouCtrl
|
SVar:X:Count$Valid Creature.YouCtrl
|
||||||
SVar:Y:Count$Valid Creature.YouDontCtrl
|
SVar:Y:Count$Valid Creature.ActivePlayerCtrl
|
||||||
SVar:BuffedBy:Creature
|
SVar:BuffedBy:Creature
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_toady.jpg
|
|
||||||
Oracle:Mogg Toady can't attack unless you control more creatures than defending player.\nMogg Toady can't block unless you control more creatures than attacking player.
|
Oracle:Mogg Toady can't attack unless you control more creatures than defending player.\nMogg Toady can't block unless you control more creatures than attacking player.
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ Name:Monstrous Hound
|
|||||||
ManaCost:3 R
|
ManaCost:3 R
|
||||||
Types:Creature Hound
|
Types:Creature Hound
|
||||||
PT:4/4
|
PT:4/4
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ CARDNAME can't attack. & CARDNAME can't block. | CheckSVar$ X | SVarCompare$ LEY | References$ X,Y | Description$ CARDNAME can't attack unless you control more lands than defending player. CARDNAME can't block unless you control more lands than attacking player.
|
S:Mode$ CantAttack | ValidCard$ Card.Self | UnlessDefender$ hasFewerLandsInPlayThanYou | Description$ CARDNAME can’t attack unless you control more lands than defending player.
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't block. | CheckSVar$ Y | SVarCompare$ GEX | Description$ CARDNAME can't block unless you control more lands than attacking player.
|
||||||
SVar:X:Count$Valid Land.YouCtrl
|
SVar:X:Count$Valid Land.YouCtrl
|
||||||
SVar:Y:Count$Valid Land.YouDontCtrl
|
SVar:Y:Count$Valid Land.ActivePlayerCtrl
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/monstrous_hound.jpg
|
|
||||||
Oracle:Monstrous Hound can't attack unless you control more lands than defending player.\nMonstrous Hound can't block unless you control more lands than attacking player.
|
Oracle:Monstrous Hound can't attack unless you control more lands than defending player.\nMonstrous Hound can't block unless you control more lands than attacking player.
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:1 W U
|
|||||||
Types:Legendary Creature Human Cleric
|
Types:Legendary Creature Human Cleric
|
||||||
PT:2/2
|
PT:2/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Teferi, Timebender, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Teferi, Timebender, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedTeferi; Timebender | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedTeferi; Timebender | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Teferi, Timebender
|
DeckHints:Name$Teferi, Timebender
|
||||||
Oracle:When Niambi, Faithful Healer enters the battlefield, you may search your library and/or graveyard for a card named Teferi, Timebender, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
Oracle:When Niambi, Faithful Healer enters the battlefield, you may search your library and/or graveyard for a card named Teferi, Timebender, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Oko's Hospitality
|
|||||||
ManaCost:3 G U
|
ManaCost:3 G U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ AnimateAll | Cost$ 3 G U | ValidCards$ Creature.YouCtrl | Power$ 3 | Toughness$ 3 | SubAbility$ DBSearch | SpellDescription$ Creatures you control have base power and toughness 3/3 until end of turn. You may search your library and/or graveyard for a card named Oko, the Trickster, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ AnimateAll | Cost$ 3 G U | ValidCards$ Creature.YouCtrl | Power$ 3 | Toughness$ 3 | SubAbility$ DBSearch | SpellDescription$ Creatures you control have base power and toughness 3/3 until end of turn. You may search your library and/or graveyard for a card named Oko, the Trickster, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedOko; the Trickster | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedOko; the Trickster | ChangeNum$ 1 | Optional$ True
|
||||||
DeckNeeds:Name$Oko, the Trickster
|
DeckNeeds:Name$Oko, the Trickster
|
||||||
Oracle:Creatures you control have base power and toughness 3/3 until end of turn. You may search your library and/or graveyard for a card named Oko, the Trickster, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Creatures you control have base power and toughness 3/3 until end of turn. You may search your library and/or graveyard for a card named Oko, the Trickster, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Ral's Dispersal
|
|||||||
ManaCost:3 U U
|
ManaCost:3 U U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ ChangeZone | Cost$ 3 U U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return target creature to its owner's hand. You may search you library and/or graveyard for a card named, Ral, Caller of Storms and put it in your hand. If you search your library this way, shuffle it.
|
A:SP$ ChangeZone | Cost$ 3 U U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return target creature to its owner's hand. You may search you library and/or graveyard for a card named, Ral, Caller of Storms and put it in your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedRal; Caller of Storms | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedRal; Caller of Storms | ChangeNum$ 1 | Optional$ True
|
||||||
DeckNeeds:Name$Ral, Caller of Storms
|
DeckNeeds:Name$Ral, Caller of Storms
|
||||||
Oracle:Return target creature to its owner's hand. You may search you library and/or graveyard for a card named Ral, Caller of Storms, reveal it, and put it in to your hand. If you search your library this way, shuffle it.
|
Oracle:Return target creature to its owner's hand. You may search you library and/or graveyard for a card named Ral, Caller of Storms, reveal it, and put it in to your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ Name:Rhythmic Water Vortex
|
|||||||
ManaCost:3 U U
|
ManaCost:3 U U
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ ChangeZone | Cost$ 3 U U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand.
|
A:SP$ ChangeZone | Cost$ 3 U U | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBSearch | SpellDescription$ Return up to two target creatures to their owner's hand.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedMu Yanling | ChangeNum$ 1 | SpellDescription$ Search your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedMu Yanling | ChangeNum$ 1 | SpellDescription$ Search your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
||||||
DeckHints:Name$Mu Yanling
|
DeckHints:Name$Mu Yanling
|
||||||
Oracle:Return up to two target creatures to their owner's hand.\nSearch your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
Oracle:Return up to two target creatures to their owner's hand.\nSearch your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:4 R
|
|||||||
Types:Creature Human Knight
|
Types:Creature Human Knight
|
||||||
PT:5/2
|
PT:5/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Rowan, Fearless Sparkmage, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Rowan, Fearless Sparkmage, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedRowan; Fearless Sparkmage | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedRowan; Fearless Sparkmage | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Rowan, Fearless Sparkmage
|
DeckHints:Name$Rowan, Fearless Sparkmage
|
||||||
Oracle:When Rowan's Stalwarts enters the battlefield, you may search your library and/or graveyard for a card named Rowan, Fearless Sparkmage, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:When Rowan's Stalwarts enters the battlefield, you may search your library and/or graveyard for a card named Rowan, Fearless Sparkmage, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ ManaCost:3 B B
|
|||||||
Types:Creature Vampire
|
Types:Creature Vampire
|
||||||
PT:4/2
|
PT:4/2
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named flying, Vampire CARDNAME, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named flying, Vampire CARDNAME, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedSorin; Vampire Lord | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedSorin; Vampire Lord | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Sorin, Vampire Lord
|
DeckHints:Name$Sorin, Vampire Lord
|
||||||
Oracle:When Sorin's Guide enters the battlefield, you may search your library and/or graveyard for a card named Sorin, Vampire Lord, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:When Sorin's Guide enters the battlefield, you may search your library and/or graveyard for a card named Sorin, Vampire Lord, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:3 R W
|
|||||||
Types:Creature Dinosaur
|
Types:Creature Dinosaur
|
||||||
PT:4/4
|
PT:4/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Huatli, Dinosaur Knight, reveal it, then put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Huatli, Dinosaur Knight, reveal it, then put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedHuatli; Dinosaur Knight | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedHuatli; Dinosaur Knight | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Huatli, Dinosaur Knight
|
DeckHints:Name$Huatli, Dinosaur Knight
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/sun_blessed_mount.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/sun_blessed_mount.jpg
|
||||||
Oracle:When Sun-Blessed Mount enters the battlefield, you may search your library and/or graveyard for a card named Huatli, Dinosaur Knight, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
Oracle:When Sun-Blessed Mount enters the battlefield, you may search your library and/or graveyard for a card named Huatli, Dinosaur Knight, reveal it, then put it into your hand. If you searched your library this way, shuffle it.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Tezzeret's Betrayal
|
|||||||
ManaCost:3 U B
|
ManaCost:3 U B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Destroy | Cost$ 3 U B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBSearch | SpellDescription$ Destroy target creature. You may search your library and/or graveyard for a card named Tezzeret, Master of Metal, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ Destroy | Cost$ 3 U B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBSearch | SpellDescription$ Destroy target creature. You may search your library and/or graveyard for a card named Tezzeret, Master of Metal, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedTezzeret; Master of Metal | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedTezzeret; Master of Metal | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Tezzeret, Master of Metal
|
DeckHints:Name$Tezzeret, Master of Metal
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/tezzerets_betrayal.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/tezzerets_betrayal.jpg
|
||||||
Oracle:Destroy target creature. You may search your library and/or graveyard for a card named Tezzeret, Master of Metal, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Destroy target creature. You may search your library and/or graveyard for a card named Tezzeret, Master of Metal, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
Name:Underworld Dreams
|
Name:Underworld Dreams
|
||||||
ManaCost:B B B
|
ManaCost:B B B
|
||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
T:Mode$ Drawn | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever an opponent draws a card, CARDNAME deals 1 damage to them.
|
T:Mode$ Drawn | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever an opponent draws a card, CARDNAME deals 1 damage to that player.
|
||||||
SVar:TrigDamage:DB$DealDamage | Defined$ TriggeredPlayer | NumDmg$ 1
|
SVar:TrigDamage:DB$DealDamage | Defined$ TriggeredPlayer | NumDmg$ 1
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/underworld_dreams.jpg
|
Oracle:Whenever an opponent draws a card, Underworld Dreams deals 1 damage to that player.
|
||||||
Oracle:Whenever an opponent draws a card, Underworld Dreams deals 1 damage to them.
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Allure of the Unknown
|
||||||
|
ManaCost:3 B R
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ ChoosePlayer | Cost$ 3 B R | Defined$ You | Choices$ Player.Opponent | SubAbility$ DBDig | ChoiceTitle$ Choose an opponent | SpellDescription$ Reveal the top six cards of your library. An opponent exiles a nonland card from among them, then you put the rest into your hand. That opponent may cast the exiled card without paying its mana cost. | StackDescription$ SpellDescription
|
||||||
|
SVar:DBDig:DB$ Dig | DigNum$ 6 | Reveal$ True | Choser$ Player.Chosen | ChangeNum$ 1 | ChangeValid$ Card.nonLand | AILogic$ BestCard | DestinationZone$ Exile | DestinationZone2$ Hand | RememberChanged$ True | SubAbility$ DBPlay
|
||||||
|
SVar:DBPlay:DB$ Play | WithoutManaCost$ True | Controller$ Player.Chosen | Optional$ True | OptionalDecider$ Player.Chosen | ValidZone$ Exile | Valid$ Card.IsRemembered | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenPlayer$ True
|
||||||
|
Oracle:Reveal the top six cards of your library. An opponent exiles a nonland card from among them, then you put the rest into your hand. That opponent may cast the exiled card without paying its mana cost.
|
||||||
@@ -2,7 +2,7 @@ Name:Ashiok, Nightmare Muse
|
|||||||
ManaCost:3 U B
|
ManaCost:3 U B
|
||||||
Types:Legendary Planeswalker Ashiok
|
Types:Legendary Planeswalker Ashiok
|
||||||
Loyalty:5
|
Loyalty:5
|
||||||
A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ ub_2_3_nightmare_mill | TokenOwner$ You | LegacyImage$ ub 2 3 Nightmare mill thb | SubAbility$ DBDraw | SpellDescription$ Create a 2/3 blue and black Nightmare creature token with "Whenever this creature attacks or blocks, each opponent exiles the top two cards of their library."
|
A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ ub_2_3_nightmare_mill | TokenOwner$ You | LegacyImage$ ub 2 3 Nightmare mill thb | SpellDescription$ Create a 2/3 blue and black Nightmare creature token with "Whenever this creature attacks or blocks, each opponent exiles the top two cards of their library."
|
||||||
A:AB$ ChangeZone | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBExile | SpellDescription$ Return target nonland permanent to its owner’s hand, then that player exiles a card from their hand.
|
A:AB$ ChangeZone | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBExile | SpellDescription$ Return target nonland permanent to its owner’s hand, then that player exiles a card from their hand.
|
||||||
SVar:DBExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | DefinedPlayer$ TargetedOwner | Chooser$ TargetedOwner
|
SVar:DBExile:DB$ ChangeZone | Origin$ Hand | Destination$ Exile | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | DefinedPlayer$ TargetedOwner | Chooser$ TargetedOwner
|
||||||
A:AB$ Play | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Valid$ Card.nonLand+faceUp+OwnedBy Player.Opponent | ValidZone$ Exile | WithoutManaCost$ True | Amount$ 3 | Optional$ True | SpellDescription$ You may cast up to three face-up cards your opponents own from exile without paying their mana costs.
|
A:AB$ Play | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Valid$ Card.nonLand+faceUp+OwnedBy Player.Opponent | ValidZone$ Exile | WithoutManaCost$ True | Amount$ 3 | Optional$ True | SpellDescription$ You may cast up to three face-up cards your opponents own from exile without paying their mana costs.
|
||||||
|
|||||||
9
forge-gui/res/cardsfolder/upcoming/ashiok_sculptor_of_fears.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/ashiok_sculptor_of_fears.txt
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Ashiok, Sculptor of Fears
|
||||||
|
ManaCost:4 U B
|
||||||
|
Types:Legendary Planeswalker Ashiok
|
||||||
|
Loyalty:4
|
||||||
|
A:AB$ Draw | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | NumCards$ 1 | SubAbility$ DBMill | SpellDescription$ Draw a card. Each player puts the top two cards of their library into their graveyard.
|
||||||
|
SVar:DBMill:DB$ Mill | Defined$ Player | NumCards$ 2
|
||||||
|
A:AB$ ChangeZone | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | TgtPrompt$ Select target creature card in a graveyard | ValidTgts$ Creature | SpellDescription$ Put target creature card from a graveyard onto the battlefield under your control.
|
||||||
|
A:AB$ GainControl | Cost$ SubCounter<11/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | AllValid$ Creature.TargetedPlayerCtrl | NewController$ You | StackDescription$ SpellDescription | SpellDescription$ Gain control of all creatures target opponent controls.
|
||||||
|
Oracle:+2: Draw a card. Each player puts the top two cards of their library into their graveyard.\n−5: Put target creature card from a graveyard onto the battlefield under you control.\n−11: Gain control of all creatures target opponent controls.
|
||||||
11
forge-gui/res/cardsfolder/upcoming/chainweb_aracnir.txt
Normal file
11
forge-gui/res/cardsfolder/upcoming/chainweb_aracnir.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Chainweb Aracnir
|
||||||
|
ManaCost:G
|
||||||
|
Types:Creature Spider
|
||||||
|
PT:1/2
|
||||||
|
K:Reach
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals damage equal to its power to target creature with flying an opponent controls.
|
||||||
|
SVar:TrigDamage:DB$ DealDamage | ValidTgts$ Creature.OppCtrl+withFlying | TgtPrompt$ Select target creature with flying an opponent controls | NumDmg$ X | References$ X
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
K:Escape:3 G G ExileFromGrave<4/Card.Other>
|
||||||
|
K:etbCounter:P1P1:3:ValidCard$ Card.Self+escaped:CARDNAME escapes with three +1/+1 counters on it.
|
||||||
|
Oracle:Reach\nWhen Chainweb Aracnir enters the battlefield, it deals damage equal to its power to target creature with flying an opponent controls.\nEscape — {2}{G}{G}, Exile four other cards from your graveyard. (You may cast this card from your graveyard for its escape cost).\nChainweb Aracnir escapes with three +1/+1 counters on it.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Deathbellow War Cry
|
||||||
|
ManaCost:5 R R R
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ ChangeZone | Cost$ 5 R R R | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.Minotaur | ChangeNum$ 4 | DifferentNames$ True | SpellDescription$ Search your library for up to four Minotaur creature cards with different names, put them onto the battlefield, then shuffle your library.
|
||||||
|
Oracle:Search your library for up to four Minotaur creature cards with different names, put them onto the battlefield, then shuffle your library.
|
||||||
10
forge-gui/res/cardsfolder/upcoming/demon_of_loathing.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/demon_of_loathing.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Demon of Loathing
|
||||||
|
ManaCost:5 B B
|
||||||
|
Types:Creature Demon
|
||||||
|
PT:7/7
|
||||||
|
K:Flying
|
||||||
|
K:Trample
|
||||||
|
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player sacrifices a creature.
|
||||||
|
SVar:TrigSac:DB$Sacrifice | Defined$ TriggeredTarget | SacValid$ Creature
|
||||||
|
SVar:MustBeBlocked:True
|
||||||
|
Oracle:Flying, trample\nWhenever Demon of Loathing deals combat damage to a player, that player sacrifices a creature.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/elspeth_suns_nemesis.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/elspeth_suns_nemesis.txt
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Elspeth, Sun's Nemesis
|
||||||
|
ManaCost:2 W W
|
||||||
|
Types:Legendary Planeswalker Elspeth
|
||||||
|
Loyalty:5
|
||||||
|
A:AB$ Pump | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +2 | NumDef$ +1 | SpellDescription$ Up to two target creatures you control each get +2/+1 until end of turn.
|
||||||
|
A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 2 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You | LegacyImage$ w 1 1 human soldier the | SpellDescription$ Create two 1/1 white Human Soldier creature tokens.
|
||||||
|
A:AB$ GainLife | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Ultimate$ True | LifeAmount$ 5 | SpellDescription$ You gain 5 life.
|
||||||
|
K:Escape:4 W W ExileFromGrave<4/Card.Other>
|
||||||
|
Oracle:−1: Up to two target creatures you control each get +2/+1 until end of turn.\n−2: Create two 1/1 white Human Soldier creature tokens.\n−3: You gain 5 life.\nEscape—{4}{W}{W}, Exile four other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)
|
||||||
11
forge-gui/res/cardsfolder/upcoming/elspeth_undaunted_hero.txt
Executable file
11
forge-gui/res/cardsfolder/upcoming/elspeth_undaunted_hero.txt
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Elspeth, Undaunted Hero
|
||||||
|
ManaCost:2 W W W
|
||||||
|
Types:Legendary Planeswalker Elspeth
|
||||||
|
Loyalty:5
|
||||||
|
A:AB$ PutCounter | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | CounterNum$ 1 | CounterType$ P1P1 | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select target creatures | SpellDescription$ Put a +1/+1 counter on each of up to two target creatures.
|
||||||
|
DeckHas:Ability$Counters
|
||||||
|
A:AB$ ChangeZone | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Battlefield | ChangeType$ Card.namedSunlit Hoplite | ChangeNum$ 1 | StackDescription$ SpellDescription |SpellDescription$ Search your library and/or graveyard for a card named Sunlit Hoplite and put it onto the battlefield. If you search your library this way, shuffle it.
|
||||||
|
DeckHints:Name$Sunlit Hoplite
|
||||||
|
A:AB$ PumpAll | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidCards$ Creature.YouCtrl | NumAtt$ +X | NumDef$ +X | References$ X | KW$ Flying | SpellDescription$ Until end of turn, creatures you control gain flying and get +X/+X, where X is your devotion to white.
|
||||||
|
SVar:X:Count$Devotion.White
|
||||||
|
Oracle:+2: Put a +1/+1 counter on each of up to two target creatures.\n−2: Search your library and/or graveyard for a card named Sunlit Hoplite and put it onto the battlefield. If you search your library this way, shuffle it.\n−8: Until end of turn, creatures you control gain flying and get +X/+X, where X is your devotion to white.
|
||||||
6
forge-gui/res/cardsfolder/upcoming/fruit_of_tizerus.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/fruit_of_tizerus.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Fruit of Tizerus
|
||||||
|
ManaCost:B
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ LoseLife | Cost$ B | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 2 | SpellDescription$ Target player loses 2 life.
|
||||||
|
K:Escape:3 B ExileFromGrave<3/Card.Other>
|
||||||
|
Oracle:Target player loses 2 life.\nEscape — {3}{B}, Exile three other cards from your graveyard. (You may cast this card from your graveyard for its escape cost).
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Gallia of the Endless Dance
|
||||||
|
ManaCost:R G
|
||||||
|
Types:Legendary Creature Satyr
|
||||||
|
PT:2/2
|
||||||
|
K:Haste
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Satyr+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Haste | Description$ Other Satyrs you control get +1/+1 and have haste.
|
||||||
|
T:Mode$ AttackersDeclared | Execute$ TrigDiscard | CheckSVar$ AttackerCount | SVarCompare$ GE3 | NoResolvingCheck$ True | TriggerZones$ Battlefield | AttackingPlayer$ You | OptionalDecider$ You | TriggerDescription$ Whenever you attack with three or more creatures, you may discard a card at random. If you do, draw two cards.
|
||||||
|
SVar:AttackerCount:Count$Valid Creature.attacking
|
||||||
|
SVar:TrigDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ Random | RememberDiscarded$ True | SubAbility$ DBDraw
|
||||||
|
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 2 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
Oracle:Haste\nOther Satyrs you control get +1/+1 and have haste.\nWhenever you attack with three or more creatures, you may discard a card at random. If you do, draw two cards.
|
||||||
11
forge-gui/res/cardsfolder/upcoming/grasping_giant.txt
Normal file
11
forge-gui/res/cardsfolder/upcoming/grasping_giant.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Name:Grasping Giant
|
||||||
|
ManaCost:5 W
|
||||||
|
Types:Creature Giant
|
||||||
|
PT:5/7
|
||||||
|
K:Vigilance
|
||||||
|
T:Mode$ AttackerBlockedByCreature | ValidCard$ Card.Self | ValidBlocker$ Creature | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, exile that creature until CARDNAME leaves the battlefield.
|
||||||
|
SVar:TrigExile:DB$ ChangeZone | Defined$ TriggeredBlocker | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigReturn | Secondary$ True | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, exile that creature until CARDNAME leaves the battlefield.
|
||||||
|
SVar:TrigReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
Oracle:Vigilance\nWhenever Grasping Giant becomes blocked by a creature, exile that creature until Grasping Giant leaves the battlefield.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/hero_of_the_winds.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/hero_of_the_winds.txt
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Hero of the Winds
|
||||||
|
ManaCost:3 W
|
||||||
|
Types:Creature Human Soldier
|
||||||
|
PT:1/4
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ SpellCast | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPumpAll | TriggerDescription$ Whenever you cast a spell that targets CARDNAME, creatures you control get +1/+0 until end of turn.
|
||||||
|
SVar:TrigPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +1
|
||||||
|
SVar:BuffedBy:Card
|
||||||
|
Oracle:Flying\nWhenever you cast a spell that targets Hero of the Winds, creatures you control get +1/+0 until end of turn.
|
||||||
@@ -2,8 +2,8 @@ Name:Heroes of the Revel
|
|||||||
ManaCost:4 R
|
ManaCost:4 R
|
||||||
Types:Creature Satyr Soldier
|
Types:Creature Satyr Soldier
|
||||||
PT:4/4
|
PT:4/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 red Satyr creature token with "This creature can't block."
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 red Satyr creature token with "This creature can't block."
|
||||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_2_2_satyr_noblock | TokenOwner$ You | LegacyImage$ r 2 2 satyr noblock thb
|
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_satyr_noblock | TokenOwner$ You | LegacyImage$ r 1 1 satyr noblock thb
|
||||||
T:Mode$ SpellCast | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a spell that targets CARDNAME, creatures you control get +1/+0 until end of turn.
|
T:Mode$ SpellCast | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a spell that targets CARDNAME, creatures you control get +1/+0 until end of turn.
|
||||||
SVar:TrigPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +1
|
SVar:TrigPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +1
|
||||||
Oracle:When Heroes of the Revel enters the battlefield, create a 2/2 red Satyr creature token with "This creature can't block."\nWhenever you cast a spell that targets Heroes of the Revel, creatures you control get +1/+0 until end of turn.
|
Oracle:When Heroes of the Revel enters the battlefield, create a 1/1 red Satyr creature token with "This creature can't block."\nWhenever you cast a spell that targets Heroes of the Revel, creatures you control get +1/+0 until end of turn.
|
||||||
|
|||||||
7
forge-gui/res/cardsfolder/upcoming/ironscale_hydra.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/ironscale_hydra.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Ironscale Hydra
|
||||||
|
ManaCost:3 G G
|
||||||
|
Types:Creature Hydra
|
||||||
|
PT:5/5
|
||||||
|
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Card.Self | ValidSource$ Creature | IsCombat$ True | ReplaceWith$ Counters | Description$ If a creature would deal combat damage to CARDNAME, prevent that damage and put a +1/+1 counter on CARDNAME.
|
||||||
|
SVar:Counters:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||||
|
Oracle:If a creature would deal combat damage to Ironscale Hydra, prevent that damage and put a +1/+1 counter on Ironscale Hydra.
|
||||||
12
forge-gui/res/cardsfolder/upcoming/medomais_prophecy.txt
Normal file
12
forge-gui/res/cardsfolder/upcoming/medomais_prophecy.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Medomai's Prophecy
|
||||||
|
ManaCost:1 U
|
||||||
|
Types:Enchantment Saga
|
||||||
|
K:Saga:4:DBScry,DBNameCard,DBEffect,DBLook
|
||||||
|
SVar:DBScry:DB$ Scry | ScryNum$ 2 | SpellDescription$ Scry 2.
|
||||||
|
SVar:DBNameCard:DB$ NameCard | SpellDescription$ Choose a card name.
|
||||||
|
SVar:DBEffect:DB$ Effect | Name$ Medomai's Prophecy Effect | Triggers$ NamedCardCast | SVars$ NamedCardCast,TrigDraw,ExileEffect | SpellDescription$ When you cast a spell with the chosen name for the first time this turn, draw two cards.
|
||||||
|
SVar:DBLook:DB$ Dig | Defined$ Player | DigNum$ 1 | DestinationZone$ Library | LibraryPosition$ 0 | SpellDescription$ Look at the top card of each player's library.
|
||||||
|
SVar:NamedCardCast:Mode$ SpellCast | ValidCard$ Card.NamedCard | ValidActivatingPlayer$ You | TriggerZones$ Command | Execute$ TrigDraw | TriggerDescription$ When you cast a spell with the chosen name for the first time this turn, draw two cards.
|
||||||
|
SVar:TrigDraw:DB$ Draw | NumCards$ 2 | SubAbility$ ExileEffect
|
||||||
|
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
|
||||||
|
Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Scry 2.\nII — Choose a card name.\nIII — When you cast a spell with the chosen name for the first time this turn, draw two cards.\nIV - Look at the top card of each player's library.
|
||||||
6
forge-gui/res/cardsfolder/upcoming/memory_drain.txt
Executable file
6
forge-gui/res/cardsfolder/upcoming/memory_drain.txt
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Memory Drain
|
||||||
|
ManaCost:2 U U
|
||||||
|
Types:Instant
|
||||||
|
A:SP$ Counter | Cost$ 2 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SubAbility$ DBScry | SpellDescription$ Counter target spell. Scry 2.
|
||||||
|
SVar:DBScry:DB$Scry | ScryNum$ 2
|
||||||
|
Oracle:Counter target spell. Scry 2.
|
||||||
10
forge-gui/res/cardsfolder/upcoming/minions_return.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/minions_return.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Minion's Return
|
||||||
|
ManaCost:2 B
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Flash
|
||||||
|
K:Enchant creature
|
||||||
|
A:SP$ Attach | Cost$ 2 B | ValidTgts$ Creature | AITgts$ Card.nonToken | AILogic$ Pump
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.AttachedBy | Execute$ TrigChange | TriggerDescription$ When enchanted creature dies, return that card to the battlefield under your control.
|
||||||
|
SVar:TrigChange:DB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | Defined$ TriggeredCard
|
||||||
|
Oracle:Flash\nEnchant creature\nWhen enchanted creature dies, return that card to the battlefield under your control.
|
||||||
|
|
||||||
7
forge-gui/res/cardsfolder/upcoming/mires_grasp.txt
Executable file
7
forge-gui/res/cardsfolder/upcoming/mires_grasp.txt
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Mire's Grasp
|
||||||
|
ManaCost:1 B
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Enchant creature
|
||||||
|
A:SP$ Attach | Cost$ 1 B | ValidTgts$ Creature | AILogic$ Curse
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ -3 | AddToughness$ -3 | Description$ Enchanted creature gets -3/-3.
|
||||||
|
Oracle:Enchant creature\nEnchanted creature gets -3/-3.
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Naiad of Hidden Coves
|
||||||
|
ManaCost:2 U
|
||||||
|
Types:Enchantment Creature Nymph
|
||||||
|
PT:2/3
|
||||||
|
S:Mode$ ReduceCost | Type$ Spell | Activator$ You | Amount$ 1 | Condition$ NotPlayerTurn | Description$ As long as it's not your turn, spells you cast cost {1} less to cast.
|
||||||
|
Oracle:As long as it's not your turn, spells you cast cost {1} less to cast.
|
||||||
8
forge-gui/res/cardsfolder/upcoming/nyleas_huntmaster.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/nyleas_huntmaster.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Nylea's Huntmaster
|
||||||
|
ManaCost:3 G
|
||||||
|
Types:Creature Centaur Shaman
|
||||||
|
PT:4/3
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature gets +X/+0 until end of turn, where X is your devotion to green. (Each {G} in the mana costs of permanents you control counts toward your devotion to green.)
|
||||||
|
SVar:TrigPump:DB$Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +X | References$ X
|
||||||
|
SVar:X:Count$Devotion.Green
|
||||||
|
Oracle:When Nylea's Huntmaster enters the battlefield, target creature gets +X/+0 until end of turn, where X is your devotion to green. (Each {G} in the mana costs of permanents you control counts toward your devotion to green.)
|
||||||
5
forge-gui/res/cardsfolder/upcoming/nyxborn_brute.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/nyxborn_brute.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Nyxborn Brute
|
||||||
|
ManaCost:3 R R
|
||||||
|
Types:Enchantment Creature Cyclops
|
||||||
|
PT:7/3
|
||||||
|
Oracle:
|
||||||
5
forge-gui/res/cardsfolder/upcoming/nyxborn_colossus.txt
Executable file
5
forge-gui/res/cardsfolder/upcoming/nyxborn_colossus.txt
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Nyxborn Colossus
|
||||||
|
ManaCost:3 G G G
|
||||||
|
Types:Enchantment Creature Giant
|
||||||
|
PT:6/7
|
||||||
|
Oracle:
|
||||||
5
forge-gui/res/cardsfolder/upcoming/nyxborn_courser.txt
Executable file
5
forge-gui/res/cardsfolder/upcoming/nyxborn_courser.txt
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Nyxborn Courser
|
||||||
|
ManaCost:1 W W
|
||||||
|
Types:Enchantment Creature Centaur Scout
|
||||||
|
PT:2/4
|
||||||
|
Oracle:
|
||||||
5
forge-gui/res/cardsfolder/upcoming/nyxborn_marauder.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/nyxborn_marauder.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Nyxborn Marauder
|
||||||
|
ManaCost:2 B B
|
||||||
|
Types:Enchantment Creature Minotaur
|
||||||
|
PT:4/3
|
||||||
|
Oracle:
|
||||||
5
forge-gui/res/cardsfolder/upcoming/nyxborn_seaguard.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/nyxborn_seaguard.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Name:Nyxborn Seaguard
|
||||||
|
ManaCost:2 U U
|
||||||
|
Types:Enchantment Creature Merfolk Soldier
|
||||||
|
PT:2/5
|
||||||
|
Oracle:
|
||||||
8
forge-gui/res/cardsfolder/upcoming/omen_of_the_dead.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/omen_of_the_dead.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Omen of the Dead
|
||||||
|
ManaCost:B
|
||||||
|
Types:Enchantment
|
||||||
|
K:Flash
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerDescription$ When CARDNAME enters the battlefield, return target creature card from your graveyard to your hand.
|
||||||
|
SVar:TrigReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Select target creature card in your graveyard | ValidTgts$ Creature.YouCtrl
|
||||||
|
A:AB$ Scry | Cost$ 2 B Sac<1/CARDNAME> | ScryNum$ 2 | SpellDescription$ Scry 2.
|
||||||
|
Oracle:Flash\nWhen Omen of the Dead enters the battlefield, return target creature card from your graveyard to your hand.\n{2}{B}, Sacrifice Omen of the Dead: Scry 2.
|
||||||
8
forge-gui/res/cardsfolder/upcoming/omen_of_the_hunt.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/omen_of_the_hunt.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Omen of the Hunt
|
||||||
|
ManaCost:2 G
|
||||||
|
Types:Enchantment
|
||||||
|
K:Flash
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.
|
||||||
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Land.Basic | Tapped$ True | ChangeNum$ 1 | ShuffleNonMandatory$ True
|
||||||
|
A:AB$ Scry | Cost$ 2 G Sac<1/CARDNAME> | ScryNum$ 2 | SpellDescription$ Scry 2.
|
||||||
|
Oracle:Flash\nWhen Omen of the Hunt enters the battlefield, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.\n{2}{G}, Sacrifice Omen of the Hunt: Scry 2.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/omen_of_the_sea.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/omen_of_the_sea.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Omen of the Sea
|
||||||
|
ManaCost:1 U
|
||||||
|
Types:Enchantment
|
||||||
|
K:Flash
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 2, then draw a card.
|
||||||
|
SVar:TrigScry:DB$ Scry | ScryNum$ 2 | SubAbility$ DBDraw
|
||||||
|
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
|
||||||
|
A:AB$ Scry | Cost$ 2 U Sac<1/CARDNAME> | ScryNum$ 2 | SpellDescription$ Scry 2.
|
||||||
|
Oracle:Flash\nWhen Omen of the Sea enters the battlefield, scry 2, then draw a card.\n{2}{U}, Sacrifice Omen of the Sea: Scry 2.
|
||||||
6
forge-gui/res/cardsfolder/upcoming/phalanx_tactics.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/phalanx_tactics.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Phalanx Tactics
|
||||||
|
ManaCost:1 W
|
||||||
|
Types:Instant
|
||||||
|
A:SP$ Pump | Cost$ 1 W | ValidTgts$ Creature.YouCtrl | NumAtt$ +2 | NumDef$ +1 | TgtPrompt$ Select target creature you control | SubAbility$ DBPumpAll | SpellDescription$ Target creature you control gets +2/+1 until end of turn. Each other creature you control gets +1/+1 until end of turn.
|
||||||
|
SVar:DBPumpAll:DB$PumpAll | ValidCards$ Targeted.Other+YouCtrl+Creature | NumAtt$ +1 | NumDef$ +1
|
||||||
|
Oracle:Target creature you control gets +2/+1 until end of turn. Each other creature you control gets +1/+1 until end of turn.
|
||||||
7
forge-gui/res/cardsfolder/upcoming/pious_wayfarer.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/pious_wayfarer.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Pious Wayfarer
|
||||||
|
ManaCost:W
|
||||||
|
Types:Creature Human Scout
|
||||||
|
PT:1/2
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Constellation - Whenever an enchantment enters the battlefield under your control, target creature gets +1/+1 until end of turn.
|
||||||
|
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 1 | NumDef$ 1
|
||||||
|
Oracle:Constellation — Whenever an enchantment enters the battlefield under your control, target creature gets +1/+1 until end of turn.
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Rage-Scarred Berserker
|
||||||
|
ManaCost:4 B
|
||||||
|
Types:Creature Minotaur Berserker
|
||||||
|
PT:5/4
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature gets +1/+0 and gains indestructible until end of turn.
|
||||||
|
SVar:TrigPump:DB$Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | KW$ Indestructible
|
||||||
|
Oracle:When Rage-Scarred Berserker enters the battlefield, target creature gets +1/+0 and gains indestructible until end of turn.
|
||||||
6
forge-gui/res/cardsfolder/upcoming/satyrs_cunning.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/satyrs_cunning.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Satyr's Cunning
|
||||||
|
ManaCost:R
|
||||||
|
Types:Sorcery
|
||||||
|
A:SP$ Token | Cost$ R | TokenAmount$ 1 | TokenScript$ r_1_1_satyr_noblock | TokenOwner$ You | LegacyImage$ r 1 1 satyr noblock thb | SpellDescription$ Create a 1/1 red Satyr creature token with "This creature can't block."
|
||||||
|
K:Escape:2 R ExileFromGrave<2/Card.Other>
|
||||||
|
Oracle:Create a 1/1 red Satyr creature token with "This creature can't block."\nEscape — {2}{R}, Exile two other cards from your graveyard. (You may cast this card from your graveyard for its escape cost).
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Serpent of Yawning Depths
|
||||||
|
ManaCost:4 U U
|
||||||
|
Types:Enchantment Creature Serpent
|
||||||
|
PT:6/6
|
||||||
|
S:Mode$ CantBlockBy | ValidAttacker$ Creature.Kraken+YouCtrl,Creature.Leviathan+YouCtrl,Creature.Octopus+YouCtrl,Creature.Serpent+YouCtrl | ValidBlocker$ Creature.nonKraken+nonLeviathan+nonOctopus+nonSerpent | Description$ Krakens, Leviathans, Octopuses, and Serpents you control can't be blocked except by Krakens, Leviathans, Octopuses, and Serpents.
|
||||||
|
Oracle:Krakens, Leviathans, Octopuses, and Serpents you control can't be blocked except by Krakens, Leviathans, Octopuses, and Serpents.
|
||||||
8
forge-gui/res/cardsfolder/upcoming/setessan_champion.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/setessan_champion.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Setessan Champion
|
||||||
|
ManaCost:2 G
|
||||||
|
Types:Creature Human Warrior
|
||||||
|
PT:1/3
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Constellation - Whenever an enchantment enters the battlefield under your control, put a +1/+1 counter on CARDNAME and draw a card.
|
||||||
|
SVar:TrigCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBDraw
|
||||||
|
SVar:DBDraw:DB$ Draw | NumCards$ 1
|
||||||
|
Oracle:Constellation - Whenever an enchantment enters the battlefield under your control, put a +1/+1 counter on Setessan Champion and draw a card.
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Setessan Skirmisher
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Creature Human Warrior
|
||||||
|
PT:2/1
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Constellation - Whenever an enchantment enters the battlefield under your control, CARDNAME gets +1/+1 until end of turn.
|
||||||
|
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1 | NumDef$ +1
|
||||||
|
Oracle:Constellation - Whenever an enchantment enters the battlefield under your control, CARDNAME gets +1/+1 until end of turn.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/setessan_training.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/setessan_training.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Setessan Training
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Enchant creature you control
|
||||||
|
A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature.YouCtrl | AILogic$ Pump
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
|
||||||
|
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddKeyword$ Trample | Description$ Enchanted creature gets +1/+0 and has trample.
|
||||||
|
Oracle:Enchant creature you control\nWhen Setessan Training enters the battlefield, draw a card.\nEnchanted creature gets +1/+0 and has trample.
|
||||||
8
forge-gui/res/cardsfolder/upcoming/skola_grovedancer.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/skola_grovedancer.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Skola Grovedancer
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Enchantment Creature Satyr Druid
|
||||||
|
PT:2/2
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Land.nonToken+YouOwn | TriggerZones$ Battlefield | Execute$ DBGainLife | TriggerDescription$ Whenever a land card is put into your graveyard from anywhere, you gain 1 life.
|
||||||
|
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
||||||
|
A:AB$ Mill | Cost$ 2 G | Defined$ You | NumCards$ 1 | SpellDescription$ Put the top card of your library into your graveyard.
|
||||||
|
Oracle:Whenever a land card is put into your graveyard from anywhere, you gain 1 life.\n{2}{G}: Put the top card of your library into your graveyard.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Sphinx Mindbreaker
|
||||||
|
ManaCost:5 U U
|
||||||
|
Types:Creature Sphinx
|
||||||
|
PT:6/6
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBMill | TriggerDescription$ When CARDNAME enters the battlefield, each opponent puts the top ten cards of their library into their graveyard.
|
||||||
|
SVar:DBMill:DB$ Mill | Defined$ Player.Opponent | NumCards$ 10
|
||||||
|
Oracle:When Sphinx Mindbreaker enters the battlefield, each opponent puts the top ten cards of their library into their graveyard.
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Staggering Insight
|
||||||
|
ManaCost:W U
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Enchant creature
|
||||||
|
A:SP$ Attach | Cost$ W U | ValidTgts$ Creature | AILogic$ Pump
|
||||||
|
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Lifelink | AddTrigger$ TriggerDamageDone | Description$ Enchanted creature gets +1/+1 and has lifelink and "Whenever this creature deals combat damage to a player, draw a card."
|
||||||
|
SVar:TriggerDamageDone:Mode$ DamageDone | ValidSource$ Card.Self | CombatDamage$ True | ValidTarget$ Player | Execute$ DBDraw | TriggerDescription$ Whenever this creature deals combat damage to a player, draw a card.
|
||||||
|
SVar:DBDraw:DB$ Draw | DB$ Draw | Defined$ You | NumCards$ 1
|
||||||
|
Oracle:Enchant creature\nEnchanted creature gets +1/+1 and has lifelink and "Whenever this creature deals combat damage to a player, draw a card."
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Terror of Mount Velus
|
||||||
|
ManaCost:5 R R
|
||||||
|
Types:Creature Dragon
|
||||||
|
PT:5/5
|
||||||
|
K:Flying
|
||||||
|
K:Double Strike
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, creatures you control gain double strike until end of turn.
|
||||||
|
SVar:TrigPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Double Strike
|
||||||
|
Oracle:Flying, double strike\nWhen Terror of Mount Velus enters the battlefield, creatures you control gain double strike until end of turn.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Thaumaturge's Familiar
|
||||||
|
ManaCost:3
|
||||||
|
Types:Artifact Creature Bird
|
||||||
|
PT:1/3
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 1.
|
||||||
|
SVar:TrigScry:DB$ Scry | ScryNum$ 1
|
||||||
|
Oracle:Flying\nWhen Thaumaturge's Familiar enters the battlefield, scry 1.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/the_akroan_war.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/the_akroan_war.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:The Akroan War
|
||||||
|
ManaCost:3 R
|
||||||
|
Types:Enchantment Saga
|
||||||
|
K:Saga:3:DBGainControl,DBAllAttack,DBDamageTapped
|
||||||
|
SVar:DBGainControl:DB$ GainControl | ValidTgts$ Creature | TgtPrompt$ Select target creature | LoseControl$ LeavesPlay | SpellDescription$ Gain control of target creature for as long as CARDNAME remains on the battlefield.
|
||||||
|
SVar:DBAllAttack:DB$ PumpAll | ValidCards$ Creature.OppCtrl | UntilYourNextTurn$ True | KW$ HIDDEN CARDNAME attacks each combat if able. | SpellDescription$ Until your next turn, creatures your opponents control attack each turn if able.
|
||||||
|
SVar:DBDamageTapped:DB$ EachDamage | ValidCards$ Creature.tapped | NumDmg$ X | References$ X | DamageDesc$ damage equal to its power | DefinedCards$ Self | SpellDescription$ Each tapped creature deals damage to itself equal to its power.
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Gain control of target creature for as long as The Akroan War remains on the battlefield.\nII — Until your next turn, creatures your opponents control attack each combat if able.\nIII — Each tapped creature deals damage to itself equal to its power.
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
Name:The Binding of the Titans
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Enchantment Saga
|
||||||
|
K:Saga:3:DBAllMill,DBExileGain,DBReturn
|
||||||
|
SVar:DBAllMill:DB$ Mill | Defined$ Player | NumCards$ 3 | SpellDescription$ Each player puts the top three cards of their library into their graveyard.
|
||||||
|
SVar:DBExileGain:DB$ ChangeZone | ValidTgts$ Card | Origin$ Graveyard | Destination$ Exile | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Select up to two target cards in graveyards. | RememberChanged$ True | SubAbility$ DBGainLife | SpellDescription$ Exile up to two target cards from graveyards. For each creature card exiled this way, you gain 1 life.
|
||||||
|
SVar:DBReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Select target creature or land card in your graveyard. | ValidTgts$ Creature.YouCtrl,Land.YouCtrl | SpellDescription$ Return target creature or land card from your graveyard to your hand.
|
||||||
|
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:X:Remembered$Valid Creature
|
||||||
|
Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI - Each player puts the top three cards of their library into their graveyard.\nII - Exile up to two target cards from graveyards. For each creature card exiled this way, you gain 1 life.\nIII - Return target creature or land card from your graveyard to your hand.
|
||||||
10
forge-gui/res/cardsfolder/upcoming/threnody_singer.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/threnody_singer.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Threnody Singer
|
||||||
|
ManaCost:1 U
|
||||||
|
Types:Creature Siren
|
||||||
|
PT:1/3
|
||||||
|
K:Flash
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature an opponent controls gets -X/-0 until end of turn, where X is your devotion to blue. (Each {U} in the mana costs of permanents you control counts toward your devotion to blue.)
|
||||||
|
SVar:DBPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | IsCurse$ True | NumAtt$ -X | References$ X |
|
||||||
|
SVar:X:Count$Devotion.Blue
|
||||||
|
Oracle:Flash\nFlying\nWhen Threnody Singer enters the battlefield, target creature an opponent controls gets -X/-0 until end of turn, where X is your devotion to blue. (Each {U} in the mana costs of permanents you control counts toward your devotion to blue.)
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Thundering Chariot
|
||||||
|
ManaCost:4
|
||||||
|
Types:Artifact Vehicle
|
||||||
|
PT:3/3
|
||||||
|
K:First Strike
|
||||||
|
K:Trample
|
||||||
|
K:Haste
|
||||||
|
K:Crew:1
|
||||||
|
Oracle:First strike, trample, haste\nCrew 1
|
||||||
10
forge-gui/res/cardsfolder/upcoming/treacherous_blessing.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/treacherous_blessing.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Treacherous Blessing
|
||||||
|
ManaCost:2 B
|
||||||
|
Types:Enchantment
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw three cards.
|
||||||
|
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 3
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever you cast a spell, you lose 1 life.
|
||||||
|
SVar:TrigLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ 1
|
||||||
|
T:Mode$ BecomesTarget | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ When CARDNAME becomes the target of a spell or ability, sacrifice it.
|
||||||
|
SVar:TrigSac:DB$ Sacrifice | ValidCard$ Card.Self
|
||||||
|
Oracle:When Treacherous Blessing enters the battlefield, draw three cards.\nWhenever you cast a spell, you lose 1 life.\nWhen Treacherous Blessing becomes the target of a spell, sacrifice it.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Treeshaker Chimera
|
||||||
|
ManaCost:5 G G
|
||||||
|
Types:Creature Chimera
|
||||||
|
PT:8/5
|
||||||
|
K:All creatures able to block CARDNAME do so.
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, draw three cards.
|
||||||
|
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 3
|
||||||
|
Oracle:All creatures able to block Treeshaker Chimera do so.\nWhen Treeshaker Chimera dies, draw three cards.
|
||||||
7
forge-gui/res/cardsfolder/upcoming/triton_waverider.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/triton_waverider.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Triton Waverider
|
||||||
|
ManaCost:3 U
|
||||||
|
Types:Creature Merfolk Wizard
|
||||||
|
PT:3/3
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Constellation - Whenever an enchantment enters the battlefield under your control, CARDNAME gets flying until end of turn.
|
||||||
|
SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Flying
|
||||||
|
Oracle:Constellation - Whenever an enchantment enters the battlefield under your control, Triton Waverider gets flying until end of turn.
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
Name:Tymaret Calls the Dead
|
||||||
|
ManaCost:2 B
|
||||||
|
Types:Enchantment Saga
|
||||||
|
K:Saga:3:DBMill,DBMill,DBGainLife
|
||||||
|
SVar:DBMill:DB$ Mill | Defined$ You | NumCards$ 3 | SubAbility$ DBChooseCard | SpellDescription$ Put the top three cards of your library into your graveyard. Then you may exile a creature or enchantment card from your graveyard. If you do, create a 2/2 black Zombie creature token.
|
||||||
|
SVar:DBChooseCard:DB$ ChooseCard | Choices$ Creature.YouCtrl,Enchantment.YouCtrl | Optional$ Yes | ChoiceTitle$ Choose a creature or enchantment to exile | ChoiceZone$ Graveyard | Amount$ 1 | AILogic$ WorstCard | SubAbility$ DBChangeZone
|
||||||
|
SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | Defined$ ChosenCard | RememberChanged$ True | SubAbility$ DBToken
|
||||||
|
SVar:DBToken:DB$ Token | LegacyImage$ b 2 2 zombie thb | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True
|
||||||
|
SVar:DBGainLife:DB$ GainLife | LifeAmount$ X | References$ X | SubAbility$ DBScry | SpellDescription$ You gain X life and scry X, where X is the number of Zombies you control.
|
||||||
|
SVar:DBScry:DB$ Scry | ScryNum$ X | References$ X
|
||||||
|
SVar:X:Count$Valid Zombie.YouCtrl
|
||||||
|
Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI,II — Put the top three cards of your library into your graveyard. Then you may exile a creature or enchantment card from your graveyard. If you do, create a 2/2 black Zombie creature token.\nIII — You gain X life and scry X, where X is the number of Zombies you control.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Underworld Rage-Hound
|
||||||
|
ManaCost:1 R
|
||||||
|
Types:Creature Elemental Hound
|
||||||
|
PT:3/1
|
||||||
|
K:CARDNAME attacks each combat if able.
|
||||||
|
K:Escape:3 R ExileFromGrave<3/Card.Other>
|
||||||
|
K:etbCounter:P1P1:1:ValidCard$ Card.Self+escaped:CARDNAME escapes with a +1/+1 counter on it.
|
||||||
|
Oracle:Underworld Rage-Hound attacks each combat if able.\nEscape — {3}{R}, Exile three other cards from your graveyard. (You may cast this card from your graveyard for its escape cost).\nUnderworld Rage-Hound escapes with a +1/+1 counter on it.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/underworld_sentinel.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/underworld_sentinel.txt
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Underworld Sentinel
|
||||||
|
ManaCost:3 B B
|
||||||
|
Types:Creature Skeleton Soldier
|
||||||
|
PT:4/5
|
||||||
|
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, exile target creature card from your graveyard.
|
||||||
|
SVar:TrigExile:DB$ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | RememberChanged$ True
|
||||||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, put all cards exiled with it onto the battlefield.
|
||||||
|
SVar:TrigReturn:DB$ ChangeZoneAll | ChangeType$ Card.IsRemembered+ExiledWithSource | Origin$ Exile | Destination$ Battlefield
|
||||||
|
Oracle:Whenever Underworld Sentinel attacks, exile target creature card from your graveyard.\nWhen Underworld Sentinel dies, put all cards exiled with it onto the battlefield.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Venomous Hierophant
|
||||||
|
ManaCost:3 B
|
||||||
|
Types:Creature Gorgon Cleric
|
||||||
|
PT:3/3
|
||||||
|
K:Deathtouch
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME enters the battlefield, put the top three cards of your library into your graveyard.
|
||||||
|
SVar:TrigMill:DB$Mill | NumCards$ 3 | Defined$ You
|
||||||
|
Oracle:Deathtouch\nWhen Venomous Hierophant enters the battlefield, put the top three cards of your library into your graveyard.
|
||||||
7
forge-gui/res/cardsfolder/upcoming/victorys_envoy.txt
Executable file
7
forge-gui/res/cardsfolder/upcoming/victorys_envoy.txt
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Victory's Envoy
|
||||||
|
ManaCost:3 W W
|
||||||
|
Types:Creature Human Cleric
|
||||||
|
PT:3/3
|
||||||
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounterAll | TriggerDescription$ At the beginning of your upkeep, put a +1/+1 counter on each other creature you control.
|
||||||
|
SVar:TrigPutCounterAll:DB$ PutCounterAll | ValidCards$ Creature.Other+YouCtrl | CounterType$ P1P1 | CounterNum$ 1
|
||||||
|
Oracle:At the beginning of your upkeep, put a +1/1 counter on each other creature you control.
|
||||||
7
forge-gui/res/cardsfolder/upcoming/voracious_typhon.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/voracious_typhon.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Voracious Typhon
|
||||||
|
ManaCost:2 G G
|
||||||
|
Types:Creature Snake Beast
|
||||||
|
PT:4/4
|
||||||
|
K:Escape:5 G G ExileFromGrave<4/Card.Other>
|
||||||
|
K:etbCounter:P1P1:3:ValidCard$ Card.Self+escaped:CARDNAME escapes with three +1/+1 counters on it.
|
||||||
|
Oracle:Escape — {5}{G}{G}, Exile four other cards from your graveyard. (You may cast this card from your graveyard for its escape cost).\nVoracious Typhon escapes with three +1/+1 counters on it.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/warbriar_blessing.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/warbriar_blessing.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Warbriar Blessing
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Enchant creature you control
|
||||||
|
A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature.YouCtrl | AILogic$ Pump
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFight | TriggerDescription$ When CARDNAME enters the battlefield, enchanted creature fights up to one target creature you don't control.
|
||||||
|
SVar:TrigFight:DB$ Fight | Defined$ Enchanted | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose up to one target creature you don't control | TargetMin$ 0 | TargetMax$ 1
|
||||||
|
S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddToughness$ 2 | Description$ Enchanted creature gets +0/+2.
|
||||||
|
Oracle:Enchant creature you control\nWhen Warbriar Blessing enters the battlefield, enchanted creature fights up to one target creature you don't control\nEnchanted creature gets +0/+2.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
Name:Warden of the Chained
|
||||||
|
ManaCost:1 R G
|
||||||
|
Types:Creature Minotaur Warrior
|
||||||
|
PT:4/4
|
||||||
|
K:Trample
|
||||||
|
S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't attack. | CheckSVar$ X | SVarCompare$ EQ0 | Description$ CARDNAME can't attack unless you control another creature with power 4 or greater.
|
||||||
|
SVar:X:Count$Valid Creature.powerGE4+YouCtrl+Other
|
||||||
|
Oracle:Trample\nWarden of the Chained can't attack unless you control another creature with power 4 or greater.
|
||||||
9
forge-gui/res/cardsfolder/upcoming/wolfwillow_haven.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/wolfwillow_haven.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Name:Wolfwillow Haven
|
||||||
|
ManaCost:1 G
|
||||||
|
Types:Enchantment Aura
|
||||||
|
K:Enchant land
|
||||||
|
A:SP$ Attach | Cost$ 1 G | ValidTgts$ Land | AILogic$ Pump
|
||||||
|
T:Mode$ TapsForMana | ValidCard$ Card.AttachedBy | Execute$ TrigMana | Static$ True | TriggerDescription$ Whenever enchanted land is tapped for mana, its controller adds an additional {G}.
|
||||||
|
SVar:TrigMana:DB$ Mana | Produced$ G | Amount$ 1 | Defined$ TriggeredCardController
|
||||||
|
A:AB$ Token | Cost$ 4 G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf thb | PlayerTurn$ True | SpellDescription$ Create a 2/2 green Wolf creature token. Activate this ability only during your turn.
|
||||||
|
Oracle:Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional {G}.\n{4}{G},Sacrifice Wolfwillow Haven: Create a 2/2 green Wolf creature token. Activate this ability only during your turn.
|
||||||
@@ -2,7 +2,7 @@ Name:Visage of Bolas
|
|||||||
ManaCost:4
|
ManaCost:4
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedNicol Bolas; the Deceiver | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedNicol Bolas; the Deceiver | ChangeNum$ 1 | Optional$ True
|
||||||
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add {U}.
|
A:AB$ Mana | Cost$ T | Produced$ U | SpellDescription$ Add {U}.
|
||||||
A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B}.
|
A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B}.
|
||||||
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R}.
|
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R}.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ Name:Vraska's Scorn
|
|||||||
ManaCost:2 B B
|
ManaCost:2 B B
|
||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ LoseLife | Cost$ 2 B B | ValidTgts$ Opponent | LifeAmount$ 4 | SubAbility$ DBSearch | SpellDescription$ Target opponent loses 4 life. You may search your library and/or graveyard for a card named Vraska, Scheming Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ LoseLife | Cost$ 2 B B | ValidTgts$ Opponent | LifeAmount$ 4 | SubAbility$ DBSearch | SpellDescription$ Target opponent loses 4 life. You may search your library and/or graveyard for a card named Vraska, Scheming Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedVraska; Scheming Gorgon | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedVraska; Scheming Gorgon | ChangeNum$ 1 | Optional$ True
|
||||||
DeckNeeds:Name$Vraska, Scheming Gorgon
|
DeckNeeds:Name$Vraska, Scheming Gorgon
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/vraskas_scorn.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/vraskas_scorn.jpg
|
||||||
Oracle:Target opponent loses 4 life. You may search your library and/or graveyard for a card named Vraska, Scheming Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Target opponent loses 4 life. You may search your library and/or graveyard for a card named Vraska, Scheming Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ ManaCost:4 B G
|
|||||||
Types:Sorcery
|
Types:Sorcery
|
||||||
A:SP$ Destroy | Cost$ 4 B G | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBGainLife | SpellDescription$ Destroy target creature. You gain life equal to its toughness. You may search your library and/or graveyard from a card named Vraska, Regal Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
A:SP$ Destroy | Cost$ 4 B G | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBGainLife | SpellDescription$ Destroy target creature. You gain life equal to its toughness. You may search your library and/or graveyard from a card named Vraska, Regal Gorgon, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | SubAbility$ DBCleanup | References$ X | SubAbility$ DBSearch
|
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | SubAbility$ DBCleanup | References$ X | SubAbility$ DBSearch
|
||||||
SVar:DBSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedVraska; Regal Gorgon | ChangeNum$ 1 | Optional$ True
|
SVar:DBSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedVraska; Regal Gorgon | ChangeNum$ 1 | Optional$ True
|
||||||
SVar:X:TargetedLKI$CardToughness
|
SVar:X:TargetedLKI$CardToughness
|
||||||
DeckNeeds:Name$Vraska, Regal Gorgon
|
DeckNeeds:Name$Vraska, Regal Gorgon
|
||||||
Oracle:Destroy target creature. You gain life equal to its toughness. You may search your library and/or graveyard from a card named Vraska, Regal Gorgon, reveal it, and put it in to your hand. If you search your library this way, shuffle it.
|
Oracle:Destroy target creature. You gain life equal to its toughness. You may search your library and/or graveyard from a card named Vraska, Regal Gorgon, reveal it, and put it in to your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ Types:Creature Bird
|
|||||||
PT:2/4
|
PT:2/4
|
||||||
K:Flying
|
K:Flying
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Mu Yanling, Celestial Wind, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library and/or graveyard for a card named Mu Yanling, Celestial Wind, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library,Graveyard | Destination$ Hand | ChangeType$ Card.namedMu Yanling; Celestial Wind | ChangeNum$ 1 | Optional$ True
|
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | OriginChoice$ True | OriginAlternative$ Graveyard | AlternativeMessage$ Would you like to search your library with this ability? If you do, your library will be shuffled. | Destination$ Hand | ChangeType$ Card.namedMu Yanling; Celestial Wind | ChangeNum$ 1 | Optional$ True
|
||||||
DeckHints:Name$Mu Yanling, Celestial Wind
|
DeckHints:Name$Mu Yanling, Celestial Wind
|
||||||
Oracle:Flying\nWhen Yanling's Harbinger enters the battlefield, you may search your library and/or graveyard for a card named Mu Yanling, Celestial Wind, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
Oracle:Flying\nWhen Yanling's Harbinger enters the battlefield, you may search your library and/or graveyard for a card named Mu Yanling, Celestial Wind, reveal it, and put it into your hand. If you search your library this way, shuffle it.
|
||||||
|
|||||||
@@ -11,32 +11,83 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
|||||||
4 U Banishing Light
|
4 U Banishing Light
|
||||||
7 U Commanding Presence
|
7 U Commanding Presence
|
||||||
9 U Daxos, Blessed by the Sun
|
9 U Daxos, Blessed by the Sun
|
||||||
23 C Indomitable Will
|
14 M Elspeth, Sun's Nemesis
|
||||||
26 C Karametra’s Blessing
|
23 C Hero of the Winds
|
||||||
|
25 C Indomitable Will
|
||||||
|
26 C Karametra's Blessing
|
||||||
28 C Leonin of the Lost Pride
|
28 C Leonin of the Lost Pride
|
||||||
|
29 C Nyxborn Courser
|
||||||
|
31 U Phalanx Tactics
|
||||||
|
32 C Pious Wayfarer
|
||||||
|
34 C Revoke Existence
|
||||||
42 U Alirios, Enraptured
|
42 U Alirios, Enraptured
|
||||||
43 R Ashiok's Erasure
|
43 R Ashiok's Erasure
|
||||||
48 C Eidolon of Philosophy
|
48 C Eidolon of Philosophy
|
||||||
51 C Ichthyomorphosis
|
51 C Ichthyomorphosis
|
||||||
|
54 C Memory Drain
|
||||||
|
53 U Medomai's Prophecy
|
||||||
|
56 C Naiad of Hidden Coves
|
||||||
|
57 C Nyxborn Seaguard
|
||||||
|
58 C Omen of the Sea
|
||||||
|
75 U Threnody Singer
|
||||||
|
76 C Triton Waverider
|
||||||
|
96 C Fruit of Tizerus
|
||||||
|
99 U Gray Merchant of Asphodel
|
||||||
102 U Inevitable End
|
102 U Inevitable End
|
||||||
|
104 U Minion's Return
|
||||||
|
106 C Mire's Grasp
|
||||||
|
109 C Nyxborn Marauder
|
||||||
|
110 C Omen of the Dead
|
||||||
|
113 C Rage-Scarred Berserker
|
||||||
|
117 R Treacherous Blessing
|
||||||
|
118 R Tymaret Calls the Dead
|
||||||
|
121 U Underworld Dreams
|
||||||
|
122 C Venomous Hierophant
|
||||||
|
124 R The Akroan War
|
||||||
126 C Arena Trickster
|
126 C Arena Trickster
|
||||||
136 U Furious Rise
|
136 U Furious Rise
|
||||||
138 U Heroes of the Revel
|
138 U Heroes of the Revel
|
||||||
140 C Incendiary Oracle
|
140 C Incendiary Oracle
|
||||||
141 C Infuriate
|
141 C Infuriate
|
||||||
142 C Iroas’s Blessing
|
142 C Iroas's Blessing
|
||||||
143 C Irreverent Revelers
|
143 C Irreverent Revelers
|
||||||
|
144 C Nyxborn Brute
|
||||||
|
149 C Portent of Betrayal
|
||||||
|
152 C Satyr's Cunning
|
||||||
|
159 C Thrill of Possibility
|
||||||
|
163 C Underworld Rage-Hound
|
||||||
|
164 C Wrap in Flames
|
||||||
164 C Aspect of Lamprey
|
164 C Aspect of Lamprey
|
||||||
|
166 U The Binding of the Titans
|
||||||
|
167 C Chainweb Aracnir
|
||||||
174 C Ilysian Caryatid
|
174 C Ilysian Caryatid
|
||||||
176 U Klothys's Design
|
176 U Klothys's Design
|
||||||
|
187 C Nylea's Huntmaster
|
||||||
|
191 C Nyxborn Colossus
|
||||||
|
192 C Omen of the Hunt
|
||||||
|
198 R Setessan Champion
|
||||||
|
200 C Setessan Skirmisher
|
||||||
|
201 C Setessan Training
|
||||||
|
202 C Skola Grovedancer
|
||||||
|
203 C Voracious Typhon
|
||||||
|
204 C Warbriar Blessing
|
||||||
|
205 U Wolfwillow Haven
|
||||||
|
207 R Allure of the Unknown
|
||||||
208 M Ashiok, Nightmare Muse
|
208 M Ashiok, Nightmare Muse
|
||||||
|
217 R Gallia of the Endless Dance
|
||||||
219 U Hero of the Nyxborn
|
219 U Hero of the Nyxborn
|
||||||
|
220 M Klothys, God of Destiny
|
||||||
|
228 U Staggering Insight
|
||||||
|
230 U Warden of the Chained
|
||||||
|
238 C Thaumaturge's Familiar
|
||||||
|
239 U Thundering Chariot
|
||||||
243 R Labyrinth of Skophos
|
243 R Labyrinth of Skophos
|
||||||
250 L Plains
|
250 L Plains
|
||||||
251 L Island
|
251 L Island
|
||||||
252 L Swamp
|
252 L Swamp
|
||||||
253 L Mountain
|
253 L Mountain
|
||||||
254 L Forest
|
254 L Forest
|
||||||
|
258 U Daxos, Blessed by the Sun
|
||||||
269 M Athreos, Shroud-Veiled
|
269 M Athreos, Shroud-Veiled
|
||||||
270 M Elspeth, Undaunted Hero
|
270 M Elspeth, Undaunted Hero
|
||||||
274 M Ashiok, Sculptor of Fears
|
274 M Ashiok, Sculptor of Fears
|
||||||
@@ -50,10 +101,23 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
|||||||
285 L Mountain
|
285 L Mountain
|
||||||
286 L Forest
|
286 L Forest
|
||||||
287 L Forest
|
287 L Forest
|
||||||
|
288 R Grasping Giant
|
||||||
|
289 R Victory’s Envoy
|
||||||
|
290 R Sphinx Mindbreaker
|
||||||
|
291 R Serpent of Yawning Depths
|
||||||
|
292 R Demon of Loathing
|
||||||
|
293 R Underworld Sentinel
|
||||||
|
294 R Deathbellow War Cry
|
||||||
|
295 R Terror of Mount Velus
|
||||||
|
296 R Ironscale Hydra
|
||||||
|
297 R Treeshaker Chimera
|
||||||
|
331 R Setessan Champion
|
||||||
|
|
||||||
|
|
||||||
[tokens]
|
[tokens]
|
||||||
r_2_2_satyr_noblock
|
b_2_2_zombie
|
||||||
|
g_2_2_wolf
|
||||||
|
r_1_1_satyr_noblock
|
||||||
u_3_2_reflection
|
u_3_2_reflection
|
||||||
ub_2_3_nightmare_mill
|
ub_2_3_nightmare_mill
|
||||||
w_1_1_human_soldier
|
w_1_1_human_soldier
|
||||||
@@ -2,6 +2,6 @@ Name:Satyr
|
|||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Types:Creature Satyr
|
Types:Creature Satyr
|
||||||
Colors:red
|
Colors:red
|
||||||
PT:2/2
|
PT:1/1
|
||||||
K:CARDNAME can't block.
|
K:CARDNAME can't block.
|
||||||
Oracle:This creature can't block.
|
Oracle:This creature can't block.
|
||||||
Reference in New Issue
Block a user