diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:03:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:38 +0000 |
commit | 54f57a94185ccf3bd0b9670cc3b592f78c9fbc91 (patch) | |
tree | 0ae968ec6a05ad6c6be875de8bd3a8b2910c42c9 /scripts | |
parent | 21dfc5b93969a57d8ceebfd85775248456fa22d6 (diff) |
* buildable bleeding code, with crappy placeholder particles
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/misc.particle | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/scripts/misc.particle b/scripts/misc.particle index baefd106..92c9a459 100644 --- a/scripts/misc.particle +++ b/scripts/misc.particle @@ -224,6 +224,70 @@ humanBleedPS thirdPersonOnly } +humanBuildableBleedPS +{ + 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 + + velocityType normal + + velocityDir linear + + velocityMagnitude 15 + velocity 0 0 0 ~35 + + accelerationType static + accelerationDir linear + acceleration 0 0 -1 ~5 + accelerationMagnitude 25 + + radius 0 5 8 + alpha 250 .75 0 + rotation 0 ~-15 ~15 + bounce 0.0 + color 0 { 0.8 0.2 0.2 } - + + lifeTime 400~100 + } + + 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 + + velocityType normal + + velocityDir linear + + velocityMagnitude 15 + velocity 0 0 0 ~35 + + accelerationType static + accelerationDir linear + acceleration 0 0 -1 ~5 + accelerationMagnitude 25 + + radius 0 5 8 + alpha 250 .75 0 + rotation 0 ~-15 ~15 + bounce 0.0 + color 0 { 0.8 0.2 0.2 } - + + lifeTime 400~100 + } + + count 2 + delay 0 + period 0 - 0 + } + + +} + disconnectPS { ejector |