{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp1048c",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "default": "textures/entity/scp1048/scp1048C"
      },
      "geometry": {
        "default": "geometry.scp1048_c"
      },
      "animations": {
        "moving": "animation.scp1048_c.moving",
        "scp1048_c_general": "animation.scp1048_c.general",
        "attack1": "animation.scp1048_c.attack1",
        "attack2": "animation.scp1048_c.attack2",
		"attack3": "animation.scp1048_c.attack3",
		"sitting": "animation.scp1048_c.sitting",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp1048_c.move",
        "general": "controller.animation.scp1048_c.general",
        "attack": "controller.animation.scp1048_c.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
		  "variable.random = math.round(math.random(0,2));",
          "variable.attack = Math.sin(variable.attack_time * 30.0);",
		  "variable.attack_var = variable.attack_var;"
        ]
      },
      "render_controllers": [
        "controller.render.scp049"
      ],
      "spawn_egg": {
        "base_color": "#6f6f6f",
        "overlay_color": "#484747"
      }
    }
  }
}