mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Boreas Charger, Endless Atlas, Ever-Watching Threshold
This commit is contained in:
14
forge-gui/res/cardsfolder/b/boreas_charger.txt
Normal file
14
forge-gui/res/cardsfolder/b/boreas_charger.txt
Normal 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.
|
||||
6
forge-gui/res/cardsfolder/e/endless_atlas.txt
Normal file
6
forge-gui/res/cardsfolder/e/endless_atlas.txt
Normal 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.
|
||||
6
forge-gui/res/cardsfolder/e/ever_watching_threshold.txt
Normal file
6
forge-gui/res/cardsfolder/e/ever_watching_threshold.txt
Normal 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.
|
||||
Reference in New Issue
Block a user