{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:guard_f",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/guard/guard_f"
      },
      "geometry": {
        "default": "geometry.guard_f"
      },
      "animations": {
        "moving": "animation.guard_bd.moving",
        "guard_bd_general": "animation.guard_bd.general",
        "attacking": "animation.guard_bd.attacking",
		"shooting": "animation.guard_bd.shooting",
        "look_at_target": "animation.common.look_at_target",
		"staying": "animation.guard_bd.staying",

        "move": "controller.animation.guard_bd.move",
		"shoot": "controller.animation.guard_bd.shoot",
        "general": "controller.animation.guard_bd.general",
        "attack": "controller.animation.guard_bd.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "shoot"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.guard"
      ],
      "spawn_egg": {
        "base_color": "#a3a29e",
        "overlay_color": "#ba5756"
      }
    }
  }
}