diff --git a/forge-gui/res/cardsfolder/b/boreas_charger.txt b/forge-gui/res/cardsfolder/b/boreas_charger.txt new file mode 100644 index 00000000000..2bc19f99a2a --- /dev/null +++ b/forge-gui/res/cardsfolder/b/boreas_charger.txt @@ -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. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/endless_atlas.txt b/forge-gui/res/cardsfolder/e/endless_atlas.txt new file mode 100644 index 00000000000..2c5b2f3a51c --- /dev/null +++ b/forge-gui/res/cardsfolder/e/endless_atlas.txt @@ -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. diff --git a/forge-gui/res/cardsfolder/e/ever_watching_threshold.txt b/forge-gui/res/cardsfolder/e/ever_watching_threshold.txt new file mode 100644 index 00000000000..29d76f8fcd8 --- /dev/null +++ b/forge-gui/res/cardsfolder/e/ever_watching_threshold.txt @@ -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. \ No newline at end of file