This commit is contained in:
Simisays
2023-01-23 20:35:03 +01:00
parent 16b1becf25
commit 556185e7ea
5 changed files with 6 additions and 5 deletions

View File

@@ -4,4 +4,5 @@ Types:Sorcery
A:SP$ Draw | NumCards$ 3 | SubAbility$ DBLoseLife | SpellDescription$ You draw three cards and you lose 3 life.
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 3 | SubAbility$ DBPoisoned
SVar:DBPoisoned:DB$ LoseLife | LifeAmount$ 3 | Defined$ Opponent.IsCorrupted | SpellDescription$ Corrupted — Each opponent who has three or more poison counters loses 3 life.
DeckHints:Keyword$Infect|Toxic|Poisonous & Ability$Proliferate
Oracle:You draw three cards and you lose 3 life.\nCorrupted — Each opponent who has three or more poison counters loses 3 life.

View File

@@ -2,8 +2,8 @@ Name:Furnace Skullbomb
ManaCost:1
Types:Artifact
A:AB$ Draw | Cost$ 1 Sac<1/CARDNAME> | SpellDescription$ Draw a card.
A:AB$ PutCounter | Cost$ 1 R Sac<1/CARDNAME> | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target Artifact or Creature | CounterType$ OIL | CounterNum$ 2 | SorcerySpeed$ True | SubAbility$ DBDraw | SpellDescription$ Put two oil counters on target artifact or creature you control. Draw a card. Activate only as a sorcery.
A:AB$ PutCounter | Cost$ 1 R Sac<1/CARDNAME> | ValidTgts$ Artifact.YouCtrl,Creature.YouCtrl | TgtPrompt$ Select target Artifact or Creature you control | CounterType$ OIL | CounterNum$ 2 | SorcerySpeed$ True | SubAbility$ DBDraw | SpellDescription$ Put two oil counters on target artifact or creature you control. Draw a card. Activate only as a sorcery.
SVar:DBDraw:DB$ Draw
AI:RemoveDeck:Random
DeckHas:Color$Red & Ability$Sacrifice
DeckHas:Color$Red & Ability$Sacrifice|Counters
Oracle:{1}, Sacrifice Furnace Skullbomb: Draw a card.\n{1}{R}, Sacrifice Furnace Skullbomb: Put two oil counters on target artifact or creature you control. Draw a card. Activate only as a sorcery.

View File

@@ -3,7 +3,7 @@ ManaCost:R
Types:Sorcery
K:For Mirrodin
A:SP$ Destroy | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | SubAbility$ DBToken | RememberTargets$ True | SpellDescription$ Destroy target artifact. If you controlled that artifact, creature three 1/1 red Phyrexian Goblin creature tokens.
SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_phyrexian_goblin | TokenOwner$ You | ConditionDefined$ Remembered | ConditionPresent$ Card.YouOwn | SubAbility$ DBCleanup | SpellDescription$ If you controlled that artifact, creature three 1/1 red Phyrexian Goblin creature tokens.
SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_phyrexian_goblin | TokenOwner$ You | ConditionDefined$ Remembered | ConditionPresent$ Card.YouCtrl | SubAbility$ DBCleanup | SpellDescription$ If you controlled that artifact, creature three 1/1 red Phyrexian Goblin creature tokens.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
DeckHas:Type$Goblin|Phryexian & Ability$Token
Oracle:Destroy target artifact. If you controlled that artifact, creature three 1/1 red Phyrexian Goblin creature tokens.

View File

@@ -4,6 +4,6 @@ Types:Creature Phyrexian Knight
PT:4/4
K:Toxic:2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, return target creature with mana value 3 or less from your graveyard to your hand.
SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouCtrl+cmcLE3 | TgtPrompt$ Select target creature with mana value 3 or less from your graveyard
SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ValidTgts$ Creature.YouCtrl+cmcLE3 | TgtPrompt$ Select target creature with mana value 3 or less from your graveyard
DeckHas:Ability$Graveyard
Oracle:Toxic 2 (Players dealt combat damage by this creature also get two poison counters.)\nWhen Nimraiser Paladin enters the battlefield, return target creature with mana value 3 or less from your graveyard to your hand.

View File

@@ -4,5 +4,5 @@ Types:Sorcery
A:SP$ PumpAll | NumAtt$ +2 | NumDef$ +2 | ValidCards$ Creature.YouCtrl | SubAbility$ DBEffect | SpellDescription$ Creatures you control get +2/+2 until end of turn. Whenever a creature blocks this turn, its controller gets a poison counter.
SVar:DBEffect:DB$ Effect | Triggers$ TrigBlock
SVar:TrigBlock:Mode$ Blocks | ValidCard$ Creature | Execute$ TrigPoison | TriggerDescription$ Whenever a creature blocks this turn, its controller gets a poison counter.
SVar:TrigPoison:DB$ Poison | Defined$ TriggeredController | Num$ 1
SVar:TrigPoison:DB$ Poison | Defined$ TriggeredBlockerController | Num$ 1
Oracle:Creatures you control get +2/+2 until end of turn.\nWhenever a creature blocks this turn, its controller gets a poison counter.