{
  "format_version": "1.8.0",
  "minecraft:entity": {
    "description": {
      "identifier": "avengers:hero",
      "is_spawnable": true,
      "is_summonable": true,
      "is_experimental": false?
    },
    "component_groups": {

      "minecraft:var0": {
        "minecraft:variant": {
          "value": 0
        }
      },

      "minecraft:var1": {
        "minecraft:variant": {
          "value": 1
        }
      },

      "minecraft:var2": {
        "minecraft:variant": {
          "value": 2
        }
      }

    },
    "components": {
      "minecraft:type_family": {
        "family": [ "hero", "template" ]
      },
      "minecraft:loot": {
        "table": "loot_tables/entities/empty.json"
      },
      "minecraft:collision_box": {
        "width": 0.6,
        "height": 1.8
      },
      "minecraft:can_climb": {
      },
      "minecraft:movement": {
        "value": 0.3
      },
      "minecraft:attack": {
        "damage": 1
      },
      "minecraft:navigation.walk": {
        "can_path_over_water": true,
        "avoid_damage_blocks": true
      },
      "minecraft:movement.basic": {
        
      },
      "minecraft:jump.static": {
      },
      "minecraft:can_climb": {
      },
      "minecraft:behavior.float": {
        "priority": 0
      },
      "minecraft:behavior.panic": {
        "priority": 1,
        "speed_multiplier": 1.5
      },
      "minecraft:breathable": {
        "totalSupply": 15,
        "suffocateTime": -1,
        "inhaleTime": 3.75,
        "generatesBubbles": false
      },
      "minecraft:nameable": {
      },
      "minecraft:behavior.move_towards_restriction": {
        "priority": 5,
        "speed_multiplier": 1
      },
      "minecraft:behavior.melee_attack": {
        "priority": 3,
        "speed_multiplier": 1,
        "track_target": false
      },
      "minecraft:behavior.random_stroll": {
        "priority": 6,
        "speed_multiplier": 1
      },
      "minecraft:behavior.look_at_player": {
        "priority": 7,
        "look_distance": 6,
        "probability": 0.02
      },
      "minecraft:behavior.random_look_around": {
        "priority": 7
      },
      "minecraft:behavior.hurt_by_target": {
        "priority": 1
      },
      "minecraft:behavior.nearest_attackable_target": {
        "priority": 2,
        "within_radius": 25,
        "reselect_targets": true,
        "entity_types": [
          {
            "filters": {
              "any_of": [
                {
                  "test": "is_family",
                  "subject": "other",
                  "value": "monster"
                }
              ]
            },
            "max_dist": 35
          },
          {
            "filters": {
              "all_of": [
                {
                  "test": "is_family",
                  "subject": "other",
                  "value": "baby_turtle"
                },
                {
                  "test": "in_water",
                  "subject": "other",
                  "operator": "!=",
                  "value": true
                }
              ]
            },
            "max_dist": 35
          }
        ],
        "must_see": true,
        "must_see_forget_duration": 17.0
      },
      "minecraft:physics": {
      },
      "minecraft:scaffolding_climber": { }
    },
    "events": {
      "minecraft:entity_born": {
        "randomize": [
          {
            "weight": 34,
            "add": {
              "component_groups": [
                "minecraft:var0"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var1"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var2"
              ]
            }
          }
        ]
      },
      "minecraft:entity_spawned": {
        "randomize": [
          {
            "weight": 34,
            "add": {
              "component_groups": [
                "minecraft:var0"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var1"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var2"
              ]
            }
          }
        ]
      },
      "minecraft:entity_transformed": {
        "randomize": [
          {
            "weight": 34,
            "add": {
              "component_groups": [
                "minecraft:var0"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var1"
              ]
            }
          },
          {
            "weight": 33,
            "add": {
              "component_groups": [
                "minecraft:var2"
              ]
            }
          }
        ]
      }
    }
  }
}
