diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
commit | 01beb9919b95479d8be040bec74abc5cc67a5e43 (patch) | |
tree | 65f0b79e793848491832756a4c3a32b23668fab3 /assets/scripts/hb_flame_turret.particle | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/scripts/hb_flame_turret.particle')
-rw-r--r-- | assets/scripts/hb_flame_turret.particle | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/assets/scripts/hb_flame_turret.particle b/assets/scripts/hb_flame_turret.particle new file mode 100644 index 0000000..d8db30d --- /dev/null +++ b/assets/scripts/hb_flame_turret.particle @@ -0,0 +1,59 @@ +models/weapons/flamerturret/muzzlePS +{ + ejector + { + particle + { + shader sync flame3 flame4 flame5 flame6 flame7 flame8 flame9 flame10 flame11 flame12 flame13 flame14 flame15 flame16 flame17 flame18 flame19 flame20 flame21 flame22 flame23 flame24 flame25 + displacement 0 0 0 ~0.0 + + + + velocityType static + velocityDir point + velocityMagnitude 0 + velocity 0 0 0 ~0 + + physicsRadius 100 + + radius 40 40 0 + alpha 1.0 1.0 1.0 + rotation 0 ~360 - + bounce 0 + lifeTime 800 + } + + count 50 + delay 0 + period 15 - ~0% + } + +} + +models/weapons/FT/lagfl + { + ejector + { + particle + { + shader sync textures/yeflamer/flamesadd + displacement 0 0 0 ~0 + + parentVelocityFraction 0.0~0.00 + velocityType static + velocityDir linear + velocityMagnitude 0 + velocity 0 0 -50 ~360 + + radius 50 25 0 + alpha 0 1 0.0 + rotation 0 ~360 - + lifeTime 2000 + } + + count 1 + delay 0 + period 0 - ~0% + } +} + |