
      "taunted-r":{
    },

      "taunted":{
      "minecraft:behavior.nearest_attackable_target": {
        "priority": 0,
        "must_see": false,
        "within_radius": 25.0,
        "entity_types": [
          {
            "filters": {
              "test": "is_family",
              "subject": "other",
              "value": "taunt"
            },
            "max_dist": 35
          }
        ]
      }
    },
      "taunted": {
        "add": {
          "component_groups": [
            "taunted"
        ]
      },
        "remove": {
          "component_groups": [
            "taunted-r"
        ]
      }
    },
      "taunted-r": {
        "remove": {
          "component_groups": [
            "taunted"
        ]
      },
        "add": {
          "component_groups": [
            "taunted-r"
        ]
      }
    },



      "minecraft:behavior.nearest_prioritized_attackable_target": {
        "priority": 0,
        "reselect_targets": true,
        "must_see": false,
        "entity_types": [
          {
            "filters": {
              "test": "is_family",
              "subject": "other",
              "value": "taunt"
            },
            "max_dist": 16
          }
        ]
      },