Skip to content

Commit

Permalink
Add files via upload (Card-Forge#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
dracontes authored Mar 4, 2024
1 parent 624f4ff commit 8df339b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions forge-gui/res/cardsfolder/upcoming/white_glove_gourmand.txt
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions forge-gui/res/cardsfolder/upcoming/wild_wasteland.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8df339b

Please sign in to comment.