{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp953_trans",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp953/scp953"
      },
      "geometry": {
        "default": "geometry.scp953"
      },
      "animations": {
        "moving": "animation.scp953.moving",
        "scp953_trans_general": "animation.scp953.transform",
        "attacking": "animation.scp953.attacking",
        "look_at_target": "animation.common.look_at_target",
		"angrying": "animation.scp953.angrying",
		"readying": "animation.scp953.readying",
		"scaring": "animation.scp953.scaring",

        "move": "controller.animation.scp953.move",
        "general": "controller.animation.scp953_trans.general",
		"angry": "controller.animation.scp953.angry",
		"scare": "controller.animation.scp953.scare",
        "attack": "controller.animation.scp953.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "angry", "scare"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.skeleton"
      ],
      "spawn_egg": {
        "base_color": "#b05122",
        "overlay_color": "#661010"
      },
	  "particle_effects": {
		  "spell": "bd:transform"
	  }
    }
  }
}