Skip to main content

Card Flow

Basic principle​

A card flow consisting of card actions can be compared to workflow/automation builders on how they technically work. For example with Zapier or Slack workflows.

Simply speaking, a card flow is just an array of card actions. This list of actions is what defines the abilities of a card.

So describing a card flow in plane English could look something like this:

  1. when the card dies (moves to graveyard)
  2. count cards in Hand
  3. for each card in hand, the owner receives 1 health point.

This would be a card flow consisting of three card actions.

A card can have more then one flow. This means it can have abilites that react on card death but also on card played, etc.

The Front-End UI​

In the Front-End we have the card-creator

<code references>​

General:

Front-End UI: