{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:ntf_f",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "ntf_1": "textures/entity/guard/ntf_f",
		"ntf_2": "textures/entity/guard/ntf_f2"
		
      },
      "geometry": {
        "default": "geometry.ntf_f"
      },
      "animations": {
        "moving": "animation.ntf.moving",
        "ntf_general": "animation.ntf.general",
        "attacking": "animation.ntf.attacking",
		"shooting": "animation.ntf.shooting",
        "look_at_target": "animation.common.look_at_target",
		"sitting": "animation.ntf_f.staying",

        "move": "controller.animation.ntf.move",
		"shoot": "controller.animation.ntf.shoot",
        "general": "controller.animation.ntf.general",
        "attack": "controller.animation.ntf.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "shoot"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.ntf_f"
      ],
      "spawn_egg": {
        "base_color": "#e69913",
        "overlay_color": "#f1c4a9"
      }
    }
  }
}