mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
update
This commit is contained in:
@@ -3,7 +3,7 @@ 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:TrigToken:DB$ CopyPermanent | Defined$ Self | TokenTapped$ True | 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.
|
||||
@@ -2,6 +2,6 @@ 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.
|
||||
A:AB$ CopyPermanent | Cost$ 6 | Defined$ Targeted | SetPower$ 6 | AddKeywords$ Trample | 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.
|
||||
@@ -2,7 +2,7 @@ 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 | Duration$ Until your next turn | SpellDescription$ Until your next turn, whenever a creature becomes tapped, destroy it.
|
||||
SVar:DBEffect:DB$ Effect | Triggers$ TrigTaps | Duration$ UntilYourNextTurn | 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.
|
||||
|
||||
@@ -6,8 +6,8 @@ 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:DBDealDamage:DB$ DealDamage | Defined$ ChosenPlayer | NumDmg$ X | UnlessCost$ Sac<1/Creature.nonToken/a nontoken creature> | UnlessPayer$ ChosenPlayer | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearChosenPlayer$ True
|
||||
SVar:X:TriggeredCard$CardPower
|
||||
SVar:X:Count$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.
|
||||
Reference in New Issue
Block a user