This commit is contained in:
Simisays
2022-11-06 08:11:27 +01:00
parent d6ce360c99
commit 9472140bde
4 changed files with 9 additions and 7 deletions

View File

@@ -5,5 +5,6 @@ PT:4/4
K:Flying
A:AB$ PumpAll | Cost$ 1 R | ValidCards$ Artifact.Creature+YouCtrl | NumAtt$ +1 | SpellDescription$ Artifact creatures you control get +1/+0 until end of turn.
K:Unearth:3 R R
DeckHas:Ability$Graveyard
DeckHints:Type$Artifact & Color$Red
Oracle:Flying\n{R}: Artifact creatures you control get +1/+0 until end of turn.\nUnearth {3}{R}{R} ({3}{R}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)

View File

@@ -3,6 +3,6 @@ ManaCost:B
Types:Instant
A:SP$ Pump | ValidTgts$ Creature | NumAtt$ +2 | SubAbility$ DBAnimate | SpellDescription$ Until end of turn, target creature gets +2/+0 and gains "When this creature dies or is put into exile from the battlefield, return it to its owner's hand."
SVar:DBAnimate:DB$ Animate | Triggers$ TrigDieExile | Defined$ ParentTarget | StackDescription$ None
SVar:TrigDieExile:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard,Exile | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerDescription$ When this creature dies or is put into exile, return it to its owner's hand.
SVar:TrigReturn:DB$ ChangeZone | Defined$ TriggeredNewCardLKICopy | Origin$ Graveyard,Exile | Destination$ Hand |
SVar:TrigDieExile:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard,Exile | ValidCard$ Card.Self | Execute$ TrigReturn | TriggerDescription$ When this creature dies or is put into exile from the battlefield, return it to its owner's hand.
SVar:TrigReturn:DB$ ChangeZone | Defined$ TriggeredNewCardLKICopy | Origin$ Graveyard,Exile | Destination$ Hand
Oracle:Until end of turn, target creature gets +2/+0 and gains "When this creature dies or is put into exile from the battlefield, return it to its owner's hand."

View File

@@ -1,9 +1,10 @@
Name:Fateful Handoff
ManaCost:3 B
Types:Sorcery
A:SP$ Pump | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ DBGiveControl | AILogic$ DonateTargetPlayer | SpellDescription$ Target opponent gains control of target artifact you control. Draw cards equal to its mana value.
SVar:DBGiveControl:DB$ GainControl | ValidTgts$ Artifact.YouCtrl | TgtPrompt$ Select target artifact you control | Defined$ Targeted | NewController$ ParentTarget | AILogic$ DonateTargetPerm | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | NumCards$ X
A:SP$ Pump | ValidTgts$ Artifact.YouCtrl,Creature.YouCtrl | TgtPrompt$ Select artifact or creature you control | SubAbility$ DBDraw | AILogic$ DonateTargetPlayer | SpellDescription$ Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.
SVar:DBDraw:DB$ Draw | NumCards$ X | SubAbility$ DBChoose
SVar:DBChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | ChoiceTitle$ Choose an opponent to give control to: | AILogic$ Curse | SubAbility$ DBGiveControl
SVar:DBGiveControl:DB$ GainControl | Defined$ Targeted | NewController$ Player.Chosen | AILogic$ DonateTargetPerm
SVar:X:Targeted$CardManaCost
AI:RemoveDeck:Random
Oracle:Target opponent gains control of target artifact you control. Draw cards equal to its mana value.
Oracle:Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.

View File

@@ -8,4 +8,4 @@ SVar:X:Count$Compare Y GE4.4.0
SVar:Y:PlayerCountOpponents$HighestValid Land.nonBasic+YouCtrl
SVar:SacMe:2
DeckHas:Ability$Graveyard|Counters
Oracle:Bladewhip Transmogrant can't block.\n{4}{B}{B}: Return Bladewhip Transmogrant from the graveyard to the battlefield with a +1/+1 counter on it. This ability costs 4 less to activate if an opponent controls four or more nonbasic lands.
Oracle:Razorlash Transmogrant can't block.\n{4}{B}{B}: Return Razorlash Transmogrant from the graveyard to the battlefield with a +1/+1 counter on it. This ability costs 4 less to activate if an opponent controls four or more nonbasic lands.