From 25cfe7b23de0791f9828b6b70e322c22cb279559 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 20 Dec 2010 21:01:52 +0100 Subject: [PATCH] add red planet's smoke emitters to effectinfo --- effectinfo.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/effectinfo.txt b/effectinfo.txt index 5d8d8b6ea..5194a32d7 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -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 -- 2.39.2