diff --git a/forge-gui/res/cardsfolder/k/kaya_ghost_assassin.txt b/forge-gui/res/cardsfolder/k/kaya_ghost_assassin.txt index a85fd6c9a97..c79d3045274 100644 --- a/forge-gui/res/cardsfolder/k/kaya_ghost_assassin.txt +++ b/forge-gui/res/cardsfolder/k/kaya_ghost_assassin.txt @@ -2,8 +2,10 @@ Name:Kaya, Ghost Assassin ManaCost:2 W B Types:Planeswalker Kaya Loyalty:5 -A:AB$ Pump | Cost$ SubCounter<0/LOYALTY> | ValidTgts$ Creature,Permanent.Self | TargetMax$ 1 | TargetMin$ 0 | Planeswalker$ True | SubAbility$ DBExileTarget | StackDeSpellDescription$ SpellDescription | SpellDescription$ Exile CARDNAME or up to one target creature. Return that card to the battlefield under its owner's control at the beginning of your next upkeep. You lose 2 life. -SVar:DBExileTarget:DB$ ChangeZone | Defined$ Targeted | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBDelTrig2 | SpellDescription$ Exile CARDNAME or up to one target creature +A:AB$ Pump | Cost$ SubCounter<0/LOYALTY> | ValidTgts$ Creature | TargetMax$ 1 | TargetMin$ 0 | Planeswalker$ True | SubAbility$ DBChoose | StackDeSpellDescription$ SpellDescription | SpellDescription$ Exile CARDNAME or up to one target creature. Return that card to the battlefield under its owner's control at the beginning of your next upkeep. You lose 2 life. +SVar:DBChoose:DB$ GenericChoice | Choices$ DBExileSelf,DBExileTarget | Defined$ You +SVar:DBExileSelf:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBDelTrig1 | SpellDescription$ Exile CARDNAME +SVar:DBExileTarget:DB$ ChangeZone | Defined$ Targeted | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBDelTrig2 | SpellDescription$ Exile up to one target creature SVar:DBDelTrig1:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ DBReturnSelf | TriggerDescription$ Return that card to the battlefield under its owner's control at the beginning of your next upkeep. | SubAbility$ DBLoseLife SVar:DBReturnSelf:DB$ ChangeZone | Origin$ Exile | Defined$ CorrectedSelf | Destination$ Battlefield SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 2 | Defined$ You