{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:researcher_f",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "f1": "textures/entity/female/black_scientist",
        "f2": "textures/entity/female/girl_scientist",
        "f3": "textures/entity/female/female_scientist",
		"f4": "textures/entity/female/h_scientist",
		"f5": "textures/entity/female/n_scientist",
		"f6": "textures/entity/female/c_scientist",
		"f7": "textures/entity/female/a_scientist"
      },
      "geometry": {
        "default": "geometry.researcher_f"
      },
      "animations": {
        "moving": "animation.researcher_f.moving",
        "researcher_f_general": "animation.researcher_f.general",
        "attacking": "animation.researcher_f.attacking",
		"riding": "animation.researcher_f.riding",
		"sleeping": "animation.researcher_f.sleeping",
		"worrying": "animation.researcher_f.worrying",
		"writing": "animation.researcher_f.writing",
		"shooting": "animation.researcher_f.shooting",
		"picking": "animation.d_class.picking",
		"using": "animation.researcher_m.using",

        "move": "controller.animation.researcher_f.move",
        "general": "controller.animation.researcher_f.general",
		"ride": "controller.animation.researcher_f.ride",
		"write": "controller.animation.researcher_f.write",
		"sleep": "controller.animation.researcher_f.sleep",
		"worry": "controller.animation.researcher_f.worry",
		"shoot": "controller.animation.researcher_f.shoot",
		"pick": "controller.animation.d_class.pick",
        "attack": "controller.animation.researcher_f.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "worry", "ride", "write", "sleep", "shoot", "pick"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.researcher_f"
      ],
      "spawn_egg": {
        "base_color": "#f8f8f8",
        "overlay_color": "#f4c1a6"
      }
    }
  }
}