|
|
|
When to use each:
|
|
|
|
|
|
|
|
Use effect triggers when you can and event triggers when effect triggers don't apply.
|
|
|
|
|
|
|
|
Event triggers allow cards to watch for things happening to other cards. Effect triggers are predetermined when the trigger is set, and they typically predetermine common use cases. For example the discard effect trigger runs the discard effect on friendly cards in play when cards are discarded.
|
|
|
|
|
|
|
|
But more rarely you might want to activate an effect when an ENEMY card is discarded. Rather than make lots of discard effect triggers that are rarely used, it's easier to just use trigger on event to listen to the discard event, and this you can do from any card, including enemy cards, regardless of whether it was originally intended or not. |
|
|
|
\ No newline at end of file |