{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp0192",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp019/scp019-2"
      },
      "geometry": {
        "default": "geometry.scp0192"
      },
      "animations": {
        "moving": "animation.scp0192.moving",
        "scp0192_general": "animation.scp0192.general",
        "attacking": "animation.scp0192.attacking",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp0192.move",
        "general": "controller.animation.scp0192.general",
        "attack": "controller.animation.scp0192.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp0192"
      ],
      "spawn_egg": {
        "base_color": "#b19071",
        "overlay_color": "#011f04"
      }
    }
  }
}