Merge branch 'bbdforgescribe' into 'master'

Some BBD cards scripted by forgeScribe (with a bit of cleanup on a couple)

See merge request core-developers/forge!893
This commit is contained in:
Michael Kamensky
2018-09-02 15:43:39 +00:00
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Name:Jungle Wayfinder
ManaCost:2 G
Types:Creature Elf Warrior
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, each player may search their library for a basic land card, reveal it, put it into their hand, then shuffle their library.
SVar:TrigChange:DB$ChangeZone | Optional$ True | Origin$ Library | Destination$ Hand | ChangeType$ Land.Basic | DefinedPlayer$ Player | ChangeNum$ 1 | ShuffleNonMandatory$ True
Oracle:When Jungle Wayfinder enters the battlefield, each player may search their library for a basic land card, reveal it, put it into their hand, then shuffle their library.

View File

@@ -0,0 +1,7 @@
Name:Saltwater Stalwart
ManaCost:3 U
Types:Creature Merfolk Warrior
PT:2/4
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals damage to an opponent, target player draws a card.
SVar:TrigDraw:DB$Draw | NumCards$ 1 | ValidTgts$ Player | TgtPrompt$ Choose a player
Oracle:Whenever Saltwater Stalwart deals damage to an opponent, target player draws a card.

View File

@@ -0,0 +1,8 @@
Name:Soaring Show-Off
ManaCost:2 U
Types:Creature Bird Warrior
PT:2/2
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, each player draws a card.
SVar:TrigDraw:DB$Draw | Defined$ Player | NumCards$ 1
Oracle:Flying\nWhen Soaring Show-Off enters the battlefield, each player draws a card.

View File

@@ -0,0 +1,10 @@
Name:Virtus the Veiled
ManaCost:2 B
Types:Legendary Creature Azra Assassin
PT:1/1
K:Partner:Gorm the Great
K:Deathtouch
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigLoseLifeOpp | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player loses half their life, rounded up.
SVar:TrigLoseLifeOpp:DB$ LoseLife | Defined$ TriggeredTarget | LifeAmount$ QuietusX | References$ QuietusX
SVar:QuietusX:TriggeredTarget$LifeTotal/HalfUp
Oracle:Partner with Gorm the Great (When this creature enters the battlefield, target player may put Gorm into their hand from their library, then shuffle.)\nDeathtouch\nWhenever Virtus the Veiled deals combat damage to a player, that player loses half their life, rounded up.