This commit is contained in:
Simisays
2023-10-25 10:14:40 +02:00
parent 115864fa6a
commit b9e4888a2d
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Name:Compy Swarm
ManaCost:1 B G
Types:Creature Dinosaur
PT:2/2
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, if a creature died this turn, create a tapped token that's a copy of CARDNAME.
SVar:TrigToken:DB$ CopyPermanent | Defined$ Self | NumCopies$ 1
SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature
DeckHas:Ability$Token
Oracle:At the beginning of your end step, if a creature died this turn, create a tapped token that's a copy of Compy Swarm.

View File

@@ -0,0 +1,7 @@
Name:Dino DNA
ManaCost:1
Types:Artifact
A:AB$ ChangeZone | PrecostDesc$ Imprint — | SorcerySpeed$ True | Cost$ 1 T | Imprint$ True | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | SpellDescription$ Exile target creature card from a graveyard. Activate only as a sorcery.
A:AB$ CopyPermanent | Cost$ 6 | Defined$ Targeted | SetPower$ 6 | SetToughness$ 6 | SetColor$ Green | SetCreatureTypes$ Dinosaur | SorcerySpeed$ True | ValidTgts$ Creature.IsImprinted+ExiledWithSource | TgtZone$ Exile | TgtPrompt$ Select target creature card exiled with Dino DNA | SpellDescription$ Create a token that's a copy of target creature card exiled with CARDNAME, except it's a 6/6 green Dinosaur creature with trample. Activate only as a sorcery.
DeckHas:Ability$Token|Graveyard & Type$Dinosaur & Color$Green
Oracle:Imprint - {1}, {T}: Exile target creature card from a graveyard. Activate only as a sorcery.\n{6}: Create a token that's a copy of target creature card exiled with Dino DNA, except it's a 6/6 green Dinosaur creature with trample. Activate only as a sorcery.

View File

@@ -0,0 +1,8 @@
Name:Don't Move
ManaCost:3 W W
Types:Sorcery
A:SP$ DestroyAll | ValidCards$ Creature.tapped | SubAbility$ DBEffect | SpellDescription$ Destroy all tapped creatures.
SVar:DBEffect:DB$ Effect | Triggers$ TrigTaps | SpellDescription$ Until your next turn, whenever a creature becomes tapped, destroy it.
SVar:TrigTaps:Mode$ Taps | ValidCard$ Creature | Execute$ TrigDestroy | TriggerDescription$ Until your next turn, whenever a creature becomes tapped, destroy it.
SVar:TrigDestroy:DB$ Destroy | Defined$ TriggeredCardLKICopy
Oracle:Destroy all tapped creatures. Until your next turn, whenever a creature becomes tapped, destroy it.

View File

@@ -0,0 +1,13 @@
Name:Indoraptor, the Perfect Hybrid
ManaCost:1 BG R
Types:Legendary Creature Dinosaur Mutant
PT:3/1
K:Bloodthirst:X
K:Menace
T:Mode$ DamageDoneOnce | Execute$ TrigChoose | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Enrage - Whenever CARDNAME is dealt damage, choose an opponent at random. NICKNAME deals damage equal to its power to that player unless they sacrifice a nontoken creature.
SVar:TrigChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Opponent | Random$ True | SubAbility$ DBDealDamage
SVar:DBDealDamage:DB$ DealDamage | Defined$ ChosenPlayer | NumDmg$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True
SVar:X:TriggeredCard$CardPower
DeckHas:Ability$Counters
Oracle:Bloodthirst X (This creature enters the battlefield with X +1/+1 counters on it, where X is the damage dealt to your opponents this turn.)\nMenace\nEnrage - Whenever Indoraptor, the Perfect Hybrid is dealt damage, choose an opponent at random. Indoraptor deals damage equal to its power to that player unless they sacrifice a nontoken creature.

View File

@@ -0,0 +1,8 @@
Name:Life Finds a Way
ManaCost:2 G
Types:Enchantment
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerGE4+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPopulate | TriggerDescription$ Whenever a nontoken creature with power 4 or greater enters the battlefield under your control, populate. (Create a token that's a copy of a creature token you control.)
SVar:TrigPopulate:DB$ CopyPermanent | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True | ChoiceTitle$ Select a creature token to copy
DeckHints:Ability$Token
DeckHas:Ability$Token
Oracle:Whenever a nontoken creature with power 4 or greater enters the battlefield under your control, populate. (Create a token that's a copy of a creature token you control.)