From 94d8e8a59b5e9eb8527a68af0f01f98d574555cf Mon Sep 17 00:00:00 2001 From: Simisays <67333662+Simisays@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:10:58 +0200 Subject: [PATCH] update --- .../cardsfolder/upcoming/gardens_of_tranquil_repose.txt | 6 +++--- forge-gui/res/cardsfolder/upcoming/heaven_sent.txt | 2 +- forge-gui/res/cardsfolder/upcoming/hotel_of_fears.txt | 5 +++-- .../res/cardsfolder/upcoming/last_night_together.txt | 8 ++++---- forge-gui/res/cardsfolder/upcoming/lunar_hatchling.txt | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/forge-gui/res/cardsfolder/upcoming/gardens_of_tranquil_repose.txt b/forge-gui/res/cardsfolder/upcoming/gardens_of_tranquil_repose.txt index 0267e8025db..2a7fa70c8ed 100644 --- a/forge-gui/res/cardsfolder/upcoming/gardens_of_tranquil_repose.txt +++ b/forge-gui/res/cardsfolder/upcoming/gardens_of_tranquil_repose.txt @@ -2,10 +2,10 @@ Name:Gardens of Tranquil Repose ManaCost:no cost Types:Plane Necros T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | Execute$ TrigChange | TriggerZones$ Command | TriggerDescription$ Suspended Animation — Whenever a creature dies, exile it. Its controller scries 1. -SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | Defined$ TriggeredNewCardLKICopy | RememberChanged$ True | SubAbility$ DBScry +SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | Defined$ TriggeredNewCardLKICopy | SubAbility$ DBScry SVar:DBScry:DB$ Scry | ScryNum$ 1 | Defined$ TriggeredCardController -T:Mode$ ChaosEnsues | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever chaos ensues, create X 3/3 black Dalek artifact creature tokens with menace, where X is one plus the number of cards exiled with Gardens of Tranquil Repose. +T:Mode$ ChaosEnsues | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever chaos ensues, create X 3/3 black Dalek artifact creature tokens with menace, where X is one plus the number of cards exiled with CARDNAME. SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ b_3_3_a_dalek_menace -SVar:X:Remembered$Amount +SVar:X:ExiledWith$Amount DeckHas:Ability$Token & Type$Dalek|Artifact Oracle:Suspended Animation — Whenever a creature dies, exile it. Its controller scries 1.\nWhenever chaos ensues, create X 3/3 black Dalek artifact creature tokens with menace, where X is one plus the number of cards exiled with Gardens of Tranquil Repose. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/heaven_sent.txt b/forge-gui/res/cardsfolder/upcoming/heaven_sent.txt index f09ed53a6f0..a9fb00762ae 100644 --- a/forge-gui/res/cardsfolder/upcoming/heaven_sent.txt +++ b/forge-gui/res/cardsfolder/upcoming/heaven_sent.txt @@ -3,7 +3,7 @@ ManaCost:U R Types:Enchantment Saga K:Saga:3:DBInvestigate,DBInvestigate,DBDamage SVar:DBInvestigate:DB$ Investigate | SpellDescription$ Investigate. -SVar:DBDamage:DB$ DealDamage | Defined$ Opponent | NumDmg$ 1 | SubAbility$ DBBranch | SpellDescription$ CARDNAME deals 1 damage to each opponent. Then if an opponent has 0 or less life, draw seven cards. Otherwise, exile Heaven Sent and you may cast it this turn. +SVar:DBDamage:DB$ DealDamage | Defined$ Opponent | NumDmg$ 1 | SubAbility$ DBBranch | SpellDescription$ CARDNAME deals 1 damage to each opponent. Then if an opponent has 0 or less life, draw seven cards. Otherwise, exile CARDNAME and you may cast it this turn. SVar:DBBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ LE0 | TrueSubAbility$ DBDraw | FalseSubAbility$ DBCastAgain SVar:X:PlayerCountOpponents$LowestLifeTotal SVar:DBDraw:DB$ Draw | NumCards$ 7 diff --git a/forge-gui/res/cardsfolder/upcoming/hotel_of_fears.txt b/forge-gui/res/cardsfolder/upcoming/hotel_of_fears.txt index affecb02d44..aa570f93f7b 100644 --- a/forge-gui/res/cardsfolder/upcoming/hotel_of_fears.txt +++ b/forge-gui/res/cardsfolder/upcoming/hotel_of_fears.txt @@ -10,8 +10,9 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Y:Remembered$CardManaCost T:Mode$ ChaosEnsues | TriggerZones$ Command | Execute$ TrigChooseColor | TriggerDescription$ Praise Him — Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature. (Your devotion to a color is the number of mana symbols of that color in the mana costs of permanents you control.) SVar:TrigChooseColor:DB$ ChooseColor | AILogic$ MostProminentInComputerDeck | SubAbility$ DBPutCounter -SVar:DBPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ X | TgtPrompt$ Select target creature you control | ValidTgts$ Creature.YouCtrl | SubAbility$ DBCleanup +SVar:DBPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ X | TgtPrompt$ Select target creature you control | ValidTgts$ Creature.YouCtrl | SubAbility$ DBSacrifice +SVar:DBSacrifice:DB$ Sacrifice | SacValid$ Creature.NotDefinedTargeted | SacMessage$ Another target creature | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearChosenColor$ True SVar:X:Count$Devotion.Chosen -DeckHas:Ability$Counters +DeckHas:Ability$Counters|Sacrifice Oracle:At the beginning of your upkeep, exile the top card of your library. You lose life equal to its mana value. You may play that card this turn.\nPraise Him — Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature. (Your devotion to a color is the number of mana symbols of that color in the mana costs of permanents you control.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/last_night_together.txt b/forge-gui/res/cardsfolder/upcoming/last_night_together.txt index 2a6abc58aef..bdd69c908d2 100644 --- a/forge-gui/res/cardsfolder/upcoming/last_night_together.txt +++ b/forge-gui/res/cardsfolder/upcoming/last_night_together.txt @@ -1,12 +1,12 @@ Name:Last Night Together ManaCost:3 R G Types:Sorcery -A:SP$ Pump | ValidTgts$ Creature | TgtPrompt$ Choose two target creatures | TargetMin$ 2 | TargetMax$ 2 | TargetUnique$ True | SubAbility$ DBUntap | SpellDescription$ Choose two target creatures. -SVar:DBUntap:DB$ Untap | Defined$ Targeted | SubAbility$ DBPutCounter | SpellDescription$ Untap them. +A:SP$ Untap | ValidTgts$ Creature | TgtPrompt$ Choose two target creatures | RememberTargets$ True | TargetMin$ 2 | TargetMax$ 2 | TargetUnique$ True | Defined$ Targeted | SubAbility$ DBPutCounter | SpellDescription$ Choose two target creatures. Untap them. SVar:DBPutCounter:DB$ PutCounter | Defined$ Targeted | CounterType$ P1P1 | CounterNum$ 2 | SubAbility$ DBPump | Put two +1/+1 counters on each of them. SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Vigilance & Indestructible & Haste | SubAbility$ DBAddCombat | SpellDescription$ They gain vigilance, indestructible, and haste until end of turn. - SVar:DBAddCombat:DB$ AddPhase | ExtraPhase$ Combat | FollowedBy$ Main2 | ConditionPhases$ Main1,Main2 | SubAbility$ DBEffect | SpellDescription$ After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase. -SVar:DBEffect:DB$ Effect | StaticAbilities$ ForbidAttack | Duration$ UntilEndOfCombat +SVar:DBAddCombat:DB$ AddPhase | ExtraPhase$ Combat | FollowedBy$ Main2 | ExtraPhaseDelayedTrigger$ DelTrigStatic | ExtraPhaseDelayedTriggerExcute$ TrigEffect | SpellDescription$ After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase. +SVar:DelTrigStatic:Mode$ Phase | Phase$ BeginCombat | TriggerDescription$ After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase. +SVar:TrigEffect:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ ForbidAttack | Duration$ UntilEndOfCombat SVar:ForbidAttack:Mode$ CantAttack | EffectZone$ Command | ValidCard$ Creature.YouCtrl+IsNotRemembered | Description$ CARDNAME can't attack. DeckHas:Ability$Counters Oracle:Choose two target creatures. Untap them. Put two +1/+1 counters on each of them. They gain vigilance, indestructible, and haste until end of turn. After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/lunar_hatchling.txt b/forge-gui/res/cardsfolder/upcoming/lunar_hatchling.txt index 610f803d626..042acf12a0d 100644 --- a/forge-gui/res/cardsfolder/upcoming/lunar_hatchling.txt +++ b/forge-gui/res/cardsfolder/upcoming/lunar_hatchling.txt @@ -5,7 +5,7 @@ PT:6/6 K:Flying K:Trample K:TypeCycling:Basic:2 -K:Escape:4 G U Exile<1/Land> |ExileFromGrave<5/Card.Other/other> +K:Escape:4 G U Exile<1/Land> ExileFromGrave<5/Card.Other/other> DeckHas:Ability$Discard|Gravevyard DeckHints:Ability$Graveyard|Mill Oracle:Flying, trample\nBasic landcycling {2} ({2}, Discard this card: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.)\nEscape—{4}{G}{U}, Exile a land you control, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.) \ No newline at end of file