mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Endless Horizons.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -2660,6 +2660,7 @@ res/cardsfolder/e/encroach.txt svneol=native#text/plain
|
||||
res/cardsfolder/e/endangered_armodon.txt svneol=native#text/plain
|
||||
res/cardsfolder/e/endbringers_revel.txt svneol=native#text/plain
|
||||
res/cardsfolder/e/endless_cockroaches.txt svneol=native#text/plain
|
||||
res/cardsfolder/e/endless_horizons.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/e/endless_ranks_of_the_dead.txt -text
|
||||
res/cardsfolder/e/endless_scream.txt -text
|
||||
res/cardsfolder/e/endless_swarm.txt -text
|
||||
|
||||
13
res/cardsfolder/e/endless_horizons.txt
Normal file
13
res/cardsfolder/e/endless_horizons.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Endless Horizons
|
||||
ManaCost:3 W
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, search your library for any number of Plains cards and exile them. Then shuffle your library.
|
||||
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Exile | ChangeType$ Plains | ChangeNum$ X | RememberChanged$ True
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigRetrieve | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, you may put a card you own exiled with CARDNAME into your hand.
|
||||
SVar:TrigRetrieve:AB$ ChangeZone | Cost$ 0 | ChangeType$ Card.IsRemembered+YouOwn | ChangeNum$ 1 | Origin$ Exile | Destination$ Hand | Hidden$ True
|
||||
SVar:X:Count$TypeInYourLibrary.Plains
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/endless_horizons.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user