mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Abzan Charm.
This commit is contained in:
@@ -2,7 +2,7 @@ Name:Abzan Charm
|
|||||||
ManaCost:W B G
|
ManaCost:W B G
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Charm | Cost$ W B G | Choices$ DBExile,DBDraw,DBCounters | SpellDescription$ Choose one - Exile target creature with power 3 or greater; you draw two cards and you lose 2 life; distribute two +1/+1 counters among one or two target creatures.
|
A:SP$ Charm | Cost$ W B G | Choices$ DBExile,DBDraw,DBCounters | SpellDescription$ Choose one - Exile target creature with power 3 or greater; you draw two cards and you lose 2 life; distribute two +1/+1 counters among one or two target creatures.
|
||||||
SVar:DBExile:DB$ ChangeZone | ValidTgts$ Creature.toughnessGE3 | TgtPrompt$ Choose target creature with toughness 3 or greater | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature with toughness 3 or greater.
|
SVar:DBExile:DB$ ChangeZone | ValidTgts$ Creature.powerGE3 | TgtPrompt$ Choose target creature with power 3 or greater | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature with power 3 or greater.
|
||||||
SVar:DBDraw:DB$ Draw | NumCards$ 2 | SubAbility$ DBLoseLife | SpellDescription$ You draw two cards and you lose 2 life.
|
SVar:DBDraw:DB$ Draw | NumCards$ 2 | SubAbility$ DBLoseLife | SpellDescription$ You draw two cards and you lose 2 life.
|
||||||
SVar:DBCounters:DB$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 2 | TargetMin$ 1 | TargetMax$ 2 | DividedAsYouChoose$ 2 | SpellDescription$ Distribute two +1/+1 counters among one or two target creatures.
|
SVar:DBCounters:DB$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 2 | TargetMin$ 1 | TargetMax$ 2 | DividedAsYouChoose$ 2 | SpellDescription$ Distribute two +1/+1 counters among one or two target creatures.
|
||||||
SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 | Defined$ You
|
SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2 | Defined$ You
|
||||||
|
|||||||
Reference in New Issue
Block a user