Merge branch 'new_cards' into 'master'

Adding Xantcha and Spellseeker

See merge request core-developers/forge!872
This commit is contained in:
Michael Kamensky
2018-08-22 16:20:20 +00:00
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Name:Spellseeker
ManaCost:2 U
Types:Creature Human Wizard
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for an instant or sorcery card with converted mana cost 2 or less, reveal it, put it into your hand, then shuffle your library.
SVar:TrigChange:DB$ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Instant.cmcLE2,Sorcery.cmcLE2 | ChangeNum$ 1
Oracle:When Spellseeker enters the battlefield, you may search your library for an instant or sorcery card with converted mana cost 2 or less, reveal it, put it into your hand, then shuffle your library.

View File

@@ -0,0 +1,13 @@
Name:Xantcha, Sleeper Agent
ManaCost:1 B R
Types:Legendary Creature Minion
PT:5/5
K:CARDNAME attacks each combat if able.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChoose | TriggerDescription$ When CARDNAME enters the battlefield, an opponent gains control of it.
SVar:TrigChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | ChoiceTitle$ Choose an opponent to give control to: | AILogic$ Curse | SubAbility$ DBDonate
SVar:DBDonate:DB$ GainControl | Defined$ Self | NewController$ Player.Chosen | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True
S:Mode$ CantAttack | ValidCard$ Card.Self | Target$ Player.CardOwner,Planeswalker.ControlledBy Player.CardOwner | Description$ CARDNAME cant attack its owner or planeswalkers its owner controls.
A:AB$ Draw | Cost$ 3 | NumCards$ 1 | AnyPlayer$ True | SubAbility$ DBLoseLife | SpellDescription$ Xantchas controller loses 2 life and you draw a card. Any player may activate this ability.
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | Defined$ CardController
Oracle:As Xantcha, Sleeper Agent enters the battlefield, an opponent of your choice gains control of it.\nXantcha attacks each combat if able and cant attack its owner or planeswalkers its owner controls.\n{3}: Xantchas controller loses 2 life and you draw a card. Any player may activate this ability.