|
|
# What are effects
|
|
|
|
|
|
Effects are what make cards do things and be playable.
|
|
|
|
|
|
Effects are found in the card editor pane of every card. Click on a card to open its card editing screen.
|
|
|
|
|
|

|
|
|
|
|
|
Towards the bottom of the screenshot there is a place to edit the effect description, that's the human-readable effect text, and below that are the card effects for effect building.
|
|
|
|
|
|
Clicking on the add effect button will bring up the effect builder. With the effect builder you can make cards do anything.
|
|
|
|
|
|
Everything in the effect builder is extensively explained in the tooltips. Make sure to read the tooltips carefully to really understand what each option really does.
|
|
|
|
|
|
# Building an effect
|
|
|
|
|
|
To make a card effect first write down what the card does in the effect description.
|
|
|
|
|
|
In this example we have the Sunrise Event card with the description:
|
|
|
|
|
|
Gain 1 mana.
|
|
|
|
|
|
When played it gives the player character 1 mana.
|
|
|
|
|
|
To make this effect, think about our action and our target. For the action think about what we're doing, and for the target think about what we're doing it to.
|
|
|
|
|
|
In this case we're increasing something (the action), and the thing that we're increasing is the owner player's mana (the target).
|
|
|
|
|
|
In the action column find the modify stats action. That action will allow us to change the property of any target. In our example, we want to increase the property, so under OPERATION, we choose + plus, and under CHANGE BY OR CHANGE TO click on custom value to input our own value. Input 1.
|
|
|
|
|
|
For the target of we choose a player, the owner. Next we choose the player property mana.
|
|
|
|
|
|

|
|
|
|
|
|
And that's it! |
|
|
\ No newline at end of file |