{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp3199",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp3199"
      },
      "geometry": {
        "default": "geometry.scp3199"
      },
      "animations": {
        "moving": "animation.scp3199.moving",
        "scp3199_general": "animation.scp3199.general",
        "attacking": "animation.scp3199.attacking",
		"vomiting": "animation.scp3199.vomiting",

        "move": "controller.animation.scp3199.move",
        "general": "controller.animation.scp3199.general",
        "attack": "controller.animation.scp3199.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
	  "particle_effects": {
		  "spell": "bd:vomit"
	  },
	  "sound_effects": {
        "vomiting": "mob.scp3199.vomit"
      },
      "render_controllers": [
        "controller.render.scp3199"
      ],
      "spawn_egg": {
        "base_color": "#f1ca9f",
        "overlay_color": "#a22a1d"
      }
    }
  }
}