mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Name:Glistening Sphere
|
Name:Glistening Sphere
|
||||||
ManaCost:3
|
ManaCost:3
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
K:CARDNAME enters the battlefield tapped.
|
K:CARDNAME enters the battlefield tapped.
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigProliferate | TriggerDescription$ When CARDNAME enters the battlefield, proliferate.
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigProliferate | TriggerDescription$ When CARDNAME enters the battlefield, proliferate.
|
||||||
@@ -7,5 +7,6 @@ SVar:TrigProliferate:DB$ Proliferate
|
|||||||
A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color.
|
A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color.
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Any | CheckSVar$ X | SVarCompare$ GE3 | Amount$ 3 | PrecostDesc$ Corrupted — | SpellDescription$ Add three mana of any one color. Activate only if an opponent has three or more poison counters.
|
A:AB$ Mana | Cost$ T | Produced$ Any | CheckSVar$ X | SVarCompare$ GE3 | Amount$ 3 | PrecostDesc$ Corrupted — | SpellDescription$ Add three mana of any one color. Activate only if an opponent has three or more poison counters.
|
||||||
SVar:X:PlayerCountOpponents$HighestPoisonCounters
|
SVar:X:PlayerCountOpponents$HighestPoisonCounters
|
||||||
|
DeckHas:Ability$Proliferate
|
||||||
DeckHints:Ability$Counters & Keyword$Infect|Toxic|Poisonous
|
DeckHints:Ability$Counters & Keyword$Infect|Toxic|Poisonous
|
||||||
Oracle:Glistening Sphere enters the battlefield tapped.\nWhen Glistening Sphere enters the battlefield, proliferate.\n{T}: Add one mana of any color.\nCorrupted — {T}: Add three mana of any one color. Activate only if an opponent has three or more poison counters.
|
Oracle:Glistening Sphere enters the battlefield tapped.\nWhen Glistening Sphere enters the battlefield, proliferate.\n{T}: Add one mana of any color.\nCorrupted — {T}: Add three mana of any one color. Activate only if an opponent has three or more poison counters.
|
||||||
@@ -4,6 +4,6 @@ Types:Enchantment
|
|||||||
T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.OppCtrl | ValidTarget$ You | Execute$ TrigPoison | TriggerZones$ Battlefield | AttackedTarget$ You | TriggerDescription$ Whenever one or more creatures an opponent controls deal combat damage to you, that player gets a poison counter.
|
T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.OppCtrl | ValidTarget$ You | Execute$ TrigPoison | TriggerZones$ Battlefield | AttackedTarget$ You | TriggerDescription$ Whenever one or more creatures an opponent controls deal combat damage to you, that player gets a poison counter.
|
||||||
SVar:TrigPoison:DB$ Poison | Defined$ TriggeredSourceController | Num$ 1
|
SVar:TrigPoison:DB$ Poison | Defined$ TriggeredSourceController | Num$ 1
|
||||||
T:Mode$ AttackersDeclared | Execute$ TrigDraw | TriggerZones$ Battlefield | AttackedTarget$ Player.IsPoisoned | TriggerDescription$ Whenever a player attacks, if one or more players being attacked are poisoned, the attacking player draws a card.
|
T:Mode$ AttackersDeclared | Execute$ TrigDraw | TriggerZones$ Battlefield | AttackedTarget$ Player.IsPoisoned | TriggerDescription$ Whenever a player attacks, if one or more players being attacked are poisoned, the attacking player draws a card.
|
||||||
SVar:TrigDraw:DB$ Draw | NumCards$ 1 | Defined$ TriggeredAttackingPlayer
|
SVar:TrigDraw:DB$ Draw | NumCards$ 1 | Defined$ TriggeredAttackingPlayer
|
||||||
DeckHints:Ability$Proliferate & Keyword$Infect|Toxic
|
DeckHints:Ability$Proliferate & Keyword$Infect|Toxic
|
||||||
Oracle:Whenever one or more creatures an opponent controls deal combat damage to you, that player gets a poison counter.\nWhenever a player attacks, if one or more players being attacked are poisoned, the attacking player draws a card.
|
Oracle:Whenever one or more creatures an opponent controls deal combat damage to you, that player gets a poison counter.\nWhenever a player attacks, if one or more players being attacked are poisoned, the attacking player draws a card.
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
Name:Vishgraz, the Doomhive
|
Name:Vishgraz, the Doomhive
|
||||||
ManaCost:2 W B G
|
ManaCost:2 W B G
|
||||||
Types:Legendary Creature Phyrexian Insect
|
Types:Legendary Creature Phyrexian Insect
|
||||||
PT:3/3
|
PT:3/3
|
||||||
K:Menace
|
K:Menace
|
||||||
K:Toxic:1
|
K:Toxic:1
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and “This creature can’t block.”
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and "This creature can't block."
|
||||||
SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ c_1_1_a_phyrexian_mite_toxic_noblock
|
SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ c_1_1_a_phyrexian_mite_toxic_noblock
|
||||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ NICKNAME gets +1/+1 for each poison counter your opponents have.
|
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ NICKNAME gets +1/+1 for each poison counter your opponents have.
|
||||||
SVar:X:Count$TotalOppPoisonCounters
|
SVar:X:Count$TotalOppPoisonCounters
|
||||||
AI:RemoveDeck:Random
|
AI:RemoveDeck:Random
|
||||||
DeckHas:Ability$Token & Type$Mite|Artifact
|
DeckHas:Ability$Token & Type$Mite|Artifact
|
||||||
DeckHints:Ability$Counters & Keyword$Infect|Toxic|Poisonous
|
DeckHints:Ability$Counters & Keyword$Infect|Toxic|Poisonous
|
||||||
Oracle:Menace, toxic 1 (Players dealt combat damage by this creature also get a poison counter.)\nWhen Vishgraz, the Doomhive enters the battlefield, create three 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and “This creature can’t block.”\nVishgraz gets +1/+1 for each poison counter your opponents have
|
Oracle:Menace, toxic 1 (Players dealt combat damage by this creature also get a poison counter.)\nWhen Vishgraz, the Doomhive enters the battlefield, create three 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and "This creature can't block."\nVishgraz gets +1/+1 for each poison counter your opponents have
|
||||||
Reference in New Issue
Block a user