summaryrefslogtreecommitdiff
path: root/assets/scripts/g_jetpack.particle
diff options
context:
space:
mode:
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