{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:evoker_spell",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/particles"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_looping": {
        "active_time": 10
      },
      "minecraft:emitter_rate_steady": {
        "spawn_rate": 20,
        "max_particles": 50
      },
      "minecraft:emitter_shape_point": {
        "direction": [
          {
            "expression": "-0.5 + Math.Random(0, 1) + (Math.Random(0, 2) - 1) * 0.4",
            "version": 0
          },
          {
            "expression": "(1 + (Math.Random(0, 2) - 1) * 0.4) * 0.5",
            "version": 0
          },
          {
            "expression": "-0.5 + Math.Random(0, 1) + (Math.Random(0, 2) - 1) * 0.4",
            "version": 0
          }
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          0.15,
          0.15
        ],
        "facing_camera_mode": "lookat_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 16,
          "texture_height": 16,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              7,
              8
            ],
            "step_UV": [
              -1,
              0
            ],
            "frames_per_second": 8,
            "max_frame": 8,
            "stretch_to_lifetime": true
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "query.spellcolor.r",
                "version": 0
              },
              {
                "expression": "query.spellcolor.g",
                "version": 0
              },
              {
                "expression": "query.spellcolor.b",
                "version": 0
              },
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": {
        "expression": "(Math.Random(0, 1) + Math.Random(0, 1) + 1) * 0.6",
        "version": 0
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "Math.Random(0.4, 2.0)",
          "version": 0
        }
      },
      "minecraft:particle_motion_collision": {
        "collision_radius": 0.2,
        "events": []
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          0,
          0.1,
          0
        ]
      }
    }
  }
}