- Fixing Ape and Bird Lvl 4 triggers.

This commit is contained in:
Sol
2012-04-06 03:11:38 +00:00
parent 2f816e3086
commit b43b6ba041
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ Colors:green
Types:Creature Ape Pet
PT:2/1
K:Trample
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPump | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked, you pay 2. If you do, it gets +2/+2 until end of turn.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked, you pay 2. If you do, it gets +2/+2 until end of turn.
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigPump | Secondary$ True | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked, you may pay 2. If you do, it gets +2/+2 until end of turn.
SVar:TrigPump:DB$Pump | Cost$ 2 | Defined$ Self | NumAtt$ 2 | NumDef$ 2
SVar:TrigPump:AB$Pump | Cost$ 2 | Defined$ Self | NumAtt$ 2 | NumDef$ 2
End

View File

@@ -4,7 +4,7 @@ Colors:blue
Types:Creature Bird Pet
PT:1/3
K:Flying
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may pay 1. If you do, draw a card, then discard a card.
SVar:TrigDraw:DB$Draw | Cost$ 1 | Defined$ You | NumCards$ 1 | SubAbility$ DBDiscard
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may pay 1. If you do, draw a card, then discard a card.
SVar:TrigDraw:AB$Draw | Cost$ 1 | Defined$ You | NumCards$ 1 | SubAbility$ DBDiscard
SVar:DBDiscard:DB$Discard | Defined$ You | Mode$ TgtChoose | NumCards$ 1
End