Boreas Charger, Endless Atlas, Ever-Watching Threshold

This commit is contained in:
tehdiplomat
2018-08-14 08:35:38 -04:00
parent c45cf8df10
commit 28c2aceba3
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Name:Boreas Charger
ManaCost:2 W
Types:Creature Pegasus
PT:2/1
K:Flying
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigChooseOpp | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, choose an opponent who controls more lands than you. Search your library for a number of Plains cards equal to the difference and reveal them. Put one of them onto the battlefield tapped and the rest into your hand. Then shuffle your library.
SVar:TrigChooseOpp:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent+withMoreLandsThanYou | RememberChosen$ True | SubAbility$ TrigSearchHand
SVar:TrigSearchHand:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Plains.YouCtrl | ChangeNum$ Z | References$ X,Y,Z | NoShuffle$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GE2 | StackDescription$ None | SubAbility$ TrigSearchPlay
SVar:TrigSearchPlay:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Plains.YouCtrl | ChangeNum$ 1 | StackDescription$ None | NoLooking$ True | Tapped$ True | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosen$ True
SVar:X:Count$Valid Land.RememberedPlayerCtrl/Minus.Y
SVar:Y:Count$Valid Land.YouCtrl
SVar:Z:SVar$X/Minus.1
Oracle:Flying\nWhen Boreas Charger leaves the battlefield, choose an opponent who controls more lands than you. Search your library for a number of Plains cards equal to the difference and reveal them. Put one of them onto the battlefield tapped and the rest into your hand. Then shuffle your library.

View File

@@ -0,0 +1,6 @@
Name:Endless Atlas
ManaCost:2
Types:Artifact
A:AB$ Draw | Cost$ 2 T | CheckSvar$ X | SVarCompare$ GE3 | Refences$ X | SpellDescription$ Draw a card. Activate this ability only if you control three or more lands with the same name.
SVar:X:Count$MostCardName Land.YouCtrl
Oracle:2, T: Draw a card. Activate this ability only if you control three or more lands with the same name.

View File

@@ -0,0 +1,6 @@
Name:Ever-Watching Threshold
ManaCost:2 U
Types:Enchantment
T:Mode$ AttackersDeclared | Execute$ TrigDraw | TriggerZones$ Battlefield | AttackedTarget$ You,Planeswalker.YouCtrl | TriggerDescription$ Whenever an opponent attacks you and/or a planeswalker you control with one or more creatures, draw a card.
SVar:TrigDraw:DB$ Draw | NumCards$ 1 | Defined$ You
Oracle:Whenever an opponent attacks you and/or a planeswalker you control with one or more creatures, draw a card.