{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:researcher_m",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "scp1": "textures/entity/male/scp",
        "scp2": "textures/entity/male/scp_researcher",
        "scp3": "textures/entity/male/scp_scientist",
        "scp4": "textures/entity/male/village_scp",
		"scp5": "textures/entity/male/scp_blue",
		"scp6": "textures/entity/male/scp_ball",
		"scp7": "textures/entity/male/scp_beard",
		"scp8": "textures/entity/male/scp_doc",
		"scp9": "textures/entity/male/scp_w",
		"scp10": "textures/entity/male/scp_wither"
      },
      "geometry": {
        "default": "geometry.researcher_m"
      },
      "animations": {
        "moving": "animation.researcher_m.moving",
        "researcher_m_general": "animation.researcher_m.general",
        "attacking": "animation.researcher_m.attacking",
		"riding": "animation.researcher_m.riding",
		"sleeping": "animation.researcher_m.sleeping",
		"shooting": "animation.d_class_f.shooting",
		"picking": "animation.d_class.picking",
		"using": "animation.researcher_m.using",
		"flipping": "animation.researcher_m.flipping",
		"running": "animation.researcher_m.running",

        "move": "controller.animation.researcher_m.move",
		"ride": "controller.animation.researcher_m.ride",
		"sleep": "controller.animation.researcher_m.sleep",
        "general": "controller.animation.researcher_m.general",
		"shoot": "controller.animation.d_class_f.shoot",
		"pick": "controller.animation.d_class.pick",
		"run": "controller.animation.researcher_m.run",
        "attack": "controller.animation.researcher_m.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "ride", "sleep", "shoot", "pick", "run"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.researcher_m"
      ],
      "spawn_egg": {
        "base_color": "#f7f7f7",
        "overlay_color": "#efb268"
      }
    }
  }
}