]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add red planet's smoke emitters to effectinfo
authorRudolf Polzer <divverent@alientrap.org>
Mon, 20 Dec 2010 20:01:52 +0000 (21:01 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 20 Dec 2010 20:01:52 +0000 (21:01 +0100)
effectinfo.txt

index 5d8d8b6ea02228b9c97842e58e9a7bbb509e2d37..5194a32d7ccc7b682ee42d4203cbe618a3eb4ea0 100644 (file)
@@ -5160,3 +5160,37 @@ gravity -0.125
 bounce 1.5
 liquidfriction 4
 velocityjitter 16 16 16
+
+// red smoke emiter
+// used nowhere in code
+effect red_smoke
+count 2
+type smoke
+tex 0 8
+color 0xff8866 0x331100
+size 60 120
+sizeincrease 0
+alpha 32 64 32
+gravity -0.007
+originjitter 0 0 0
+velocityjitter 0 0 0
+velocitymultiplier 5
+airfriction -1
+rotate 0 360 -30 30
+
+// pipe smoke emiter
+// used nowhere in code
+effect pipe_smoke
+count 2
+type smoke
+tex 0 8
+color 0x999999 0x555555
+size 5 10
+sizeincrease 35
+alpha 32 64 48
+gravity -0.015
+originjitter 0 0 0
+velocityjitter 0 0 5
+velocitymultiplier 15
+airfriction -1
+rotate 0 360 -180 180