{
  "format_version": "1.26.10",
  "particle_effect": {
    "description": {
      "identifier": "minecraft:dragon_breath_fire",
      "basic_render_parameters": {
        "material": "particles_blend",
        "texture": "textures/particle/particles"
      }
    },
    "components": {
      "minecraft:emitter_lifetime_once": {},
      "minecraft:emitter_rate_instant": {
        "num_particles": 1
      },
      "minecraft:emitter_shape_point": {
        "direction": [
          {
            "expression": "variable.actor.direction_x",
            "version": 0
          },
          {
            "expression": "variable.actor.direction_y",
            "version": 0
          },
          {
            "expression": "variable.actor.direction_z",
            "version": 0
          }
        ]
      },
      "minecraft:particle_appearance_billboard": {
        "size": [
          0.125,
          0.125
        ],
        "facing_camera_mode": "rotate_xyz",
        "direction": {
          "mode": "derive_from_velocity",
          "custom_direction": [
            0,
            0,
            0
          ],
          "min_speed_threshold": 0.1
        },
        "uv": {
          "texture_width": 128,
          "texture_height": 128,
          "uv": [
            0,
            0
          ],
          "uv_size": [
            1,
            1
          ],
          "flipbook": {
            "base_UV": [
              40,
              0
            ],
            "size_UV": [
              8,
              8
            ],
            "step_UV": [
              8,
              0
            ],
            "frames_per_second": 3,
            "max_frame": 3,
            "stretch_to_lifetime": true
          }
        }
      },
      "minecraft:particle_appearance_lighting": {},
      "minecraft:particle_appearance_tinting": {
        "color": {
          "gradient": {
            "0.000000": [
              {
                "expression": "Math.random(0.7176, 0.8745)",
                "version": 0
              },
              0,
              {
                "expression": "Math.random(0.8235, 0.9765)",
                "version": 0
              },
              1
            ]
          },
          "interpolant": 0
        }
      },
      "minecraft:particle_initial_speed": {
        "expression": "variable.actor.speed * 20",
        "version": 0
      },
      "minecraft:particle_lifetime_expression": {
        "max_lifetime": {
          "expression": "Math.random(2.0, 3.0)",
          "version": 0
        }
      },
      "minecraft:particle_motion_collision": {
        "collision_drag": 7.5,
        "collision_radius": 0.5,
        "events": []
      },
      "minecraft:particle_motion_dynamic": {
        "linear_acceleration": [
          {
            "expression": "variable.particle_age < 0.5 ? 0.0 : Math.random(-0.05, 0.05)",
            "version": 0
          },
          {
            "expression": "variable.particle_age < 0.5 ? -9.8 : 1.0",
            "version": 0
          },
          {
            "expression": "variable.particle_age < 0.5 ? 0.0 : Math.random(-0.05, 0.05)",
            "version": 0
          }
        ]
      }
    }
  }
}