This commit is contained in:
Simisays
2023-10-21 22:10:58 +02:00
parent 07678c807b
commit 94d8e8a59b
5 changed files with 12 additions and 11 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.)

View File

@@ -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.

View File

@@ -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.)