diff options
author | Paweł Redman <trem.redman@gmail.com> | 2013-09-07 15:46:56 +0200 |
---|---|---|
committer | Paweł Redman <trem.redman@gmail.com> | 2013-09-07 15:46:56 +0200 |
commit | 711f38b3c58d84edadd0b319106c1569335447fb (patch) | |
tree | 9ff9687f1e8b33ceb1c068d19fd62ed17e6397b1 /assets/scripts | |
parent | 3cd823565be32d8dcdf8949a5b0f17779cb6ceaa (diff) |
Add missing Human Impregnation Assets
Diffstat (limited to 'assets/scripts')
-rw-r--r-- | assets/scripts/cuboid.particle | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/assets/scripts/cuboid.particle b/assets/scripts/cuboid.particle new file mode 100644 index 0000000..c601bdf --- /dev/null +++ b/assets/scripts/cuboid.particle @@ -0,0 +1,66 @@ +alienHatchPS +{ + ejector + { + particle + { + shader sync gfx/damage/blood.tga + + displacement 0 0 20 ~0 + + velocityType normal + velocityDir linear + velocityMagnitude 300~75% + velocity 0 0 1 ~50 + + accelerationType static + accelerationDir linear + accelerationMagnitude 800 + acceleration 0 0 -1 0 + + radius 0 30 50 + alpha 0 1.0 0.0 + rotation 0 ~360 - + bounce 0.0 + color 0 { 1.0 0 0 } - + + lifeTime 1000 + } + + count 10 + delay 0 + period 5 - ~0% + } + + ejector + { + particle + { + //TODO: human gibs + model models/fx/alien_gibs/a_gib1.md3 models/fx/alien_gibs/a_gib2.md3 models/fx/alien_gibs/a_gib3.md3 models/fx/alien_gibs/a_gib4.md3 + + displacement 0 0 20 ~0 + + velocityType normal + velocityDir linear + velocityMagnitude 100~80% + velocity 0 0 1 ~10 + + accelerationType static + accelerationDir linear + accelerationMagnitude 800 + acceleration 0 0 -1 0 + + radius 0 0.8 - + bounce 0.2 + bounceMark 1~1 16 creep + bounceSound ~1 sound/misc/organic_bounce.wav + + lifeTime 5000~1000 + } + + count 4 + delay 0 + period 10 - ~0% + } +} |