Quest Objective Event (Asset)
Lets you modify a parent quest objective state based on events.
| Field | Type | Default | Description |
|---|---|---|---|
| Type | String | add | What math operation to perform when the event is triggered. |
| Data | JSON | {"amount":1} | JSON data. The value of amount can also be a math formula. |
| Conditions | Condition | Conditions needed to be met to trigger the objective amount modification. Usually an eventIs condition combined with additional conditions. |