mirror of
https://github.com/jmarshall23/Quake_4_Alpha.git
synced 2026-08-17 19:23:50 +02:00
38 lines
412 B
HLSL
38 lines
412 B
HLSL
effect effects/weapons/freezegun/impact_default
|
|
{
|
|
size 29
|
|
|
|
emitter "wide frost"
|
|
{
|
|
duration 1,1
|
|
count 2,2
|
|
|
|
oriented
|
|
{
|
|
duration 1,2
|
|
blend add
|
|
material "gfx/effects/smoke/cloud_add"
|
|
|
|
start
|
|
{
|
|
position { point 1,0,0 }
|
|
size { line 10,10,20,20 }
|
|
fade { point 0 }
|
|
}
|
|
|
|
motion
|
|
{
|
|
fade { envelope "fastinslowout" }
|
|
}
|
|
|
|
end
|
|
{
|
|
fade { point 0.4 }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|