{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp682_arm",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp682_arm"
      },
      "geometry": {
        "default": "geometry.scp682_arm"
      },
      "animations": {
        "scp682_arm_general": "animation.scp682_arm.general",
        "attacking": "animation.scp682_arm.attacking",

        "general": "controller.animation.scp682_arm.general",
        "attack": "controller.animation.scp682_arm.attack"
      },
      "scripts": {
        "animate": [
          "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp682_bd"
      ],
      "spawn_egg": {
        "base_color": "#011f04",
        "overlay_color": "#8c0d0d"
      }
    }
  }
}