From dd20c8caf0363a01dd03bf875dc227977c71acae Mon Sep 17 00:00:00 2001 From: Hythonia Date: Mon, 29 Mar 2021 19:49:27 +0200 Subject: [PATCH] STX: Some more cards --- .../res/cardsfolder/upcoming/bury_in_books.txt | 8 ++++++++ forge-gui/res/cardsfolder/upcoming/go_blank.txt | 6 ++++++ .../cardsfolder/upcoming/thrilling_discovery.txt | 7 +++++++ .../cardsfolder/upcoming/thunderous_orator.txt | 16 ++++++++++++++++ 4 files changed, 37 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/bury_in_books.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/go_blank.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/thrilling_discovery.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/thunderous_orator.txt diff --git a/forge-gui/res/cardsfolder/upcoming/bury_in_books.txt b/forge-gui/res/cardsfolder/upcoming/bury_in_books.txt new file mode 100644 index 00000000000..8329ed3d214 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/bury_in_books.txt @@ -0,0 +1,8 @@ +Name:Bury in Books +ManaCost:4 U +Types:Instant +S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ CostReduction | Relative$ True | EffectZone$ All | Description$ This spell costs {2} less to cast if it targets an attacking creature. +SVar:CostReduction:Count$Compare CheckTgt GE1.2.0 +SVar:CheckTgt:Targeted$Valid Creature.attacking +A:SP$ ChangeZone | Cost$ 4 U | Origin$ Battlefield | Destination$ Library | ValidTgts$ Creature | LibraryPosition$ 1 | SpellDescription$ Put target creature into its owner's library second from the top. +Oracle:This spell costs {2} less to cast if it targets an attacking creature.\nPut target creature into its owner's library second from the top. diff --git a/forge-gui/res/cardsfolder/upcoming/go_blank.txt b/forge-gui/res/cardsfolder/upcoming/go_blank.txt new file mode 100644 index 00000000000..b9a77c463ed --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/go_blank.txt @@ -0,0 +1,6 @@ +Name:Go Blank +ManaCost:2 B +Types:Sorcery +A:SP$ Discard | Cost$ 2 B | ValidTgts$ Player | TgtPrompt$ Select target player | NumCards$ 2 | Mode$ TgtChoose | SubAbility$ DBChangeZoneAll | SpellDescription$ Target player discards two cards. +SVar:DBChangeZoneAll:DB$ ChangeZoneAll | Defined$ ParentTarget | ChangeType$ Card | Origin$ Graveyard | Destination$ Exile | SpellDescription$ Then exile all cards from that player's graveyard. +Oracle:Target player discards two cards. Then exile all cards from that player's graveyard. diff --git a/forge-gui/res/cardsfolder/upcoming/thrilling_discovery.txt b/forge-gui/res/cardsfolder/upcoming/thrilling_discovery.txt new file mode 100644 index 00000000000..f5135e5508e --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/thrilling_discovery.txt @@ -0,0 +1,7 @@ +Name:Thrilling Discovery +ManaCost:R W +Types:Sorcery +A:SP$ GainLife | Cost$ R W | LifeAmount$ 2 | SubAbility$ DBDraw | SpellDescription$ You gain 2 life. +SVar:DBDraw:DB$ Draw | NumCards$ 3 | UnlessCost$ Discard<2/Card> | UnlessPayer$ You | UnlessSwitched$ True | StackDescription$ {p:You} may discard two cards. If they do, they draw three cards. | SpellDescription$ Then you may discard two cards. If you do, draw three cards. +DeckHas:Ability$Discard & Ability$Lifegain +Oracle:You gain 2 life. Then you may discard two cards. If you do, draw three cards. diff --git a/forge-gui/res/cardsfolder/upcoming/thunderous_orator.txt b/forge-gui/res/cardsfolder/upcoming/thunderous_orator.txt new file mode 100644 index 00000000000..544b330f48b --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/thunderous_orator.txt @@ -0,0 +1,16 @@ +Name:Thunderous Orator +ManaCost:1 W +Types:Creature Kor Wizard +PT:2/2 +K:Vigilance +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ PumpFlying | TriggerDescription$ Whenever CARDNAME attacks, it gains flying until end of turn if you control a creature with flying. The same is true for first strike, double strike, deathtouch, indestructible, lifelink, menace, and trample. +SVar:PumpFlying:DB$ Pump | KW$ Flying | ConditionPresent$ Creature.YouCtrl+withFlying | SubAbility$ PumpFirstStrike +SVar:PumpFirstStrike:DB$ Pump | KW$ First Strike | ConditionPresent$ Creature.YouCtrl+withFirst Strike | SubAbility$ PumpDoubleStrike +SVar:PumpDoubleStrike:DB$ Pump | KW$ Double Strike | ConditionPresent$ Creature.YouCtrl+withDouble Strike | SubAbility$ PumpDeathtouch +SVar:PumpDeathtouch:DB$ Pump | KW$ Deathtouch | ConditionPresent$ Creature.YouCtrl+withDeathtouch | SubAbility$ PumpIndestructible +SVar:PumpIndestructible:DB$ Pump | KW$ Indestructible | ConditionPresent$ Creature.YouCtrl+withIndestructible | SubAbility$ PumpLifelink +SVar:PumpLifelink:DB$ Pump | KW$ Lifelink | ConditionPresent$ Creature.YouCtrl+withLifelink | SubAbility$ PumpMenace +SVar:PumpMenace:DB$ Pump | KW$ Menace | ConditionPresent$ Creature.YouCtrl+withMenace | SubAbility$ PumpTrample +SVar:PumpTrample:DB$ Pump | KW$ Trample | ConditionPresent$ Creature.YouCtrl+withTrample +DeckHints:Keyword$Flying & Keyword$First Strike & Keyword$Double Strike & Keyword$Deathtouch & Keyword$Indestructible & Keyword$Lifelink & Keyword$Menace & Keyword$Trample +Oracle:Vigilance\nWhenever Thunderous Orator attacks, it gains flying until end of turn if you control a creature with flying. The same is true for first strike, double strike, deathtouch, indestructible, lifelink, menace, and trample.