{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp035_ten",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp035_ten"
      },
      "geometry": {
        "default": "geometry.scp035_ten"
      },
      "animations": {
        "scp035_ten_general": "animation.scp035_ten.general",
        "attacking": "animation.scp035_ten.attacking",

        "general": "controller.animation.scp035_ten.general",
        "attack": "controller.animation.scp035_ten.attack"
      },
      "scripts": {
        "animate": [
          "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "base_color": "#47820e",
        "overlay_color": "#1c3505"
      }
    }
  }
}