mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
convert Psychic Barrier, Punish Ignorance, and Undermine to standard SubAbility code
This commit is contained in:
@@ -2,7 +2,8 @@ Name:Psychic Barrier
|
||||
ManaCost:U U
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Counter | Cost$ U U | TargetType$ Spell | TgtPrompt$ Select target Creature spell | ValidTgts$ Creature | ExtraActions$ CC-LoseLife(1) | SpellDescription$ Counter target creature spell. Its controller loses 1 life.
|
||||
A:SP$ Counter | Cost$ U U | TargetType$ Spell | TgtPrompt$ Select target Creature spell | ValidTgts$ Creature | SubAbility$ SVar=DBDrain | SpellDescription$ Counter target creature spell. Its controller loses 1 life.
|
||||
SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 1
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychic_barrier.jpg
|
||||
SetInfo:NPH|Common|http://magiccards.info/scans/en/nph/43.jpg
|
||||
|
||||
@@ -2,7 +2,9 @@ Name:Punish Ignorance
|
||||
ManaCost:W U U B
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Counter | Cost$ W U U B | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | ExtraActions$ CC-LoseLife(3) My-GainLife(3) | SpellDescription$ Counter target spell. Its controller loses 3 life and you gain 3 life.
|
||||
A:SP$ Counter | Cost$ W U U B | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SubAbility$ SVar=DBDrain | SpellDescription$ Counter target spell. Its controller loses 3 life and you gain 3 life.
|
||||
SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 3 | SubAbility$ SVar=DBGain
|
||||
SVar:DBGain:DB$GainLife | Defined$ You | LifeAmount$ 3
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/punish_ignorance.jpg
|
||||
SetInfo:ALA|Rare|http://magiccards.info/scans/en/ala/183.jpg
|
||||
|
||||
@@ -2,8 +2,9 @@ Name:Undermine
|
||||
ManaCost:U U B
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Counter | Cost$ U U B | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | ExtraActions$ CC-LoseLife(3) | Destination$ Graveyard | SpellDescription$ Counter target spell. Its controller loses 3 life.
|
||||
A:SP$ Counter | Cost$ U U B | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SubAbility$ SVar=DBDrain | Destination$ Graveyard | SpellDescription$ Counter target spell. Its controller loses 3 life.
|
||||
SVar:DBDrain:DB$LoseLife | Defined$ TargetedController | LifeAmount$ 3
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://resources.wizards.com/magic/cards/in/en-us/card23190.jpg
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/undermine.jpg
|
||||
SetInfo:INV|Rare|http://magiccards.info/scans/en/in/282.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user