mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Add Wingbright Thief (YDSK) (#6368)
This commit is contained in:
14
forge-gui/res/cardsfolder/upcoming/wingbright_thief.txt
Normal file
14
forge-gui/res/cardsfolder/upcoming/wingbright_thief.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Wingbright Thief
|
||||
ManaCost:1 W U
|
||||
Types:Enchantment Creature Bird Glimmer
|
||||
PT:2/3
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigReveal | TriggerDescription$ When CARDNAME enters, target opponent reveals each nonland card in their hand. You choose one of them. That card perpetually gains “When you cast this spell, each opponent draws a card and gains 3 life.”
|
||||
SVar:TrigReveal:DB$ Reveal | ValidTgts$ Opponent | RevealAllValid$ Card.nonLand+TargetedPlayerOwn | SubAbility$ DBChooseCard | RememberRevealed$ True
|
||||
SVar:DBChooseCard:DB$ ChooseCard | ChoiceZone$ Hand | Choices$ Card.IsRemembered | SubAbility$ DBAnimate
|
||||
SVar:DBAnimate:DB$ Animate | Duration$ Perpetual | Defined$ ChosenCard | Triggers$ CastSpellDrawGainLife | SubAbility$ DBCleanup
|
||||
SVar:CastSpellDrawGainLife:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When you cast this spell, each opponent draws a card and gains 3 life.
|
||||
SVar:TrigDraw:DB$ Draw | Defined$ Opponent | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ Opponent | LifeAmount$ 3
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True
|
||||
Oracle:Flying\nWhen Wingbright Thief enters, target opponent reveals each nonland card in their hand. You choose one of them. That card perpetually gains “When you cast this spell, each opponent draws a card and gains 3 life.”
|
||||
Reference in New Issue
Block a user