This commit is contained in:
Simisays
2023-02-23 10:22:31 +01:00
parent 2198cb3174
commit fff7a4932f
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Name:Phyrexian Harvester
ManaCost:R R R R
Types:Creature Phyrexian Horror
PT:5/5
K:Menace
T:Mode$ DamageDone | ValidTarget$ Card.Self | Execute$ TrigSeek | TriggerDescription$ Whenever Phyrexian Harvester is dealt damage, seek that many nonland cards.
SVar:TrigSeek:DB$ ChangeZone | Origin$ Library | Destination$ Hand | AtRandom$ True | NoShuffle$ True | Mandatory$ True | NoLooking$ True | NoReveal$ True | ChangeNum$ X | ChangeType$ Card.nonLand | RememberChanged$ True | SubAbility$ DBDelay
SVar:DBDelay:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigDiscardExiled | RememberObjects$ Remembered | TriggerDescription$ At the beginning of the next end step, discard those cards.
SVar:TrigDiscardExiled:DB$ Discard | Mode$ Defined | DefinedCards$ DelayTriggerRemembered | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:TriggerCount$DamageAmount
DeckHas:Ability$Discard
Oracle:Menace\nWhenever Phyrexian Harvester is dealt damage, seek that many nonland cards. At the beginning of your next end step, discard those cards.

View File

@@ -0,0 +1,9 @@
Name:Quicksilver Lapidary
ManaCost:U R
Types:Creature Phyrexian Artificer
PT:1/1
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigConjure | TriggerDescription$ When CARDNAME enters the battlefield, conjure a card named Mox Opal into your hand.
SVar:TrigConjure:DB$ MakeCard | Name$ Mox Opal | Zone$ Hand
DeckHas:Type$Artifact
DeckHints:Type$Artifact
Oracle:When Quicksilver Lapidary enters the battlefield, conjure a card named Mox Opal into your hand.

View File

@@ -0,0 +1,10 @@
Name:Spawning Pod
ManaCost:2 G
Types:Artifact
A:AB$ ChangeZone | Cost$ 1 T Sac<1/Creature> | Origin$ Library | Destination$ Battlefield | AtRandom$ True | NoShuffle$ True | Mandatory$ True | NoLooking$ True | NoReveal$ True | RememberChanged$ True | ChangeType$ Creature.cmcEQX | ChangeNum$ 1 | SorcerySpeed$ True | AILogic$ SacAndUpgrade | StackDescription$ Search your library for a creature card with mana value equal to 1 plus the sacrificed creature's mana value, put that card onto the battlefield, then shuffle. | SpellDescription$ Search your library for a creature card with mana value equal to 1 plus the sacrificed creature's mana value, put that card onto the battlefield, then shuffle. Activate only as a sorcery.
SVar:DBAnimate:DB$ Animate | Defined$ Remembered | Types$ Phyrexian | Duration$ Permanent | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Sacrificed$CardManaCost/Plus.1
SVar:AIPreference:SacCost$Creature.nonToken
DeckHas:Ability$Sacrifice
Oracle:{1}, {T}, Sacrifice a creature: Seek a creature card with mana value equal to 1 plus the sacrificed creature's mana value and put that card onto the battlefield. That creature is a Phyrexian in addition to its other types. Activate only as a sorcery.