mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
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:
7
forge-gui/res/cardsfolder/j/jungle_wayfinder.txt
Normal file
7
forge-gui/res/cardsfolder/j/jungle_wayfinder.txt
Normal 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.
|
||||
7
forge-gui/res/cardsfolder/s/saltwater_stalwart.txt
Normal file
7
forge-gui/res/cardsfolder/s/saltwater_stalwart.txt
Normal 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.
|
||||
8
forge-gui/res/cardsfolder/s/soaring_show_off.txt
Normal file
8
forge-gui/res/cardsfolder/s/soaring_show_off.txt
Normal 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.
|
||||
10
forge-gui/res/cardsfolder/v/virtus_the_veiled.txt
Normal file
10
forge-gui/res/cardsfolder/v/virtus_the_veiled.txt
Normal 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.
|
||||
Reference in New Issue
Block a user