{
	"format_version": "1.10.0",
	"particle_effect": {
		"description": {
			"identifier": "sc:stripesbigblue",
			"basic_render_parameters": {
				"material": "particles_alpha",
				"texture": "textures/particle/scstripesbigflipbook"
			}
		},
		"components": {
			"minecraft:emitter_rate_steady": {
				"spawn_rate": 150,
				"max_particles": 150
			},
			"minecraft:emitter_lifetime_once": {
				"active_time": 1
			},
			"minecraft:emitter_shape_box": {
				"offset": ["math.random(-0.75,0.75)", "math.random(-15,15)", "math.random(-0.75,0.75)"],
				"half_dimensions": [0, "math.random(-1,1)", 0],
				"direction": "inwards"
			},
			"minecraft:particle_lifetime_expression": {
				"max_lifetime": 0.75
			},
			"minecraft:particle_initial_speed": "math.random(90,120)",
			"minecraft:particle_motion_dynamic": {
				"linear_drag_coefficient": -1
			},
			"minecraft:particle_appearance_billboard": {
				"size": ["(variable.particle_age/-0.75)+1", 3],
				"facing_camera_mode": "rotate_y",
				"uv": {
					"texture_width": 24,
					"texture_height": 16,
					"flipbook": {
						"base_UV": [0, 0],
						"size_UV": [6, 16],
						"step_UV": [6, 0],
						"frames_per_second": 24,
						"max_frame": 3,
						"loop": true
					}
				}
			},
			"minecraft:particle_appearance_tinting": {
				"color": {
					"interpolant": "variable.particle_age*3",
					"gradient": {
						"0.0": "#0000FF",
						"1.0": "#2E2EFF"
					}
				}
			}
		}
	}
}