Skip to content

Remove Goal

Power Types

The entity with this power will have any goals listed removed from itself.

Type ID: ra_additions:remove_goal

Fields

Field Type Default Description
goal String optional The goal to remove from the mob.
goals Array of String optional The goals to remove from the mob.

Example

{
  "type": "ra_additions:remove_goal",
  "goals": [
    "attack",
    "bow_attack"
  ],
  "example_pack": "This example will prevent a mob from doing standard attacks, and bow attacks."
}