summaryrefslogtreecommitdiff
path: root/assets/scripts/g_jetpack.particle
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
committerPaweł Redman <trem.redman@gmail.com>2014-01-19 11:44:43 +0100
commitf9a8b76c0f912cea66eacf71162a3090fda698d8 (patch)
tree02b97139346540ba9b1d324f5717ee4bc37f332c /assets/scripts/g_jetpack.particle
parent0f00273fe1b2c7044dd23512408632eae6e0dca6 (diff)
0.1.6
Diffstat (limited to 'assets/scripts/g_jetpack.particle')
-rw-r--r--assets/scripts/g_jetpack.particle95
1 files changed, 95 insertions, 0 deletions
diff --git a/assets/scripts/g_jetpack.particle b/assets/scripts/g_jetpack.particle
new file mode 100644
index 0000000..398aafa
--- /dev/null
+++ b/assets/scripts/g_jetpack.particle
@@ -0,0 +1,95 @@
+jetPackDescendPS
+{
+ ejector
+ {
+ particle
+ {
+ shader sync gfx/sprites/smoke_blue
+ displacement 0 0 0 0
+
+ velocityType static
+ velocityDir linear
+ velocityMagnitude 50
+ velocity 0 0 -1 ~15
+
+ accelerationType static
+ accelerationDir linear
+ acceleration 0 0 -1 ~5
+ accelerationMagnitude 25
+
+ radius 0 5 40
+ alpha 250 .15 0
+ rotation 0 ~360 ~360
+ bounce 0.0
+
+ lifeTime 1000
+ }
+ count infinite
+ delay 0
+ period 45 - ~0%
+ }
+}
+
+jetPackAscendPS
+{
+ ejector
+ {
+ particle
+ {
+ shader sync gfx/sprites/smoke_blue
+ displacement 0 0 0 0
+
+ velocityType static
+ velocityDir linear
+ velocityMagnitude 50
+ velocity 0 0 -1 ~15
+
+ accelerationType static
+ accelerationDir linear
+ acceleration 0 0 -1 ~5
+ accelerationMagnitude 25
+
+ radius 0 5 40
+ alpha 250 .30 0
+ rotation 0 ~360 ~360
+ bounce 0.0
+
+ lifeTime 2000
+ }
+ count infinite
+ delay 0
+ period 45 - ~0%
+ }
+}
+
+jetPackHoverPS
+{
+ ejector
+ {
+ particle
+ {
+ shader sync gfx/sprites/smoke_blue
+ displacement 0 0 0 0
+
+ velocityType static
+ velocityDir linear
+ velocityMagnitude 50
+ velocity 0 0 -1 ~15
+
+ accelerationType static
+ accelerationDir linear
+ acceleration 0 0 -1 ~5
+ accelerationMagnitude 25
+
+ radius 0 5 40
+ alpha 250 .20 0
+ rotation 0 ~360 ~360
+ bounce 0.0
+
+ lifeTime 1500
+ }
+ count infinite
+ delay 0
+ period 45 - ~0%
+ }
+} \ No newline at end of file