{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:sculk_soul_particle",
      "basic_render_parameters": {
        "material": "particles_alpha",
        "texture": "textures/particle/sculk_soul"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {
        "active_time": 0.15
      },
      "minecraft:emitter_rate_instant": {
        "num_particles": 2
      },
      "minecraft:emitter_shape_point": {
        "direction": [
          {
            "expression": "variable.direction.x",
            "version": 6
          },
          {
            "expression": "variable.direction.y",
            "version": 6
          },
          {
            "expression": "variable.direction.z",
            "version": 6
          }
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          {
            "expression": "(0.1 + variable.particle_random_1*0.1) + (0.2 * variable.particle_age)",
            "version": 6
          },
          {
            "expression": "(0.1 + variable.particle_random_1*0.1) + (0.2 * variable.particle_age)",
            "version": 6
          }
        ],
        "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": 176,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              0,
              0
            ],
            "size_UV": [
              16,
              16
            ],
            "step_UV": [
              0,
              16
            ],
            "frames_per_second": 11,
            "max_frame": 11,
            "stretch_to_lifetime": true
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              1,
              1,
              1,
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": 0,
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "((8 / (Math.random(0.0, 0.8) + 0.2)) + 4) / 20.0",
          "version": 6
        }
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          0,
          0.4,
          0
        ]
      }
    }
  }
}