diff --git a/forge-gui/res/cardsfolder/upcoming/white_glove_gourmand.txt b/forge-gui/res/cardsfolder/upcoming/white_glove_gourmand.txt new file mode 100644 index 00000000000..cd3ab2847db --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/white_glove_gourmand.txt @@ -0,0 +1,12 @@ +Name:White Glove Gourmand +ManaCost:2 W B +Types:Creature Human Noble +PT:2/2 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigHumanToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Human Soldier creature tokens. +SVar:TrigHumanToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigFoodToken | TriggerDescription$ At the beginning of your end step, if another Human died under your control this turn, create a Food token. +SVar:TrigFoodToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You +SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Human.Other+YouCtrl +DeckHas:Ability$Token|Food +DeckHints:Type$Human +Oracle:When White Glove Gourmand enters the battlefield, create two 1/1 white Human Soldier creature tokens.\nAt the beginning of your end step, if another Human died under your control this turn, create a Food token. diff --git a/forge-gui/res/cardsfolder/upcoming/wild_wasteland.txt b/forge-gui/res/cardsfolder/upcoming/wild_wasteland.txt new file mode 100644 index 00000000000..e19bfd1b5af --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/wild_wasteland.txt @@ -0,0 +1,10 @@ +Name:Wild Wasteland +ManaCost:2 R +Types:Enchantment +R:Event$ BeginPhase | ActiveZones$ Battlefield | ValidPlayer$ You | Phase$ Draw | Skip$ True | Description$ Skip your draw step. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ ExileTwo | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, exile the top two cards of your library. You may play those cards this turn. +SVar:ExileTwo:DB$ Dig | Defined$ You | DigNum$ 2 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | RememberObjects$ RememberedCard | StaticAbilities$ STPlay | SubAbility$ DBCleanup | ForgetOnMoved$ Exile | Duration$ EndOfTurn +SVar:STPlay:Mode$ Continuous | MayPlay$ True | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ Until the end of your next turn, you may play the exiled cards. +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +Oracle:Skip your draw step.\nAt the beginning of your upkeep, exile the top two cards of your library. You may play those cards this turn.