mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +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.
9 lines
653 B
Plaintext
9 lines
653 B
Plaintext
Name:Gloomlance
|
|
ManaCost:3 B B
|
|
Types:Sorcery
|
|
A:SP$ Destroy | Cost$ 3 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBDiscard | SpellDescription$ Destroy target creature. If that creature was green or white, its controller discards a card.
|
|
SVar:DBDiscard:DB$ Discard | Defined$ TargetedController | NumCards$ 1 | Mode$ TgtChoose | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE1
|
|
SVar:X:TargetedLKI$Valid Card.Green,Card.White
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/gloomlance.jpg
|
|
Oracle:Destroy target creature. If that creature was green or white, its controller discards a card.
|