Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-09-23 23:02:34 +0000
committerStijn Buys <ingar@osirion.org>2013-09-23 23:02:34 +0000
commit39ccc601743d37bc61277e82bb4a69c04c8b299a (patch)
tree337b51a59d7ff51d6bce03fed93ba89f396eb286
parent6a4c0ab1e8f0d4fbb201657b05be8d845f724d84 (diff)
Adds generic Linblade engine particles.
-rw-r--r--base/particles/lindblade_engine.ini50
1 files changed, 50 insertions, 0 deletions
diff --git a/base/particles/lindblade_engine.ini b/base/particles/lindblade_engine.ini
new file mode 100644
index 0000000..1b47c58
--- /dev/null
+++ b/base/particles/lindblade_engine.ini
@@ -0,0 +1,50 @@
+;
+; particles/linblade_engine.ini
+; default particle system for linblade ship engines
+;
+
+[particles]
+
+
+ ; fire effect
+ [sprites]
+ texture=fx/flare01
+ lifespan=2500
+ interval=150
+ radius=8 32 1
+ ;64 256 16
+ spawnradius=1.5
+ alpha=0 0.5 0
+ offset=.25
+ speed=6
+ cone=15
+ ; particle color (lindblade engine color)
+ color=128 204 255
+ ; only eject particles when thruster is active
+ thrust=true
+ attached=true
+
+ ; smoke trail
+ [trail]
+ ; texture
+ texture=fx/dust_trail
+ ; lifespan of a particle, in milliseconds
+ lifespan=4000
+ ; ejection interval, in milliseconds
+ interval=150
+ ; radius begin middle end
+ radius= 2 8 2
+ ; alpha begin middle end
+ alpha=0.25 0.5 0.0
+ ; middle point offset [0-1}, default 0.5
+ offset=0.1
+ ; particle color (lindblade engine color)
+ color=128 204 255
+ ; second particle color (gray)
+ colorsecond=128 128 128
+ ; particle speed
+ speed=32
+ ; ejection cone size, in degrees
+ cone=0
+ ; only eject particles when thruster is active
+ thrust=true