Card cleanup

This commit is contained in:
TRT
2022-02-14 11:34:19 +01:00
parent a973790ee1
commit b258eee9d2
2 changed files with 2 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ PT:2/2
K:Menace
K:Reconfigure:4
S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Menace | Description$ Equipped creature gets +2/+2 and has menace.
T:Mode$ DamageDone | ValidSource$ Card.Self,Creature.EquippedBy | ValidTarget$ Player | Combat$ True | Execute$ TrigGoad | TriggerDescription$ Whenever CARDNAME or equipped creature deals combat damage to a player, goad each creature that player controls.
T:Mode$ DamageDone | ValidSource$ Card.Self,Creature.EquippedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigGoad | TriggerDescription$ Whenever CARDNAME or equipped creature deals combat damage to a player, goad each creature that player controls.
SVar:TrigGoad:DB$ Goad | Defined$ Valid Creature.ControlledBy Player.TriggeredTarget
Oracle:Menace\nEquipped creature gets +2/+2 and has menace.\nWhenever Komainu Battle Armor or equipped creature deals combat damage to a player, goad each creature that player controls.\nReconfigure {4} ({4}: Attach to target creature you control; or unattach from a creature. Reconfigure only as a sorcery. While attached, this isn't a creature.)

View File

@@ -2,5 +2,5 @@ Name:Seismic Wave
ManaCost:2 R
Types:Instant
A:SP$ DealDamage | Cost$ 2 R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 2 | SubAbility$ DBDamage | SpellDescription$ CARDNAME deals 2 damage to any target and 1 damage to each nonartifact creature target opponent controls.
SVar:DBDamage:DB$ DamageAll | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumDmg$ 1 | RememberDamaged$ True | ValidCards$ Creature.nonArtifact | ValidDescription$ each nonartifact creature target opponent controls.
SVar:DBDamage:DB$ DamageAll | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumDmg$ 1 | ValidCards$ Creature.nonArtifact | ValidDescription$ each nonartifact creature target opponent controls.
Oracle:Seismic Wave deals 2 damage to any target and 1 damage to each nonartifact creature target opponent controls.