From 097d0689b565e4efce5e551d51429d26c8dc76ef Mon Sep 17 00:00:00 2001 From: nthoron <51097546+nthoron@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:30:29 -0700 Subject: [PATCH] Four new OTJ cards (#4987) * Four new OTJ cards Added Resilient Roadrunner, Raucous Entertainer, Reach for the Sky, and Redrock Sentinel. * Update redrock_sentinel.txt * Update raucous_entertainer.txt --------- Co-authored-by: tool4ever --- .../res/cardsfolder/upcoming/raucous_entertainer.txt | 6 ++++++ .../res/cardsfolder/upcoming/reach_for_the_sky.txt | 11 +++++++++++ .../res/cardsfolder/upcoming/redrock_sentinel.txt | 8 ++++++++ .../res/cardsfolder/upcoming/resilient_roadrunner.txt | 9 +++++++++ 4 files changed, 34 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/raucous_entertainer.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/reach_for_the_sky.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/redrock_sentinel.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/resilient_roadrunner.txt diff --git a/forge-gui/res/cardsfolder/upcoming/raucous_entertainer.txt b/forge-gui/res/cardsfolder/upcoming/raucous_entertainer.txt new file mode 100644 index 00000000000..57a1031b907 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/raucous_entertainer.txt @@ -0,0 +1,6 @@ +Name:Raucous Entertainer +ManaCost:1 G +Types:Creature Plant Bard +PT:2/2 +A:AB$ PutCounterAll | Cost$ 1 T | ValidCards$ Creature.YouCtrl+ThisTurnEntered | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on each creature you control that entered the battlefield this turn. +Oracle:{1}, {T}: Put a +1/+1 counter on each creature you control that entered the battlefield this turn. diff --git a/forge-gui/res/cardsfolder/upcoming/reach_for_the_sky.txt b/forge-gui/res/cardsfolder/upcoming/reach_for_the_sky.txt new file mode 100644 index 00000000000..1e8087efccb --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/reach_for_the_sky.txt @@ -0,0 +1,11 @@ +Name:Reach for the Sky +ManaCost:3 G +Types:Enchantment Aura +K:Flash +K:Enchant creature +A:SP$ Attach | ValidTgts$ Creature | AILogic$ Pump +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddToughness$ 2 | AddKeyword$ Reach | Description$ Enchanted creature gets +3/+2 and has reach. +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 +SVar:SacMe:2 +Oracle:Flash\nEnchant creature\nEnchanted creature gets +3/+2 and has reach.\nWhen Reach for the Sky is put into a graveyard from the battlefield, draw a card. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/redrock_sentinel.txt b/forge-gui/res/cardsfolder/upcoming/redrock_sentinel.txt new file mode 100644 index 00000000000..6acf9092190 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/redrock_sentinel.txt @@ -0,0 +1,8 @@ +Name:Redrock Sentinel +ManaCost:3 +Types: Artifact Creature Golem +K:Defender +PT:2/4 +A:AB$ Draw | Cost$ 2 T Sac<1/Land> | NumCards$1 | SubAbility$ DBTreasure | SpellDescription$ Draw a card and create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.") +SVar:DBTreasure:DB$ Token | TokenScript$ c_a_treasure_sac +Oracle:Defender\n{2}, {T}, Sacrifice a land: Draw a card and create a Treasure token. (It’s an artifact with “{T}, Sacrifice this artifact: Add one mana of any color.”) diff --git a/forge-gui/res/cardsfolder/upcoming/resilient_roadrunner.txt b/forge-gui/res/cardsfolder/upcoming/resilient_roadrunner.txt new file mode 100644 index 00000000000..b0d5032a876 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/resilient_roadrunner.txt @@ -0,0 +1,9 @@ +Name:Resilient Roadrunner +ManaCost:1 R +Types:Creature Bird +PT:2/2 +K:Haste +K:Protection:Coyote +A:AB$ Effect | Cost$ 3 | StaticAbilities$ KWPump | Duration$ UntilHostLeavesPlayOrEOT | SpellDescription$ CARDNAME can't be blocked this turn except by creatures with haste. +SVar:KWPump:Mode$ CantBlockBy | ValidAttacker$ Creature.EffectSource | ValidBlocker$ Creature.withoutHaste | EffectZone$ Command | Description$ EFFECTSOURCE can't be blocked this turn except by creatures with haste. +Oracle:Haste, protection from Coyotes\n{3}: Resilient Roadrunner can’t be blocked this turn except by creatures with haste. \ No newline at end of file