From 7eb6518aeea5314f28a4e72e10d0ee250fad5fbd Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Sun, 7 May 2023 13:46:46 +0200 Subject: [PATCH] update --- .../cardsfolder/upcoming/delighted_halfling.txt | 8 ++++++++ .../upcoming/lobelia_sackville_baggins.txt | 14 ++++++++++++++ .../res/cardsfolder/upcoming/wizards_rockets.txt | 12 ++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/delighted_halfling.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/lobelia_sackville_baggins.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/wizards_rockets.txt diff --git a/forge-gui/res/cardsfolder/upcoming/delighted_halfling.txt b/forge-gui/res/cardsfolder/upcoming/delighted_halfling.txt new file mode 100644 index 00000000000..217449050d2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/delighted_halfling.txt @@ -0,0 +1,8 @@ +Name:Delighted Halfling +ManaCost:G +Types:Creature Halfling Citizen +PT:1/2 +A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. +A:AB$ Mana | Cost$ T | Produced$ Any | RestrictValid$ Spell.Legendary | AddsNoCounter$ True | SpellDescription$ Add one mana of any color. Spend this mana only to cast a legendary spell, and that spell can't be countered. +DeckNeeds:Type$Legendary +Oracle:{T}: Add {C}\n{T}: Add one mana of any color. Spend this mana only to cast a legendary spell, and that spell can't be countered. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/lobelia_sackville_baggins.txt b/forge-gui/res/cardsfolder/upcoming/lobelia_sackville_baggins.txt new file mode 100644 index 00000000000..4cd6d6b1ba6 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/lobelia_sackville_baggins.txt @@ -0,0 +1,14 @@ +Name:Lobelia Sackville-Baggins +ManaCost:2 B +Types:Creature Halfling Citizen +PT:2/3 +K:Flash +K:Menace +T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target creature card from an opponent's graveyard that was put there from the battlefield this turn, then create X Treasure tokens, where X is the exiled card's power. +SVar:TrigExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature.ThisTurnEnteredFrom_Battlefield+OppCtrl | TgtPrompt$ Select target creature card from an opponents graveyard that was put there from the battlefield this turn | RememberChanged$ True | SubAbility$ DBToken +SVar:DBToken:DB$ Token | TokenScript$ c_a_treasure_sac | TokenAmount$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Remembered$CardPower +AI:RemoveDeck:All +DeckHas:Ability$Graveyard|Token & Type$Artifact|Treasure +Oracle:Flash\nMenace\nWhen Lobelia Sackville-Baggins enters the battlefield, exile target creature card from an opponent's graveyard that was put there from the battlefield this turn, then create X Treasure tokens, where X is the exiled card's power. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/wizards_rockets.txt b/forge-gui/res/cardsfolder/upcoming/wizards_rockets.txt new file mode 100644 index 00000000000..dd87bac9d61 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/wizards_rockets.txt @@ -0,0 +1,12 @@ +Name:Wizard's Rockets +ManaCost:1 +Types:Artifact +K:CARDNAME enters the battlefield tapped. +A:AB$ Mana | Cost$ X T Sac<1/CARDNAME> | Produced$ Combo Any | Amount$ X | SpellDescription$ Add X mana in any combination of colors. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, draw a card. +SVar:TrigDraw:DB$ Draw | Defined$ TriggeredCardController | NumCards$ 1 +SVar:X:Count$xPaid +AI:RemoveDeck:All +DeckHas:Ability$Sacrifice +SVar:SacMe:1 +Oracle:Wizard's Rockets enters the battlefield tapped.\n{X}, {T}, Sacrifice Wizard's Rockets: Add X mana in any combination of colors.\nWhen Wizard's Rockets is put into a graveyard from the battlefield, draw a card. \ No newline at end of file