{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp105",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp105"
      },
      "geometry": {
        "default": "geometry.scp105"
      },
      "animations": {
        "moving": "animation.scp105.moving",
        "scp105_general": "animation.scp105.general",
        "attacking": "animation.scp105.attacking",
        "look_at_target": "animation.common.look_at_target",
		"using": "animation.scp105.using",
		"riding": "animation.scp105.riding",
		"taking": "animation.scp105.taking",
		"scaring": "animation.scp105.scaring",
		"looking": "animation.scp105.looking",
		
        "move": "controller.animation.scp105.move",
        "general": "controller.animation.scp105.general",
		"take": "controller.animation.scp105.take",
		"use": "controller.animation.scp105.use",
		"ride": "controller.animation.scp105.ride",
        "attack": "controller.animation.scp105.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "take", "use", "ride"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
	  "sound_effects": {
        "taking": "mob.scp105.camera",
		"scaring": "mob.scp105.scream"
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "105",
        "texture_index": 2
      },
	  "particle_effects": {
		  "flash": "bd:flash"
	  }
    }
  }
}