cleanup + 1 card

This commit is contained in:
Simisays
2023-12-03 16:04:54 +01:00
parent bed2a65b4d
commit c740639916
5 changed files with 15 additions and 5 deletions

View File

@@ -7,5 +7,5 @@ SVar:DBSeek:DB$ Seek | Num$ 2 | Type$ Vampire | SpellDescription$ Seek two Vampi
SVar:LifeCheck:SVar$Y/Plus.X
SVar:X:Count$LifeOppsLostThisTurn/LimitMax.1
SVar:Y:Count$LifeYouGainedThisTurn/LimitMax.1
DeckNeeds:Type$Pirate & Type$LifeGain
DeckNeeds:Type$Pirate & Ability$LifeGain
Oracle:Draw a card. If an opponent lost life this turn and you gained life this turn, seek two Vampire cards instead.

View File

@@ -0,0 +1,9 @@
Name:Hymn to the Ages
ManaCost:4 U
Types:Instant Chorus
K:Starting intensity:3
A:SP$ Draw | Defined$ You | NumCards$ X | SubAbility$ DBIntensify | SpellDescription$ Draw a number of cards equal to this spell's intensity.
SVar:DBIntensify:DB$ Intensify | AllDefined$ Card.YouOwn+Chorus | DefinedDesc$ all Chorus cards you own | SpellDescription$ All Chorus cards you own intensify by 1.
SVar:X:Count$Intensity
DeckHints:Type$Chorus
Oracle:Starting intensity 3\nDraw a number of cards equal to this spell's intensity.\nAll Chorus cards you own intensify by 1.

View File

@@ -7,8 +7,9 @@ A:AB$ Pump | Cost$ R | NumAtt$ +1 | SpellDescription$ CARDNAME gets +1/+0 until
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigTreasure | CombatDamage$ True | TriggerDescription$ Whenever NICKNAME deals combat damage to a player, create a Treasure token. Then exile from that player's library a random card with mana value equal to the damage dealt. You may cast that card this turn.
SVar:TrigTreasure:DB$ Token | TokenScript$ c_a_treasure_sac | SubAbility$ DBChoose
SVar:DBChoose:DB$ ChooseCard | Choices$ Card.cmcEQX+ControlledBy TriggeredTarget | ChoiceZone$ Library | Amount$ 1 | AtRandom$ True | SubAbility$ DBChangeZoneAll
SVar:DBChangeZoneAll:DB$ ChangeZoneAll | Origin$ Library | Destination$ Exile | ChangeType$ Card.ChosenCard | RememberChanged$ True | SubAbility$ DBPlay
SVar:DBPlay:DB$ Play | Defined$ Remembered | ValidSA$ Spell | SubAbility$ DBCleanup
SVar:DBChangeZoneAll:DB$ ChangeZoneAll | Origin$ Library | Destination$ Exile | ChangeType$ Card.ChosenCard | RememberChanged$ True | SubAbility$ DBEffect
SVar:DBEffect:DB$ Effect | StaticAbilities$ MayPlay | RememberObjects$ Remembered | SubAbility$ DBCleanup
SVar:MayPlay:Mode$ Continuous | Affected$ Card.IsRemembered | EffectZone$ Command | AffectedZone$ Exile | MayPlay$ True | Description$ You may play that card this turn
SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True | ClearRemembered$ True
SVar:X:TriggerCount$DamageAmount
DeckHas:Ability$Token & Type$Treasure

View File

@@ -4,7 +4,7 @@ Types:Sorcery Chorus
K:Starting intensity:3
A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | WithTotalCMC$ X | ChangeNum$ Y | Hidden$ True | AnyNumber$ True | ChangeType$ Creature.YouOwn | SubAbility$ DBIntensify | SpellDescription$ Return any number of creature cards with total mana value X or less from your graveyard to the battlefield, where X is CARDNAME's Intensity.
SVar:DBIntensify:DB$ Intensify | AllDefined$ Card.YouOwn+Chorus | DefinedDesc$ all Chorus cards you own | SpellDescription$ All Chorus cards you own intensify by 1.
SVar:Y:Count$ValidGraveyard Card.YouOwn
SVar:Y:Count$ValidGraveyard Creature.YouOwn
SVar:X:Count$Intensity
DeckHints:Type$Chorus & Ability$Graveyard|Mill|Discard
DeckHas:Ability$Graveyard

View File

@@ -6,7 +6,7 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S
SVar:TrigConjure:DB$ MakeCard | Amount$ 2 | Conjure$ True | Name$ Propagator Primordium | Zone$ Graveyard
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1
A:AB$ ChangeZone | Cost$ SubCounter<3/SPORE> | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.Fungus+YouOwn | TgtPrompt$ Choose target Fungus creaure card in your graveyard | SubAbility$ DBToken | SpellDescription$ Return target Fungus creature card from your graveyard to the battlefield.
A:AB$ ChangeZone | Cost$ SubCounter<3/SPORE> | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.Fungus+YouOwn | TgtPrompt$ Choose target Fungus creaure card in your graveyard | SpellDescription$ Return target Fungus creature card from your graveyard to the battlefield.
DeckHas:Ability$Counters|Graveyard
DeckHints:Type$Fungus
Oracle:When Propagator Primordium enters the battlefield, conjure two cards named Propagator Primordium into your graveyard.\nAt the beginning of your upkeep, put a spore counter on Propagator Primordium.\nRemove three spore counters from Propagator Primordium: Return target Fungus creature card from your graveyard to the battlefield.