{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp066",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp066"
      },
      "geometry": {
        "default": "geometry.scp066"
      },
      "animations": {
        "moving": "animation.scp066.moving",
        "scp066_general": "animation.scp066.general",
        "attacking": "animation.scp066.attacking",
        "earrapeing": "animation.scp066.earrapeing",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp066.move",
        "general": "controller.animation.scp066.general",
        "attack": "controller.animation.scp066.attack",
        "earrape": "controller.animation/scp066.earrape"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "earrape"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp066"
      ],
      "spawn_egg": {
        "texture": "066",
        "texture_index": 2
      }
    }
  }
}