{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "og:scp106",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/ogscp106/ogscp106"
      },
      "geometry": {
        "default": "geometry.ogscp106"
      },
      "animations": {
        "moving": "animation.ogscp106.moving",
        "ogscp106_general": "animation.ogscp106.general",
        "attacking": "animation.ogscp106.attacking",
		"dieing": "animation.ogscp106.dieing",
        "look_at_target": "animation.common.look_at_target",
		"spawning": "animation.ogscp106.spawning",
		"casting": "animation.ogscp106.casting",

        "move": "controller.animation.ogscp106.move",
        "general": "controller.animation.ogscp106.general",
		"die": "controller.animation.ogscp106.die",
		"cast": "controller.animation.ogscp106.cast",
        "attack": "controller.animation.ogscp106.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "die", "cast"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
	  "particle_effects": {
		  "spell": "bd:scp106pa"
	  },
      "render_controllers": [
        "controller.render.ogscp106"
      ],
      "spawn_egg": {
        "texture": "106",
        "texture_index": 2
      }
    }
  }
}