{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:researcher_mz",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "smz1": "textures/entity/scp049-2/scpz",
        "smz2": "textures/entity/scp049-2/scp_researcher_z",
        "smz3": "textures/entity/scp049-2/scp_scientist_z",
        "smz4": "textures/entity/scp049-2/village_scpz",
		"smz5": "textures/entity/scp049-2/scp_blue_z",
		"smz6": "textures/entity/scp049-2/scp_wither_z",
		"smz7": "textures/entity/scp049-2/scp_doc_z",
		"smz8": "textures/entity/scp049-2/scp_beard_z",
		"smz9": "textures/entity/scp049-2/scp_ball_z",
		"smz10": "textures/entity/scp049-2/scp_w_z"
      },
      "geometry": {
        "default": "geometry.researcher_m"
      },
      "animations": {
        "moving": "animation.d_class_z.moving",
        "d_class_z_general": "animation.d_class_z.general",
        "attacking": "animation.d_class_z.attacking",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.d_class_z.move",
        "general": "controller.animation.d_class_z.general",
        "attack": "controller.animation.d_class_z.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.researcher_mz"
      ],
      "spawn_egg": {
        "base_color": "#4c3a27",
        "overlay_color": "#0f6103"
      }
    }
  }
}