From b323f7d847719130bc51281d18126c57c9ab7fc8 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:03:29 +0000 Subject: * alien buildable bleed particle no longer hardcoded * tweaks to the human buildable bleed particle --- scripts/misc.particle | 67 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/misc.particle b/scripts/misc.particle index 92c9a459..40f3cc04 100644 --- a/scripts/misc.particle +++ b/scripts/misc.particle @@ -160,6 +160,69 @@ alienBleedPS thirdPersonOnly } +alienBuildableBleedPS +{ + ejector + { + particle + { + shader sync gfx/damage/blood.tga + 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 .85 0 + rotation 0 ~-15 ~15 + bounce 0.0 + color 0 { 1.0 1.0 0.6 } - + + lifeTime 400~100 + } + + particle + { + shader sync gfx/damage/blood.tga + 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 .85 0 + rotation 0 ~165 ~195 + bounce 0.0 + color 0 { 1.0 1.0 0.6 } - + + lifeTime 400~100 + } + + count 2 + delay 0 + period 0 - 0 + } +} + + humanBleedPS { ejector @@ -251,7 +314,7 @@ humanBuildableBleedPS bounce 0.0 color 0 { 0.8 0.2 0.2 } - - lifeTime 400~100 + lifeTime 200~50 } particle @@ -277,7 +340,7 @@ humanBuildableBleedPS bounce 0.0 color 0 { 0.8 0.2 0.2 } - - lifeTime 400~100 + lifeTime 200~50 } count 2 -- cgit