mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
update
This commit is contained in:
@@ -2,7 +2,7 @@ Name:Fleshless Gladiator
|
|||||||
ManaCost:1 B
|
ManaCost:1 B
|
||||||
Types:Creature Phyrexian Skeleton
|
Types:Creature Phyrexian Skeleton
|
||||||
PT:2/2
|
PT:2/2
|
||||||
A:AB$ ChangeZone | Cost$ 2 B | Defined$ Self | ActivationZone$ Graveyard | Origin$ Graveyard | Destination$ Battlefield | CheckSVar$ X | ConditionSVarCompare$ GE3 | PrecostDesc$ Corrupted - | Tapped$ True | SubAbility$ DBLoseLife | SpellDescription$ Return CARDNAME from your graveyard to the battlefield tapped. You lose 1 life. Activate only if an opponent has three or more poison counters.
|
A:AB$ ChangeZone | Cost$ 2 B | Defined$ Self | ActivationZone$ Graveyard | Origin$ Graveyard | Destination$ Battlefield | CheckSVar$ X | SVarCompare$ GE3 | PrecostDesc$ Corrupted - | Tapped$ True | SubAbility$ DBLoseLife | SpellDescription$ Return CARDNAME from your graveyard to the battlefield tapped. You lose 1 life. Activate only if an opponent has three or more poison counters.
|
||||||
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1
|
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1
|
||||||
SVar:X:PlayerCountOpponents$HighestPoisonCounters
|
SVar:X:PlayerCountOpponents$HighestPoisonCounters
|
||||||
DeckHas:Ability$Graveyard
|
DeckHas:Ability$Graveyard
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
Name:Infectious Bite
|
Name:Infectious Bite
|
||||||
ManaCost:1 G
|
ManaCost:1 G
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Choose target creature you control | RememberTargets$ True | SubAbility$ DBFight | StackDescription$ Target creature you control [{c:ThisTargetedCard}] | SpellDescription$ Target creature you control deals damage equal to its power to target creature you don't control. Each opponent gets a poison counter.
|
A:SP$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Choose target creature you control | SubAbility$ DBFight | StackDescription$ Target creature you control [{c:ThisTargetedCard}] | SpellDescription$ Target creature you control deals damage equal to its power to target creature you don't control. Each opponent gets a poison counter.
|
||||||
SVar:DBFight:DB$ DealDamage| ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose target creature you don't control | NumDmg$ X | SubAbility$ DBPoison
|
SVar:DBFight:DB$ DealDamage| ValidTgts$ Creature.YouDontCtrl | DamageSource$ ParentTarget | TgtPrompt$ Choose target creature you don't control | NumDmg$ X | SubAbility$ DBPoison
|
||||||
SVar:DBPoison:DB$ Poison | Defined$ Player.Opponent | Num$ 1 | SubAbility$ DBCleanup
|
SVar:DBPoison:DB$ Poison | Defined$ Player.Opponent | Num$ 1
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:X:ParentTarget$CardPower
|
||||||
SVar:X:Remembered$CardPower
|
|
||||||
DeckHints:Ability$Proliferate a Keyword$Infect|Toxic
|
DeckHints:Ability$Proliferate a Keyword$Infect|Toxic
|
||||||
Oracle:Target creature you control deals damage equal to its power to target creature you don't control. Each opponent gets a poison counter.
|
Oracle:Target creature you control deals damage equal to its power to target creature you don't control. Each opponent gets a poison counter.
|
||||||
@@ -3,6 +3,6 @@ ManaCost:3 U
|
|||||||
Types:Creature Phyrexian Wizard
|
Types:Creature Phyrexian Wizard
|
||||||
PT:3/4
|
PT:3/4
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLibrary | TriggerDescription$ When CARDNAME enters the battlefield, put up to one target instant or sorcery card from your graveyard on top of your library.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLibrary | TriggerDescription$ When CARDNAME enters the battlefield, put up to one target instant or sorcery card from your graveyard on top of your library.
|
||||||
SVar:TrigLibrary:DB$ ChangeZone | ValidTgts$ Instant.YouOwn,Sorcery.YouOwn | TgtZone$ Graveyard | TgtPrompt$ Choose target instant or sorcery card in your graveyard | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0 | Optional$ True
|
SVar:TrigLibrary:DB$ ChangeZone | ValidTgts$ Instant.YouOwn,Sorcery.YouOwn | TargetMin$ 0 | TargetMax$ 1 | TgtZone$ Graveyard | TgtPrompt$ Choose target instant or sorcery card in your graveyard | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0
|
||||||
DeckHas:Ability$Graveyard
|
DeckHas:Ability$Graveyard
|
||||||
Oracle:When Meldweb Curator enters the battlefield, put up to one target instant or sorcery card from your graveyard on top of your library.
|
Oracle:When Meldweb Curator enters the battlefield, put up to one target instant or sorcery card from your graveyard on top of your library.
|
||||||
Reference in New Issue
Block a user