This commit is contained in:
Simisays
2023-01-22 09:55:13 +01:00
parent fda54dc4ce
commit db64d86611
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
Name:Anoint with Affliction
ManaCost:1 B
Types:Instant
SVar:TrigBranch:DB$ Branch | ValidTgts$ Creature | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE3 | TrueSubAbility$ Poisoned | FalseSubAbility$ NotPoisoned
A:SP$ Branch | ValidTgts$ Creature | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE3 | TrueSubAbility$ Poisoned | FalseSubAbility$ NotPoisoned | SpellDescription$ Exile target creature if it has mana value 3 or less. Corrupted — Exile that creature instead if its controller has three or more poison counters.
SVar:NotPoisoned:DB$ ChangeZone | Defined$ Targeted | Origin$ Battlefield | Destination$ Exile | ConditionDefined$ Targeted | ConditionPresent$ Permanent.nonLand+cmcLE3| SpellDescription$ Exile target creature if it has mana value 3 or less.
SVar:Poisoned:DB$ ChangeZone | Defined$ Targeted | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Corrupted — Exile that creature instead if its controller has three or more poison counters.
DeckHints:Ability$Proliferate & Keyword$Infect|Toxic

View File

@@ -1,6 +1,6 @@
Name:Awaken the Sleeper
ManaCost:3 R
Types:Sorcery
A:SP$ GainControl | ValidTgts$ Creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.
SVar:ChompEquip:DB$ DestroyAll | ValidCards$ Targeted.Equipment+Attached | Optional$ True | SpellDescription$ If it's equipped, you may destroy all Equipment attached to that creature.
A:SP$ GainControl | ValidTgts$ Creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SubAbility$ ChompEquip | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.
SVar:ChompEquip:DB$ DestroyAll | ValidCards$ Targeted.Equipment+Attached | OptionalDecider$ You | SpellDescription$ If it's equipped, you may destroy all Equipment attached to that creature.
Oracle:Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. If it's equipped, you may destroy all Equipment attached to that creature.

View File

@@ -2,7 +2,7 @@ Name:Ichorplate Golem
ManaCost:3
Types:Artifact Creature Phyrexian Golem
PT:2/3
T:Mode$ ChangesZone | Origin$ Graveyard | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Creature.YouCtrl+counters_GE1_OIL | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature enters the battlefield under your control, if it has one or more oil counters on it, put an oil counter on it.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Creature.YouCtrl+counters_GE1_OIL | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature enters the battlefield under your control, if it has one or more oil counters on it, put an oil counter on it.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ TriggeredCard | CounterNum$ 1 | CounterType$ OIL
S:Mode$ Continuous | AddPower$ 1 | AddToughness$ 1 | Affected$ Creature.YouCtrl+counters_GE1_OIL | Description$ Creatures you control with oil counters on them get +1/+1.
DeckHas:Ability$Counters

View File

@@ -5,7 +5,7 @@ PT:5/4
K:Flying
T:Mode$ ChangesZone | ValidCard$ Creature.nonToken+Other+YouCtrl | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ Whenever another nontoken creature you control dies, you may pay 2 life and exile it. If you do, create a token that's a copy of that creature, except its 1/1 and has toxic 1. (Players dealt combat damage by it also get a poison counter.)
SVar:TrigExile:AB$ ChangeZone | Cost$ PayLife<2> | Defined$ TriggeredNewCardLKICopy | Origin$ Graveyard | Destination$ Exile | RememberChanged$ True | SubAbility$ DBCopy
SVar:DBCopy:DB$ CopyPermanent | Defined$ TriggeredCardLKICopy | SetPower$ 1 | SetToughness$ 1 | AddKeyword$ Toxic:1 | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup
SVar:DBCopy:DB$ CopyPermanent | PumpKeywords$ Toxic:1 | Defined$ TriggeredCardLKICopy | SetPower$ 1 | SetToughness$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
DeckHas:Ability$Token
Oracle:Flying\nWhenever another nontoken creature you control dies, you may pay 2 life and exile it. If you do, create a token that's a copy of that creature, except its 1/1 and has toxic 1. (Players dealt combat damage by it also get a poison counter.)