mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Converted Misfortune's Gain and Poison the Well to the newer AF drawback.
This commit is contained in:
@@ -2,7 +2,8 @@ Name:Misfortune's Gain
|
||||
ManaCost:3 W
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$Destroy | Cost$ 3 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ TgtOwnerGainLife/4 | SpellDescription$ Destroy target creature. Its owner gains 4 life.
|
||||
A:SP$ Destroy | Cost$ 3 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ SVar=DBGainLife | SpellDescription$ Destroy target creature. Its owner gains 4 life.
|
||||
SVar:DBGainLife:DB$GainLife | Defined$ TargetedController | LifeAmount$ 4
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/misfortunes_gain.jpg
|
||||
|
||||
@@ -2,7 +2,8 @@ Name:Poison the Well
|
||||
ManaCost:2 BR BR
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$Destroy | Cost$ 2 BR BR | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ DamageTgtCtrlr/2 | SpellDescription$ Destroy target land. Poison the well deals 2 damage to that land's controller.
|
||||
A:SP$ Destroy | Cost$ 2 BR BR | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ SVar=DBDealDamage | SpellDescription$ Destroy target land. Poison the well deals 2 damage to that land's controller.
|
||||
SVar:DBDealDamage:DB$DealDamage | Defined$ TargetedController | NumDmg$ 2
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/poison_the_well.jpg
|
||||
|
||||
Reference in New Issue
Block a user