This commit is contained in:
Simisays
2022-08-08 17:07:06 +02:00
parent e454a4665a
commit 42a151f04a
2 changed files with 11 additions and 1 deletions

View File

@@ -4,4 +4,4 @@ Types:Sorcery
K:Casualty:1 K:Casualty:1
A:SP$ Effect | StaticAbilities$ PerpetualDebuff | RememberObjects$ Targeted | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | IsCurse$ True | Name$ Shattering Finale's Perpetual Effect | Duration$ Permanent | SpellDescription$ Target creature an opponent controls perpetually gets -0/-3. A:SP$ Effect | StaticAbilities$ PerpetualDebuff | RememberObjects$ Targeted | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | IsCurse$ True | Name$ Shattering Finale's Perpetual Effect | Duration$ Permanent | SpellDescription$ Target creature an opponent controls perpetually gets -0/-3.
SVar:PerpetualDebuff:Mode$ Continuous | Affected$ Card.IsRemembered | AddPower$ -0 | AddToughness$ -3 | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | Description$ This creature perpetually gets -3/-0. SVar:PerpetualDebuff:Mode$ Continuous | Affected$ Card.IsRemembered | AddPower$ -0 | AddToughness$ -3 | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | Description$ This creature perpetually gets -3/-0.
Oracle:Target Casualty 1\nTarget creature an opponent controls perpetually gets -3/-0. Oracle:Casualty 1\nTarget creature an opponent controls perpetually gets -3/-0.

View File

@@ -0,0 +1,10 @@
Name:Traumatic Prank
ManaCost:2 R
Types:Sorcery
A:SP$ GainControl | ValidTgts$ Creature | TgtPrompt$ Select target creature | LoseControl$ EOT | AddKWs$ Haste | Untap$ True | IsCurse$ True | RememberTargets$ True | SubAbility$ DBEffect | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It perpetually gains haste, “This creature can't block,” and “At the beginning of your upkeep, this creature deals 1 damage to you.”
SVar:DBEffect:DB$ Effect | RememberObjects$ Remembered | StaticAbilities$ TraumaticPrank | Name$ Traumatic Prank's Perpetual Effect | Duration$ Permanent | StackDescription$
That creature perpetually gains "This creature doesn't untap during your untap step" and "{8}: Untap this creature."
SVar:TraumaticPrank:Mode$ Continuous | Affected$ Card.IsRemembered | AddHiddenKeyword$ CARDNAME can't block | AddKeyword$ Haste | AddTrigger$ PingUpkeep | EffectZone$ Command | AffectedZone$ Battlefield,Hand,Graveyard,Exile,Stack,Library,Command | Description$ Creature perpetually gains haste, “This creature cant block,” and “At the beginning of your upkeep, this creature deals 1 damage to you.”
SVar:PingUpkeep:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ At the beginning of the upkeep of enchanted enchantment's controller, CARDNAME deals 1 damage to that player.
SVar:TrigDamage:DB$ DealDamage | Defined$ CardController | NumDmg$ 1
Oracle: Gain control of target creature until end of turn. Untap that creature. It perpetually gains haste, “This creature can't block,” and “At the beginning of your upkeep, this creature deals 1 damage to you.”