{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp1678a",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp1678/scp1678a",
		"angry": "textures/entity/scp1678/scp1678a_angry"
      },
      "geometry": {
        "default": "geometry.scp1678a"
      },
      "animations": {
        "moving": "animation.scp1678a.moving",
        "scp1678a_general": "animation.scp1678a.general",
        "attack1": "animation.scp1678a.attack1",
		"attack2": "animation.scp1678a.attack2",
		"sleeping": "animation.researcher_f.sleeping",
		"running": "animation.scp1678a.running",
		"readying": "animation.scp1678a.readying",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp1678a.move",
        "general": "controller.animation.scp1678a.general",
		"sleep": "controller.animation.researcher_f.sleep",
		"run": "controller.animation.scp1678a.run",
		"ready": "controller.animation.scp1678a.ready",
        "attack": "controller.animation.scp1678a.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "run", "ready", "base"
        ],
        "pre_animation": [
          "variable.random = math.round(math.random(0,1));"
        ]
      },
      "render_controllers": [
        "controller.render.scp1678"
      ],
      "spawn_egg": {
        "base_color": "#67a860",
        "overlay_color": "#525252"
      }
    }
  }
}