weird space before DB$

This commit is contained in:
Northmoc
2020-07-11 11:54:24 -04:00
parent d0cd531f8e
commit 2b55ef9904
2 changed files with 2 additions and 4 deletions

View File

@@ -6,5 +6,4 @@ SVar:DamageFlyingCreature:DB$ DealDamage | ValidTgts$ Creature.withFlying | TgtP
SVar:DamageNonFlyingCreature:DB$ DealDamage | ValidTgts$ Creature.withoutFlying | TgtPrompt$ Select target creature without flying | NumDmg$ X | References$ X | SpellDescription$ CARDNAME deals X damage to target creature without flying.
SVar:DamagePlayer:DB$ DealDamage | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target Player or Planeswalker | NumDmg$ X | References$ X | SpellDescription$ CARDNAME deals X damage to target player or planeswalker.
SVar:X:Count$xPaid
SVar:Picture:http://www.wizards.com/global/images/magic/general/clan_defiance.jpg
Oracle:Choose one or more —\n• Clan Defiance deals X damage to target creature with flying.\n• Clan Defiance deals X damage to target creature without flying.\n• Clan Defiance deals X damage to target player or planeswalker.

View File

@@ -4,5 +4,4 @@ Types:Instant
A:SP$ ChangeZoneAll | Cost$ 2 U U | ChangeType$ Card.Other | Origin$ Stack | Destination$ Exile | Fizzle$ True | SubAbility$ DBCounter | SpellDescription$ Exile all other spells and counter all abilities.
SVar:DBCounter:DB$ Counter | AllType$ Activated,Triggered | AllValid$ Card
AI:RemoveDeck:All
SVar:Picture:http://www.wizards.com/global/images/magic/general/summary_dismissal.jpg
Oracle:Exile all other spells and counter all abilities.