{
	"format_version": "1.10.0",
	"particle_effect": {
		"description": {
			"identifier": "bd:tau_am",
			"basic_render_parameters": {
				"material": "particles_alpha",
				"texture": "textures/particle/particles"
			}
		},
		"components": {
			"minecraft:emitter_rate_instant": {
				"num_particles": 1
			},
			"minecraft:emitter_lifetime_once": {
				"active_time": 1
			},
			"minecraft:emitter_shape_point": {
				"direction": ["Math.random(-0.1, 0.1)", "Math.random(0.1, 1.0)", "Math.random(-0.1, 0.1)"]
			},
			"minecraft:particle_lifetime_expression": {
				"max_lifetime": "Math.random(0.5, 2.0)"
			},
			"minecraft:particle_initial_speed": "Math.random(5.0, 10.0)",
			"minecraft:particle_motion_dynamic": {
				"linear_acceleration": ["(variable.particle_random_1 * 5.0 - 2.5)", -15, "(variable.particle_random_2 * 5.0 - 2.5)"]
			},
			"minecraft:particle_appearance_billboard": {
				"size": ["(variable.particle_random_3 * 0.15 + 0.025) * (1 - Math.pow((variable.particle_age + query.frame_alpha) / variable.particle_lifetime, 2))", "(variable.particle_random_3 * 0.15 + 0.025) * (1 - Math.pow((variable.particle_age + query.frame_alpha) / variable.particle_lifetime, 2))"],
				"facing_camera_mode": "lookat_xyz",
				"uv": {
					"texture_width": 128,
					"texture_height": 128,
					"uv": [10, 26],
					"uv_size": [4, 4]
				}
			},
			"minecraft:particle_appearance_lighting": {},
			"minecraft:particle_appearance_tinting": {
				"color": [0.8902, 0.16863, 0.93725, 1]
			}
		}
	}
}