]> icculus.org git repositories - divverent/nexuiz.git/blob - data/effectinfo.txt
added sv_cullentities_trace 1
[divverent/nexuiz.git] / data / effectinfo.txt
1 /*
2 // quake wizard spike impact
3 effect TE_WIZSPIKE
4 count 30
5 type alphastatic
6 color 0x372b17 0x73571f
7 alpha 51 256 512
8 originjitter 4 4 4
9 velocityjitter 16 16 16
10 */
11
12 // item respawn effect
13 // flare particle and light
14 effect TE_WIZSPIKE
15 countabsolute 1
16 type static
17 color 0x63F2EA 0x63f2EA
18 size 20 20
19 alpha 128 128 128
20 lightradius 200
21 lightradiusfade 200
22 lightcolor 0.4 0.9 0.9
23 // cloud of particles which expand rapidly and then slow to form a ball
24 effect TE_WIZSPIKE
25 count 100
26 type static
27 color 0x63F2EA 0x63f2EA
28 size 2 2
29 alpha 64 64 64
30 airfriction 2
31 liquidfriction 2
32 originjitter 16 16 16
33 velocityjitter 32 32 32
34
35 /*
36 // quake hell knight fireball impact
37 effect TE_KNIGHTSPIKE
38 count 20
39 type alphastatic
40 color 0x5f0700 0xcf632b
41 alpha 51 256 512
42 originjitter 4 4 4
43 velocityjitter 16 16 16
44 */
45
46 // laser impact
47 // decal
48 effect TE_KNIGHTSPIKE
49 countabsolute 1
50 type decal
51 tex 47 47
52 size 24 24
53 alpha 256 256 0
54 originjitter 16 16 16
55 lightradius 200
56 lightradiusfade 1000
57 lightcolor 4 0.2 0.2
58 // flare effect
59 effect TE_KNIGHTSPIKE
60 countabsolute 1
61 type static
62 tex 39 39
63 color 0xFF2010 0xFF2010
64 alpha 256 256 1024
65 size 24 24
66 // sparks that rapidly expand and rapidly slow down to form an interesting spherical effect
67 effect TE_KNIGHTSPIKE
68 count 256
69 type spark
70 color 0x800000 0xFF8020
71 alpha 256 256 1024
72 size 4 4
73 //bounce 1.5
74 airfriction 6
75 liquidfriction 6
76 //originjitter 32 32 32
77 velocityjitter 256 256 256
78
79 // machinegun bullet impact
80 // bullet impact decal
81 effect TE_SPIKE
82 countabsolute 1
83 type decal
84 tex 56 59
85 size 5 5
86 alpha 256 256 0
87 originjitter 6 6 6
88 // dust/smoke drifting away from the impact
89 effect TE_SPIKE
90 countabsolute 1
91 type static
92 tex 0 8
93 color 0xFFFFFF 0xFFFFFF
94 size 6 6
95 alpha 48 48 48
96 // bouncing sparks
97 effect TE_SPIKE
98 count 20
99 type spark
100 color 0x8f4333 0xfff31b
101 size 0.4 0.4
102 alpha 0 256 256
103 gravity 1
104 bounce 1.5
105 velocityoffset 0 0 80
106 velocityjitter 64 64 64
107
108 // electro combo explosion
109 // decal
110 effect TE_SPIKEQUAD
111 countabsolute 1
112 type decal
113 tex 59 59
114 size 64 64
115 alpha 256 256 0
116 originjitter 34 34 34
117 lightradius 400
118 lightradiusfade 200
119 lightcolor 2 2.5 3
120 // flare effect
121 effect TE_SPIKEQUAD
122 countabsolute 1
123 type static
124 tex 38 38
125 color 0x80C0FF 0x80C0FF
126 size 48 48
127 alpha 256 256 128
128 // large sparks
129 effect TE_SPIKEQUAD
130 count 20
131 type static
132 color 0x2030FF 0x80C0FF
133 size 32 32
134 alpha 256 256 256
135 //gravity 1
136 bounce 1.5
137 airfriction 4
138 liquidfriction 16
139 //velocityoffset 0 0 120
140 velocityjitter 512 512 512
141 /*
142 // inner cloud of smoke
143 effect TE_SPIKEQUAD
144 count 0.25
145 type smoke
146 color 0x202020 0x404040
147 tex 0 8
148 size 24 24
149 alpha 256 256 256
150 originjitter 20 20 20
151 velocityjitter 32 32 32
152 */
153
154 // quake effect
155 // decal
156 effect TE_SUPERSPIKE
157 countabsolute 1
158 type decal
159 tex 56 59
160 size 3 3
161 alpha 256 256 0
162 originjitter 6 6 6
163 // dust/smoke drifting away from the impact
164 effect TE_SUPERSPIKE
165 count 8
166 type smoke
167 tex 0 8
168 color 0x101010 0x202020
169 size 3 3
170 alpha 0 256 512
171 originjitter 2 2 2
172 velocityjitter 8 8 8
173 // sparks that disappear on impact
174 effect TE_SUPERSPIKE
175 count 30
176 type spark
177 color 0x8f4333 0xfff31b
178 size 0.4 0.4
179 alpha 0 256 768
180 gravity 1
181 bounce -1
182 velocityoffset 0 0 80
183 velocityjitter 64 64 64
184
185 // quake effect
186 // decal
187 effect TE_SUPERSPIKEQUAD
188 countabsolute 1
189 type decal
190 tex 56 59
191 size 3 3
192 alpha 256 256 0
193 originjitter 6 6 6
194 lightradius 100
195 lightradiusfade 500
196 lightcolor 0.15 0.15 1.5
197 // dust/smoke drifting away from the impact
198 effect TE_SUPERSPIKEQUAD
199 count 8
200 type smoke
201 tex 0 8
202 color 0x101010 0x202020
203 size 3 3
204 alpha 0 256 512
205 originjitter 2 2 2
206 velocityjitter 8 8 8
207 // sparks that disappear on impact
208 effect TE_SUPERSPIKEQUAD
209 count 30
210 type spark
211 color 0x8f4333 0xfff31b
212 size 0.4 0.4
213 alpha 0 256 768
214 gravity 1
215 bounce -1
216 velocityoffset 0 0 80
217 velocityjitter 64 64 64
218
219 // shotgun pellet impact
220 // decal
221 effect TE_GUNSHOT
222 countabsolute 1
223 type decal
224 tex 56 59
225 size 3 3
226 alpha 256 256 0
227 originjitter 6 6 6
228 // dust/smoke drifting away from the impact
229 effect TE_GUNSHOT
230 countabsolute 1
231 type static
232 tex 0 8
233 color 0xFFFFFF 0xFFFFFF
234 size 6 6
235 alpha 48 48 48
236 // bouncing sparks
237 effect TE_GUNSHOT
238 count 10
239 type spark
240 color 0x8f4333 0xfff31b
241 size 0.4 0.4
242 alpha 0 64 64
243 gravity 1
244 bounce 1.5
245 velocityoffset 0 0 80
246 velocityjitter 64 64 64
247
248 /*
249 // quake effect
250 // decal
251 effect TE_GUNSHOTQUAD
252 countabsolute 1
253 type decal
254 tex 56 59
255 size 3 3
256 alpha 256 256 0
257 originjitter 6 6 6
258 lightradius 100
259 lightradiusfade 500
260 lightcolor 0.15 0.15 1.5
261 // dust/smoke drifting away from the impact
262 effect TE_GUNSHOTQUAD
263 count 4
264 type smoke
265 tex 0 8
266 color 0x101010 0x202020
267 size 3 3
268 alpha 0 256 512
269 originjitter 2 2 2
270 velocityjitter 8 8 8
271 // sparks that disappear on impact
272 effect TE_GUNSHOTQUAD
273 count 15
274 type spark
275 color 0x8f4333 0xfff31b
276 size 0.4 0.4
277 alpha 0 256 768
278 gravity 1
279 bounce -1
280 velocityoffset 0 0 80
281 velocityjitter 64 64 64
282 */
283
284 // crylink impact effect
285 // decal
286 effect TE_GUNSHOTQUAD
287 countabsolute 1
288 type decal
289 tex 47 47
290 size 8 8
291 alpha 256 256 0
292 originjitter 12 12 12
293 //lightradius 100
294 //lightradiusfade 300
295 //lightcolor 0.5 0.5 0.5
296 // purple flare effect
297 effect TE_GUNSHOTQUAD
298 countabsolute 1
299 type static
300 tex 39 39
301 color 0x504060 0x504060
302 size 8 8
303 alpha 256 256 512
304 // purple sparks
305 effect TE_GUNSHOTQUAD
306 count 12
307 type spark
308 color 0xA040C0 0xFFFFFF
309 size 1 1
310 alpha 128 128 384
311 gravity 1
312 bounce 1.5
313 velocityoffset 0 0 80
314 velocityjitter 128 128 128
315
316 // mortar/hagar explosion (smaller than rocket)
317 // decal
318 effect TE_EXPLOSION
319 countabsolute 1
320 type decal
321 tex 8 16
322 size 48 48
323 alpha 256 256 0
324 originjitter 40 40 40
325 lightradius 350
326 lightradiusfade 700
327 lightcolor 4 2 0.5
328 // flare effect
329 effect TE_EXPLOSION
330 countabsolute 1
331 type static
332 tex 35 37
333 color 0x404040 0x404040
334 size 48 48
335 alpha 128 128 64
336 // fire effect which expands then slows
337 effect TE_EXPLOSION
338 notunderwater
339 count 128
340 type static
341 tex 48 55
342 color 0x902010 0xFFD080
343 size 16 16
344 alpha 128 128 256
345 bounce 1.5
346 airfriction 4
347 liquidfriction 4
348 originjitter 8 8 8
349 velocityjitter 256 256 256
350 // underwater bubbles
351 effect TE_EXPLOSION
352 underwater
353 count 32
354 type bubble
355 tex 62 62
356 color 0x404040 0x808080
357 size 3 3
358 alpha 128 256 64
359 gravity -0.125
360 bounce 1.5
361 liquidfriction 0.25
362 originjitter 16 16 16
363 velocityjitter 96 96 96
364 // bouncing sparks
365 effect TE_EXPLOSION
366 notunderwater
367 count 32
368 type spark
369 color 0x903010 0xFFD030
370 size 2 2
371 alpha 256 256 384
372 gravity 1
373 airfriction 0.2
374 bounce 1.5
375 liquidfriction 0.8
376 velocityoffset 0 0 80
377 velocityjitter 256 256 256
378 /*
379 // experimental black smoke
380 effect TE_EXPLOSION
381 count 32
382 type alphastatic
383 tex 0 8
384 color 0x000000 0x000000
385 size 32 32
386 alpha 128 256 512
387 bounce 1.5
388 airfriction 5
389 liquidfriction 5
390 originjitter 10 10 10
391 velocityjitter 256 256 256
392 */
393 /*
394 // experimental debris
395 effect TE_EXPLOSION
396 count 32
397 type alphastatic
398 tex 0 8
399 color 0x202020 0x404040
400 size 2 4
401 alpha 128 256 128
402 gravity 1
403 airfriction 0.4
404 bounce 1.5
405 liquidfriction 0.8
406 velocityoffset 0 0 80
407 velocityjitter 256 256 256
408 */
409 /*
410 // experimental dark smoke
411 effect TE_EXPLOSION
412 count 16
413 type alphastatic
414 tex 0 8
415 color 0x101010 0x202020
416 size 32 32
417 alpha 128 256 256
418 airfriction 2
419 liquidfriction 2
420 originjitter 24 24 24
421 velocityjitter 64 64 64
422 */
423
424 // quake effect
425 // decal
426 effect TE_EXPLOSIONQUAD
427 countabsolute 1
428 type decal
429 tex 8 16
430 size 48 48
431 alpha 256 256 0
432 originjitter 40 40 40
433 lightradius 350
434 lightradiusfade 700
435 lightcolor 4 2 8
436 // smoke cloud
437 effect TE_EXPLOSIONQUAD
438 notunderwater
439 count 32
440 type smoke
441 color 0x202020 0x404040
442 tex 0 8
443 size 12 12
444 alpha 32 32 64
445 velocityjitter 48 48 48
446 // underwater bubbles
447 effect TE_EXPLOSIONQUAD
448 underwater
449 count 32
450 type bubble
451 tex 62 62
452 color 0x404040 0x808080
453 size 3 3
454 alpha 128 256 64
455 gravity -0.125
456 bounce 1.5
457 liquidfriction 0.25
458 originjitter 16 16 16
459 velocityjitter 96 96 96
460 // sparks which go through walls
461 effect TE_EXPLOSIONQUAD
462 notunderwater
463 count 128
464 type spark
465 color 0x903010 0xFFD030
466 size 1 1
467 alpha 0 256 512
468 gravity 1
469 airfriction 0.2
470 liquidfriction 0.8
471 velocityoffset 0 0 80
472 velocityjitter 256 256 256
473
474 // quake effect
475 // decal
476 effect TE_TAREXPLOSION
477 countabsolute 1
478 type decal
479 tex 8 16
480 size 48 48
481 alpha 256 256 0
482 originjitter 40 40 40
483 lightradius 600
484 lightradiusfade 1200
485 lightcolor 1.6 0.8 2
486 // smoke cloud
487 effect TE_TAREXPLOSION
488 notunderwater
489 count 32
490 type smoke
491 color 0x202020 0x404040
492 tex 0 8
493 size 12 12
494 alpha 32 32 64
495 velocityjitter 48 48 48
496 // underwater bubbles
497 effect TE_TAREXPLOSION
498 underwater
499 count 32
500 type bubble
501 tex 62 62
502 color 0x404040 0x808080
503 size 3 3
504 alpha 128 256 64
505 gravity -0.125
506 bounce 1.5
507 liquidfriction 0.25
508 originjitter 16 16 16
509 velocityjitter 96 96 96
510 // sparks which go through walls
511 effect TE_TAREXPLOSION
512 notunderwater
513 count 128
514 type spark
515 color 0x903010 0xFFD030
516 size 1 1
517 alpha 0 256 512
518 gravity 1
519 airfriction 0.2
520 liquidfriction 0.8
521 velocityoffset 0 0 80
522 velocityjitter 256 256 256
523
524 // bloody impact effect indicating damage
525 effect TE_BLOOD
526 count 0.333
527 type blood
528 tex 24 32
529 size 8 8
530 alpha 256 256 64
531 bounce -1
532 airfriction 1
533 liquidfriction 4
534 velocityjitter 64 64 64
535 velocitymultiplier 1
536
537 // sparks (quake effect)
538 effect TE_SPARK
539 count 1
540 type spark
541 color 0x8f4333 0xfff31b
542 size 0.4 0.4
543 alpha 0 256 768
544 gravity 1
545 bounce -1
546 velocityoffset 0 0 80
547 velocityjitter 64 64 64
548 velocitymultiplier 1
549
550 // nex impact
551 // decal
552 effect TE_PLASMABURN
553 countabsolute 1
554 type decal
555 tex 47 47
556 size 24 24
557 alpha 256 256 0
558 originjitter 16 16 16
559 lightradius 200
560 lightradiusfade 400
561 lightcolor 1 1 1
562 // flare effect
563 effect TE_PLASMABURN
564 countabsolute 1
565 type static
566 tex 37 37
567 color 0x80C0FF 0x80C0FF
568 size 8 8
569 alpha 256 256 512
570 /*
571 // experimental
572 effect TE_PLASMABURN
573 count 64
574 type static
575 color 0x2030FF 0x80C0FF
576 size 2 4
577 alpha 256 256 512
578 bounce 1.5
579 airfriction 8
580 liquidfriction 8
581 velocityjitter 512 512 512
582 */
583 // small sparks which form a sphere as they slow down
584 effect TE_PLASMABURN
585 count 256
586 type spark
587 color 0x2030FF 0x80C0FF
588 size 1 2
589 alpha 256 256 1024
590 bounce 2
591 airfriction 8
592 liquidfriction 8
593 velocityjitter 128 128 128
594
595 // quake effect
596 effect TE_SMALLFLASH
597 lightradius 200
598 lightradiusfade 1000
599 lightcolor 2 2 2
600
601 // quake effect
602 effect TE_FLAMEJET
603 count 1
604 type smoke
605 color 0x6f0f00 0xe3974f
606 size 4 4
607 alpha 64 128 384
608 gravity -1
609 bounce 1.1
610 airfriction 1
611 liquidfriction 4
612 velocityjitter 128 128 128
613 velocitymultiplier 1
614
615 // quake effect
616 effect TE_LAVASPLASH
617 count 64
618 type alphastatic
619 color 0x6f0f00 0xe3974f
620 size 12 12
621 alpha 256 256 256
622 gravity 0.05
623 originoffset 0 0 32
624 originjitter 128 128 32
625 velocityoffset 0 0 256
626 velocityjitter 128 128 0
627
628 // player teleport effect
629 effect TE_TELEPORT
630 count 112
631 type static
632 color 0xA0A0A0 0xFFFFFF
633 size 10 10
634 alpha 64 128 256
635 airfriction 1
636 liquidfriction 4
637 originoffset 0 0 28
638 originjitter 16 16 28
639 velocityjitter 0 0 256
640
641 // nex beam
642 effect TE_TEI_G3
643 countabsolute 1
644 type beam
645 tex 60 60
646 color 0xFFFFFF 0xFFFFFF
647 size 4 4
648 alpha 128 128 256
649 /*
650 // experimental
651 effect TE_TEI_G3
652 trailspacing 2
653 type static
654 color 0x202020 0x404040
655 size 1 1
656 alpha 256 256 512
657 airfriction -4
658 liquidfriction -4
659 velocityjitter 8 8 8
660 */
661 /*
662 // experimental
663 effect TE_TEI_G3
664 trailspacing 1
665 type static
666 tex 0 8
667 color 0x202020 0x404040
668 size 1 1
669 sizeincrease 1
670 alpha 256 256 128
671 gravity -0.01
672 //bounce 1.5
673 //airfriction 4
674 //liquidfriction 4
675 //velocityoffset 0 0 80
676 //velocityjitter 4 4 4
677 */
678
679 // smoke effect
680 effect TE_TEI_SMOKE
681 count 0.333
682 type smoke
683 color 0x202020 0x404040
684 tex 0 8
685 size 5 5
686 alpha 256 256 512
687 originjitter 1.5 1.5 1.5
688 velocityjitter 6 6 6
689 velocitymultiplier 1
690
691 // rocket explosion (bigger than mortar and hagar)
692 // decal
693 effect TE_TEI_BIGEXPLOSION
694 countabsolute 1
695 type decal
696 tex 8 16
697 size 72 72
698 alpha 256 256 0
699 originjitter 40 40 40
700 lightradius 500
701 lightradiusfade 500
702 lightcolor 4 2 0.5
703 // flare effect
704 effect TE_TEI_BIGEXPLOSION
705 countabsolute 1
706 type static
707 tex 35 37
708 color 0x404040 0x404040
709 size 72 72
710 alpha 128 128 64
711 // fire effect
712 effect TE_TEI_BIGEXPLOSION
713 notunderwater
714 count 256
715 type static
716 tex 48 55
717 color 0x902010 0xFFD080
718 size 16 16
719 alpha 128 128 256
720 bounce 1.5
721 airfriction 4
722 liquidfriction 4
723 originjitter 8 8 8
724 velocityjitter 512 512 512
725 // underwater bubbles
726 effect TE_TEI_BIGEXPLOSION
727 underwater
728 count 64
729 type bubble
730 tex 62 62
731 color 0x404040 0x808080
732 size 3 3
733 alpha 128 256 64
734 gravity -0.125
735 bounce 1.5
736 liquidfriction 0.25
737 originjitter 16 16 16
738 velocityjitter 144 144 144
739 // bouncing sparks
740 effect TE_TEI_BIGEXPLOSION
741 notunderwater
742 count 128
743 type spark
744 color 0x903010 0xFFD030
745 size 2 2
746 alpha 256 256 384
747 gravity 1
748 airfriction 0.2
749 bounce 1.5
750 liquidfriction 0.8
751 velocityoffset 0 0 80
752 velocityjitter 384 384 384
753
754 // electro explosion
755 // decal
756 effect TE_TEI_PLASMAHIT
757 countabsolute 1
758 type decal
759 tex 59 59
760 size 32 32
761 alpha 256 256 0
762 originjitter 20 20 20
763 lightradius 200
764 lightradiusfade 600
765 lightcolor 2.4 4.8 8
766 // flare effect
767 effect TE_TEI_PLASMAHIT
768 countabsolute 1
769 type static
770 tex 38 38
771 color 0x80C0FF 0x80C0FF
772 size 32 32
773 alpha 256 256 512
774 // cloud of bouncing sparks
775 effect TE_TEI_PLASMAHIT
776 count 1
777 type spark
778 color 0x2030FF 0x80C0FF
779 size 2 4
780 alpha 256 256 1024
781 //gravity 1
782 bounce 1.5
783 //velocityoffset 0 0 120
784 velocityjitter 512 512 512
785 /*
786 // inner cloud of smoke
787 effect TE_TEI_PLASMAHIT
788 count 0.25
789 type smoke
790 color 0x202020 0x404040
791 tex 0 8
792 size 24 24
793 alpha 256 256 512
794 originjitter 20 20 20
795 velocityjitter 32 32 32
796 */
797
798 // rocket trail
799 // smoke
800 effect TR_ROCKET
801 trailspacing 3
802 type smoke
803 color 0x303030 0x606060
804 tex 0 8
805 size 3 3
806 alpha 32 32 32
807 lightradius 200
808 lighttime 0
809 lightcolor 3.0 1.5 0.5
810 // fire
811 effect TR_ROCKET
812 notunderwater
813 trailspacing 3
814 type static
815 color 0x801010 0xFFA020
816 tex 0 8
817 size 3 3
818 alpha 144 144 700
819 velocityjitter 20 20 20
820 velocitymultiplier -0.25
821 // bubbles
822 effect TR_ROCKET
823 underwater
824 trailspacing 8
825 type bubble
826 tex 62 62
827 color 0x404040 0x808080
828 size 1 1
829 alpha 256 256 256
830 gravity -0.125
831 bounce 1.5
832 liquidfriction 4
833 velocityjitter 16 16 16
834
835 // grenade trail
836 // smoke
837 effect TR_GRENADE
838 notunderwater
839 trailspacing 3
840 type smoke
841 color 0x303030 0x606060
842 tex 0 8
843 size 3 3
844 alpha 16 16 16
845 // bubbles
846 effect TR_GRENADE
847 underwater
848 trailspacing 16
849 type bubble
850 tex 62 62
851 color 0x404040 0x808080
852 size 1 1
853 alpha 256 256 256
854 gravity -0.125
855 bounce 1.5
856 liquidfriction 4
857 velocityjitter 16 16 16
858
859 // normal super gorey blood trail (used by gibs)
860 effect TR_BLOOD
861 trailspacing 16
862 type blood
863 color 0xFFFFFF 0xFFFFFF
864 tex 24 32
865 size 8 8
866 alpha 384 384 192
867 bounce -1
868 airfriction 1
869 liquidfriction 4
870 velocityjitter 64 64 64
871 velocitymultiplier 0.5
872
873 // thinner blood trail (used by quake zombies)
874 effect TR_SLIGHTBLOOD
875 trailspacing 32
876 type blood
877 color 0xFFFFFF 0xFFFFFF
878 tex 24 32
879 size 8 8
880 alpha 384 384 192
881 bounce -1
882 airfriction 1
883 liquidfriction 4
884 velocityjitter 64 64 64
885 velocitymultiplier 0.5
886
887 // quake effect
888 effect TR_WIZSPIKE
889 trailspacing 3
890 type alphastatic
891 color 0x372b17 0x73571f
892 size 2 2
893 alpha 64 64 192
894
895 // quake effect
896 effect TR_KNIGHTSPIKE
897 trailspacing 3
898 type alphastatic
899 color 0x5f0700 0xcf632b
900 size 2 2
901 alpha 64 64 192
902
903 // quake effect
904 effect TR_VORESPIKE
905 trailspacing 3
906 type alphastatic
907 color 0x502030 0x502030
908 size 3 3
909 alpha 64 64 96
910 lightradius 200
911 lighttime 0
912 lightcolor 1.2 0.5 1.0
913
914 // electro trail
915 // smokey sparky thing
916 effect TR_NEXUIZPLASMA
917 trailspacing 4
918 type static
919 color 0x283880 0x283880
920 size 4 4
921 alpha 256 256 1024
922 velocityjitter 16 16 16
923 lightradius 200
924 lighttime 0
925 lightcolor 0.75 1.5 3.0
926 velocitymultiplier -0.1
927
928 // quake effect
929 effect EF_FLAME
930 count 300
931 type smoke
932 color 0x6f0f00 0xe3974f
933 size 4 4
934 alpha 64 128 384
935 gravity -1
936 airfriction 1
937 liquidfriction 4
938 velocityjitter 128 128 128
939 lightradius 200
940 lighttime 0
941 lightcolor 2 1.5 0.5
942
943 // quake effect
944 effect EF_STARDUST
945 count 75
946 type static
947 color 0xfff368 0xfff368
948 size 1.0 2.0
949 alpha 64 128 128
950 gravity -0.1
951 airfriction 0.2
952 liquidfriction 0.8
953 originjitter 16 16 64
954 velocityjitter 32 32 0
955 //lightradius 200
956 //lighttime 0
957 //lightcolor 0.4 0.9 0.9