From e14ab980b510b7de4d16c1fdba363d792cb270dd Mon Sep 17 00:00:00 2001 From: Renato Filipe Vidal Santos <45150760+dracontes@users.noreply.github.com> Date: Tue, 7 May 2024 07:53:58 +0100 Subject: [PATCH] Hybrid mana notation cleanup (#5210) * Add files via upload * Update maelstrom_muse.txt --- forge-gui/res/cardsfolder/a/advice_from_the_fae.txt | 2 +- forge-gui/res/cardsfolder/a/alert_heedbonder.txt | 2 +- forge-gui/res/cardsfolder/a/arcanists_owl.txt | 2 +- forge-gui/res/cardsfolder/b/beseech_the_queen.txt | 2 +- forge-gui/res/cardsfolder/c/connive_concoct.txt | 2 +- forge-gui/res/cardsfolder/c/covetous_urge.txt | 2 +- forge-gui/res/cardsfolder/c/cunning_nightbonder.txt | 2 +- forge-gui/res/cardsfolder/d/daemogoth_titan.txt | 2 +- forge-gui/res/cardsfolder/d/deathless_knight.txt | 2 +- forge-gui/res/cardsfolder/d/dovin_hand_of_control.txt | 2 +- forge-gui/res/cardsfolder/e/elite_headhunter.txt | 2 +- forge-gui/res/cardsfolder/f/fireborn_knight.txt | 2 +- forge-gui/res/cardsfolder/f/flame_javelin.txt | 2 +- forge-gui/res/cardsfolder/f/fresh_faced_recruit.txt | 2 +- forge-gui/res/cardsfolder/g/gyruda_doom_of_depths.txt | 2 +- forge-gui/res/cardsfolder/h/huatli_the_suns_heart.txt | 2 +- forge-gui/res/cardsfolder/i/inzerva_master_of_insights.txt | 2 +- forge-gui/res/cardsfolder/j/jegantha_the_wellspring.txt | 2 +- forge-gui/res/cardsfolder/j/jubilant_skybonder.txt | 2 +- forge-gui/res/cardsfolder/k/kaheera_the_orphanguard.txt | 2 +- forge-gui/res/cardsfolder/k/kaya_bane_of_the_dead.txt | 2 +- forge-gui/res/cardsfolder/k/keruga_the_macrosage.txt | 2 +- forge-gui/res/cardsfolder/k/kiora_behemoth_beckoner.txt | 2 +- forge-gui/res/cardsfolder/l/loch_dragon.txt | 2 +- forge-gui/res/cardsfolder/l/lurrus_of_the_dream_den.txt | 2 +- forge-gui/res/cardsfolder/l/lutri_the_spellchaser.txt | 2 +- forge-gui/res/cardsfolder/m/maelstrom_muse.txt | 2 +- forge-gui/res/cardsfolder/n/nahiri_storm_of_stone.txt | 2 +- forge-gui/res/cardsfolder/n/norns_annex.txt | 2 +- forge-gui/res/cardsfolder/o/oakhame_ranger_bring_back.txt | 4 ++-- forge-gui/res/cardsfolder/o/obosh_the_preypiercer.txt | 2 +- forge-gui/res/cardsfolder/p/piston_fist_cyclops.txt | 2 +- forge-gui/res/cardsfolder/p/pitiless_gorgon.txt | 2 +- forge-gui/res/cardsfolder/p/proud_wildbonder.txt | 2 +- forge-gui/res/cardsfolder/r/rampart_smasher.txt | 2 +- forge-gui/res/cardsfolder/r/reaper_king.txt | 2 +- forge-gui/res/cardsfolder/r/resolute_rider.txt | 6 +++--- forge-gui/res/cardsfolder/r/rise_of_extus.txt | 2 +- forge-gui/res/cardsfolder/rebalanced/a-maelstrom_muse.txt | 2 +- forge-gui/res/cardsfolder/s/saheeli_sublime_artificer.txt | 2 +- forge-gui/res/cardsfolder/s/samut_tyrant_smasher.txt | 2 +- forge-gui/res/cardsfolder/s/shadewing_laureate.txt | 2 +- forge-gui/res/cardsfolder/s/shu_yun_the_silent_tempest.txt | 2 +- forge-gui/res/cardsfolder/s/silverquill_pledgemage.txt | 2 +- forge-gui/res/cardsfolder/s/sonorous_howlbonder.txt | 2 +- forge-gui/res/cardsfolder/s/spectral_procession.txt | 2 +- forge-gui/res/cardsfolder/t/tazri_beacon_of_unity.txt | 2 +- forge-gui/res/cardsfolder/t/teach_by_example.txt | 2 +- forge-gui/res/cardsfolder/t/thunderous_snapper.txt | 2 +- forge-gui/res/cardsfolder/t/tower_above.txt | 2 +- forge-gui/res/cardsfolder/u/umori_the_collector.txt | 2 +- forge-gui/res/cardsfolder/v/vernadi_shieldmate.txt | 2 +- forge-gui/res/cardsfolder/v/vraska_swarms_eminence.txt | 2 +- forge-gui/res/cardsfolder/w/whisper_agent.txt | 2 +- forge-gui/res/cardsfolder/w/witherbloom_pledgemage.txt | 2 +- forge-gui/res/cardsfolder/y/yorion_sky_nomad.txt | 2 +- forge-gui/res/cardsfolder/z/zirda_the_dawnwaker.txt | 2 +- 57 files changed, 60 insertions(+), 60 deletions(-) diff --git a/forge-gui/res/cardsfolder/a/advice_from_the_fae.txt b/forge-gui/res/cardsfolder/a/advice_from_the_fae.txt index f7fb929ff5c..3b7f3b26b9d 100644 --- a/forge-gui/res/cardsfolder/a/advice_from_the_fae.txt +++ b/forge-gui/res/cardsfolder/a/advice_from_the_fae.txt @@ -1,5 +1,5 @@ Name:Advice from the Fae -ManaCost:2/U 2/U 2/U +ManaCost:2U 2U 2U Types:Sorcery A:SP$ Dig | DigNum$ 5 | ChangeNum$ 1 | SubAbility$ Dig2 | ConditionCheckSVar$ X | ConditionSVarCompare$ LEY | SpellDescription$ Look at the top five cards of your library. If you control more creatures than each other player, put two of those cards into your hand. Otherwise, put one of them into your hand. Then put the rest on the bottom of your library in any order. SVar:Dig2:DB$ Dig | DigNum$ 5 | ChangeNum$ 2 | ConditionCheckSVar$ X | ConditionSVarCompare$ GTY diff --git a/forge-gui/res/cardsfolder/a/alert_heedbonder.txt b/forge-gui/res/cardsfolder/a/alert_heedbonder.txt index 43b2657bd62..fa30437a1a9 100644 --- a/forge-gui/res/cardsfolder/a/alert_heedbonder.txt +++ b/forge-gui/res/cardsfolder/a/alert_heedbonder.txt @@ -1,5 +1,5 @@ Name:Alert Heedbonder -ManaCost:1 G/W G/W +ManaCost:1 GW GW Types:Creature Human Scout PT:2/4 K:Vigilance diff --git a/forge-gui/res/cardsfolder/a/arcanists_owl.txt b/forge-gui/res/cardsfolder/a/arcanists_owl.txt index 6e61a8580ac..82afe001177 100644 --- a/forge-gui/res/cardsfolder/a/arcanists_owl.txt +++ b/forge-gui/res/cardsfolder/a/arcanists_owl.txt @@ -1,5 +1,5 @@ Name:Arcanist's Owl -ManaCost:W/U W/U W/U W/U +ManaCost:WU WU WU WU Types:Artifact Creature Bird PT:3/3 K:Flying diff --git a/forge-gui/res/cardsfolder/b/beseech_the_queen.txt b/forge-gui/res/cardsfolder/b/beseech_the_queen.txt index 48a1fb3d7d4..00b9dded884 100644 --- a/forge-gui/res/cardsfolder/b/beseech_the_queen.txt +++ b/forge-gui/res/cardsfolder/b/beseech_the_queen.txt @@ -1,5 +1,5 @@ Name:Beseech the Queen -ManaCost:2/B 2/B 2/B +ManaCost:2B 2B 2B Types:Sorcery A:SP$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Card.cmcLEX | ChangeNum$ 1 | SpellDescription$ Search your library for a card with mana value less than or equal to the number of lands you control, reveal it, put it into your hand, then shuffle. SVar:X:Count$Valid Land.YouCtrl diff --git a/forge-gui/res/cardsfolder/c/connive_concoct.txt b/forge-gui/res/cardsfolder/c/connive_concoct.txt index 21e7060f134..ebb89ea5e9a 100644 --- a/forge-gui/res/cardsfolder/c/connive_concoct.txt +++ b/forge-gui/res/cardsfolder/c/connive_concoct.txt @@ -1,5 +1,5 @@ Name:Connive -ManaCost:2 U/B U/B +ManaCost:2 UB UB Types:Sorcery A:SP$ GainControl | ValidTgts$ Creature.powerLE2 | TgtPrompt$ Select target creature with power 2 or less | SpellDescription$ Gain control of target creature with power 2 or less. AlternateMode:Split diff --git a/forge-gui/res/cardsfolder/c/covetous_urge.txt b/forge-gui/res/cardsfolder/c/covetous_urge.txt index f7fa4e67261..397af335d56 100644 --- a/forge-gui/res/cardsfolder/c/covetous_urge.txt +++ b/forge-gui/res/cardsfolder/c/covetous_urge.txt @@ -1,5 +1,5 @@ Name:Covetous Urge -ManaCost:U/B U/B U/B U/B +ManaCost:UB UB UB UB Types:Sorcery A:SP$ ChangeZone | Origin$ Hand,Graveyard | Destination$ Exile | ValidTgts$ Opponent | DefinedPlayer$ Targeted | Chooser$ You | TgtPrompt$ Select target opponent | ChangeType$ Card.nonLand | ChangeNum$ 1 | IsCurse$ True | RememberChanged$ True | SubAbility$ DBEffect | StackDescription$ SpellDescription | SpellDescription$ Target opponent reveals their hand. You choose a nonland card from that player's graveyard or hand and exile it. You may cast that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast that spell. SVar:DBEffect:DB$ Effect | StaticAbilities$ STPlay | RememberObjects$ Remembered | Duration$ Permanent | ExileOnMoved$ Exile | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/c/cunning_nightbonder.txt b/forge-gui/res/cardsfolder/c/cunning_nightbonder.txt index 95a32c1b515..ff026b02a87 100644 --- a/forge-gui/res/cardsfolder/c/cunning_nightbonder.txt +++ b/forge-gui/res/cardsfolder/c/cunning_nightbonder.txt @@ -1,5 +1,5 @@ Name:Cunning Nightbonder -ManaCost:U/B U/B +ManaCost:UB UB Types:Creature Human Rogue PT:2/2 K:Flash diff --git a/forge-gui/res/cardsfolder/d/daemogoth_titan.txt b/forge-gui/res/cardsfolder/d/daemogoth_titan.txt index d0bfe93d8df..6146ec4a0c9 100644 --- a/forge-gui/res/cardsfolder/d/daemogoth_titan.txt +++ b/forge-gui/res/cardsfolder/d/daemogoth_titan.txt @@ -1,5 +1,5 @@ Name:Daemogoth Titan -ManaCost:B/G B/G B/G B/G +ManaCost:BG BG BG BG Types:Creature Demon PT:11/10 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ Whenever CARDNAME attacks or blocks, sacrifice a creature. diff --git a/forge-gui/res/cardsfolder/d/deathless_knight.txt b/forge-gui/res/cardsfolder/d/deathless_knight.txt index 114a7506842..3731afa9449 100644 --- a/forge-gui/res/cardsfolder/d/deathless_knight.txt +++ b/forge-gui/res/cardsfolder/d/deathless_knight.txt @@ -1,5 +1,5 @@ Name:Deathless Knight -ManaCost:B/G B/G B/G B/G +ManaCost:BG BG BG BG Types:Creature Skeleton Knight PT:4/2 K:Haste diff --git a/forge-gui/res/cardsfolder/d/dovin_hand_of_control.txt b/forge-gui/res/cardsfolder/d/dovin_hand_of_control.txt index a2f65e44893..add8396de91 100644 --- a/forge-gui/res/cardsfolder/d/dovin_hand_of_control.txt +++ b/forge-gui/res/cardsfolder/d/dovin_hand_of_control.txt @@ -1,5 +1,5 @@ Name:Dovin, Hand of Control -ManaCost:2 W/U +ManaCost:2 WU Types:Legendary Planeswalker Dovin Loyalty:5 S:Mode$ RaiseCost | ValidCard$ Artifact,Instant,Sorcery | Activator$ Opponent | Type$ Spell | Amount$ 1 | Description$ Artifact, instant, and sorcery spells your opponents cast cost {1} more to cast. diff --git a/forge-gui/res/cardsfolder/e/elite_headhunter.txt b/forge-gui/res/cardsfolder/e/elite_headhunter.txt index ee41e970275..39b12facffd 100644 --- a/forge-gui/res/cardsfolder/e/elite_headhunter.txt +++ b/forge-gui/res/cardsfolder/e/elite_headhunter.txt @@ -1,5 +1,5 @@ Name:Elite Headhunter -ManaCost:B/R B/R B/R B/R +ManaCost:BR BR BR BR Types:Creature Human Knight PT:2/3 K:Menace diff --git a/forge-gui/res/cardsfolder/f/fireborn_knight.txt b/forge-gui/res/cardsfolder/f/fireborn_knight.txt index eec17b67b89..9f7325e0ffb 100644 --- a/forge-gui/res/cardsfolder/f/fireborn_knight.txt +++ b/forge-gui/res/cardsfolder/f/fireborn_knight.txt @@ -1,5 +1,5 @@ Name:Fireborn Knight -ManaCost:R/W R/W R/W R/W +ManaCost:RW RW RW RW Types:Creature Human Knight PT:2/3 K:Double Strike diff --git a/forge-gui/res/cardsfolder/f/flame_javelin.txt b/forge-gui/res/cardsfolder/f/flame_javelin.txt index 2c2d273e60d..2d9fbd5126f 100644 --- a/forge-gui/res/cardsfolder/f/flame_javelin.txt +++ b/forge-gui/res/cardsfolder/f/flame_javelin.txt @@ -1,5 +1,5 @@ Name:Flame Javelin -ManaCost:2/R 2/R 2/R +ManaCost:2R 2R 2R Types:Instant A:SP$ DealDamage | ValidTgts$ Any | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to any target. Oracle:({2/R} can be paid with any two mana or with {R}. This card's mana value is 6.)\nFlame Javelin deals 4 damage to any target. diff --git a/forge-gui/res/cardsfolder/f/fresh_faced_recruit.txt b/forge-gui/res/cardsfolder/f/fresh_faced_recruit.txt index f5d5c72814e..98901e2d033 100644 --- a/forge-gui/res/cardsfolder/f/fresh_faced_recruit.txt +++ b/forge-gui/res/cardsfolder/f/fresh_faced_recruit.txt @@ -1,5 +1,5 @@ Name:Fresh-Faced Recruit -ManaCost:1 R/W +ManaCost:1 RW Types:Creature Human Soldier PT:2/1 S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ First Strike | Condition$ PlayerTurn | Description$ As long as it's your turn, CARDNAME has first strike. diff --git a/forge-gui/res/cardsfolder/g/gyruda_doom_of_depths.txt b/forge-gui/res/cardsfolder/g/gyruda_doom_of_depths.txt index 1af3e1a24ae..7f41b3572ab 100644 --- a/forge-gui/res/cardsfolder/g/gyruda_doom_of_depths.txt +++ b/forge-gui/res/cardsfolder/g/gyruda_doom_of_depths.txt @@ -1,5 +1,5 @@ Name:Gyruda, Doom of Depths -ManaCost:4 U/B U/B +ManaCost:4 UB UB Types:Legendary Creature Demon Kraken PT:6/6 K:Companion:Card.cmcM20:Your starting deck contains only cards with even mana value. (If this card is your chosen companion, you may cast it once from outside the game.) diff --git a/forge-gui/res/cardsfolder/h/huatli_the_suns_heart.txt b/forge-gui/res/cardsfolder/h/huatli_the_suns_heart.txt index 588b16e5632..3f4e3d7bdd8 100644 --- a/forge-gui/res/cardsfolder/h/huatli_the_suns_heart.txt +++ b/forge-gui/res/cardsfolder/h/huatli_the_suns_heart.txt @@ -1,5 +1,5 @@ Name:Huatli, the Sun's Heart -ManaCost:2 G/W +ManaCost:2 GW Types:Legendary Planeswalker Huatli Loyalty:7 S:Mode$ CombatDamageToughness | ValidCard$ Creature.YouCtrl | Description$ Each creature you control assigns combat damage equal to its toughness rather than its power. diff --git a/forge-gui/res/cardsfolder/i/inzerva_master_of_insights.txt b/forge-gui/res/cardsfolder/i/inzerva_master_of_insights.txt index 0efc6a782cc..98e230023e1 100644 --- a/forge-gui/res/cardsfolder/i/inzerva_master_of_insights.txt +++ b/forge-gui/res/cardsfolder/i/inzerva_master_of_insights.txt @@ -1,5 +1,5 @@ Name:Inzerva, Master of Insights -ManaCost:1 2/U 2/R +ManaCost:1 2U 2R Types:Legendary Planeswalker Inzerva Loyalty:4 A:AB$ Draw | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | NumCards$ 2 | SpellDescription$ Draw two cards, then discard a card. | SubAbility$ DBDiscard diff --git a/forge-gui/res/cardsfolder/j/jegantha_the_wellspring.txt b/forge-gui/res/cardsfolder/j/jegantha_the_wellspring.txt index 1ceffe4e9ad..b9667a2e504 100644 --- a/forge-gui/res/cardsfolder/j/jegantha_the_wellspring.txt +++ b/forge-gui/res/cardsfolder/j/jegantha_the_wellspring.txt @@ -1,5 +1,5 @@ Name:Jegantha, the Wellspring -ManaCost:4 R/G +ManaCost:4 RG Types:Legendary Creature Elemental Elk PT:5/5 K:Companion:Special:UniqueManaSymbols:No card in your starting deck has more than one of the same mana symbol in its mana cost. diff --git a/forge-gui/res/cardsfolder/j/jubilant_skybonder.txt b/forge-gui/res/cardsfolder/j/jubilant_skybonder.txt index 038b6add4f8..ee1516ca81f 100644 --- a/forge-gui/res/cardsfolder/j/jubilant_skybonder.txt +++ b/forge-gui/res/cardsfolder/j/jubilant_skybonder.txt @@ -1,5 +1,5 @@ Name:Jubilant Skybonder -ManaCost:1 W/U W/U +ManaCost:1 WU WU Types:Creature Human Wizard PT:2/2 K:Flying diff --git a/forge-gui/res/cardsfolder/k/kaheera_the_orphanguard.txt b/forge-gui/res/cardsfolder/k/kaheera_the_orphanguard.txt index f6fbc4b9ec6..7c99804d40a 100644 --- a/forge-gui/res/cardsfolder/k/kaheera_the_orphanguard.txt +++ b/forge-gui/res/cardsfolder/k/kaheera_the_orphanguard.txt @@ -1,5 +1,5 @@ Name:Kaheera, the Orphanguard -ManaCost:1 G/W G/W +ManaCost:1 GW GW Types:Legendary Creature Cat Beast PT:3/2 K:Companion:Creature.Cat,Creature.Elemental,Creature.Nightmare,Creature.Dinosaur,Creature.Beast,Card.nonCreature:Each creature card in your starting deck is a Cat, Elemental, Nightmare, Dinosaur, or Beast card. diff --git a/forge-gui/res/cardsfolder/k/kaya_bane_of_the_dead.txt b/forge-gui/res/cardsfolder/k/kaya_bane_of_the_dead.txt index 50e11580c49..e8d7a5cc4c0 100644 --- a/forge-gui/res/cardsfolder/k/kaya_bane_of_the_dead.txt +++ b/forge-gui/res/cardsfolder/k/kaya_bane_of_the_dead.txt @@ -1,5 +1,5 @@ Name:Kaya, Bane of the Dead -ManaCost:3 W/B W/B W/B +ManaCost:3 WB WB WB Types:Legendary Planeswalker Kaya Loyalty:7 S:Mode$ IgnoreHexproof | Activator$ You | ValidEntity$ Permanent.OppCtrl,Opponent | Description$ Your opponents and permanents your opponents control with hexproof can be the targets of spells and abilities you control as though they didn't have hexproof. diff --git a/forge-gui/res/cardsfolder/k/keruga_the_macrosage.txt b/forge-gui/res/cardsfolder/k/keruga_the_macrosage.txt index f1f5efe6f4b..52176e81b0e 100644 --- a/forge-gui/res/cardsfolder/k/keruga_the_macrosage.txt +++ b/forge-gui/res/cardsfolder/k/keruga_the_macrosage.txt @@ -1,5 +1,5 @@ Name:Keruga, the Macrosage -ManaCost:3 G/U G/U +ManaCost:3 GU GU Types:Legendary Creature Dinosaur Hippo PT:5/4 K:Companion:Card.cmcGE3,Land:Your starting deck contains only cards with mana value 3 or greater and land cards. diff --git a/forge-gui/res/cardsfolder/k/kiora_behemoth_beckoner.txt b/forge-gui/res/cardsfolder/k/kiora_behemoth_beckoner.txt index d7db56c0ed8..be482d40cb5 100644 --- a/forge-gui/res/cardsfolder/k/kiora_behemoth_beckoner.txt +++ b/forge-gui/res/cardsfolder/k/kiora_behemoth_beckoner.txt @@ -1,5 +1,5 @@ Name:Kiora, Behemoth Beckoner -ManaCost:2 G/U +ManaCost:2 GU Types:Legendary Planeswalker Kiora Loyalty:7 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerGE4+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever a creature with power 4 or greater enters the battlefield under your control, draw a card. diff --git a/forge-gui/res/cardsfolder/l/loch_dragon.txt b/forge-gui/res/cardsfolder/l/loch_dragon.txt index 97faf198374..f9c210a9c51 100644 --- a/forge-gui/res/cardsfolder/l/loch_dragon.txt +++ b/forge-gui/res/cardsfolder/l/loch_dragon.txt @@ -1,5 +1,5 @@ Name:Loch Dragon -ManaCost:U/R U/R U/R U/R +ManaCost:UR UR UR UR Types:Creature Dragon PT:3/2 K:Flying diff --git a/forge-gui/res/cardsfolder/l/lurrus_of_the_dream_den.txt b/forge-gui/res/cardsfolder/l/lurrus_of_the_dream_den.txt index 819916c9676..e1278adf1b2 100644 --- a/forge-gui/res/cardsfolder/l/lurrus_of_the_dream_den.txt +++ b/forge-gui/res/cardsfolder/l/lurrus_of_the_dream_den.txt @@ -1,5 +1,5 @@ Name:Lurrus of the Dream-Den -ManaCost:1 W/B W/B +ManaCost:1 WB WB Types:Legendary Creature Cat Nightmare PT:3/2 K:Companion:Permanent.cmcLE2,Instant,Sorcery:Each permanent card in your starting deck has mana value 2 or less. diff --git a/forge-gui/res/cardsfolder/l/lutri_the_spellchaser.txt b/forge-gui/res/cardsfolder/l/lutri_the_spellchaser.txt index eafa614cb84..df892428e4b 100644 --- a/forge-gui/res/cardsfolder/l/lutri_the_spellchaser.txt +++ b/forge-gui/res/cardsfolder/l/lutri_the_spellchaser.txt @@ -1,5 +1,5 @@ Name:Lutri, the Spellchaser -ManaCost:1 U/R U/R +ManaCost:1 UR UR Types:Legendary Creature Elemental Otter PT:3/2 K:Companion:Special:UniqueNames:Each nonland card in your starting deck has a different name. diff --git a/forge-gui/res/cardsfolder/m/maelstrom_muse.txt b/forge-gui/res/cardsfolder/m/maelstrom_muse.txt index e34b599814c..e660721351d 100644 --- a/forge-gui/res/cardsfolder/m/maelstrom_muse.txt +++ b/forge-gui/res/cardsfolder/m/maelstrom_muse.txt @@ -1,5 +1,5 @@ Name:Maelstrom Muse -ManaCost:1 U U/R R +ManaCost:1 U UR R Types:Creature Djinn Wizard PT:2/4 K:Flying diff --git a/forge-gui/res/cardsfolder/n/nahiri_storm_of_stone.txt b/forge-gui/res/cardsfolder/n/nahiri_storm_of_stone.txt index b8885196054..62108c98990 100644 --- a/forge-gui/res/cardsfolder/n/nahiri_storm_of_stone.txt +++ b/forge-gui/res/cardsfolder/n/nahiri_storm_of_stone.txt @@ -1,5 +1,5 @@ Name:Nahiri, Storm of Stone -ManaCost:2 R/W R/W +ManaCost:2 RW RW Types:Legendary Planeswalker Nahiri Loyalty:6 S:Mode$ Continuous | Affected$ Creature.YouCtrl | EffectZone$ Battlefield | AddKeyword$ First Strike | Condition$ PlayerTurn | Description$ As long as it's your turn, creatures you control have first strike and equip abilities you activate cost {1} less to activate. diff --git a/forge-gui/res/cardsfolder/n/norns_annex.txt b/forge-gui/res/cardsfolder/n/norns_annex.txt index 096b21f7807..8717c105812 100644 --- a/forge-gui/res/cardsfolder/n/norns_annex.txt +++ b/forge-gui/res/cardsfolder/n/norns_annex.txt @@ -1,5 +1,5 @@ Name:Norn's Annex ManaCost:3 WP WP Types:Artifact -S:Mode$ CantAttackUnless | ValidCard$ Creature | Target$ You,Planeswalker.YouCtrl | Cost$ WP | Description$ Creatures can't attack you or planeswalkers you control unless their controller pays {WP} for each of those creatures. +S:Mode$ CantAttackUnless | ValidCard$ Creature | Target$ You,Planeswalker.YouCtrl | Cost$ WP | Description$ Creatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures. Oracle:({W/P} can be paid with either {W} or 2 life.)\nCreatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures. diff --git a/forge-gui/res/cardsfolder/o/oakhame_ranger_bring_back.txt b/forge-gui/res/cardsfolder/o/oakhame_ranger_bring_back.txt index 206a10b4232..df8c1f868be 100644 --- a/forge-gui/res/cardsfolder/o/oakhame_ranger_bring_back.txt +++ b/forge-gui/res/cardsfolder/o/oakhame_ranger_bring_back.txt @@ -1,5 +1,5 @@ Name:Oakhame Ranger -ManaCost:G/W G/W G/W G/W +ManaCost:GW GW GW GW Types:Creature Elf Knight Ranger PT:2/2 A:AB$ PumpAll | Cost$ T | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Creatures you control get +1/+1 until end of turn. @@ -9,7 +9,7 @@ Oracle:{T}: Creatures you control get +1/+1 until end of turn. ALTERNATE Name:Bring Back -ManaCost:G/W G/W G/W G/W +ManaCost:GW GW GW GW Types:Sorcery Adventure A:SP$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_human | TokenOwner$ You | SpellDescription$ Create two 1/1 white Human creature tokens. (Then exile this card. You may cast the creature later from exile.) DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/o/obosh_the_preypiercer.txt b/forge-gui/res/cardsfolder/o/obosh_the_preypiercer.txt index b4f997f5401..7b3fe2b05f9 100644 --- a/forge-gui/res/cardsfolder/o/obosh_the_preypiercer.txt +++ b/forge-gui/res/cardsfolder/o/obosh_the_preypiercer.txt @@ -1,5 +1,5 @@ Name:Obosh, the Preypiercer -ManaCost:3 B/R B/R +ManaCost:3 BR BR Types:Legendary Creature Hellion Horror PT:3/5 K:Companion:Card.cmcM21,Land:Your starting deck contains only cards with odd mana value and land cards. diff --git a/forge-gui/res/cardsfolder/p/piston_fist_cyclops.txt b/forge-gui/res/cardsfolder/p/piston_fist_cyclops.txt index 37fb8914942..bcdf9e40b0f 100644 --- a/forge-gui/res/cardsfolder/p/piston_fist_cyclops.txt +++ b/forge-gui/res/cardsfolder/p/piston_fist_cyclops.txt @@ -1,5 +1,5 @@ Name:Piston-Fist Cyclops -ManaCost:1 U/R U/R +ManaCost:1 UR UR Types:Creature Cyclops PT:4/3 K:Defender diff --git a/forge-gui/res/cardsfolder/p/pitiless_gorgon.txt b/forge-gui/res/cardsfolder/p/pitiless_gorgon.txt index a27de35792c..c0d19fea6ff 100644 --- a/forge-gui/res/cardsfolder/p/pitiless_gorgon.txt +++ b/forge-gui/res/cardsfolder/p/pitiless_gorgon.txt @@ -1,5 +1,5 @@ Name:Pitiless Gorgon -ManaCost:1 B/G B/G +ManaCost:1 BG BG Types:Creature Gorgon PT:2/2 K:Deathtouch diff --git a/forge-gui/res/cardsfolder/p/proud_wildbonder.txt b/forge-gui/res/cardsfolder/p/proud_wildbonder.txt index c442e54b845..df57dc9979f 100644 --- a/forge-gui/res/cardsfolder/p/proud_wildbonder.txt +++ b/forge-gui/res/cardsfolder/p/proud_wildbonder.txt @@ -1,5 +1,5 @@ Name:Proud Wildbonder -ManaCost:2 R/G R/G +ManaCost:2 RG RG Types:Creature Human Warrior PT:4/3 K:Trample diff --git a/forge-gui/res/cardsfolder/r/rampart_smasher.txt b/forge-gui/res/cardsfolder/r/rampart_smasher.txt index dca21af2bcb..38e6ae72f55 100644 --- a/forge-gui/res/cardsfolder/r/rampart_smasher.txt +++ b/forge-gui/res/cardsfolder/r/rampart_smasher.txt @@ -1,5 +1,5 @@ Name:Rampart Smasher -ManaCost:R/G R/G R/G R/G +ManaCost:RG RG RG RG Types:Creature Giant PT:5/5 S:Mode$ CantBlockBy | ValidAttacker$ Creature.Self | ValidBlocker$ Creature.Knight,Creature.Wall | Description$ CARDNAME can't be blocked by Knights or Walls. diff --git a/forge-gui/res/cardsfolder/r/reaper_king.txt b/forge-gui/res/cardsfolder/r/reaper_king.txt index 342b4e2f911..8c9bc9a24fe 100644 --- a/forge-gui/res/cardsfolder/r/reaper_king.txt +++ b/forge-gui/res/cardsfolder/r/reaper_king.txt @@ -1,5 +1,5 @@ Name:Reaper King -ManaCost:2/W 2/U 2/B 2/R 2/G +ManaCost:2W 2U 2B 2R 2G Types:Legendary Artifact Creature Scarecrow PT:6/6 S:Mode$ Continuous | Affected$ Creature.Scarecrow+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Scarecrow creatures you control get +1/+1. diff --git a/forge-gui/res/cardsfolder/r/resolute_rider.txt b/forge-gui/res/cardsfolder/r/resolute_rider.txt index c58206049a1..a9c2f7b44c4 100644 --- a/forge-gui/res/cardsfolder/r/resolute_rider.txt +++ b/forge-gui/res/cardsfolder/r/resolute_rider.txt @@ -1,8 +1,8 @@ Name:Resolute Rider -ManaCost:W/B W/B W/B W/B +ManaCost:WB WB WB WB Types:Creature Human Knight PT:4/2 -A:AB$ Pump | Cost$ W/B W/B | KW$ Lifelink | Defined$ Self | SpellDescription$ CARDNAME gains lifelink until end of turn. -A:AB$ Pump | Cost$ W/B W/B W/B | KW$ Indestructible | Defined$ Self | SpellDescription$ CARDNAME gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) +A:AB$ Pump | Cost$ WB WB | KW$ Lifelink | Defined$ Self | SpellDescription$ CARDNAME gains lifelink until end of turn. +A:AB$ Pump | Cost$ WB WB WB | KW$ Indestructible | Defined$ Self | SpellDescription$ CARDNAME gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) DeckHas:Ability$LifeGain Oracle:{W/B}{W/B}: Resolute Rider gains lifelink until end of turn.\n{W/B}{W/B}{W/B}: Resolute Rider gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) diff --git a/forge-gui/res/cardsfolder/r/rise_of_extus.txt b/forge-gui/res/cardsfolder/r/rise_of_extus.txt index 97569d38772..d035583864c 100644 --- a/forge-gui/res/cardsfolder/r/rise_of_extus.txt +++ b/forge-gui/res/cardsfolder/r/rise_of_extus.txt @@ -1,5 +1,5 @@ Name:Rise of Extus -ManaCost:4 W/B W/B +ManaCost:4 WB WB Types:Sorcery A:SP$ ChangeZone | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBExile | SpellDescription$ Exile target creature. SVar:DBExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | TargetMin$ 0 | ValidTgts$ Instant,Sorcery | TgtPrompt$ Select up to one target instant or sorcery card from a graveyard | SubAbility$ DBLearn | SpellDescription$ Exile up to one target instant or sorcery card from a graveyard. diff --git a/forge-gui/res/cardsfolder/rebalanced/a-maelstrom_muse.txt b/forge-gui/res/cardsfolder/rebalanced/a-maelstrom_muse.txt index 94d546011b9..371419d4abc 100644 --- a/forge-gui/res/cardsfolder/rebalanced/a-maelstrom_muse.txt +++ b/forge-gui/res/cardsfolder/rebalanced/a-maelstrom_muse.txt @@ -1,5 +1,5 @@ Name:A-Maelstrom Muse -ManaCost:U U/R R +ManaCost:U UR R Types:Creature Djinn Wizard PT:2/4 K:Flying diff --git a/forge-gui/res/cardsfolder/s/saheeli_sublime_artificer.txt b/forge-gui/res/cardsfolder/s/saheeli_sublime_artificer.txt index 2de98fb779b..9ef63fd27f5 100644 --- a/forge-gui/res/cardsfolder/s/saheeli_sublime_artificer.txt +++ b/forge-gui/res/cardsfolder/s/saheeli_sublime_artificer.txt @@ -1,5 +1,5 @@ Name:Saheeli, Sublime Artificer -ManaCost:1 U/R U/R +ManaCost:1 UR UR Types:Legendary Planeswalker Saheeli Loyalty:5 T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a noncreature spell, create a 1/1 colorless Servo artifact creature token. diff --git a/forge-gui/res/cardsfolder/s/samut_tyrant_smasher.txt b/forge-gui/res/cardsfolder/s/samut_tyrant_smasher.txt index f36a6d47c71..7064af7e296 100644 --- a/forge-gui/res/cardsfolder/s/samut_tyrant_smasher.txt +++ b/forge-gui/res/cardsfolder/s/samut_tyrant_smasher.txt @@ -1,5 +1,5 @@ Name:Samut, Tyrant Smasher -ManaCost:2 R/G R/G +ManaCost:2 RG RG Types:Legendary Planeswalker Samut Loyalty:5 S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ Haste | Description$ Creatures you control have haste. diff --git a/forge-gui/res/cardsfolder/s/shadewing_laureate.txt b/forge-gui/res/cardsfolder/s/shadewing_laureate.txt index d93a198f925..4d99e898bde 100644 --- a/forge-gui/res/cardsfolder/s/shadewing_laureate.txt +++ b/forge-gui/res/cardsfolder/s/shadewing_laureate.txt @@ -1,5 +1,5 @@ Name:Shadewing Laureate -ManaCost:W W/B B +ManaCost:W WB B Types:Creature Human Warlock PT:2/2 K:Flying diff --git a/forge-gui/res/cardsfolder/s/shu_yun_the_silent_tempest.txt b/forge-gui/res/cardsfolder/s/shu_yun_the_silent_tempest.txt index 8e03ba3e731..f8c0ecae573 100644 --- a/forge-gui/res/cardsfolder/s/shu_yun_the_silent_tempest.txt +++ b/forge-gui/res/cardsfolder/s/shu_yun_the_silent_tempest.txt @@ -3,6 +3,6 @@ ManaCost:2 U Types:Legendary Creature Human Monk PT:3/2 K:Prowess -T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a noncreature spell, you may pay {RW}{RW}. If you do, target creature gains double strike until end of turn. +T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a noncreature spell, you may pay {R/W}{R/W}. If you do, target creature gains double strike until end of turn. SVar:TrigPump:AB$ Pump | Cost$ RW RW | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Double Strike Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever you cast a noncreature spell, you may pay {R/W}{R/W}. If you do, target creature gains double strike until end of turn. diff --git a/forge-gui/res/cardsfolder/s/silverquill_pledgemage.txt b/forge-gui/res/cardsfolder/s/silverquill_pledgemage.txt index b89376fa2f4..bde965050cd 100644 --- a/forge-gui/res/cardsfolder/s/silverquill_pledgemage.txt +++ b/forge-gui/res/cardsfolder/s/silverquill_pledgemage.txt @@ -1,5 +1,5 @@ Name:Silverquill Pledgemage -ManaCost:1 W/B W/B +ManaCost:1 WB WB Types:Creature Vampire Cleric PT:3/1 T:Mode$ SpellCastOrCopy | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigChoice | TriggerDescription$ Magecraft — Whenever you cast or copy an instant or sorcery spell, CARDNAME gains your choice of flying or lifelink until end of turn. diff --git a/forge-gui/res/cardsfolder/s/sonorous_howlbonder.txt b/forge-gui/res/cardsfolder/s/sonorous_howlbonder.txt index bca6e3c94fa..20024a22f4b 100644 --- a/forge-gui/res/cardsfolder/s/sonorous_howlbonder.txt +++ b/forge-gui/res/cardsfolder/s/sonorous_howlbonder.txt @@ -1,5 +1,5 @@ Name:Sonorous Howlbonder -ManaCost:1 B/R B/R +ManaCost:1 BR BR Types:Creature Human Warrior PT:2/2 K:Menace diff --git a/forge-gui/res/cardsfolder/s/spectral_procession.txt b/forge-gui/res/cardsfolder/s/spectral_procession.txt index 7c7ac9f7757..5f92f5062ba 100644 --- a/forge-gui/res/cardsfolder/s/spectral_procession.txt +++ b/forge-gui/res/cardsfolder/s/spectral_procession.txt @@ -1,5 +1,5 @@ Name:Spectral Procession -ManaCost:2/W 2/W 2/W +ManaCost:2W 2W 2W Types:Sorcery A:SP$ Token | TokenAmount$ 3 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create three 1/1 white Spirit creature tokens with flying. Oracle:Create three 1/1 white Spirit creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/t/tazri_beacon_of_unity.txt b/forge-gui/res/cardsfolder/t/tazri_beacon_of_unity.txt index eb6c40748a4..aa83b348381 100644 --- a/forge-gui/res/cardsfolder/t/tazri_beacon_of_unity.txt +++ b/forge-gui/res/cardsfolder/t/tazri_beacon_of_unity.txt @@ -6,5 +6,5 @@ S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone SVar:X:Count$Party DeckHas:Ability$Party DeckHints:Type$Ally|Cleric|Rogue|Warrior|Wizard -A:AB$ Dig | Cost$ 2/U 2/B 2/R 2/G | Defined$ You | DigNum$ 6 | ChangeNum$ 2 | Optional$ True | ForceRevealToController$ True | ChangeValid$ Card.Cleric,Card.Rogue,Card.Warrior,Card.Wizard,Card.Ally | RestRandomOrder$ True | StackDescription$ SpellDescription | SpellDescription$ Look at the top six cards of your library. You may reveal up to two Cleric, Rogue, Warrior, and/or Ally cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order. +A:AB$ Dig | Cost$ 2U 2B 2R 2G | Defined$ You | DigNum$ 6 | ChangeNum$ 2 | Optional$ True | ForceRevealToController$ True | ChangeValid$ Card.Cleric,Card.Rogue,Card.Warrior,Card.Wizard,Card.Ally | RestRandomOrder$ True | StackDescription$ SpellDescription | SpellDescription$ Look at the top six cards of your library. You may reveal up to two Cleric, Rogue, Warrior, and/or Ally cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order. Oracle:This spell costs {1} less to cast for each creature in your party.\n{2/U}{2/B}{2/R}{2/G}: Look at the top six cards of your library. You may reveal up to two Cleric, Rogue, Warrior, Wizard, and/or Ally cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order. diff --git a/forge-gui/res/cardsfolder/t/teach_by_example.txt b/forge-gui/res/cardsfolder/t/teach_by_example.txt index 58658d6d85b..ea863e3a29a 100644 --- a/forge-gui/res/cardsfolder/t/teach_by_example.txt +++ b/forge-gui/res/cardsfolder/t/teach_by_example.txt @@ -1,5 +1,5 @@ Name:Teach by Example -ManaCost:U/R U/R +ManaCost:UR UR Types:Instant A:SP$ DelayedTrigger | AILogic$ SpellCopy | Execute$ EffTrigCopy | ThisTurn$ True | Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | SpellDescription$ When you cast your next instant or sorcery spell this turn, copy that spell. You may choose new targets for the copy. SVar:EffTrigCopy:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | MayChooseTarget$ True diff --git a/forge-gui/res/cardsfolder/t/thunderous_snapper.txt b/forge-gui/res/cardsfolder/t/thunderous_snapper.txt index ddeca201c2d..b69b3ed4616 100644 --- a/forge-gui/res/cardsfolder/t/thunderous_snapper.txt +++ b/forge-gui/res/cardsfolder/t/thunderous_snapper.txt @@ -1,5 +1,5 @@ Name:Thunderous Snapper -ManaCost:G/U G/U G/U G/U +ManaCost:GU GU GU GU Types:Creature Turtle Hydra PT:4/4 T:Mode$ SpellCast | ValidCard$ Card.cmcGE5 | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever you cast a spell with mana value 5 or greater, draw a card. diff --git a/forge-gui/res/cardsfolder/t/tower_above.txt b/forge-gui/res/cardsfolder/t/tower_above.txt index 5f4ba363391..945b8da3805 100644 --- a/forge-gui/res/cardsfolder/t/tower_above.txt +++ b/forge-gui/res/cardsfolder/t/tower_above.txt @@ -1,5 +1,5 @@ Name:Tower Above -ManaCost:2/G 2/G 2/G +ManaCost:2G 2G 2G Types:Sorcery A:SP$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 4 | NumDef$ 4 | KW$ Trample & Wither | SubAbility$ DBAnimate | SpellDescription$ Until end of turn, target creature gets +4/+4 and gains trample, wither, and "When this creature attacks, target creature blocks it this turn if able." (It deals damage to creatures in the form of -1/-1 counters.) SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Triggers$ TrigAttack diff --git a/forge-gui/res/cardsfolder/u/umori_the_collector.txt b/forge-gui/res/cardsfolder/u/umori_the_collector.txt index e96860ef379..a60d77d7e40 100644 --- a/forge-gui/res/cardsfolder/u/umori_the_collector.txt +++ b/forge-gui/res/cardsfolder/u/umori_the_collector.txt @@ -1,5 +1,5 @@ Name:Umori, the Collector -ManaCost:2 B/G B/G +ManaCost:2 BG BG Types:Legendary Creature Ooze PT:4/5 K:Companion:Special:SharesCardType:Each nonland card in your starting deck shares a card type. diff --git a/forge-gui/res/cardsfolder/v/vernadi_shieldmate.txt b/forge-gui/res/cardsfolder/v/vernadi_shieldmate.txt index 6eebba7f0b0..79500eea706 100644 --- a/forge-gui/res/cardsfolder/v/vernadi_shieldmate.txt +++ b/forge-gui/res/cardsfolder/v/vernadi_shieldmate.txt @@ -1,5 +1,5 @@ Name:Vernadi Shieldmate -ManaCost:1 G/W +ManaCost:1 GW Types:Creature Human Soldier PT:2/2 K:Vigilance diff --git a/forge-gui/res/cardsfolder/v/vraska_swarms_eminence.txt b/forge-gui/res/cardsfolder/v/vraska_swarms_eminence.txt index 58482763a7a..8fa5b6c7108 100644 --- a/forge-gui/res/cardsfolder/v/vraska_swarms_eminence.txt +++ b/forge-gui/res/cardsfolder/v/vraska_swarms_eminence.txt @@ -1,5 +1,5 @@ Name:Vraska, Swarm's Eminence -ManaCost:2 B/G B/G +ManaCost:2 BG BG Types:Legendary Planeswalker Vraska Loyalty:5 T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl+withDeathtouch+inZoneBattlefield | ValidTarget$ Player,Planeswalker | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature you control with deathtouch deals damage to a player or planeswalker, put a +1/+1 counter on that creature. diff --git a/forge-gui/res/cardsfolder/w/whisper_agent.txt b/forge-gui/res/cardsfolder/w/whisper_agent.txt index 64cdd9adf86..8b2e2d9d33f 100644 --- a/forge-gui/res/cardsfolder/w/whisper_agent.txt +++ b/forge-gui/res/cardsfolder/w/whisper_agent.txt @@ -1,5 +1,5 @@ Name:Whisper Agent -ManaCost:1 U/B U/B +ManaCost:1 UB UB Types:Creature Human Rogue PT:3/2 K:Flash diff --git a/forge-gui/res/cardsfolder/w/witherbloom_pledgemage.txt b/forge-gui/res/cardsfolder/w/witherbloom_pledgemage.txt index 1d25add43bf..6f634d1620a 100644 --- a/forge-gui/res/cardsfolder/w/witherbloom_pledgemage.txt +++ b/forge-gui/res/cardsfolder/w/witherbloom_pledgemage.txt @@ -1,5 +1,5 @@ Name:Witherbloom Pledgemage -ManaCost:3 B/G B/G +ManaCost:3 BG BG Types:Creature Treefolk Warlock PT:5/5 T:Mode$ SpellCastOrCopy | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ LifeGain | TriggerDescription$ Magecraft — Whenever you cast or copy an instant or sorcery spell, you gain 1 life. diff --git a/forge-gui/res/cardsfolder/y/yorion_sky_nomad.txt b/forge-gui/res/cardsfolder/y/yorion_sky_nomad.txt index 3858f727e79..3ba37c77304 100644 --- a/forge-gui/res/cardsfolder/y/yorion_sky_nomad.txt +++ b/forge-gui/res/cardsfolder/y/yorion_sky_nomad.txt @@ -1,5 +1,5 @@ Name:Yorion, Sky Nomad -ManaCost:3 W/U W/U +ManaCost:3 WU WU Types:Legendary Creature Bird Serpent PT:4/5 K:Companion:Special:DeckSizePlus20:Your starting deck contains at least twenty cards more than the minimum deck size. diff --git a/forge-gui/res/cardsfolder/z/zirda_the_dawnwaker.txt b/forge-gui/res/cardsfolder/z/zirda_the_dawnwaker.txt index 074613a1712..499966a3a46 100644 --- a/forge-gui/res/cardsfolder/z/zirda_the_dawnwaker.txt +++ b/forge-gui/res/cardsfolder/z/zirda_the_dawnwaker.txt @@ -1,5 +1,5 @@ Name:Zirda, the Dawnwaker -ManaCost:1 R/W R/W +ManaCost:1 RW RW Types:Legendary Creature Elemental Fox PT:3/3 K:Companion:Permanent.hasActivatedAbility,Instant,Sorcery:Each permanent card in your starting deck has an activated ability.