mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Vanguard: added Enigma Sphinx Avatar
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3355,6 +3355,7 @@ res/cardsfolder/e/engulfing_flames.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/e/engulfing_slagwurm.txt svneol=native#text/plain
|
res/cardsfolder/e/engulfing_slagwurm.txt svneol=native#text/plain
|
||||||
res/cardsfolder/e/enigma_eidolon.txt svneol=native#text/plain
|
res/cardsfolder/e/enigma_eidolon.txt svneol=native#text/plain
|
||||||
res/cardsfolder/e/enigma_sphinx.txt svneol=native#text/plain
|
res/cardsfolder/e/enigma_sphinx.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/e/enigma_sphinx_avatar.txt -text
|
||||||
res/cardsfolder/e/enlarge.txt -text
|
res/cardsfolder/e/enlarge.txt -text
|
||||||
res/cardsfolder/e/enlightened_tutor.txt svneol=native#text/plain
|
res/cardsfolder/e/enlightened_tutor.txt svneol=native#text/plain
|
||||||
res/cardsfolder/e/enlisted_wurm.txt svneol=native#text/plain
|
res/cardsfolder/e/enlisted_wurm.txt svneol=native#text/plain
|
||||||
|
|||||||
12
res/cardsfolder/e/enigma_sphinx_avatar.txt
Normal file
12
res/cardsfolder/e/enigma_sphinx_avatar.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Enigma Sphinx Avatar
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Vanguard
|
||||||
|
HandLifeModifier:+0/+5
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Artifact.nonColorless | ValidActivatingPlayer$ You | CheckSVar$ NumColoredCast | SVarCompare$ EQ1 | Execute$ TrigSearch | TriggerZones$ Command | TriggerDescription$ Whenever you cast a colored artifact spell for the first time in a turn, search your library for a colored artifact card chosen at random whose converted mana cost is less than that spell's converted mana cost. You may play that card without paying its mana cost. If you don't, put that card on the bottom of your library.
|
||||||
|
SVar:TrigSearch:AB$ ChangeZone | Cost$ 0 | AtRandom$ True | Origin$ Library | Destination$ Library | LibraryPosition$ -1 | ChangeType$ Artifact.nonColorless+cmcLTX | ChangeNum$ 1 | References$ X | RememberChanged$ True | SubAbility$ DBPlay
|
||||||
|
SVar:DBPlay:DB$ Play | Defined$ Remembered | Controller$ You | WithoutManaCost$ True | Optional$ True | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:NumColoredCast:Count$ThisTurnCast_Artifact.nonColorless+YouCtrl
|
||||||
|
SVar:X:Count$TriggeredCardManaCost
|
||||||
|
SVar:Picture:http://www.cardforge.org/fpics/vgd-lq/enigma_sphinx_avatar.jpg
|
||||||
|
Oracle:Hand +0, life +5\nWhenever you cast a colored artifact spell for the first time in a turn, search your library for a colored artifact card chosen at random whose converted mana cost is less than that spell's converted mana cost. You may play that card without paying its mana cost. If you don't, put that card on the bottom of your library.
|
||||||
Reference in New Issue
Block a user