Files
Quake_4_Alpha/q4xbase/effects/monsters/valkaryne/grenade_mflash.fx
T
2026-08-06 14:45:27 -07:00

123 lines
1.6 KiB
HLSL

effect effects/monsters/valkaryne/grenade_mflash
{
size 162
emitter "segment01222"
{
duration 1,1
count 7,7
sprite
{
duration 0.5,0.8
blend add
material "gfx/effects/smoke/blacksmokepuff"
start
{
velocity { box 10,-20,-20,80,20,20 }
size { point 10,10 }
rotate { point 0.2 }
}
motion
{
size { envelope linear }
fade { envelope linear }
rotate { envelope linear }
}
end
{
size { point 60,60 }
}
}
}
spawner "segment022"
{
count 30,30
locked
line
{
duration 0.25,0.5
blend add
material "gfx/effects/particles_shapes/specs"
start
{
size { box 6,8 }
tint { point 0,0.501961,1 }
fade { point 0.5 }
length { box 25,-25,-25,50,25,25 }
}
motion
{
size { envelope linear }
tint { envelope linear }
fade { envelope linear }
length { envelope linear }
}
end
{
size { point 12 }
length { box 0,-100,-100,0,100,100 }
}
}
}
light "segment052"
{
locked
light
{
duration 0.06,0.06
material "lights/defaultPointLight"
start
{
position { point 5,0,0 }
size { point 80,80,80 }
tint { line 0,0.501961,1,1,1,1 }
}
}
}
spawner "segment0122"
{
count 12,12
sprite
{
duration 0.5,0.8
blend add
material "gfx/effects/fire/embers"
start
{
velocity { box 50,-20,-20,125,20,20 }
size { point 10,10 }
rotate { box 0,1 }
}
motion
{
size { envelope random }
fade { envelope linear }
rotate { envelope linear }
}
end
{
size { point 15,15 }
rotate { box -0.333333,0.333333 relative }
}
}
}
}