diff --git a/forge-gui/res/cardsfolder/upcoming/no_one_left_behind.txt b/forge-gui/res/cardsfolder/upcoming/no_one_left_behind.txt index 28d13170046..d27b001be01 100644 --- a/forge-gui/res/cardsfolder/upcoming/no_one_left_behind.txt +++ b/forge-gui/res/cardsfolder/upcoming/no_one_left_behind.txt @@ -3,7 +3,7 @@ ManaCost:4 B Types:Sorcery S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ CostReduction | Relative$ True | EffectZone$ All | Description$ This spell costs {3} less to cast if it targets a creature card with mana value 3 or less. SVar:CostReduction:Count$Compare CheckTgt GE1.3.0 -SVar:CheckTgt:TargetedObjects$Valid Creature.cmcLE3+YouCtrl +SVar:CheckTgt:TargetedObjects$Valid Creature.cmcLE3 A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouOwn | ChangeNum$ 1 | SpellDescription$ Return target creature card from your graveyard to the battlefield. DeckHas:Ability$Graveyard DeckHints:Ability$Graveyard|Mill|Dredge diff --git a/forge-gui/res/cardsfolder/upcoming/titanias_command.txt b/forge-gui/res/cardsfolder/upcoming/titanias_command.txt index f51666010df..42c882141c2 100644 --- a/forge-gui/res/cardsfolder/upcoming/titanias_command.txt +++ b/forge-gui/res/cardsfolder/upcoming/titanias_command.txt @@ -2,8 +2,8 @@ Name:Titania's Command ManaCost:4 G G Types:Sorcery A:SP$ Charm | Choices$ DBExileAll,DBSearch,DBToken,DBCounter | CharmNum$ 2 -SVar:DBExileAll:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Select target player | ChangeType$ Card | RememberedChanged$ True | SubAbility$ DBGainLife | SpellDescription$ Exile target player's graveyard. You gain 1 life for each card exiled this way. -SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | SubAbility$ DBCleanup +SVar:DBExileAll:DB$ ChangeZoneAll | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Player | ChangeType$ Card | RememberChanged$ True | SubAbility$ DBGainLife | SpellDescription$ Exile target player's graveyard. You gain 1 life for each card exiled this way. +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | SubAbility$ DBCleanup | StackDescription$ You gain life for each card exiled this way. SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:DBSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Land | ChangeNum$ 2 | Tapped$ True | SpellDescription$ Search your library for up to two land cards, put them onto the battlefield tapped, then shuffle. SVar:DBToken:DB$ Token | TokenScript$ g_2_2_bear | TokenAmount$ 2 | SpellDescription$ Create two 2/2 green Bear creature tokens.