mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'new_cards' into 'master'
Adding Xantcha and Spellseeker See merge request core-developers/forge!872
This commit is contained in:
7
forge-gui/res/cardsfolder/s/spellseeker.txt
Normal file
7
forge-gui/res/cardsfolder/s/spellseeker.txt
Normal 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.
|
||||||
13
forge-gui/res/cardsfolder/x/xantcha_sleeper_agent.txt
Normal file
13
forge-gui/res/cardsfolder/x/xantcha_sleeper_agent.txt
Normal 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 can’t attack its owner or planeswalkers its owner controls.
|
||||||
|
A:AB$ Draw | Cost$ 3 | NumCards$ 1 | AnyPlayer$ True | SubAbility$ DBLoseLife | SpellDescription$ Xantcha’s 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 can’t attack its owner or planeswalkers its owner controls.\n{3}: Xantcha’s controller loses 2 life and you draw a card. Any player may activate this ability.
|
||||||
Reference in New Issue
Block a user