diff options
Diffstat (limited to 'scripts/weapons.particle')
-rw-r--r-- | scripts/weapons.particle | 47 |
1 files changed, 34 insertions, 13 deletions
diff --git a/scripts/weapons.particle b/scripts/weapons.particle index 40971d49..c0b2ab24 100644 --- a/scripts/weapons.particle +++ b/scripts/weapons.particle @@ -417,36 +417,57 @@ models/weapons/mdriver/impactPS {
particle
{
+ shader sync gfx/mdriver/green_particle + + normalDisplacement 1.0 + + velocityType normal
+
+ radius 0 6.0 12.0
+ alpha 70 1.0 0.0
+ rotation 0 ~360 -
+
+ lifeTime 140
+ }
+
+ count 1
+ delay 0
+ period 0 - ~0%
+ } + + ejector + { + particle
+ {
shader sync gfx/mdriver/green_particle
displacement 0 0 0 ~2.0
-
- normalDisplacement 10.0
+ normalDisplacement 7.0
velocityType normal
velocityDir linear
- velocityMagnitude 400
- velocity 0 0 0 ~80
+ velocityMagnitude 200
+ velocity 0 0 0 ~90
- accelerationType normal
+ accelerationType static
accelerationDir linear
- accelerationMagnitude 200
- acceleration 0 0 1 ~360
+ accelerationMagnitude 300
+ acceleration 0 0 -1 ~10
- radius 0 6.0 4.0
- alpha 0 1.0 0.0
+ radius 0 2.0~1.0 0.0
+ alpha 0 1.0 1.0
rotation 0 ~360 -
bounce 0.5
- lifeTime 1000
+ lifeTime 500
}
- count 10
+ count 3
delay 0
period 0 - ~0%
- }
+ } }
-
+ models/weapons/lcannon/missilePS
{
ejector
|