This commit is contained in:
Simisays
2023-01-31 17:29:01 +01:00
parent 678b2bbd9f
commit 62e9614238
4 changed files with 13 additions and 7 deletions

View File

@@ -2,6 +2,10 @@ Name:Maze's Mantle
ManaCost:2 G
Types:Enchantment Aura
K:Flash
K:Toxic:1
Maze's Mante
K:Enchant creature
A:SP$ Attach | ValidTgts$ Creature | AILogic$ Pump
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ConditionDefined$ Enchanted | ConditionPresent$ Creature.withToxic | ValidCard$ Card.Self | Execute$ TrigHexproof | TriggerDescription$ When CARDNAME enters the battlefield, if enchanted creature has toxic, that creature gains hexproof until end of turn.
SVar:TrigHexproof:DB$ Pump | Defined$ Enchanted | KW$ Hexproof
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2.
DeckHints:Keyword$Toxic
Oracle:Flash\nEnchant creature\nWhen Maze's Mantle enters the battlefield, if enchanted creature has toxic, that creature gains hexproof until end of turn.\nEnchanted creature gets +2/+2.

View File

@@ -1,6 +1,6 @@
Name:Pestilent Syphoner
ManaCost:1 B
Types:Phyrexian Insect
Types:Creature Phyrexian Insect
PT:1/1
K:Flying
K:Toxic:1

View File

@@ -3,5 +3,6 @@ ManaCost:3 G
Types:Creature Phyrexian Cleric
PT:3/4
K:Toxic:2
A:AB$ PumpAll | Cost$ 2 G | ValidCards$ Creature.withToxic+Other+YouCtrl | SpellDescription$ Each other creature you control with toxic gains toxic 1 until end of turn. Activate only once each turn. (A player dealt combat damage by a creature with toxic also gets poison counters equal to that creature's total toxic value.)
A:AB$ PumpAll | Cost$ 2 G | KW$ Toxic:1 | ValidCards$ Creature.withToxic+Other+YouCtrl | SpellDescription$ Each other creature you control with toxic gains toxic 1 until end of turn. Activate only once each turn. (A player dealt combat damage by a creature with toxic also gets poison counters equal to that creature's total toxic value.)
DeckHints:Keyword$Toxic
Oracle:Toxic 2\n{2}{G}: Each other creature you control with toxic gains toxic 1 until end of turn. Activate only once each turn. (A player dealt combat damage by a creature with toxic also gets poison counters equal to that creatures total toxic value.)

View File

@@ -2,8 +2,9 @@ Name:Porcelain Zealot
ManaCost:3 W
Types:Creature Phyrexian Soldier
PT:2/3
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBPump | TriggerDescription$ At the beginning of combat on your turn, target creature you control gets +1/+1 until end of turn. If that creature has toxic, instead it gets +2/+2 until end of turn.
SVar:DBPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | NumAtt$ X | RememberTargets$ True
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ At the beginning of combat on your turn, target creature you control gets +1/+1 until end of turn. If that creature has toxic, instead it gets +2/+2 until end of turn.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | NumAtt$ X | NumDef$ X
SVar:Y:Targeted$Valid Creature.withToxic
SVar:X:Count$Compare Y GE1.1.2
SVar:X:Count$Compare Y GE1.2.1
DeckHints:Keyword$Toxic
Oracle:At the beginning of combat on your turn, target creature you control gets +1/+1 until end of turn. If that creature has toxic, instead it gets +2/+2 until end of turn.