Add Goal
Adds a custom goal (from data/{namespace}/goals/) to the entity with this power.
Type ID: ra_additions:add_goal
Fields
| Field | Type | Default | Description |
|---|---|---|---|
goal |
Identifier | optional | The goal to add to the mob. |
goals |
Array of Identifier | optional | The goals to add to the mob. |
Example
{
"type": "ra_additions:add_goal",
"goal": "ra_additions:revenge_example"
}
This example will apply the example:stuff mob goal to the entity with the power.