From 01beb9919b95479d8be040bec74abc5cc67a5e43 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 4 May 2014 01:18:52 +0300 Subject: Initial import. --- assets/scripts/ab_acidtube.particle | 69 +++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 assets/scripts/ab_acidtube.particle (limited to 'assets/scripts/ab_acidtube.particle') diff --git a/assets/scripts/ab_acidtube.particle b/assets/scripts/ab_acidtube.particle new file mode 100644 index 0000000..2f21069 --- /dev/null +++ b/assets/scripts/ab_acidtube.particle @@ -0,0 +1,69 @@ +alienAcidTubePS +{ + ejector + { + particle + { + shader sync greenblood01frame01 greenblood01frame02 greenblood01frame03 greenblood01frame04 greenblood01frame05 greenblood01frame06 greenblood01frame07 greenblood01frame08 + + displacement 0 0 0 ~2 + normalDisplacement 20 + + velocityType normal + velocityDir linear + velocityMagnitude 300~75% + velocity 0 0 1 ~10 + + accelerationType static + accelerationDir linear + accelerationMagnitude 800 + acceleration 0 0 -1 ~30 + + radius 0 8.0 20.0 + alpha 0 1.0 0.0 + rotation 0 ~360 - + bounce 0.2 + + lifeTime 600~50% + } + + count 50 + delay 0 + period 5 - ~0% + } + ejector + { + particle + { + shader sync greenblood01frame01 + + displacement 0 0 0 ~5 + normalDisplacement 35 + + velocityType normal + velocityDir linear + velocityMagnitude 300~75% + velocity 0 0 1 ~10 + + accelerationType static + accelerationDir linear + accelerationMagnitude 900 + acceleration 0 0 -1 ~30 + + radius 0 0 0 + alpha 0 0 1 + rotation 0 ~360 - + bounce 0.3 + bounceMark 1~1 64 acid_pool + + lifeTime 2000~50% + overdrawProtection + } + + count 1 + delay 0 + period 5 - ~0% +} +} + + -- cgit