{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:elder_guardian",
      "is_experimental": false,
      "is_summonable": true,
      "is_spawnable": true,
      "spawn_category": "monster"
    },
    "components": {
      "minecraft:attack": {
        "damage": 5
      },
      "minecraft:behavior.guardian_attack": {
        "priority": 4
      },
      "minecraft:behavior.look_at_player": {
        "look_time": {
          "min": 1,
          "max": 2
        },
        "look_distance": 12,
        "probability": 0.01,
        "priority": 8
      },
      "minecraft:behavior.move_towards_home_restriction": {
        "priority": 5
      },
      "minecraft:behavior.nearest_attackable_target": {
        "attack_interval": {
          "max": 1
        },
        "set_persistent": true,
        "must_see": true,
        "entity_types": [
          {
            "filters": {
              "AND": [
                {
                  "OR": [
                    {
                      "test": "is_family",
                      "subject": 1,
                      "operator": 0,
                      "value": "player"
                    },
                    {
                      "test": "is_family",
                      "subject": 1,
                      "operator": 0,
                      "value": "squid"
                    }
                  ]
                }
              ]
            }
          }
        ],
        "priority": 1
      },
      "minecraft:behavior.random_look_around": {
        "priority": 9
      },
      "minecraft:behavior.random_stroll": {
        "priority": 7,
        "speed_multiplier": 0.5
      },
      "minecraft:breathable": {
        "breathes_lava": false,
        "breathes_water": true
      },
      "minecraft:collision_box": {
        "height": 1.99,
        "width": 1.99
      },
      "minecraft:experience_reward": {
        "on_death": {
          "expression": "query.last_hit_by_player ? 10 : 0",
          "version": 0
        }
      },
      "minecraft:follow_range": {
        "max": 16,
        "value": 16
      },
      "minecraft:health": {
        "max": 80,
        "value": 80
      },
      "minecraft:home": {
        "restriction_radius": 16,
        "restriction_type": "random_movement"
      },
      "minecraft:hurt_on_condition": {
        "damage_conditions": [
          {
            "cause": "lava",
            "damage_per_tick": 4,
            "filters": {
              "operator": "==",
              "test": "in_lava",
              "subject": "self",
              "value": true
            }
          }
        ]
      },
      "minecraft:jump.static": {},
      "minecraft:loot": {
        "table": "loot_tables/entities/elder_guardian.json"
      },
      "minecraft:movement": {
        "value": 0.3
      },
      "minecraft:movement.sway": {},
      "minecraft:nameable": {},
      "minecraft:navigation.generic": {
        "can_breach": true,
        "can_walk": false,
        "can_path_over_water": false,
        "can_swim": true,
        "is_amphibious": true,
        "using_door_annotation": true
      },
      "minecraft:physics": {},
      "minecraft:pushable": {
        "is_pushable": true,
        "is_pushable_by_piston": true
      },
      "minecraft:type_family": {
        "family": [
          "guardian_elder",
          "monster",
          "mob"
        ]
      },
      "minecraft:underwater_movement": {
        "value": 0.3
      }
    },
    "events": null
  }
}