Waterz.particle. Open it up and look for the words "Watersplash"
This is what's inside:
particle_system WaterSplash
{
material WaterSplash
particle_width 0.7
particle_height 0.7
cull_each false
quota 2100
emitter Ring
{
angle 35
emission_rate 700
time_to_live 2
direction 0 1 0
velocity_min 50
velocity_max 60
colour_range_start 1 1 1
colour_range_end 0.9 0.95 1
width 4
height 4
depth 0.5
inner_width 3
inner_height 3
}
affector LinearForce
{
force_vector 0 -150 0
force_application add
}
affector ColourFader
{
red -0.7
green -0.7
blue -0.7
}
}
particle_system WaterRipple
{
material WaterRipple
particle_width 10
particle_height 10
cull_each false
quota 10000
billboard_type perpendicular_common
common_direction 0 1 0
common_up_vector 0 0 1
emitter Box
{
emission_rate 5
time_to_live 4
direction 0 0 0
velocity 0
colour_range_start 0.3 0.3 0.3 0.0
colour_range_end 0.4 0.4 0.3 0.0
width 2
height 2
depth 1
}
affector Scaler
{
rate 20
}
affector ColourFader2
{
red1 +0.3333
green1 +0.3333
blue1 +0.3333
red1 -0.2
green1 -0.2
blue1 -0.2
state_change 2
}
}
particle_system bubbles
{
quota 1000
material bubble
particle_width 2
particle_height 2
cull_each true
sorted true
local_space false
iteration_interval 0
nonvisible_update_timeout 0
billboard_rotation_type vertex
common_direction 0 1 0
common_up_vector 0 1 0
point_rendering false
accurate_facing false
emitter Box
{
angle 0
colour 1 1 1 1
colour_range_start 1 1 1 1
colour_range_end 1 1 1 1
direction 0 1 0
emission_rate 3
position 0 0 0
velocity 1
velocity_min 1
velocity_max 2
time_to_live 3
time_to_live_min 2
time_to_live_max 4
duration 0
duration_min 0
duration_max 0
repeat_delay 0
repeat_delay_min 0
repeat_delay_max 0
width 20
height 20
depth 0.5
inner_width 1
inner_height 1
}
affector LinearForce
{
force_vector 0 1 0
force_application add
}
affector Rotator
{
rotation_speed_range_start 0
rotation_speed_range_end 50
rotation_range_start 0
rotation_range_end 360
}
affector Scaler
{
rate 0.5
}
}
Not quite sure what to do, don't wanna break any new toys on accident. I assume something needs deleted, but I'm not seeing a duplicated line that makes it easy.