From ec30d761fabcc0ac2d32bf8e0670840570a81f88 Mon Sep 17 00:00:00 2001 From: Renato Filipe Vidal Santos <45150760+dracontes@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:09:36 +0100 Subject: [PATCH] ETB update: Card folder 'b', part 4 --- forge-gui/res/cardsfolder/b/brotherhood_outcast.txt | 4 ++-- forge-gui/res/cardsfolder/b/bruse_tarl_boorish_herder.txt | 6 +++--- forge-gui/res/cardsfolder/b/bruse_tarl_roving_rancher.txt | 6 +++--- forge-gui/res/cardsfolder/b/brushfire_elemental.txt | 4 ++-- .../res/cardsfolder/b/brutal_cathar_moonrage_brute.txt | 6 +++--- forge-gui/res/cardsfolder/b/brutal_nightstalker.txt | 4 ++-- forge-gui/res/cardsfolder/b/brutalizer_exarch.txt | 4 ++-- forge-gui/res/cardsfolder/b/bubble_snare.txt | 4 ++-- forge-gui/res/cardsfolder/b/bull_elephant.txt | 4 ++-- forge-gui/res/cardsfolder/b/bulwark_giant.txt | 4 ++-- forge-gui/res/cardsfolder/b/bumbling_pangolin.txt | 4 ++-- forge-gui/res/cardsfolder/b/burdened_aerialist.txt | 4 ++-- forge-gui/res/cardsfolder/b/burglar_rat.txt | 4 ++-- forge-gui/res/cardsfolder/b/buried_in_the_garden.txt | 4 ++-- forge-gui/res/cardsfolder/b/burning_rune_demon.txt | 4 ++-- forge-gui/res/cardsfolder/b/burning_suns_avatar.txt | 4 ++-- forge-gui/res/cardsfolder/b/burning_tree_bloodscale.txt | 2 +- forge-gui/res/cardsfolder/b/burning_tree_emissary.txt | 4 ++-- forge-gui/res/cardsfolder/b/burning_tree_vandal.txt | 2 +- forge-gui/res/cardsfolder/b/burning_yard_trainer.txt | 4 ++-- forge-gui/res/cardsfolder/b/burrog_befuddler.txt | 4 ++-- forge-gui/res/cardsfolder/b/buzzing_whack_a_doodle.txt | 4 ++-- forge-gui/res/cardsfolder/b/byrke_long_ear_of_the_law.txt | 2 +- 23 files changed, 46 insertions(+), 46 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/brotherhood_outcast.txt b/forge-gui/res/cardsfolder/b/brotherhood_outcast.txt index 0288d2ca408..f9ba53aab43 100644 --- a/forge-gui/res/cardsfolder/b/brotherhood_outcast.txt +++ b/forge-gui/res/cardsfolder/b/brotherhood_outcast.txt @@ -2,10 +2,10 @@ Name:Brotherhood Outcast ManaCost:2 W Types:Creature Human Soldier PT:3/2 -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, ABILITY +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters, ABILITY SVar:TrigCharm:DB$ Charm | Choices$ DBChangeZone,DBPutCounter | CharmNum$ 1 SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Card.Aura+YouCtrl+cmcLE3,Card.Equipment+YouCtrl+cmcLE3 | SpellDescription$ Return target Aura or Equipment card with mana value 3 or less from your graveyard to the battlefield. SVar:DBPutCounter:DB$ PutCounter | ValidTgts$ Creature | CounterType$ SHIELD | SpellDescription$ Put a shield counter on target creature. (If it would be dealt damage or destroyed, remove a shield counter from it instead.) DeckHas:Ability$Graveyard|Counters DeckNeeds:Type$Equipment|Aura -Oracle:When Brotherhood Outcast enters the battlefield, choose one —\n• Return target Aura or Equipment card with mana value 3 or less from your graveyard to the battlefield.\n• Put a shield counter on target creature. (If it would be dealt damage or destroyed, remove a shield counter from it instead.) +Oracle:When Brotherhood Outcast enters, choose one —\n• Return target Aura or Equipment card with mana value 3 or less from your graveyard to the battlefield.\n• Put a shield counter on target creature. (If it would be dealt damage or destroyed, remove a shield counter from it instead.) diff --git a/forge-gui/res/cardsfolder/b/bruse_tarl_boorish_herder.txt b/forge-gui/res/cardsfolder/b/bruse_tarl_boorish_herder.txt index 55a47e657ce..6b125904459 100644 --- a/forge-gui/res/cardsfolder/b/bruse_tarl_boorish_herder.txt +++ b/forge-gui/res/cardsfolder/b/bruse_tarl_boorish_herder.txt @@ -2,10 +2,10 @@ Name:Bruse Tarl, Boorish Herder ManaCost:2 R W Types:Legendary Creature Human Ally PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, target creature you control gains double strike and lifelink until end of turn. -T:Mode$ Attacks | ValidCard$ Creature.Self | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, target creature you control gains double strike and lifelink until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME enters or attacks, target creature you control gains double strike and lifelink until end of turn. +T:Mode$ Attacks | ValidCard$ Creature.Self | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters or attacks, target creature you control gains double strike and lifelink until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ Double Strike & Lifelink K:Partner SVar:HasAttackEffect:TRUE SVar:PlayMain1:TRUE -Oracle:Whenever Bruse Tarl, Boorish Herder enters the battlefield or attacks, target creature you control gains double strike and lifelink until end of turn.\nPartner (You can have two commanders if both have partner.) +Oracle:Whenever Bruse Tarl, Boorish Herder enters or attacks, target creature you control gains double strike and lifelink until end of turn.\nPartner (You can have two commanders if both have partner.) diff --git a/forge-gui/res/cardsfolder/b/bruse_tarl_roving_rancher.txt b/forge-gui/res/cardsfolder/b/bruse_tarl_roving_rancher.txt index c7b8fc3eba6..d3e6b1a8970 100644 --- a/forge-gui/res/cardsfolder/b/bruse_tarl_roving_rancher.txt +++ b/forge-gui/res/cardsfolder/b/bruse_tarl_roving_rancher.txt @@ -3,8 +3,8 @@ ManaCost:2 R W Types:Legendary Creature Human Warrior PT:4/3 S:Mode$ Continuous | Affected$ Ox.YouCtrl | AddKeyword$ Double Strike | Description$ Oxen you control have double strike. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. -T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigExile | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. SVar:TrigExile:DB$ Dig | DigNum$ 1 | DestinationZone$ Exile | RememberChanged$ True | ChangeNum$ All | SubAbility$ DBToken SVar:DBToken:DB$ Token | TokenScript$ w_2_2_ox | TokenOwner$ You | ConditionDefined$ Remembered | ConditionPresent$ Land | SubAbility$ DBEffect SVar:DBEffect:DB$ Effect | RememberObjects$ RememberedCard | StaticAbilities$ Play | ForgetOnMoved$ Exile | Duration$ UntilTheEndOfYourNextTurn | ConditionDefined$ Remembered | ConditionPresent$ Card.nonLand | SubAbility$ DBCleanup @@ -12,4 +12,4 @@ SVar:Play:Mode$ Continuous | MayPlay$ True | EffectZone$ Command | Affected$ Car SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True DeckHints:Type$Ox DeckHas:Ability$Token -Oracle:Oxen you control have double strike.\nWhenever Bruse Tarl, Roving Rancher enters the battlefield or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. +Oracle:Oxen you control have double strike.\nWhenever Bruse Tarl, Roving Rancher enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn. diff --git a/forge-gui/res/cardsfolder/b/brushfire_elemental.txt b/forge-gui/res/cardsfolder/b/brushfire_elemental.txt index b464413979e..366e16a0bb2 100644 --- a/forge-gui/res/cardsfolder/b/brushfire_elemental.txt +++ b/forge-gui/res/cardsfolder/b/brushfire_elemental.txt @@ -4,7 +4,7 @@ Types:Creature Elemental PT:1/1 K:Haste S:Mode$ CantBlockBy | ValidAttacker$ Creature.Self | ValidBlocker$ Creature.powerLE2 | Description$ CARDNAME can't be blocked by creatures with power 2 or less. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, CARDNAME gets +2/+2 until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Landfall — Whenever a land you control enters, CARDNAME gets +2/+2 until end of turn. SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 2 | NumDef$ 2 SVar:BuffedBy:Land -Oracle:Haste\nBrushfire Elemental can't be blocked by creatures with power 2 or less.\nLandfall — Whenever a land enters the battlefield under your control, Brushfire Elemental gets +2/+2 until end of turn. +Oracle:Haste\nBrushfire Elemental can't be blocked by creatures with power 2 or less.\nLandfall — Whenever a land you control enters, Brushfire Elemental gets +2/+2 until end of turn. diff --git a/forge-gui/res/cardsfolder/b/brutal_cathar_moonrage_brute.txt b/forge-gui/res/cardsfolder/b/brutal_cathar_moonrage_brute.txt index 29ce84da27d..733f14b60ab 100644 --- a/forge-gui/res/cardsfolder/b/brutal_cathar_moonrage_brute.txt +++ b/forge-gui/res/cardsfolder/b/brutal_cathar_moonrage_brute.txt @@ -2,14 +2,14 @@ Name:Brutal Cathar ManaCost:2 W Types:Creature Human Soldier Werewolf PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When this creature enters the battlefield or transforms into CARDNAME, exile target creature an opponent controls until this creature leaves the battlefield. -T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TrigExile | Secondary$ True | TriggerDescription$ When this creature enters the battlefield or transforms into CARDNAME, exile target creature an opponent controls until this creature leaves the battlefield. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When this creature enters or transforms into CARDNAME, exile target creature an opponent controls until this creature leaves the battlefield. +T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TrigExile | Secondary$ True | TriggerDescription$ When this creature enters or transforms into CARDNAME, exile target creature an opponent controls until this creature leaves the battlefield. SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | Duration$ UntilHostLeavesPlay K:Daybound SVar:PlayMain1:TRUE SVar:OblivionRing:TRUE AlternateMode:DoubleFaced -Oracle:When this creature enters the battlefield or transforms into Brutal Cathar, exile target creature an opponent controls until this creature leaves the battlefield.\nDaybound (If a player casts no spells during their own turn, it becomes night next turn.) +Oracle:When this creature enters or transforms into Brutal Cathar, exile target creature an opponent controls until this creature leaves the battlefield.\nDaybound (If a player casts no spells during their own turn, it becomes night next turn.) ALTERNATE diff --git a/forge-gui/res/cardsfolder/b/brutal_nightstalker.txt b/forge-gui/res/cardsfolder/b/brutal_nightstalker.txt index 3baaae5050b..9941603d8d7 100644 --- a/forge-gui/res/cardsfolder/b/brutal_nightstalker.txt +++ b/forge-gui/res/cardsfolder/b/brutal_nightstalker.txt @@ -2,6 +2,6 @@ Name:Brutal Nightstalker ManaCost:3 B B Types:Creature Nightstalker PT:3/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, you may have target opponent discard a card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters, you may have target opponent discard a card. SVar:TrigDiscard:DB$ Discard | ValidTgts$ Opponent | TgtPrompt$ Select an opponent | NumCards$ 1 | Mode$ TgtChoose -Oracle:When Brutal Nightstalker enters the battlefield, you may have target opponent discard a card. +Oracle:When Brutal Nightstalker enters, you may have target opponent discard a card. diff --git a/forge-gui/res/cardsfolder/b/brutalizer_exarch.txt b/forge-gui/res/cardsfolder/b/brutalizer_exarch.txt index 2c260bf75e9..fa23f07d874 100644 --- a/forge-gui/res/cardsfolder/b/brutalizer_exarch.txt +++ b/forge-gui/res/cardsfolder/b/brutalizer_exarch.txt @@ -2,9 +2,9 @@ Name:Brutalizer Exarch ManaCost:5 G Types:Creature Phyrexian Cleric PT:3/3 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, ABILITY +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters, ABILITY SVar:TrigCharm:DB$ Charm | Choices$ DBSearch,DBRemove SVar:DBSearch:DB$ ChangeZone | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Creature | ChangeNum$ 1 | SpellDescription$ Search your library for a creature card, reveal it, then shuffle and put that card on top. SVar:DBRemove:DB$ ChangeZone | ValidTgts$ Permanent.nonCreature | IsCurse$ True | TgtPrompt$ Select target noncreature permanent | Origin$ Battlefield | Destination$ Library | LibraryPosition$ -1 | SpellDescription$ Put target noncreature permanent on the bottom of its owner's library. AI:RemoveDeck:All -Oracle:When Brutalizer Exarch enters the battlefield, choose one —\n• Search your library for a creature card, reveal it, then shuffle and put that card on top.\n• Put target noncreature permanent on the bottom of its owner's library. +Oracle:When Brutalizer Exarch enters, choose one —\n• Search your library for a creature card, reveal it, then shuffle and put that card on top.\n• Put target noncreature permanent on the bottom of its owner's library. diff --git a/forge-gui/res/cardsfolder/b/bubble_snare.txt b/forge-gui/res/cardsfolder/b/bubble_snare.txt index dc06b383668..7e819fea22b 100644 --- a/forge-gui/res/cardsfolder/b/bubble_snare.txt +++ b/forge-gui/res/cardsfolder/b/bubble_snare.txt @@ -3,7 +3,7 @@ ManaCost:U Types:Enchantment Aura K:Kicker:2 U A:SP$ Attach | Cost$ U | ValidTgts$ Creature | AILogic$ KeepTapped -T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, tap enchanted creature. +T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters, if it was kicked, tap enchanted creature. SVar:TrigTap:DB$ Tap | Defined$ Enchanted S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted creature doesn't untap during its controller's untap step. -Oracle:Kicker {2}{U} (You may pay an additional {2}{U} as you cast this spell.)\nEnchant creature\nWhen Bubble Snare enters the battlefield, if it was kicked, tap enchanted creature.\nEnchanted creature doesn't untap during its controller's untap step. +Oracle:Kicker {2}{U} (You may pay an additional {2}{U} as you cast this spell.)\nEnchant creature\nWhen Bubble Snare enters, if it was kicked, tap enchanted creature.\nEnchanted creature doesn't untap during its controller's untap step. diff --git a/forge-gui/res/cardsfolder/b/bull_elephant.txt b/forge-gui/res/cardsfolder/b/bull_elephant.txt index 5e32b22151a..e29f1f1b5ca 100644 --- a/forge-gui/res/cardsfolder/b/bull_elephant.txt +++ b/forge-gui/res/cardsfolder/b/bull_elephant.txt @@ -2,8 +2,8 @@ Name:Bull Elephant ManaCost:3 G Types:Creature Elephant PT:4/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you return two Forests you control to their owner's hand. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters, sacrifice it unless you return two Forests you control to their owner's hand. SVar:TrigSac:DB$ Sacrifice | UnlessCost$ Return<2/Forest> | UnlessPayer$ You SVar:NeedsToPlayVar:Y GE2 SVar:Y:Count$Valid Forest.YouCtrl -Oracle:When Bull Elephant enters the battlefield, sacrifice it unless you return two Forests you control to their owner's hand. +Oracle:When Bull Elephant enters, sacrifice it unless you return two Forests you control to their owner's hand. diff --git a/forge-gui/res/cardsfolder/b/bulwark_giant.txt b/forge-gui/res/cardsfolder/b/bulwark_giant.txt index 13175f6e997..678011b2da7 100644 --- a/forge-gui/res/cardsfolder/b/bulwark_giant.txt +++ b/forge-gui/res/cardsfolder/b/bulwark_giant.txt @@ -2,7 +2,7 @@ Name:Bulwark Giant ManaCost:5 W Types:Creature Giant Soldier PT:3/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 5 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters, you gain 5 life. SVar:TrigGainLife:DB$ GainLife | LifeAmount$ 5 DeckHas:Ability$LifeGain -Oracle:When Bulwark Giant enters the battlefield, you gain 5 life. +Oracle:When Bulwark Giant enters, you gain 5 life. diff --git a/forge-gui/res/cardsfolder/b/bumbling_pangolin.txt b/forge-gui/res/cardsfolder/b/bumbling_pangolin.txt index 1454639c10a..132de8988e7 100644 --- a/forge-gui/res/cardsfolder/b/bumbling_pangolin.txt +++ b/forge-gui/res/cardsfolder/b/bumbling_pangolin.txt @@ -2,6 +2,6 @@ Name:Bumbling Pangolin ManaCost:3 R Types:Host Creature Pangolin Beast PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | OptionalDecider$ You | Host$ True | TriggerDescription$ When this creature enters the battlefield, you may destroy target artifact. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | OptionalDecider$ You | Host$ True | TriggerDescription$ When this creature enters, you may destroy target artifact. SVar:TrigDestroy:DB$ Destroy | ValidTgts$ Artifact | TgtPrompt$ Select target artifact. -Oracle:When this creature enters the battlefield, you may destroy target artifact. +Oracle:When this creature enters, you may destroy target artifact. diff --git a/forge-gui/res/cardsfolder/b/burdened_aerialist.txt b/forge-gui/res/cardsfolder/b/burdened_aerialist.txt index 128d70565b0..cffd6c2f38b 100644 --- a/forge-gui/res/cardsfolder/b/burdened_aerialist.txt +++ b/forge-gui/res/cardsfolder/b/burdened_aerialist.txt @@ -2,9 +2,9 @@ Name:Burdened Aerialist ManaCost:2 U Types:Creature Human Pirate PT:3/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTreasure | TriggerDescription$ When CARDNAME enters the battlefield, create a Treasure token. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTreasure | TriggerDescription$ When CARDNAME enters, create a Treasure token. SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You T:Mode$ Sacrificed | ValidPlayer$ You | ValidCard$ Permanent.token+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a token, CARDNAME gains flying until end of turn. SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Flying DeckHas:Ability$Token -Oracle:When Burdened Aerialist enters the battlefield, create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")\nWhenever you sacrifice a token, Burdened Aerialist gains flying until end of turn. +Oracle:When Burdened Aerialist enters, create a Treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")\nWhenever you sacrifice a token, Burdened Aerialist gains flying until end of turn. diff --git a/forge-gui/res/cardsfolder/b/burglar_rat.txt b/forge-gui/res/cardsfolder/b/burglar_rat.txt index de7eb335384..ee1d64d83e6 100644 --- a/forge-gui/res/cardsfolder/b/burglar_rat.txt +++ b/forge-gui/res/cardsfolder/b/burglar_rat.txt @@ -2,6 +2,6 @@ Name:Burglar Rat ManaCost:1 B Types:Creature Rat PT:1/1 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, each opponent discards a card. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters, each opponent discards a card. SVar:TrigDiscard:DB$ Discard | Defined$ Opponent | Mode$ TgtChoose -Oracle:When Burglar Rat enters the battlefield, each opponent discards a card. +Oracle:When Burglar Rat enters, each opponent discards a card. diff --git a/forge-gui/res/cardsfolder/b/buried_in_the_garden.txt b/forge-gui/res/cardsfolder/b/buried_in_the_garden.txt index e10d44c0880..1e757898d1b 100644 --- a/forge-gui/res/cardsfolder/b/buried_in_the_garden.txt +++ b/forge-gui/res/cardsfolder/b/buried_in_the_garden.txt @@ -3,10 +3,10 @@ ManaCost:2 G W Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 2 G W | ValidTgts$ Land | TgtPrompt$ Select target land | AILogic$ Pump -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target nonland permanent you don't control until CARDNAME leaves the battlefield. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters, exile target nonland permanent you don't control until CARDNAME leaves the battlefield. SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Permanent.nonLand+YouDontCtrl | TgtPrompt$ Select target nonland permanent you don't control | Duration$ UntilHostLeavesPlay T:Mode$ TapsForMana | ValidCard$ Card.AttachedBy | Execute$ TrigMana | Static$ True | TriggerDescription$ Whenever enchanted land is tapped for mana, its controller adds an additional one mana of any color. SVar:TrigMana:DB$ Mana | Produced$ Any | Amount$ 1 | Defined$ TriggeredCardController SVar:PlayMain1:TRUE SVar:NeedsToPlay:Permanent.nonLand+YouDontCtrl -Oracle:Enchant land\nWhen Buried in the Garden enters the battlefield, exile target nonland permanent you don't control until Buried in the Garden leaves the battlefield.\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of any color. +Oracle:Enchant land\nWhen Buried in the Garden enters, exile target nonland permanent you don't control until Buried in the Garden leaves the battlefield.\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of any color. diff --git a/forge-gui/res/cardsfolder/b/burning_rune_demon.txt b/forge-gui/res/cardsfolder/b/burning_rune_demon.txt index 67e47b5954b..b90ab7e8c9b 100644 --- a/forge-gui/res/cardsfolder/b/burning_rune_demon.txt +++ b/forge-gui/res/cardsfolder/b/burning_rune_demon.txt @@ -3,11 +3,11 @@ ManaCost:4 B B Types:Creature Demon Berserker PT:6/6 K:Flying -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for exactly two cards not named Burning-Rune Demon that have different names. If you do, reveal those cards. An opponent chooses one of them. Put the chosen card into your hand and the other into your graveyard, then shuffle. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters, you may search your library for exactly two cards not named Burning-Rune Demon that have different names. If you do, reveal those cards. An opponent chooses one of them. Put the chosen card into your hand and the other into your graveyard, then shuffle. SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Library | ChangeType$ Card.notnamedBurning-Rune Demon | ChangeNum$ 2 | DifferentNames$ True | RememberChanged$ True | Reveal$ True | Shuffle$ False | AILogic$ Intuition | SubAbility$ DBChoosePlayer SVar:DBChoosePlayer:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | ChoiceTitle$ Choose an opponent | SubAbility$ DBChangeZone1 SVar:DBChangeZone1:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Card.IsRemembered | Chooser$ ChosenPlayer | ChangeNum$ 1 | Mandatory$ True | NoLooking$ True | SelectPrompt$ Select a card for the hand | Shuffle$ False | SubAbility$ DBChangeZone2 | StackDescription$ None SVar:DBChangeZone2:DB$ ChangeZoneAll | Origin$ Library | Destination$ Graveyard | ChangeType$ Card.IsRemembered | Shuffle$ True | StackDescription$ None | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenPlayer$ True DeckHas:Ability$Graveyard -Oracle:Flying\nWhen Burning-Rune Demon enters the battlefield, you may search your library for exactly two cards not named Burning-Rune Demon that have different names. If you do, reveal those cards. An opponent chooses one of them. Put the chosen card into your hand and the other into your graveyard, then shuffle. +Oracle:Flying\nWhen Burning-Rune Demon enters, you may search your library for exactly two cards not named Burning-Rune Demon that have different names. If you do, reveal those cards. An opponent chooses one of them. Put the chosen card into your hand and the other into your graveyard, then shuffle. diff --git a/forge-gui/res/cardsfolder/b/burning_suns_avatar.txt b/forge-gui/res/cardsfolder/b/burning_suns_avatar.txt index 52df63fe618..0e5c8b13ff0 100644 --- a/forge-gui/res/cardsfolder/b/burning_suns_avatar.txt +++ b/forge-gui/res/cardsfolder/b/burning_suns_avatar.txt @@ -2,7 +2,7 @@ Name:Burning Sun's Avatar ManaCost:3 R R R Types:Creature Dinosaur Avatar PT:6/6 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DamageAndMoreDamage | TriggerDescription$ When CARDNAME enters the battlefield, it deals 3 damage to target opponent or planeswalker and 3 damage to up to one target creature. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DamageAndMoreDamage | TriggerDescription$ When CARDNAME enters, it deals 3 damage to target opponent or planeswalker and 3 damage to up to one target creature. SVar:DamageAndMoreDamage:DB$ DealDamage | ValidTgts$ Opponent,Planeswalker | TgtPrompt$ Select target opponent or planeswalker | NumDmg$ 3 | SubAbility$ MoreDamage SVar:MoreDamage:DB$ DealDamage | ValidTgts$ Creature | NumDmg$ 3 | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select target creature. -Oracle:When Burning Sun's Avatar enters the battlefield, it deals 3 damage to target opponent or planeswalker and 3 damage to up to one target creature. +Oracle:When Burning Sun's Avatar enters, it deals 3 damage to target opponent or planeswalker and 3 damage to up to one target creature. diff --git a/forge-gui/res/cardsfolder/b/burning_tree_bloodscale.txt b/forge-gui/res/cardsfolder/b/burning_tree_bloodscale.txt index 4dfebdc8125..610ffec93e3 100644 --- a/forge-gui/res/cardsfolder/b/burning_tree_bloodscale.txt +++ b/forge-gui/res/cardsfolder/b/burning_tree_bloodscale.txt @@ -7,4 +7,4 @@ A:AB$ Effect | Cost$ 2 R | ValidTgts$ Creature | TgtPrompt$ Select target creatu SVar:KWPump:Mode$ CantBlockBy | ValidAttacker$ Creature.EffectSource | ValidBlocker$ Creature.IsRemembered | Description$ {c:Remembered} can't block EFFECTSOURCE this turn. A:AB$ MustBlock | Cost$ 2 G | ValidTgts$ Creature | TgtPrompt$ Select target creature that must block this creature this turn | SpellDescription$ Target creature blocks CARDNAME this turn if able. AI:RemoveDeck:All -Oracle:Bloodthirst 1 (If an opponent was dealt damage this turn, this creature enters the battlefield with a +1/+1 counter on it.)\n{2}{R}: Target creature can't block Burning-Tree Bloodscale this turn.\n{2}{G}: Target creature blocks Burning-Tree Bloodscale this turn if able. +Oracle:Bloodthirst 1 (If an opponent was dealt damage this turn, this creature enters with a +1/+1 counter on it.)\n{2}{R}: Target creature can't block Burning-Tree Bloodscale this turn.\n{2}{G}: Target creature blocks Burning-Tree Bloodscale this turn if able. diff --git a/forge-gui/res/cardsfolder/b/burning_tree_emissary.txt b/forge-gui/res/cardsfolder/b/burning_tree_emissary.txt index 63a0d93d820..4ea0662af1f 100644 --- a/forge-gui/res/cardsfolder/b/burning_tree_emissary.txt +++ b/forge-gui/res/cardsfolder/b/burning_tree_emissary.txt @@ -2,7 +2,7 @@ Name:Burning-Tree Emissary ManaCost:RG RG Types:Creature Human Shaman PT:2/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, add {R}{G}. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters, add {R}{G}. SVar:TrigMana:DB$ Mana | Produced$ R G SVar:FreeSpellAI:True -Oracle:When Burning-Tree Emissary enters the battlefield, add {R}{G}. +Oracle:When Burning-Tree Emissary enters, add {R}{G}. diff --git a/forge-gui/res/cardsfolder/b/burning_tree_vandal.txt b/forge-gui/res/cardsfolder/b/burning_tree_vandal.txt index 4e116984c3e..a37dc5c2015 100644 --- a/forge-gui/res/cardsfolder/b/burning_tree_vandal.txt +++ b/forge-gui/res/cardsfolder/b/burning_tree_vandal.txt @@ -6,4 +6,4 @@ K:Riot T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME attacks, you may discard a card. If you do, draw a card. SVar:TrigDraw:AB$ Draw | NumCards$ 1 | Cost$ Discard<1/Card> DeckHas:Ability$Counters -Oracle:Riot (This creature enters the battlefield with your choice of a +1/+1 counter or haste.)\nWhenever Burning-Tree Vandal attacks, you may discard a card. If you do, draw a card. +Oracle:Riot (This creature enters with your choice of a +1/+1 counter or haste.)\nWhenever Burning-Tree Vandal attacks, you may discard a card. If you do, draw a card. diff --git a/forge-gui/res/cardsfolder/b/burning_yard_trainer.txt b/forge-gui/res/cardsfolder/b/burning_yard_trainer.txt index 2cc5ade55dc..436d5fe4a65 100644 --- a/forge-gui/res/cardsfolder/b/burning_yard_trainer.txt +++ b/forge-gui/res/cardsfolder/b/burning_yard_trainer.txt @@ -4,8 +4,8 @@ Types:Creature Human Knight PT:3/3 K:Haste K:Trample -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, another target Knight you control gets +2/+2 and gains trample and haste until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters, another target Knight you control gets +2/+2 and gains trample and haste until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Knight.Other+YouCtrl | TgtPrompt$ Select another target Knight you control | NumAtt$ 2 | NumDef$ 2 | KW$ Trample & Haste SVar:PlayMain1:TRUE DeckHints:Type$Knight -Oracle:Trample, haste\nWhen Burning-Yard Trainer enters the battlefield, another target Knight you control gets +2/+2 and gains trample and haste until end of turn. +Oracle:Trample, haste\nWhen Burning-Yard Trainer enters, another target Knight you control gets +2/+2 and gains trample and haste until end of turn. diff --git a/forge-gui/res/cardsfolder/b/burrog_befuddler.txt b/forge-gui/res/cardsfolder/b/burrog_befuddler.txt index bee87befc9a..717ea43942c 100644 --- a/forge-gui/res/cardsfolder/b/burrog_befuddler.txt +++ b/forge-gui/res/cardsfolder/b/burrog_befuddler.txt @@ -3,6 +3,6 @@ ManaCost:1 U Types:Creature Frog Wizard PT:2/1 K:Flash -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature an opponent controls gets -1/-0 until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters, target creature an opponent controls gets -1/-0 until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature | NumAtt$ -1 | IsCurse$ True -Oracle:Flash\nWhen Burrog Befuddler enters the battlefield, target creature an opponent controls gets -1/-0 until end of turn. +Oracle:Flash\nWhen Burrog Befuddler enters, target creature an opponent controls gets -1/-0 until end of turn. diff --git a/forge-gui/res/cardsfolder/b/buzzing_whack_a_doodle.txt b/forge-gui/res/cardsfolder/b/buzzing_whack_a_doodle.txt index 503f8d9ea86..85dc57e21a1 100644 --- a/forge-gui/res/cardsfolder/b/buzzing_whack_a_doodle.txt +++ b/forge-gui/res/cardsfolder/b/buzzing_whack_a_doodle.txt @@ -1,7 +1,7 @@ Name:Buzzing Whack-a-Doodle ManaCost:4 Types:Artifact -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ ChooseOpp | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, you and an opponent each secretly choose Whack or Doodle. Then those choices are revealed. If the choices match, CARDNAME has that ability. Otherwise, it has Buzz. • Whack — {T}: Target player loses 2 life. • Doodle — {T}: You gain 3 life. • Buzz — {2}, {T}: Draw a card. +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ ChooseOpp | Static$ True | TriggerDescription$ As CARDNAME enters, you and an opponent each secretly choose Whack or Doodle. Then those choices are revealed. If the choices match, CARDNAME has that ability. Otherwise, it has Buzz. • Whack — {T}: Target player loses 2 life. • Doodle — {T}: You gain 3 life. • Buzz — {2}, {T}: Draw a card. SVar:ChooseOpp:DB$ ChoosePlayer | Defined$ You | Choices$ Opponent | ChoiceTitle$ Choose an opponent | SubAbility$ YouChoice SVar:YouChoice:DB$ GenericChoice | Choices$ YouWhack,YouDoodle | Defined$ You | AILogic$ Random | SubAbility$ StoreYou SVar:YouWhack:DB$ StoreSVar | SVar$ Doodles | Type$ Number | Expression$ 0 | SpellDescription$ Whack @@ -18,4 +18,4 @@ SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True SVar:ABWhack:AB$ LoseLife | Cost$ T | ValidTgts$ Player | LifeAmount$ 2 | SpellDescription$ Target player loses 2 life. SVar:ABBuzz:AB$ Draw | Cost$ 2 T | SpellDescription$ Draw a card. SVar:ABDoodle:AB$ GainLife | Cost$ T | LifeAmount$ 3 | SpellDescription$ You gain 3 life. -Oracle:As Buzzing Whack-a-Doodle enters the battlefield, you and an opponent each secretly choose Whack or Doodle. Then those choices are revealed. If the choices match, Buzzing Whack-a-Doodle has that ability. Otherwise, it has Buzz.\n• Whack — {T}: Target player loses 2 life.\n• Doodle — {T}: You gain 3 life.\n• Buzz — {2}, {T}: Draw a card. +Oracle:As Buzzing Whack-a-Doodle enters, you and an opponent each secretly choose Whack or Doodle. Then those choices are revealed. If the choices match, Buzzing Whack-a-Doodle has that ability. Otherwise, it has Buzz.\n• Whack — {T}: Target player loses 2 life.\n• Doodle — {T}: You gain 3 life.\n• Buzz — {2}, {T}: Draw a card. diff --git a/forge-gui/res/cardsfolder/b/byrke_long_ear_of_the_law.txt b/forge-gui/res/cardsfolder/b/byrke_long_ear_of_the_law.txt index 36e8333e7a3..66857026faf 100644 --- a/forge-gui/res/cardsfolder/b/byrke_long_ear_of_the_law.txt +++ b/forge-gui/res/cardsfolder/b/byrke_long_ear_of_the_law.txt @@ -3,7 +3,7 @@ ManaCost:4 G W Types:Legendary Creature Rabbit Soldier PT:4/4 K:Vigilance -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounters | TriggerDescription$ When CARDNAME enters the battlefield, put a +1/+1 counter on each of up to two target creatures. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounters | TriggerDescription$ When CARDNAME enters, put a +1/+1 counter on each of up to two target creatures. SVar:TrigPutCounters:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select up to two target creatures T:Mode$ Attacks | ValidCard$ Creature.YouCtrl+counters_GE1_P1P1 | Execute$ TrigDoubleCounters | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control with a +1/+1 counter on it attacks, double the number of +1/+1 counters on it. SVar:TrigDoubleCounters:DB$ MultiplyCounter | Defined$ TriggeredAttackerLKICopy | CounterType$ P1P1