added discard action with target
parent
b01a5423b8
commit
3de449b18e
|
@ -276,6 +276,8 @@ DrawAction
|
||||||
DiscardAction
|
DiscardAction
|
||||||
= "Discard a card"
|
= "Discard a card"
|
||||||
/ "Discard " Count " cards"
|
/ "Discard " Count " cards"
|
||||||
|
/ SelectPlayer " discards " Count " cards"
|
||||||
|
/ SelectPlayer " discards a card"
|
||||||
;
|
;
|
||||||
|
|
||||||
DestroyNoRegenAction
|
DestroyNoRegenAction
|
||||||
|
|
|
@ -212,6 +212,7 @@
|
||||||
{3}{W}: Tap target creature.
|
{3}{W}: Tap target creature.
|
||||||
{4}{B}{B}, {T}, Sacrifice @: Target creature gets -6/-6 until end of turn.
|
{4}{B}{B}, {T}, Sacrifice @: Target creature gets -6/-6 until end of turn.
|
||||||
{4}{B}, Sacrifice a creature: Return target creature card from your graveyard to your hand.
|
{4}{B}, Sacrifice a creature: Return target creature card from your graveyard to your hand.
|
||||||
|
{4}{B}, Sacrifice @: Target player discards two cards.
|
||||||
{4}{G}: Put a +1/+1 counter on target creature.
|
{4}{G}: Put a +1/+1 counter on target creature.
|
||||||
{4}{G}, Sacrifice a creature: Destroy target creature with flying.
|
{4}{G}, Sacrifice a creature: Destroy target creature with flying.
|
||||||
{4}{R}: Exile @.
|
{4}{R}: Exile @.
|
||||||
|
@ -272,6 +273,7 @@ Bloodthirst 6
|
||||||
{B}, Sacrifice a creature: Target creature gets -1/-1 until end of turn.
|
{B}, Sacrifice a creature: Target creature gets -1/-1 until end of turn.
|
||||||
{B}, Sacrifice a creature: Target player loses 1 life.
|
{B}, Sacrifice a creature: Target player loses 1 life.
|
||||||
{B}, Sacrifice @: Destroy target nonblack creature.
|
{B}, Sacrifice @: Destroy target nonblack creature.
|
||||||
|
{B}, Sacrifice @: Target player discards a card.
|
||||||
{B}, Sacrifice @: Target player loses 1 life and you gain 1 life.
|
{B}, Sacrifice @: Target player loses 1 life and you gain 1 life.
|
||||||
{B}, {T}, Discard a card: Return target creature card from your graveyard to your hand.
|
{B}, {T}, Discard a card: Return target creature card from your graveyard to your hand.
|
||||||
{B}, {T}, Discard a card: Target creature gets -1/-1 until end of turn.
|
{B}, {T}, Discard a card: Target creature gets -1/-1 until end of turn.
|
||||||
|
@ -790,7 +792,11 @@ Target creature gets -7/-0 until end of turn.
|
||||||
Target creature gets +7/+7 until end of turn.
|
Target creature gets +7/+7 until end of turn.
|
||||||
Target creature you control gets +2/+0 until end of turn.
|
Target creature you control gets +2/+0 until end of turn.
|
||||||
Target nonblack creature gets -1/-1 until end of turn.
|
Target nonblack creature gets -1/-1 until end of turn.
|
||||||
|
Target opponent discards two cards.
|
||||||
Target opponent loses 3 life.
|
Target opponent loses 3 life.
|
||||||
|
Target player discards a card.
|
||||||
|
Target player discards three cards.
|
||||||
|
Target player discards two cards.
|
||||||
Target player gains 4 life.
|
Target player gains 4 life.
|
||||||
Target player gains 5 life.
|
Target player gains 5 life.
|
||||||
Target player gains 6 life.
|
Target player gains 6 life.
|
||||||
|
|
Loading…
Reference in New Issue