{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp860_2",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp860_2"
      },
      "geometry": {
        "default": "geometry.scp860_2"
      },
      "animations": {
        "moving": "animation.scp860_2.moving",
        "scp860_2_general": "animation.scp860_2.general",
        "attack1": "animation.scp860_2.attack1",
		"running": "animation.scp860_2.running",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp860_2.move",
        "general": "controller.animation.scp860_2.general",
		"run": "controller.animation.scp860_2.run",
        "attack": "controller.animation.scp860_2.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "run"
        ],
        "pre_animation": [
          "variable.random = math.round(math.random(0,1));"
        ]
      },
	  "sound_effects": {
        "running": "mob.scp860.angry"
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "860_2",
        "texture_index": 2
      }
    }
  }
}