summaryrefslogtreecommitdiff
path: root/assets/scripts/ab_acidtube.particle
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
committerMikko Tiusanen <ams@daug.net>2014-05-04 01:18:52 +0300
commit01beb9919b95479d8be040bec74abc5cc67a5e43 (patch)
tree65f0b79e793848491832756a4c3a32b23668fab3 /assets/scripts/ab_acidtube.particle
parent191d731da136b7ee959a17e63111c9146219a768 (diff)
Initial import.
Diffstat (limited to 'assets/scripts/ab_acidtube.particle')
-rw-r--r--assets/scripts/ab_acidtube.particle69
1 files changed, 69 insertions, 0 deletions
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%
+}
+}
+
+