- Converted Misfortune's Gain and Poison the Well to the newer AF drawback.

This commit is contained in:
jendave
2011-08-06 21:45:29 +00:00
parent dc69c91e56
commit 749292d642
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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