mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Removed DB Cleanup from cards that do not utilize it anywhere else. - Rewrote the cards that used RememberedController (from LKI) but do not care about the destruction of the creature to use TargetedController instead.
10 lines
666 B
Plaintext
10 lines
666 B
Plaintext
Name:Vendetta
|
|
ManaCost:B
|
|
Types:Instant
|
|
A:SP$ Destroy | Cost$ B | ValidTgts$ Creature.nonBlack | AITgts$ Card.toughnessLTY | TgtPrompt$ Select target nonblack creature | NoRegen$ True | SubAbility$ DBLoseLife | SpellDescription$ Destroy target nonblack creature. It can't be regenerated. You lose life equal to that creature's toughness.
|
|
SVar:DBLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ X | References$ X
|
|
SVar:X:TargetedLKI$CardToughness
|
|
SVar:Y:Count$YourLifeTotal
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/vendetta.jpg
|
|
Oracle:Destroy target nonblack creature. It can't be regenerated. You lose life equal to that creature's toughness.
|