Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


{
	"format_version": "1.10.0",
	"minecraft:client_entity": {
	"description": {
	"identifier": "minecraft:player",
	"materials": {
	"default": "entity_alphatest",
	"cape": "entity_alphatest",
	"animated": "player_animated",
	"ice_effect": "entity_alphablend",
	"ice_effect_first_person": "wither_boss_armor"
	},
	"textures": {
	"default": "textures/entity/steve",
	"cape": "textures/entity/cape_invisible",
	"ice_effect": "textures/entity/mow/ice_effect",
	"ice_effect_first_person": "textures/effects/frozenblur",
	"axe_ferrous": "textures/entity/mow/axe_ferrous",
	"helmet_ferrous": "textures/entity/mow/helmet_ferrous"
	},
	"geometry": {
	"default": "geometry.humanoid.custom",
	"cape": "geometry.cape",
	"ice_effect": "geometry.ice_effect",
	"ice_effect_first_person": "geometry.ice_effect_first_person",
	"axe_ferrous": "geometry.axe_ferrous",
	"helmet_ferrous_item": "geometry.helmet_ferrous_weapon",
	"player_ice_crystal": "geometry.player_ice_crystal",
	"solar_beam_locator": "geometry.solar_beam_particle"
	},
	"animations": {
	"root": "controller.animation.player.root",
	"base_controller": "controller.animation.player.base",
	"hudplayer": "controller.animation.player.hudplayer",
	"humanoid_base_pose": "animation.humanoid.base_pose",
	"look_at_target": "controller.animation.humanoid.look_at_target",
	"look_at_target_ui": "animation.player.look_at_target.ui",
	"look_at_target_default": "animation.humanoid.look_at_target.default",
	"look_at_target_gliding": "animation.humanoid.look_at_target.gliding",
	"look_at_target_swimming": "animation.humanoid.look_at_target.swimming",
	"look_at_target_inverted": "animation.player.look_at_target.inverted",
	"cape": "animation.player.cape",
	"move.arms": "animation.player.move.arms",
	"move.legs": "animation.player.move.legs",
	"swimming": "animation.player.swim",
	"swimming.legs": "animation.player.swim.legs",
	"riding.arms": "animation.player.riding.arms",
	"riding.legs": "animation.player.riding.legs",
	"holding": "animation.player.holding",
	"brandish_spear": "animation.humanoid.brandish_spear",
	"charging": "animation.humanoid.charging",
	"attack.positions": "animation.player.attack.positions",
	"attack.rotations": "animation.player.attack.rotations",
	"sneaking": "animation.player.sneaking",
	"bob": "animation.player.bob",
	"damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs",
	"bow_and_arrow": "animation.humanoid.bow_and_arrow",
	"use_item_progress": "animation.humanoid.use_item_progress",
	"skeleton_attack": "animation.skeleton.attack",
	"sleeping": "animation.player.sleeping",
	"first_person_base_pose": "animation.player.first_person.base_pose",
	"first_person_empty_hand": "animation.player.first_person.empty_hand",
	"first_person_swap_item": "animation.player.first_person.swap_item",
	"first_person_attack_controller": "controller.animation.player.first_person_attack",
	"first_person_attack_rotation": "animation.player.first_person.attack_rotation",
	"first_person_vr_attack_rotation": "animation.player.first_person.vr_attack_rotation",
	"first_person_walk": "animation.player.first_person.walk",
	"first_person_map_controller": "controller.animation.player.first_person_map",
	"first_person_map_hold": "animation.player.first_person.map_hold",
	"first_person_map_hold_attack": "animation.player.first_person.map_hold_attack",
	"first_person_map_hold_off_hand": "animation.player.first_person.map_hold_off_hand",
	"first_person_map_hold_main_hand": "animation.player.first_person.map_hold_main_hand",
	"first_person_crossbow_equipped": "animation.player.first_person.crossbow_equipped",
	"third_person_crossbow_equipped": "animation.player.crossbow_equipped",
	"third_person_bow_equipped": "animation.player.bow_equipped",
	"crossbow_hold": "animation.player.crossbow_hold",
	"crossbow_controller": "controller.animation.player.crossbow",
	"shield_block_main_hand": "animation.player.shield_block_main_hand",
	"shield_block_off_hand": "animation.player.shield_block_off_hand",
	"blink": "controller.animation.persona.blink",
	"axe_ferrous": "controller.animation.player_axe_ferrous",
	"axe_ferrous_horizontal_animation": "animation.player.horizontal_attack",
	"axe_ferrous_vertical_animation": "animation.player.vertical_attack",
	"axe_ferrous_first_person_animation": "animation.player.axe.first_person",
	"axe_ferrous_scale": "animation.player.axe.scale",
	"axe_ferrous_horizontal_animation_first_person": "animation.player.horizontal_attack.first_person",
	"axe_ferrous_vertical_animation_first_person": "animation.player.vertical_attack.first_person",
	"axe_ferrous_first_person": "controller.animation.player_axe_ferrous_first_person",
	"axe_ferrous_first_person_attack": "animation.player.axe_attack.first_person",
	"helmet_ferrous_first_person_animation": "animation.player.helmet.first_person",
	"helmet_ferrous": "animation.player.helmet.position",
	"naga_fang_dagger_position": "animation.player.naga_fang_dagger_position",
	"player_ice_crystal": "animation.player_ice_crystal.ice",
	"player_ice_setup": "animation.player_ice_crystal.setup",
	"player_ice_setup_first_person": "animation.player_ice_crystal.first_person",
	"player_talisman_navigation_animation": "animation.player.talisman_navigation",
	"solarbeam_use": "animation.solar_beam_particle.use"
	},
	"scripts": {
	"scale": 0.9375,
	"initialize": [
	"variable.is_holding_right = 0.0;",
	"variable.is_blinking = 0.0;",
	"variable.last_blink_time = 0.0;",
	"variable.hand_bob = 0.0;"
	],
	"pre_animation": [
	"variable.helmet_layer_visible = 1.0;",
	"variable.leg_layer_visible = 1.0;",
	"variable.boot_layer_visible = 1.0;",
	"variable.chest_layer_visible = 1.0;",
	"variable.attack_body_rot_y = Math.sin(360*Math.sqrt(variable.attack_time)) * 5.0;",
	"variable.tcos0 = (math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
	"variable.first_person_rotation_factor = math.sin((1 - variable.attack_time) * 180.0);",
	"variable.hand_bob = query.life_time < 0.01 ? 0.0 : variable.hand_bob + ((query.is_on_ground && query.is_alive ? math.clamp(math.sqrt(math.pow(query.position_delta(0), 2.0) + math.pow(query.position_delta(2), 2.0)), 0.0, 0.1) : 0.0) - variable.hand_bob) * 0.02;",
	"variable.map_angle = math.clamp(1 - variable.player_x_rotation / 45.1, 0.0, 1.0);",
	"variable.item_use_normalized = query.main_hand_item_use_duration / query.main_hand_item_max_duration;"
	],
	"animate": [
	{
	"root": "!query.is_saddled"
	},
	{
	"first_person_empty_hand": "query.is_saddled && variable.is_first_person"
	},
	{
	"helmet_ferrous_first_person_animation": "variable.is_first_person && query.get_equipped_item_name=='helmet_ferrous'"
	},
	{
	"helmet_ferrous": "!variable.is_first_person"
	},
	{
	"naga_fang_dagger_position": "query.get_equipped_item_name=='naga_fang_dagger' && !variable.is_first_person"
	},
	{
	"player_ice_setup_first_person": "variable.is_first_person"
	},
	{
	"player_talisman_navigation_animation": "query.is_chested"
	},
	"player_ice_setup",
	{
	"axe_ferrous": "!query.is_saddled"
	},
	{
	"axe_ferrous_first_person": "!query.is_saddled"
	},
	{
	"axe_ferrous_first_person_animation": "variable.is_first_person && query.get_equipped_item_name=='axe_ferrous_weapon' && !query.is_saddled"
	},
	{
	"axe_ferrous_scale": "!variable.is_first_person && query.get_equipped_Item_name=='axe_ferrous_weapon'"
	},
	{
	"solarbeam_use": "query.is_sheared && query.is_sneaking"
	}
	]
	},
	"render_controllers": [
	{
	"controller.render.player.first_person": "variable.is_first_person"
	},
	{
	"controller.render.player.third_person": "!variable.is_first_person && !variable.map_face_icon"
	},
	{
	"controller.render.player.map": "variable.map_face_icon"
	},
	"controller.render.player_ice_crystal",
	{
	"controller.render.ice_effect": "query.is_saddled && !query.is_tamed && !variable.is_first_person"
	},
	{
	"controller.render.ice_effect_first_person": "query.is_saddled && !query.is_tamed && variable.is_first_person"
	},
	{
	"controller.render.axe_ferrous": "query.get_equipped_item_name=='axe_ferrous_weapon' && !query.is_saddled"
	},
	{
	"controller.render.helmet_ferrous_item": "query.get_equipped_item_name=='helmet_ferrous'"
	},
	{
	"controller.render.player_has_hand_item": "query.get_equipped_item_name('main_hand') == 'player_has_hand_talisman'"
	},
	{
	"controller.render.solar_beam_locator": "query.is_sheared"
	}
	],
	"enable_attachables": true,
	"sound_effects": {
	"hit_land_sound": "mob.ferrous.hit_land",
	"whoosh_sound": "mob.ferrous.whoosh",
	"explode": "random.explode",
	"ice_breath_larger": "mob.frostmaw.ice_breath_larger"
	},
	"particle_effects": {
	"snowcloud": "mow:player_snowcloud",
	"snowflake": "mow:player_snowflake",
	"snowring1": "mow:player_snowring1",
	"snowring2": "mow:player_snowring2",
	"solar_beam1": "mow:solar_beam1",
	"solar_beam2": "mow:solar_beam2",
	"point1": "mow:solar_beam_star",
	"point2": "mow:solar_beam_star",
	"orb": "mow:solar_beam_orb"
	}
	}
	}
	}
	{"format_version": "1.13.0",
		"minecraft:entity": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"description": {
		"identifier": "mow:v2",
		"is_spawnable": true,
		"is_summonable": true,
		"is_experimental": false,
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"animations": {
		"spawn_blocks": "animation.mow.ferrous_spawn_blocks",
		"spawn_blocks2": "animation.mow.ferrous_spawn_blocks2",
		"spawn_blocks_controller": "controller.animation.spawn_blocks_controller",
		"spawn_blocks_controller2": "controller.animation.spawn_blocks_controller2",
		"hit_sound": "controller.animation.hit_sound",
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"no_effects": "controller.animation.ferrous_no_effects",
		"can_look_at_target": "controller.animation.ferrous_can_look_at_target",
		"kill_arrows": "controller.animation.ferrous_kill_arrows",
		"is_attacking": "controller.animation.ferrous_is_attacking",
		"on_death": "controller.animation.ferrous_on_death",
		"health_sensor": "controller.animation.ferrous_health_sensor",
		"vertical_hit": "controller.animation.ferrous_vertical_hit",
		"vertical_hit_damage": "controller.animation.vertical_hit_damage",
		"stomp_hit": "controller.animation.ferrous_stomp_hit",
		"stomp_hit_effect": "controller.animation.ferrous_stomp_hit_effect",
		"vertical_hit2": "controller.animation.ferrous_vertical_hit2",
		"stomp_hit2": "controller.animation.ferrous_stomp_hit2",
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"double_attack": "controller.animation.ferrous_double_attack",
		"vertical_hit3": "controller.animation.ferrous_vertical_hit3",
		"stomp_hit3": "controller.animation.ferrous_stomp_hit3",
		"double_attack2": "controller.animation.ferrous_double_attack2",
		"triple_attack": "controller.animation.ferrous_triple_attack",
		"go_home": "controller.animation.ferrous_go_home"
		},
		"scripts": {
		"animate": [
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"spawn_blocks_controller",
		"spawn_blocks_controller2",
		"hit_sound",
		"can_look_at_target",
		"on_death",
		"kill_arrows",
		"is_attacking",
		"health_sensor",
		"vertical_hit",
		"vertical_hit_damage",
		"stomp_hit",
		"stomp_hit_effect",
		"vertical_hit2",
		"stomp_hit2",
		"double_attack",
		"vertical_hit3",
		"stomp_hit3",
		"double_attack2",
		"triple_attack",
		"go_home",
		"no_effects"
		]
		}
		},
		"component_groups": {
		"minecraft:hit_sound": {
		"minecraft:spell_effects": {
		"add_effects": [
		{
		"effect": "levitation",
		"duration": 0.1,
		"amplifier": 0,
		"visible": false
		}
		]
		}
		},
		"minecraft:death": {
		"minecraft:transformation": {
		"into": "mow:ferrous_death",
		"delay": 0
		}
		},
		"minecraft:can_look_at_target": {
		"minecraft:behavior.look_at_target": {
		"priority": 4,
		"angle_of_view_horizontal": 45,
		"angle_of_view_vertical": 45,
		"probability": 100
		}
		},
		"minecraft:is_attacking": {
		"minecraft:is_sheared": {}
		},
		"minecraft:can_break_shields": {
		"minecraft:spell_effects": {
		"add_effects": [
		{
		"effect": "strength",
		"duration": 0.1,
		"amplifier": 30,
		"visible": false
		}
		]
		}
		},
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:standby": {
		"minecraft:variant": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:target_nearby_sensor": {
		"inside_range": 3,
		"outside_range": 4,
		"on_inside_range": {
		"event": "minecraft:wake_up_event"
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "entity_attack"
		},
		{
		"on_damage": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "projectile"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "fire_tick"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "fire"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "fall"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "lava"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "suffocation"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "drowning"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "block_explosion"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "entity_explosion"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "anvil"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "falling_block"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "magma"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"deals_damage": false,
		"cause": "fireworks"
		},
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false,
		"cause": "fly_into_wall"
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:spell_effects": {
		"add_effects": [
		{
		"effect": "regeneration",
		"duration": 999,
		"amplifier": 4,
		"visible": false
		}
		]
		}
		},
		"minecraft:wake_up": {
		"minecraft:variant": {
		"value": 2
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:timer": {
		"looping": true,
		"time": 2.3,
		"time_down_event": {
		"event": "minecraft:basic_attack_event"
		}
		},
		"minecraft:spell_effects": {
		"remove_effects": [
		"regeneration"
		]
		}
		},
		"minecraft:basic_attack": {
		"minecraft:variant": {
		"value": 0
		},
		"minecraft:skin_id": {
		"value": 0
		},
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 2.64,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": [
		2,
		3
		],
		"time_down_event": {
		"event": "minecraft:next_attack_event",
		"filters": {
		"all_of": [
		{
		"test": "has_target",
		"subject": "self",
		"value": true
		},
		{
		"test": "has_component",
		"subject": "self",
		"operator": "!=",
		"value": "minecraft:is_sheared"
		}
		]
		}
		}
		}
		},
		"minecraft:vertical_hit": {
		"minecraft:variant": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack_event"
		}
		}
		},
		"minecraft:vertical_hit_wait": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:vertical_hit_damage_event"
		}
		},
		"minecraft:skin_id": {
		"value": 0
		}
		},
		"minecraft:vertical_hit_damage": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:is_illager_captain": {},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": true,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:vertical_hit_wait2_event"
		}
		}
		},
		"minecraft:vertical_hit_wait2": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hurt_event",
		"filters": {
		"all_of": [
		{
		"test": "has_damage",
		"subject": "self",
		"operator": "!=",
		"value": "fatal"
		}
		]
		}
		},
		"deals_damage": true
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:spawn_entity": {
		"entities": [
		{
		"num_to_spawn": 1,
		"min_wait_time": 0,
		"max_wait_time": 0,
		"spawn_entity": "mow:ferrous_backwards_damage",
		"single_use": true
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3.5,
		"time_down_event": {
		"event": "minecraft:basic_attack_event"
		}
		}
		},
		"minecraft:hurt": {
		"minecraft:variant": {
		"value": 3
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"time": 2,
		"looping": true,
		"time_down_event": {
		"event": "minecraft:basic_attack_event"
		}
		}
		},
		"minecraft:stomp_hit": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack_event"
		}
		}
		},
		"minecraft:stomp_hit_wait": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.7,
		"time_down_event": {
		"event": "minecraft:stomp_hit_damage_event"
		}
		}
		},
		"minecraft:stomp_hit_damage": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 3,
		"range_max": 6
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:stomp_hit_wait2_event"
		}
		}
		},
		"minecraft:stomp_hit_wait2": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 0
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.6,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack_event"
		}
		}
		},
		"minecraft:basic_attack2": {
		"minecraft:variant": {
		"value": 0
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 2.64,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": [
		2,
		3
		],
		"time_down_event": {
		"event": "minecraft:next_attack2_event",
		"filters": {
		"all_of": [
		{
		"test": "has_target",
		"subject": "self",
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"value": true
		},
		{
		"test": "has_component",
		"subject": "self",
		"operator": "!=",
		"value": "minecraft:is_sheared"
		}
		]
		}
		}
		}
		},
		"minecraft:vertical_hit2": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack2_event"
		}
		}
		},
		"minecraft:vertical_hit2_wait": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:vertical_hit2_damage_event"
		}
		}
		},
		"minecraft:vertical_hit2_damage": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:is_illager_captain": {},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": true,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:vertical_hit2_wait2_event"
		}
		}
		},
		"minecraft:vertical_hit2_wait2": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hurt2_event",
		"filters": {
		"all_of": [
		{
		"test": "has_damage",
		"subject": "self",
		"operator": "!=",
		"value": "fatal"
		}
		]
		}
		},
		"deals_damage": true
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:spawn_entity": {
		"entities": [
		{
		"num_to_spawn": 1,
		"min_wait_time": 0,
		"max_wait_time": 0,
		"spawn_entity": "mow:ferrous_backwards_damage",
		"single_use": true
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3.5,
		"time_down_event": {
		"event": "minecraft:basic_attack2_event"
		}
		}
		},
		"minecraft:hurt2": {
		"minecraft:variant": {
		"value": 3
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"time": 2,
		"looping": true,
		"time_down_event": {
		"event": "minecraft:basic_attack2_event"
		}
		}
		},
		"minecraft:stomp_hit2": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack2_event"
		}
		}
		},
		"minecraft:stomp_hit2_wait": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.7,
		"time_down_event": {
		"event": "minecraft:stomp_hit2_damage_event"
		}
		}
		},
		"minecraft:stomp_hit2_damage": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 3,
		"range_max": 6
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:stomp_hit2_wait2_event"
		}
		}
		},
		"minecraft:stomp_hit2_wait2": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.6,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack2_event"
		}
		}
		},
		"minecraft:double_attack": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack2_event"
		}
		}
		},
		"minecraft:double_attack_wait": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:double_attack_damage_event"
		}
		}
		},
		"minecraft:double_attack_damage": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:is_saddled": {},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:double_attack_wait2_event"
		}
		}
		},
		"minecraft:double_attack_wait2": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:is_saddled": {},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.8,
		"time_down_event": {
		"event": "minecraft:double_attack_damage2_event"
		}
		}
		},
		"minecraft:double_attack_damage2": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:is_saddled": {},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:double_attack_wait3_event"
		}
		}
		},
		"minecraft:double_attack_wait3": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 1
		},
		"minecraft:is_saddled": {},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack2_event"
		}
		}
		},
		"minecraft:basic_attack3": {
		"minecraft:variant": {
		"value": 0
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 2.64,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": [
		2,
		3
		],
		"time_down_event": {
		"event": "minecraft:next_attack3_event",
		"filters": {
		"all_of": [
		{
		"test": "has_target",
		"subject": "self",
		"value": true
		},
		{
		"test": "has_component",
		"subject": "self",
		"operator": "!=",
		"value": "minecraft:is_sheared"
		}
		]
		}
		}
		}
		},
		"minecraft:vertical_hit3": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:vertical_hit3_wait": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:vertical_hit3_damage_event"
		}
		}
		},
		"minecraft:vertical_hit3_damage": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:is_illager_captain": {},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": true,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:vertical_hit3_wait2_event"
		}
		}
		},
		"minecraft:vertical_hit3_wait2": {
		"minecraft:variant": {
		"value": 4
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hurt3_event",
		"filters": {
		"all_of": [
		{
		"test": "has_damage",
		"subject": "self",
		"operator": "!=",
		"value": "fatal"
		}
		]
		}
		},
		"deals_damage": true
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:spawn_entity": {
		"entities": [
		{
		"num_to_spawn": 1,
		"min_wait_time": 0,
		"max_wait_time": 0,
		"spawn_entity": "mow:ferrous_backwards_damage",
		"single_use": true
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3.5,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:hurt3": {
		"minecraft:variant": {
		"value": 3
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"time": 2,
		"looping": true,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:stomp_hit3": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": true,
		"track_target": true
		},
		"minecraft:attack": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"damage": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:stomp_hit3_wait": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.7,
		"time_down_event": {
		"event": "minecraft:stomp_hit3_damage_event"
		}
		}
		},
		"minecraft:stomp_hit3_damage": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 5,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 3,
		"range_max": 6
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:stomp_hit3_wait2_event"
		}
		}
		},
		"minecraft:stomp_hit3_wait2": {
		"minecraft:variant": {
		"value": 6
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		}
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.6,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack3_event"
		}
		}
		},
		"minecraft:double_attack2": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:double_attack2_wait": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:double_attack2_damage_event"
		}
		}
		},
		"minecraft:double_attack2_damage": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:double_attack2_wait2_event"
		}
		}
		},
		"minecraft:double_attack2_wait2": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.8,
		"time_down_event": {
		"event": "minecraft:double_attack2_damage2_event"
		}
		}
		},
		"minecraft:double_attack2_damage2": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:double_attack2_wait3_event"
		}
		}
		},
		"minecraft:double_attack2_wait3": {
		"minecraft:variant": {
		"value": 5
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack3_event"
		}
		}
		},
		"minecraft:triple_attack": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 4,
		"speed_multiplier": 0.4,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 3,
		"time_down_event": {
		"event": "minecraft:basic_attack3_event"
		}
		}
		},
		"minecraft:triple_attack_wait": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:triple_attack_damage_event"
		}
		}
		},
		"minecraft:triple_attack_damage": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 3,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:triple_attack_wait2_event"
		}
		}
		},
		"minecraft:triple_attack_wait2": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.8,
		"time_down_event": {
		"event": "minecraft:triple_attack_damage2_event"
		}
		}
		},
		"minecraft:triple_attack_damage2": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.delayed_attack": {
		"priority": 1,
		"attack_duration": 0.1,
		"speed_multiplier": 0,
		"reach_multiplier": 4,
		"require_complete_path": false,
		"track_target": true,
		"attack_once": true
		},
		"minecraft:attack": {
		"damage": {
		"range_min": 55,
		"range_max": 60
		}
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:triple_attack_wait3_event"
		}
		}
		},
		"minecraft:triple_attack_wait3": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1.5,
		"time_down_event": {
		"event": "minecraft:triple_attack_damage3_event"
		}
		}
		},
		"minecraft:triple_attack_damage3": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 0.1,
		"time_down_event": {
		"event": "minecraft:triple_attack_wait4_event"
		}
		},
		"minecraft:area_attack": {
		"damage_range": 4,
		"damage_per_tick": 55,
		"entity_filter": {
		"all_of": [
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "ferrous"
		},
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "despawn"
		}
		]
		}
		}
		},
		"minecraft:triple_attack_wait4": {
		"minecraft:variant": {
		"value": 7
		},
		"minecraft:is_saddled": {},
		"minecraft:skin_id": {
		"value": 2
		},
		"minecraft:behavior.melee_attack": {
		"priority": 1,
		"reach_multiplier": 0,
		"require_complete_path": true,
		"speed_multiplier": 0
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 2,
		"time_down_event": {
		"event": "minecraft:back_to_normal_attack3_event"
		}
		}
		},
		"minecraft:go_home": {
		"minecraft:behavior.go_home": {
		"priority": 0,
		"speed_multiplier": 0.4,
		"goal_radius": 1,
		"on_home": {
		"event": "minecraft:go_to_sleep_event"
		},
		"on_failed": {
		"event": "minecraft:go_to_sleep_event"
		}
		},
		"minecraft:behavior.random_stroll": {
		"priority": 5,
		"speed_multiplier": 0.4
		}
		},
		"minecraft:go_to_sleep": {
		"minecraft:variant": {
		"value": 8
		},
		"minecraft:damage_sensor": {
		"triggers": [
		{
		"on_damage": {
		"event": "minecraft:hit_sound_event"
		},
		"deals_damage": false
		},
		{
		"on_damage": {
		"filters": {
		"with_damage_fatal": true
		},
		"event": "minecraft:death_event"
		},
		"deals_damage": false
		}
		]
		},
		"minecraft:timer": {
		"looping": true,
		"time": 1,
		"time_down_event": {
		"event": "minecraft:standby_event"
		}
		}
		}
		},
		"components": {
		"minecraft:type_family": {
		"family": [
		"monster",
		"ferrous"
		]
		},
		"minecraft:collision_box": {
		"width": 1.5,
		"height": 3.5
		},
		"minecraft:scale": {
		"value": 1
		},
		"minecraft:health": {
		"value": 45,
		"max": 45
		},
		"minecraft:physics": {},
		"minecraft:pushable": {
		"is_pushable": false,
		"is_pushable_by_piston": true
		},
		"minecraft:knockback_resistance": {
		"value": 100
		},
		"minecraft:movement": {
		"value": 0.4
		},
		"minecraft:underwater_movement": {
		"value": 0.08
		},
		"minecraft:lava_movement": {
		"value": 0.08
		},
		"minecraft:movement.basic": {},
		"minecraft:jump.static": {},
		"minecraft:navigation.walk": {
		"is_amphibious": true,
		"avoid_portals": true,
		"avoid_powder_snow": true,
		"avoid_water": true,
		"avoid_damage_blocks": true,
		"can_sink": false
		},
		"minecraft:boss": {
		"hud_range": 30,
		"name": "Ferrous Wroughtnaut"
		},
		"minecraft:behavior.hurt_by_target": {
		"priority": 2,
		"entity_types": [
		{
		"filters": {
		"all_of": [
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "ferrous"
		},
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "despawn"
		}
		]
		}
		}
		]
		},
		"minecraft:behavior.nearest_attackable_target": {
		"priority": 2,
		"reselect_targets": true,
		"entity_types": [
		{
		"max_dist": 30,
		"filters": {
		"all_of": [
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "ferrous"
		},
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "despawn"
		},
		{
		"test": "is_family",
		"subject": "other",
		"operator": "!=",
		"value": "item"
		}
		]
		}
		}
		]
		},
		"minecraft:follow_range": {
		"value": 30,
		"max": 30
		},
		"minecraft:home": {},
		"minecraft:environment_sensor": {
		"triggers": [
		{
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"filters": {
		"all_of": [
		{
		"test": "is_sneaking",
		"subject": "target",
		"value": true
		},
		{
		"test": "has_equipment",
		"subject": "target",
		"domain": "hand",
		"value": "minecraft:shield"
		}
		]
		},
		"event": "minecraft:can_break_shields_event"
		}
		]
		}
		},
		"events": {
		"minecraft:entity_spawned": {
		"add": {
		"component_groups": [
		"minecraft:standby"
		]
		}
		},
		"minecraft:entity_born": {
		"add": {
		"component_groups": [
		"minecraft:standby"
		]
		}
		},
		"minecraft:entity_transformed": {
		"add": {
		"component_groups": [
		"minecraft:standby"
		]
		}
		},
		"minecraft:hit_sound_event": {
		"sequence": [
		{
		"filters": {
		"all_of": [
		{
		"test": "has_mob_effect",
		"subject": "self",
		"operator": "!=",
		"value": "regeneration"
		}
		]
		},
		"add": {
		"component_groups": [
		"minecraft:hit_sound"
		]
		}
		}
		]
		},
		"minecraft:can_look_at_target_event": {
		"add": {
		"component_groups": [
		"minecraft:can_look_at_target"
		]
		}
		},
		"minecraft:stop_can_look_at_target_event": {
		"remove": {
		"component_groups": [
		"minecraft:can_look_at_target"
		]
		}
		},
		"minecraft:death_event": {
		"add": {
		"component_groups": [
		"minecraft:death"
		]
		}
		},
		"minecraft:can_break_shields_event": {
		"add": {
		"component_groups": [
		"minecraft:can_break_shields"
		]
		}
		},
		"minecraft:cant_break_shields_event": {
		"remove": {
		"component_groups": [
		"minecraft:can_break_shields"
		]
		}
		},
		"minecraft:standby_event": {
		"add": {
		"component_groups": [
		"minecraft:standby"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:go_to_sleep"
		]
		}
		},
		"minecraft:wake_up_event": {
		"add": {
		"component_groups": [
		"minecraft:wake_up"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:standby"
		]
		}
		},
		"minecraft:basic_attack_event": {
		"add": {
		"component_groups": [
		"minecraft:basic_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:wake_up",
		"minecraft:vertical_hit",
		"minecraft:hurt",
		"minecraft:vertical_hit_wait2",
		"minecraft:stomp_hit",
		"minecraft:hurt2",
		"minecraft:basic_attack2"
		]
		}
		},
		"minecraft:next_attack_event": {
		"randomize": [
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack"
		]
		}
		},
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack"
		]
		}
		}
		]
		},
		"minecraft:back_to_normal_attack_event": {
		"randomize": [
		{
		"weight": 2,
		"add": {
		"component_groups": [
		"minecraft:basic_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit_wait2"
		]
		}
		},
		{
		"weight": 1,
		"randomize": [
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit_wait2"
		]
		}
		},
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit_wait2"
		]
		}
		}
		]
		}
		]
		},
		"minecraft:vertical_hit_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit"
		]
		}
		},
		"minecraft:vertical_hit_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit_wait"
		]
		}
		},
		"minecraft:vertical_hit_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit_damage"
		]
		}
		},
		"minecraft:hurt_event": {
		"add": {
		"component_groups": [
		"minecraft:hurt"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit_wait2"
		]
		}
		},
		"minecraft:stomp_hit_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit"
		]
		}
		},
		"minecraft:stomp_hit_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit_wait"
		]
		},
		"run_command": {
		"command": [
		"camerashake add @s[r=30] 0.2 0.2 rotational"
		]
		}
		},
		"minecraft:stomp_hit_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit_damage"
		]
		}
		},
		"minecraft:is_attacking_event": {
		"add": {
		"component_groups": [
		"minecraft:is_attacking"
		]
		}
		},
		"minecraft:stop_is_attacking_event": {
		"remove": {
		"component_groups": [
		"minecraft:is_attacking"
		]
		}
		},
		"minecraft:basic_attack2_event": {
		"add": {
		"component_groups": [
		"minecraft:basic_attack2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack",
		"minecraft:vertical_hit2",
		"minecraft:stomp_hit2",
		"minecraft:vertical_hit2_wait2",
		"minecraft:double_attack",
		"minecraft:basic_attack3"
		]
		}
		},
		"minecraft:next_attack2_event": {
		"randomize": [
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack2"
		]
		}
		},
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack2"
		]
		}
		},
		{
		"weight": 1.3,
		"add": {
		"component_groups": [
		"minecraft:double_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack2"
		]
		}
		}
		]
		},
		"minecraft:back_to_normal_attack2_event": {
		"randomize": [
		{
		"weight": 2,
		"add": {
		"component_groups": [
		"minecraft:basic_attack2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2_wait2",
		"minecraft:double_attack_wait3"
		]
		}
		},
		{
		"weight": 1,
		"randomize": [
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit2"
		]
		},
		"remove": {
		"component_groups": [
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:stomp_hit2_wait2",
		"minecraft:double_attack_wait3"
		]
		}
		},
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2_wait2",
		"minecraft:double_attack_wait3"
		]
		}
		},
		{
		"weight": 1.3,
		"add": {
		"component_groups": [
		"minecraft:double_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2_wait",
		"minecraft:double_attack_wait3"
		]
		}
		}
		]
		}
		]
		},
		"minecraft:vertical_hit2_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit2_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit2"
		]
		}
		},
		"minecraft:vertical_hit2_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit2_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit2_wait"
		]
		}
		},
		"minecraft:vertical_hit2_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit2_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit2_damage"
		]
		}
		},
		"minecraft:hurt2_event": {
		"add": {
		"component_groups": [
		"minecraft:hurt2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit2_wait2"
		]
		}
		},
		"minecraft:stomp_hit2_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit2_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2"
		]
		}
		},
		"minecraft:stomp_hit2_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit2_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2_wait"
		]
		},
		"run_command": {
		"command": [
		"camerashake add @s[r=30] 0.2 0.2 rotational"
		]
		}
		},
		"minecraft:stomp_hit2_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit2_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit2_damage"
		]
		}
		},
		"minecraft:double_attack_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack"
		]
		}
		},
		"minecraft:double_attack_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack_wait"
		]
		}
		},
		"minecraft:double_attack_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack_damage"
		]
		}
		},
		"minecraft:double_attack_damage2_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack_damage2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack_wait2"
		]
		}
		},
		"minecraft:double_attack_wait3_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack_wait3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack_damage2"
		]
		}
		},
		"minecraft:basic_attack3_event": {
		"add": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack2",
		"minecraft:vertical_hit3",
		"minecraft:vertical_hit3_wait2",
		"minecraft:hurt3",
		"minecraft:stomp_hit3",
		"minecraft:double_attack2",
		"minecraft:triple_attack"
		]
		}
		},
		"minecraft:next_attack3_event": {
		"randomize": [
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		}
		},
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		}
		},
		{
		"weight": 1.3,
		"add": {
		"component_groups": [
		"minecraft:double_attack2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		}
		},
		{
		"weight": 1.1,
		"add": {
		"component_groups": [
		"minecraft:triple_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		}
		}
		]
		},
		"minecraft:back_to_normal_attack3_event": {
		"randomize": [
		{
		"weight": 2,
		"add": {
		"component_groups": [
		"minecraft:basic_attack3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack_wait4"
		]
		}
		},
		{
		"weight": 1,
		"randomize": [
		{
		"weight": 1.5,
		"add": {
		"component_groups": [
		"minecraft:vertical_hit3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack_wait4"
		]
		}
		},
		{
		"weight": 1,
		"add": {
		"component_groups": [
		"minecraft:stomp_hit3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack_wait4"
		]
		}
		},
		{
		"weight": 1.3,
		"add": {
		"component_groups": [
		"minecraft:double_attack2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack_wait4"
		]
		}
		},
		{
		"weight": 1.1,
		"add": {
		"component_groups": [
		"minecraft:triple_attack"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack_wait4"
		]
		}
		}
		]
		}
		]
		},
		"minecraft:vertical_hit3_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit3_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit3"
		]
		}
		},
		"minecraft:vertical_hit3_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit3_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit3_wait"
		]
		}
		},
		"minecraft:vertical_hit3_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:vertical_hit3_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:vertical_hit3_damage"
		]
		}
		},
		"minecraft:hurt3_event": {
		"add": {
		"component_groups": [
		"minecraft:hurt3"
		]
		},
		"remove": {
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"component_groups": [
		"minecraft:vertical_hit3_wait2"
		]
		}
		},
		"minecraft:stomp_hit3_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit3_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3"
		]
		}
		},
		"minecraft:stomp_hit3_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit3_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_wait"
		]
		},
		"run_command": {
		"command": [
		"camerashake add @s[r=30] 0.2 0.2 rotational"
		]
		}
		},
		"minecraft:stomp_hit3_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:stomp_hit3_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:stomp_hit3_damage"
		]
		}
		},
		"minecraft:double_attack2_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack2_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack2"
		]
		}
		},
		"minecraft:double_attack2_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack2_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack2_wait"
		]
		}
		},
		"minecraft:double_attack2_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack2_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack2_damage"
		]
		}
		},
		"minecraft:double_attack2_damage2_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack2_damage2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack2_wait2"
		]
		}
		},
		"minecraft:double_attack2_wait3_event": {
		"add": {
		"component_groups": [
		"minecraft:double_attack2_wait3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:double_attack2_damage2"
		]
		}
		},
		"minecraft:triple_attack_wait_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_wait"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack"
		]
		}
		},
		"minecraft:triple_attack_damage_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_damage"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_wait"
		]
		}
		},
		"minecraft:triple_attack_wait2_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_wait2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_damage"
		]
		}
		},
		"minecraft:triple_attack_damage2_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_damage2"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_wait2"
		]
		}
		},
		"minecraft:triple_attack_wait3_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_wait3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_damage2"
		]
		}
		},
		"minecraft:triple_attack_damage3_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_damage3"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_wait3"
		]
		}
		},
		"minecraft:triple_attack_wait4_event": {
		"add": {
		"component_groups": [
		"minecraft:triple_attack_wait4"
		]
		},
		"remove": {
		"component_groups": [
		"minecraft:triple_attack_damage3"
		]
		}
		},
		"minecraft:go_home_event": {
		"add": {
		"component_groups": [
		"minecraft:go_home"
		]
		}
		},
		"minecraft:stop_go_home_event": {
		"remove": {
		"component_groups": [
		"minecraft:go_home"
		]
		}
		},
		"minecraft:go_to_sleep_event": {
		"add": {
		"component_groups": [
		"minecraft:go_to_sleep"
		]
		},
		"remove": {
		"component_groups": [
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\
		"minecraft:go_home",
		"minecraft:basic_attack",
		"minecraft:vertical_hit",
		"minecraft:vertical_hit_wait",
		"minecraft:vertical_hit_damage",
		"minecraft:vertical_hit_wait2",
		"minecraft:hurt",
		"minecraft:stomp_hit",
		"minecraft:stomp_hit_wait",
		"minecraft:stomp_hit_damage",
		"minecraft:stomp_hit_wait2",
		"minecraft:basic_attack2",
		"minecraft:vertical_hit2",
		"minecraft:vertical_hit2_wait",
		"minecraft:vertical_hit2_damage",
		"minecraft:vertical_hit2_wait2",
		"minecraft:hurt2",
		"minecraft:stomp_hit2",
		"minecraft:stomp_hit2_wait",
		"minecraft:stomp_hit2_damage",
		"minecraft:stomp_hit2_wait2",
		"minecraft:double_attack",
		"minecraft:double_attack_wait",
		"minecraft:double_attack_damage",
		"minecraft:double_attack_wait2",
		"minecraft:double_attack_damage2",
		"minecraft:double_attack_wait3",
		"minecraft:basic_attack3",
		"minecraft:vertical_hit3",
		"minecraft:vertical_hit3_wait",
		"minecraft:vertical_hit3_damage",
		"minecraft:vertical_hit3_wait2",
		"minecraft:hurt3",
		"minecraft:stomp_hit3",
		"minecraft:stomp_hit3_wait",
		"minecraft:stomp_hit3_damage",
		"minecraft:stomp_hit3_wait2",
		"minecraft:double_attack2",
		"minecraft:double_attack2_wait",
		"minecraft:double_attack2_damage",
		"minecraft:double_attack2_wait2",
		"minecraft:double_attack2_damage2",
		"minecraft:double_attack2_wait3",
		"minecraft:triple_attack",
		"minecraft:triple_attack_wait",
		"minecraft:triple_attack_damage",
		"minecraft:triple_attack_wait2",
		"minecraft:triple_attack_damage2",
		"minecraft:triple_attack_wait3",
		"minecraft:triple_attack_damage3",
		"minecraft:triple_attack_wait4"
		\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\\\"": \\\\""?\]}}}}}
		{"code by Gabriel Cape DO NOT STEAL AND READ LICENCE.txt"}
		//Code by Gabriel Cape DO NOT STEAL AND READ LICENCE.TXT



© 2021 Quttera Ltd. All rights reserved.