]> icculus.org git repositories - divverent/nexuiz.git/blob - data/effectinfo.txt
separated out the mortar trail and the hagar trail to be less ugly for the hagar
[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 count 8
91 type smoke
92 tex 0 8
93 color 0x101010 0x101010
94 size 3 3
95 sizeincrease 3
96 alpha 255 255 256
97 originjitter 0 0 0
98 velocityjitter 8 8 8
99 // dust/smoke staying at the impact
100 effect TE_SPIKE
101 count 1
102 type smoke
103 tex 0 8
104 color 0x505050 0x505050
105 size 4 4
106 sizeincrease 4
107 alpha 255 255 128
108 originjitter 0 0 0
109 velocityjitter 0 0 0
110 // bouncing sparks
111 effect TE_SPIKE
112 count 20
113 type spark
114 color 0x8f4333 0xfff31b
115 size 0.4 0.4
116 alpha 0 256 256
117 gravity 1
118 bounce 1.5
119 velocityoffset 0 0 80
120 velocityjitter 64 64 64
121
122 // electro combo explosion
123 // decal
124 effect TE_SPIKEQUAD
125 countabsolute 1
126 type decal
127 tex 59 59
128 size 64 64
129 alpha 256 256 0
130 originjitter 34 34 34
131 lightradius 400
132 lightradiusfade 200
133 lightcolor 2 2.5 3
134 // flare effect
135 effect TE_SPIKEQUAD
136 countabsolute 1
137 type static
138 tex 38 38
139 color 0x80C0FF 0x80C0FF
140 size 48 48
141 alpha 256 256 128
142 // large sparks
143 effect TE_SPIKEQUAD
144 count 20
145 type static
146 color 0x2030FF 0x80C0FF
147 size 32 32
148 alpha 256 256 256
149 //gravity 1
150 bounce 1.5
151 airfriction 4
152 liquidfriction 16
153 //velocityoffset 0 0 120
154 velocityjitter 512 512 512
155 /*
156 // inner cloud of smoke
157 effect TE_SPIKEQUAD
158 count 0.25
159 type smoke
160 color 0x202020 0x404040
161 tex 0 8
162 size 24 24
163 alpha 256 256 256
164 originjitter 20 20 20
165 velocityjitter 32 32 32
166 */
167
168 // quake effect
169 // decal
170 effect TE_SUPERSPIKE
171 countabsolute 1
172 type decal
173 tex 56 59
174 size 3 3
175 alpha 256 256 0
176 originjitter 6 6 6
177 // dust/smoke drifting away from the impact
178 effect TE_SUPERSPIKE
179 count 8
180 type smoke
181 tex 0 8
182 color 0x101010 0x101010
183 size 3 3
184 sizeincrease 3
185 alpha 255 255 256
186 originjitter 0 0 0
187 velocityjitter 8 8 8
188 // dust/smoke staying at the impact
189 effect TE_SUPERSPIKE
190 count 1
191 type smoke
192 tex 0 8
193 color 0x505050 0x505050
194 size 4 4
195 sizeincrease 4
196 alpha 255 255 128
197 originjitter 0 0 0
198 velocityjitter 0 0 0
199 // sparks that disappear on impact
200 effect TE_SUPERSPIKE
201 count 30
202 type spark
203 color 0x8f4333 0xfff31b
204 size 0.4 0.4
205 alpha 0 256 768
206 gravity 1
207 bounce -1
208 velocityoffset 0 0 80
209 velocityjitter 64 64 64
210
211 // quake effect
212 // decal
213 effect TE_SUPERSPIKEQUAD
214 countabsolute 1
215 type decal
216 tex 56 59
217 size 3 3
218 alpha 256 256 0
219 originjitter 6 6 6
220 lightradius 100
221 lightradiusfade 500
222 lightcolor 0.15 0.15 1.5
223 // dust/smoke drifting away from the impact
224 effect TE_SUPERSPIKEQUAD
225 count 8
226 type smoke
227 tex 0 8
228 color 0x101010 0x101010
229 size 3 3
230 sizeincrease 3
231 alpha 255 255 256
232 originjitter 0 0 0
233 velocityjitter 8 8 8
234 // dust/smoke staying at the impact
235 effect TE_SUPERSPIKEQUAD
236 count 1
237 type smoke
238 tex 0 8
239 color 0x505050 0x505050
240 size 4 4
241 sizeincrease 4
242 alpha 255 255 128
243 originjitter 0 0 0
244 velocityjitter 0 0 0
245 // sparks that disappear on impact
246 effect TE_SUPERSPIKEQUAD
247 count 30
248 type spark
249 color 0x8f4333 0xfff31b
250 size 0.4 0.4
251 alpha 0 256 768
252 gravity 1
253 bounce -1
254 velocityoffset 0 0 80
255 velocityjitter 64 64 64
256
257 // shotgun pellet impact
258 // decal
259 effect TE_GUNSHOT
260 countabsolute 1
261 type decal
262 tex 56 59
263 size 3 3
264 alpha 256 256 0
265 originjitter 6 6 6
266 // dust/smoke drifting away from the impact
267 effect TE_GUNSHOT
268 count 4
269 type smoke
270 tex 0 8
271 color 0x101010 0x101010
272 size 3 3
273 sizeincrease 3
274 alpha 128 128 64
275 originjitter 0 0 0
276 velocityjitter 8 8 8
277 // dust/smoke staying at the impact
278 effect TE_GUNSHOT
279 count 1
280 type smoke
281 tex 0 8
282 color 0x505050 0x505050
283 size 4 4
284 sizeincrease 4
285 alpha 128 128 64
286 originjitter 0 0 0
287 velocityjitter 0 0 0
288 // bouncing sparks
289 effect TE_GUNSHOT
290 count 10
291 type spark
292 color 0x8f4333 0xfff31b
293 size 0.4 0.4
294 alpha 0 64 64
295 gravity 1
296 bounce 1.5
297 velocityoffset 0 0 80
298 velocityjitter 64 64 64
299
300 /*
301 // quake effect
302 // decal
303 effect TE_GUNSHOTQUAD
304 countabsolute 1
305 type decal
306 tex 56 59
307 size 3 3
308 alpha 256 256 0
309 originjitter 6 6 6
310 lightradius 100
311 lightradiusfade 500
312 lightcolor 0.15 0.15 1.5
313 // dust/smoke drifting away from the impact
314 effect TE_GUNSHOTQUAD
315 count 4
316 type smoke
317 tex 0 8
318 color 0x101010 0x101010
319 size 3 3
320 sizeincrease 3
321 alpha 255 255 256
322 originjitter 0 0 0
323 velocityjitter 8 8 8
324 // dust/smoke staying at the impact
325 effect TE_GUNSHOTQUAD
326 count 1
327 type smoke
328 tex 0 8
329 color 0x202020 0x202020
330 size 4 4
331 sizeincrease 4
332 alpha 255 255 128
333 originjitter 0 0 0
334 velocityjitter 0 0 0
335 // sparks that disappear on impact
336 effect TE_GUNSHOTQUAD
337 count 15
338 type spark
339 color 0x8f4333 0xfff31b
340 size 0.4 0.4
341 alpha 0 256 768
342 gravity 1
343 bounce -1
344 velocityoffset 0 0 80
345 velocityjitter 64 64 64
346 */
347
348 // crylink impact effect
349 // decal
350 effect TE_GUNSHOTQUAD
351 countabsolute 1
352 type decal
353 tex 47 47
354 size 8 8
355 alpha 256 256 0
356 originjitter 12 12 12
357 //lightradius 100
358 //lightradiusfade 300
359 //lightcolor 0.5 0.5 0.5
360 // purple flare effect
361 effect TE_GUNSHOTQUAD
362 countabsolute 1
363 type static
364 tex 39 39
365 color 0x504060 0x504060
366 size 8 8
367 alpha 256 256 512
368 // purple sparks
369 effect TE_GUNSHOTQUAD
370 count 12
371 type spark
372 color 0xA040C0 0xFFFFFF
373 size 1 1
374 alpha 128 128 384
375 gravity 1
376 bounce 1.5
377 velocityoffset 0 0 80
378 velocityjitter 128 128 128
379
380 // mortar/hagar explosion (smaller than rocket)
381 // decal
382 effect TE_EXPLOSION
383 countabsolute 1
384 type decal
385 tex 8 16
386 size 48 48
387 alpha 256 256 0
388 originjitter 40 40 40
389 lightradius 350
390 lightradiusfade 700
391 lightcolor 4 2 0.5
392 // flare effect
393 effect TE_EXPLOSION
394 countabsolute 1
395 type static
396 tex 35 37
397 color 0x404040 0x404040
398 size 48 48
399 alpha 192 192 64
400 // fire effect which expands then slows
401 effect TE_EXPLOSION
402 notunderwater
403 count 128
404 type static
405 tex 48 55
406 color 0x902010 0xFFD080
407 size 16 16
408 alpha 128 128 256
409 bounce 1.5
410 airfriction 4
411 liquidfriction 4
412 originjitter 8 8 8
413 velocityjitter 256 256 256
414 // underwater bubbles
415 effect TE_EXPLOSION
416 underwater
417 count 32
418 type bubble
419 tex 62 62
420 color 0x404040 0x808080
421 size 3 3
422 alpha 128 256 64
423 gravity -0.125
424 bounce 1.5
425 liquidfriction 0.25
426 originjitter 16 16 16
427 velocityjitter 96 96 96
428 // bouncing sparks
429 effect TE_EXPLOSION
430 notunderwater
431 count 32
432 type spark
433 color 0x903010 0xFFD030
434 size 2 2
435 alpha 256 256 384
436 gravity 1
437 airfriction 0.2
438 bounce 1.5
439 liquidfriction 0.8
440 velocityoffset 0 0 80
441 velocityjitter 256 256 256
442 /*
443 // experimental black smoke
444 effect TE_EXPLOSION
445 count 32
446 type alphastatic
447 tex 0 8
448 color 0x000000 0x000000
449 size 32 32
450 alpha 128 256 512
451 bounce 1.5
452 airfriction 5
453 liquidfriction 5
454 originjitter 10 10 10
455 velocityjitter 256 256 256
456 */
457 /*
458 // experimental debris
459 effect TE_EXPLOSION
460 count 32
461 type alphastatic
462 tex 0 8
463 color 0x202020 0x404040
464 size 2 4
465 alpha 128 256 128
466 gravity 1
467 airfriction 0.4
468 bounce 1.5
469 liquidfriction 0.8
470 velocityoffset 0 0 80
471 velocityjitter 256 256 256
472 */
473 /*
474 // experimental dark smoke
475 effect TE_EXPLOSION
476 count 16
477 type alphastatic
478 tex 0 8
479 color 0x101010 0x202020
480 size 32 32
481 alpha 128 256 256
482 airfriction 2
483 liquidfriction 2
484 originjitter 24 24 24
485 velocityjitter 64 64 64
486 */
487
488 // quake effect
489 // decal
490 effect TE_EXPLOSIONQUAD
491 countabsolute 1
492 type decal
493 tex 8 16
494 size 48 48
495 alpha 256 256 0
496 originjitter 40 40 40
497 lightradius 350
498 lightradiusfade 700
499 lightcolor 4 2 8
500 // smoke cloud
501 effect TE_EXPLOSIONQUAD
502 notunderwater
503 count 32
504 type smoke
505 color 0x202020 0x404040
506 tex 0 8
507 size 12 12
508 alpha 32 32 64
509 velocityjitter 48 48 48
510 // underwater bubbles
511 effect TE_EXPLOSIONQUAD
512 underwater
513 count 32
514 type bubble
515 tex 62 62
516 color 0x404040 0x808080
517 size 3 3
518 alpha 128 256 64
519 gravity -0.125
520 bounce 1.5
521 liquidfriction 0.25
522 originjitter 16 16 16
523 velocityjitter 96 96 96
524 // sparks which go through walls
525 effect TE_EXPLOSIONQUAD
526 notunderwater
527 count 128
528 type spark
529 color 0x903010 0xFFD030
530 size 1 1
531 alpha 0 256 512
532 gravity 1
533 airfriction 0.2
534 liquidfriction 0.8
535 velocityoffset 0 0 80
536 velocityjitter 256 256 256
537
538 // quake effect
539 // decal
540 effect TE_TAREXPLOSION
541 countabsolute 1
542 type decal
543 tex 8 16
544 size 48 48
545 alpha 256 256 0
546 originjitter 40 40 40
547 lightradius 600
548 lightradiusfade 1200
549 lightcolor 1.6 0.8 2
550 // smoke cloud
551 effect TE_TAREXPLOSION
552 notunderwater
553 count 32
554 type smoke
555 color 0x202020 0x404040
556 tex 0 8
557 size 12 12
558 alpha 32 32 64
559 velocityjitter 48 48 48
560 // underwater bubbles
561 effect TE_TAREXPLOSION
562 underwater
563 count 32
564 type bubble
565 tex 62 62
566 color 0x404040 0x808080
567 size 3 3
568 alpha 128 256 64
569 gravity -0.125
570 bounce 1.5
571 liquidfriction 0.25
572 originjitter 16 16 16
573 velocityjitter 96 96 96
574 // sparks which go through walls
575 effect TE_TAREXPLOSION
576 notunderwater
577 count 128
578 type spark
579 color 0x903010 0xFFD030
580 size 1 1
581 alpha 0 256 512
582 gravity 1
583 airfriction 0.2
584 liquidfriction 0.8
585 velocityoffset 0 0 80
586 velocityjitter 256 256 256
587
588 // bloody impact effect indicating damage
589 effect TE_BLOOD
590 count 0.333
591 type blood
592 tex 24 32
593 size 8 8
594 alpha 256 256 64
595 bounce -1
596 airfriction 1
597 liquidfriction 4
598 velocityjitter 64 64 64
599 velocitymultiplier 1
600
601 // sparks (quake effect)
602 effect TE_SPARK
603 count 1
604 type spark
605 tex 40 40
606 color 0x8f4333 0xfff31b
607 size 0.4 0.6
608 alpha 64 256 768
609 gravity 1
610 bounce -1
611 velocityoffset 0 0 80
612 velocityjitter 64 64 64
613 velocitymultiplier 1
614
615 // nex impact
616 // decal
617 effect TE_PLASMABURN
618 countabsolute 1
619 type decal
620 tex 47 47
621 size 24 24
622 alpha 256 256 0
623 originjitter 16 16 16
624 lightradius 200
625 lightradiusfade 400
626 lightcolor 1 1 1
627 // flare effect
628 effect TE_PLASMABURN
629 countabsolute 1
630 type static
631 tex 37 37
632 color 0x80C0FF 0x80C0FF
633 size 8 8
634 alpha 256 256 512
635 /*
636 // experimental
637 effect TE_PLASMABURN
638 count 64
639 type static
640 color 0x2030FF 0x80C0FF
641 size 2 4
642 alpha 256 256 512
643 bounce 1.5
644 airfriction 8
645 liquidfriction 8
646 velocityjitter 512 512 512
647 */
648 // small sparks which form a sphere as they slow down
649 effect TE_PLASMABURN
650 count 256
651 type spark
652 color 0x2030FF 0x80C0FF
653 size 1 2
654 alpha 256 256 1024
655 bounce 2
656 airfriction 8
657 liquidfriction 8
658 velocityjitter 128 128 128
659
660 // quake effect
661 effect TE_SMALLFLASH
662 lightradius 200
663 lightradiusfade 1000
664 lightcolor 2 2 2
665
666 // quake effect
667 effect TE_FLAMEJET
668 count 1
669 type smoke
670 color 0x6f0f00 0xe3974f
671 size 4 4
672 alpha 64 128 384
673 gravity -1
674 bounce 1.1
675 airfriction 1
676 liquidfriction 4
677 velocityjitter 128 128 128
678 velocitymultiplier 1
679
680 // quake effect
681 effect TE_LAVASPLASH
682 count 64
683 type alphastatic
684 color 0x6f0f00 0xe3974f
685 size 12 12
686 alpha 256 256 256
687 gravity 0.05
688 originoffset 0 0 32
689 originjitter 128 128 32
690 velocityoffset 0 0 256
691 velocityjitter 128 128 0
692
693 // player teleport effect
694 effect TE_TELEPORT
695 count 112
696 type static
697 color 0xA0A0A0 0xFFFFFF
698 size 10 10
699 alpha 64 128 256
700 airfriction 1
701 liquidfriction 4
702 originoffset 0 0 28
703 originjitter 16 16 28
704 velocityjitter 0 0 256
705
706 // nex beam
707 effect TE_TEI_G3
708 countabsolute 1
709 type beam
710 tex 60 60
711 color 0xFFFFFF 0xFFFFFF
712 size 4 4
713 alpha 128 128 256
714 // experimental
715 effect TE_TEI_G3
716 trailspacing 2
717 type static
718 color 0x202020 0x404040
719 size 1 1
720 alpha 256 256 512
721 airfriction -4
722 //liquidfriction -4
723 velocityjitter 8 8 8
724 type smoke
725 /*
726 // experimental
727 effect TE_TEI_G3
728 trailspacing 1
729 type static
730 tex 0 8
731 color 0x202020 0x404040
732 size 1 1
733 sizeincrease 1
734 alpha 256 256 128
735 gravity -0.01
736 //bounce 1.5
737 //airfriction 4
738 //liquidfriction 4
739 //velocityoffset 0 0 80
740 //velocityjitter 4 4 4
741 */
742
743 // smoke effect
744 effect TE_TEI_SMOKE
745 count 0.333
746 type smoke
747 color 0x202020 0x404040
748 tex 0 8
749 size 5 5
750 alpha 256 256 512
751 originjitter 1.5 1.5 1.5
752 velocityjitter 6 6 6
753 velocitymultiplier 1
754
755 // rocket explosion (bigger than mortar and hagar)
756 // decal
757 effect TE_TEI_BIGEXPLOSION
758 countabsolute 1
759 type decal
760 tex 8 16
761 size 72 72
762 alpha 256 256 0
763 originjitter 40 40 40
764 lightradius 500
765 lightradiusfade 500
766 lightcolor 4 2 0.5
767 // flare effect
768 effect TE_TEI_BIGEXPLOSION
769 countabsolute 1
770 type static
771 tex 35 37
772 color 0x404040 0x404040
773 size 72 72
774 alpha 192 192 64
775 // fire effect
776 effect TE_TEI_BIGEXPLOSION
777 notunderwater
778 count 256
779 type static
780 tex 48 55
781 color 0x902010 0xFFD080
782 size 16 16
783 alpha 128 128 256
784 bounce 1.5
785 airfriction 4
786 liquidfriction 4
787 originjitter 8 8 8
788 velocityjitter 512 512 512
789 // underwater bubbles
790 effect TE_TEI_BIGEXPLOSION
791 underwater
792 count 64
793 type bubble
794 tex 62 62
795 color 0x404040 0x808080
796 size 3 3
797 alpha 128 256 64
798 gravity -0.125
799 bounce 1.5
800 liquidfriction 0.25
801 originjitter 16 16 16
802 velocityjitter 144 144 144
803 // bouncing sparks
804 effect TE_TEI_BIGEXPLOSION
805 notunderwater
806 count 128
807 type spark
808 color 0x903010 0xFFD030
809 size 2 2
810 alpha 256 256 384
811 gravity 1
812 airfriction 0.2
813 bounce 1.5
814 liquidfriction 0.8
815 velocityoffset 0 0 80
816 velocityjitter 384 384 384
817
818 // electro explosion
819 // decal
820 effect TE_TEI_PLASMAHIT
821 countabsolute 1
822 type decal
823 tex 59 59
824 size 32 32
825 alpha 256 256 0
826 originjitter 20 20 20
827 lightradius 200
828 lightradiusfade 600
829 lightcolor 2.4 4.8 8
830 // flare effect
831 effect TE_TEI_PLASMAHIT
832 countabsolute 1
833 type static
834 tex 38 38
835 color 0x80C0FF 0x80C0FF
836 size 32 32
837 alpha 256 256 512
838 // cloud of bouncing sparks
839 effect TE_TEI_PLASMAHIT
840 count 1
841 type spark
842 color 0x2030FF 0x80C0FF
843 size 2 4
844 alpha 256 256 1024
845 //gravity 1
846 bounce 1.5
847 //velocityoffset 0 0 120
848 velocityjitter 512 512 512
849 /*
850 // inner cloud of smoke
851 effect TE_TEI_PLASMAHIT
852 count 0.25
853 type smoke
854 color 0x202020 0x404040
855 tex 0 8
856 size 24 24
857 alpha 256 256 512
858 originjitter 20 20 20
859 velocityjitter 32 32 32
860 */
861
862
863
864
865
866
867
868
869
870 //////////////////////////////////////////////////
871 // New effects in 2.4
872 //////////////////////////////////////////////////
873
874
875
876 // bloody impact effect indicating damage
877 effect blood
878 count 0.333
879 type blood
880 tex 24 32
881 size 8 8
882 alpha 256 256 64
883 bounce -1
884 airfriction 1
885 liquidfriction 4
886 velocityjitter 64 64 64
887 velocitymultiplier 1
888
889
890
891 // player teleport effect
892 effect teleport
893 count 112
894 type static
895 color 0xA0A0A0 0xFFFFFF
896 size 10 10
897 alpha 64 128 256
898 airfriction 1
899 liquidfriction 4
900 originoffset 0 0 28
901 originjitter 16 16 28
902 velocityjitter 0 0 256
903
904
905
906 // normal super gory blood trail (used by gibs)
907 effect TR_BLOOD
908 trailspacing 16
909 type blood
910 color 0xFFFFFF 0xFFFFFF
911 tex 24 32
912 size 8 8
913 alpha 384 384 192
914 bounce -1
915 airfriction 1
916 liquidfriction 4
917 velocityjitter 64 64 64
918 velocitymultiplier 0.5
919
920
921
922 // thinner blood trail (used by quake zombies)
923 effect TR_SLIGHTBLOOD
924 trailspacing 32
925 type blood
926 color 0xFFFFFF 0xFFFFFF
927 tex 24 32
928 size 8 8
929 alpha 384 384 192
930 bounce -1
931 airfriction 1
932 liquidfriction 4
933 velocityjitter 64 64 64
934 velocitymultiplier 0.5
935
936
937
938 // func_stardust effect, used in some maps to indicate teleporters
939 effect EF_STARDUST
940 count 75
941 type static
942 color 0xfff368 0xfff368
943 size 1.0 2.0
944 alpha 64 128 128
945 gravity -0.1
946 airfriction 0.2
947 liquidfriction 0.8
948 originjitter 16 16 64
949 velocityjitter 32 32 0
950 //lightradius 200
951 //lighttime 0
952 //lightcolor 0.4 0.9 0.9
953
954
955 // flare particle and light
956 effect item_respawn
957 countabsolute 1
958 type static
959 color 0x63F2EA 0x63f2EA
960 size 32 32
961 alpha 128 128 128
962 // cloud of particles which expand rapidly and then slow to form a ball
963 effect item_respawn
964 count 64
965 type spark
966 tex 41 41
967 color 0x63F2EA 0x63f2EA
968 size 2 2
969 alpha 256 256 1280
970 //originjitter 24 24 24
971 velocityjitter 256 256 256
972
973
974
975 effect jumppad_activate
976 lightradius 200
977 lightradiusfade 2000
978 lightcolor 2 2 2
979
980
981
982 effect laser_muzzleflash
983 count 1
984 type smoke
985 color 0xFFFFFF 0xFFFFFF
986 tex 0 8
987 size 5 5
988 alpha 64 64 128
989 airfriction 12
990 originjitter 1.5 1.5 1.5
991 velocityjitter 6 6 6
992 velocitymultiplier 0.01
993 lightradius 200
994 lightradiusfade 2000
995 lightcolor 3 0.1 0.1
996
997
998
999 // decal
1000 effect laser_impact
1001 countabsolute 1
1002 type decal
1003 tex 47 47
1004 size 24 24
1005 alpha 256 256 0
1006 originjitter 16 16 16
1007 lightradius 200
1008 lightradiusfade 500
1009 lightcolor 8 0.4 0.4
1010 // flare effect
1011 effect laser_impact
1012 countabsolute 1
1013 type static
1014 tex 39 39
1015 color 0xFF2010 0xFF2010
1016 alpha 256 256 1024
1017 size 24 24
1018 // sparks that rapidly expand and rapidly slow down to form an interesting spherical effect
1019 effect laser_impact
1020 count 256
1021 type spark
1022 color 0x800000 0xFF8020
1023 alpha 256 256 1024
1024 size 4 4
1025 //bounce 1.5
1026 airfriction 6
1027 liquidfriction 6
1028 //originjitter 32 32 32
1029 velocityjitter 256 256 256
1030 effect laser_impact
1031 count 8
1032 type smoke
1033 tex 48 55
1034 color 0x800000 0xFF8020
1035 size 12 12
1036 alpha 128 256 256
1037 originjitter 1 1 1
1038 velocitymultiplier 0.01
1039 velocityjitter 16 16 16
1040 sizeincrease 6
1041
1042
1043
1044 effect shotgun_muzzleflash
1045 count 3
1046 type smoke
1047 color 0x202020 0x404040
1048 tex 0 8
1049 size 5 5
1050 alpha 256 256 512
1051 originjitter 1.5 1.5 1.5
1052 velocityjitter 6 6 6
1053 velocitymultiplier 0.01
1054 lightradius 200
1055 lightradiusfade 2000
1056 lightcolor 2 1.5 0.2
1057 sizeincrease 12
1058 velocitymultiplier 0.05
1059 effect shotgun_muzzleflash
1060 count 10
1061 type spark
1062 tex 40 40
1063 color 0xFFFDD9 0xff5a00
1064 size 2 2
1065 alpha 0 128 1024
1066 originjitter 1 1 1
1067 velocityjitter 444 444 444
1068 velocitymultiplier 1.7
1069 gravity 0.3
1070 airfriction 5
1071
1072
1073
1074 // shotgun pellet impact
1075 // decal
1076 effect shotgun_impact
1077 countabsolute 1
1078 type decal
1079 tex 56 59
1080 size 3 3
1081 alpha 256 256 0
1082 originjitter 6 6 6
1083 //lightradius 30
1084 //lightradiusfade 90
1085 //lightcolor 1 1 1
1086 // dust/smoke drifting away from the impact
1087 effect shotgun_impact
1088 count 5
1089 type smoke
1090 tex 0 8
1091 color 0xFFFFFF 0xA37443
1092 size 7 7
1093 alpha 0 64 32
1094 originjitter 1 1 1
1095 airfriction 7
1096 liquidfriction 16
1097 velocityjitter 100 100 100
1098 sizeincrease 12
1099 velocitymultiplier 0.25
1100 // dust/smoke staying at the impact
1101 effect shotgun_impact
1102 count 1
1103 type smoke
1104 tex 0 8
1105 color 0xFFFFFF 0xFFFFFF
1106 size 17 17
1107 alpha 64 64 32
1108 sizeincrease 4
1109 // sparks
1110 effect shotgun_impact
1111 notunderwater
1112 count 20
1113 type spark
1114 tex 40 40
1115 color 0xFDFFD9 0xFDFFD9
1116 size 0.6 0.6
1117 alpha 256 256 768
1118 gravity 1
1119 bounce 1
1120 airfriction 5
1121 originjitter 1 1 1
1122 velocityjitter 400 400 400
1123 velocitymultiplier 0.1
1124
1125
1126
1127 effect uzi_muzzleflash
1128 count 2
1129 type static
1130 color 0x202020 0x404040
1131 tex 0 8
1132 size 5 5
1133 alpha 256 256 512
1134 originjitter 1.5 1.5 1.5
1135 velocityjitter 1 1 1
1136 velocitymultiplier 0.03
1137 lightradius 200
1138 lightradiusfade 2000
1139 lightcolor 2 1.5 0.2
1140 gravity -0.1
1141 effect uzi_muzzleflash
1142 count 20
1143 type spark
1144 tex 40 40
1145 color 0xFFFDD9 0xFFFDD9
1146 size 2 2
1147 alpha 0 128 1024
1148 originjitter 1 1 1
1149 velocityjitter 300 300 300
1150 velocitymultiplier 0.5
1151 airfriction 12
1152 /*
1153 // explosion
1154 effect uzi_muzzleflash
1155 count 3
1156 type smoke
1157 tex 48 55
1158 size 20 5
1159 alpha 255 255 2024
1160 color 0xFF9600 0x0090ff
1161 */
1162
1163
1164 // decal
1165 effect machinegun_impact
1166 countabsolute 1
1167 type decal
1168 tex 56 59
1169 size 5 5
1170 alpha 256 256 0
1171 originjitter 6 6 6
1172 lightradius 80
1173 lightradiusfade 800
1174 lightcolor 6 3.6 0.6
1175 // dust/smoke drifting away from the impact
1176 effect machinegun_impact
1177 count 5
1178 type smoke
1179 tex 0 8
1180 color 0xFFFFFF 0xA37443
1181 size 7 7
1182 alpha 0 64 32
1183 originjitter 1 1 1
1184 airfriction 7
1185 liquidfriction 16
1186 velocityjitter 100 100 100
1187 sizeincrease 12
1188 velocitymultiplier 0.25
1189 // dust/smoke staying at the impact
1190 effect machinegun_impact
1191 count 1
1192 type smoke
1193 tex 0 8
1194 color 0xFFFFFF 0xFFFFFF
1195 size 17 17
1196 alpha 64 64 32
1197 sizeincrease 4
1198 // sparks
1199 effect machinegun_impact
1200 notunderwater
1201 count 20
1202 type spark
1203 tex 40 40
1204 color 0xFDFFD9 0xFDFFD9
1205 size 0.3 0.3
1206 alpha 256 256 768
1207 gravity 1
1208 bounce 1
1209 airfriction 5
1210 originjitter 1 1 1
1211 velocityjitter 400 400 400
1212 velocitymultiplier 0.1
1213
1214
1215
1216 effect grenadelauncher_muzzleflash
1217 count 3
1218 type smoke
1219 color 0x202020 0x404040
1220 tex 0 8
1221 size 5 5
1222 alpha 256 256 512
1223 originjitter 1.5 1.5 1.5
1224 airfriction 12
1225 velocityjitter 20 20 20
1226 velocitymultiplier 0.03
1227 lightradius 200
1228 lightradiusfade 2000
1229 lightcolor 2 1.5 0.2
1230 effect grenadelauncher_muzzleflash
1231 count 30
1232 type spark
1233 tex 40 40
1234 color 0xFFFDD9 0xFFFDD9
1235 size 3 3
1236 alpha 0 128 1024
1237 originjitter 1 1 1
1238 velocityjitter 300 300 300
1239 velocitymultiplier 0.5
1240 airfriction 12
1241
1242
1243
1244 // hagar trail
1245 // smoke
1246 effect TR_GRENADE
1247 trailspacing 5
1248 type alphastatic
1249 color 0x303030 0x000000
1250 tex 0 8
1251 size 1 2
1252 bounce 1
1253 sizeincrease 5
1254 alpha 200 300 200
1255 lightradius 30
1256 lighttime 0
1257 lightcolor 6 3 1
1258 originjitter 2 2 2
1259 velocityjitter 3 3 3
1260 velocitymultiplier -0.02
1261 //gravity -0.11
1262 // fire
1263 effect TR_GRENADE
1264 notunderwater
1265 trailspacing 2
1266 type static
1267 color 0xffdf72 0x811200
1268 tex 48 55
1269 size 4 4
1270 sizeincrease -15
1271 alpha 100 144 588
1272 airfriction 8
1273 velocityjitter 32 32 32
1274 velocitymultiplier -1.5
1275 // bubbles
1276 effect TR_GRENADE
1277 underwater
1278 trailspacing 8
1279 type bubble
1280 tex 62 62
1281 color 0x404040 0x808080
1282 size 1 1
1283 alpha 256 256 256
1284 gravity -0.125
1285 bounce 1.5
1286 liquidfriction 4
1287 velocityjitter 16 16 16
1288
1289
1290
1291 // mortar trail
1292 // smoke
1293 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1294 notunderwater
1295 trailspacing 5
1296 type alphastatic
1297 color 0x303030 0x000000
1298 tex 0 8
1299 size 3 3
1300 bounce 1
1301 sizeincrease 11
1302 alpha 100 200 400
1303 originjitter 2 2 2
1304 velocityjitter 3 3 3
1305 velocitymultiplier -0.02
1306 gravity -0.11
1307 //marker
1308 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1309 type alphastatic
1310 color 0xFF0000 0xFF0000
1311 tex 62 62
1312 size 1 1 
1313 sizeincrease -0.1
1314 trailspacing 1
1315 alpha 256 256 720
1316 // bubbles
1317 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1318 underwater
1319 trailspacing 16
1320 type bubble
1321 tex 62 62
1322 color 0x404040 0x808080
1323 size 1 1
1324 alpha 256 256 256
1325 gravity -0.125
1326 bounce 1.5
1327 liquidfriction 4
1328 velocityjitter 16 16 16
1329
1330
1331
1332 // decal
1333 effect grenade_explode
1334 countabsolute 1
1335 type decal
1336 tex 8 16
1337 size 48 48
1338 alpha 256 256 0
1339 originjitter 40 40 40
1340 lightradius 250
1341 lightradiusfade 400
1342 lightcolor 8 4 1
1343 // fire effect which expands then slows
1344 effect grenade_explode
1345 notunderwater
1346 count 80
1347 type static
1348 tex 48 55
1349 color 0xe03f00 0x5e0000
1350 size 16 26
1351 sizeincrease 20
1352 alpha 128 228 356
1353 bounce 4.5
1354 airfriction 8
1355 liquidfriction 8
1356 originjitter 8 8 8
1357 velocityjitter 256 256 256
1358 // fire effect which make brigt dot inside
1359 effect grenade_explode
1360 notunderwater
1361 count 30
1362 type static
1363 tex 48 55
1364 color 0xe03f00 0xffdf92
1365 size 6 16
1366 sizeincrease 40
1367 alpha 228 328 756
1368 bounce 1
1369 airfriction 8
1370 liquidfriction 8
1371 originjitter 8 8 8
1372 velocityjitter 256 256 256
1373 // smoke
1374 effect grenade_explode
1375 type alphastatic
1376 notunderwater
1377 tex 0 8
1378 count 20
1379 size 20 40
1380 sizeincrease 34
1381 alpha 500 600 556
1382 velocityjitter 256 256 256
1383 airfriction 5
1384 color 0x000000 0x111111
1385 bounce 6
1386 // underwater bubbles
1387 effect grenade_explode
1388 underwater
1389 count 32
1390 type bubble
1391 tex 62 62
1392 color 0x404040 0x808080
1393 size 3 3
1394 alpha 128 256 64
1395 gravity -0.125
1396 bounce 1.5
1397 liquidfriction 0.25
1398 originjitter 16 16 16
1399 velocityjitter 96 96 96
1400 // bouncing sparks
1401 effect grenade_explode
1402 notunderwater
1403 count 16
1404 type spark
1405 color 0x903010 0xFFD030
1406 size 2 2
1407 tex 40 40
1408 alpha 256 256 384
1409 gravity 1
1410 airfriction 0.2
1411 bounce 1.5
1412 liquidfriction 0.8
1413 velocityoffset 0 0 80
1414 velocityjitter 256 256 256
1415
1416
1417
1418 effect electro_muzzleflash
1419 count 1
1420 type smoke
1421 color 0x202020 0x404040
1422 tex 0 8
1423 size 5 5
1424 alpha 256 256 512
1425 originjitter 1.5 1.5 1.5
1426 velocityjitter 6 6 6
1427 velocitymultiplier 0.01
1428 lightradius 200
1429 lightradiusfade 2000
1430 lightcolor 2 1.5 0.2
1431 effect electro_muzzleflash
1432 count 30
1433 type spark
1434 tex 31 31
1435 color 0xD9FDFF 0xD9FDFF
1436 size 3 3
1437 alpha 0 128 1024
1438 originjitter 1 1 1
1439 velocityjitter 300 300 300
1440 velocitymultiplier 0.5
1441 airfriction 12
1442
1443
1444
1445 // electro trail
1446 // glowing vapor trail
1447 effect TR_NEXUIZPLASMA
1448 trailspacing 2
1449 type static
1450 color 0x283880 0x283880
1451 size 3 3
1452 tex 62 62
1453 alpha 256 256 968
1454 //velocityjitter 16 16 16
1455 lightradius 90
1456 lighttime 0
1457 lightcolor 1.5 3 6
1458 velocitymultiplier -0.1
1459 // bright sparks
1460 effect TR_NEXUIZPLASMA
1461 trailspacing 6
1462 count 3
1463 type snow
1464 tex 42 42
1465 color 0x629dff 0x0018ff
1466 size 2 4
1467 sizeincrease -20
1468 alpha 444 512 1866
1469 bounce 1
1470 velocityoffset 0 0 15
1471 airfriction 12
1472 originjitter 1 1 1
1473 velocityjitter 50 50 50
1474
1475
1476
1477 // decal
1478 effect electro_impact
1479 countabsolute 1
1480 type decal
1481 tex 59 59
1482 size 32 32
1483 alpha 256 256 0
1484 originjitter 20 20 20
1485 lightradius 250
1486 lightradiusfade 250
1487 lightcolor 3.125 4.375 10
1488 // flare effect
1489 effect electro_impact
1490 countabsolute 1
1491 type static
1492 tex 38 38
1493 color 0x80C0FF 0x80C0FF
1494 size 12 32
1495 alpha 256 256 512
1496 // cloud of bouncing sparks
1497 effect electro_impact
1498 count 60
1499 type smoke
1500 tex 42 42
1501 color 0x629dff 0x0018ff
1502 size 36 36
1503 sizeincrease -50
1504 alpha 256 256 1024
1505 bounce 2
1506 gravity -0.3
1507 airfriction 6
1508 originjitter 1 1 1
1509 velocityjitter 512 512 512
1510 // inner cloud of smoke
1511 effect electro_impact
1512 count 60
1513 type smoke
1514 color 0x629dff 0x0018ff
1515 tex 0 8
1516 size 20 24
1517 sizeincrease 50
1518 alpha 200 256 512
1519 airfriction 30
1520 originjitter 20 20 20
1521 velocityjitter 320 320 320
1522
1523 // decal
1524 effect electro_ballexplode
1525 countabsolute 1
1526 type decal
1527 tex 59 59
1528 size 32 32
1529 alpha 256 256 0
1530 originjitter 20 20 20
1531 lightradius 250
1532 lightradiusfade 250
1533 lightcolor 3.125 4.375 10
1534 // flare effect
1535 effect electro_ballexplode
1536 countabsolute 1
1537 type static
1538 tex 38 38
1539 color 0x80C0FF 0x80C0FF
1540 size 32 32
1541 alpha 256 256 512
1542 // cloud of bouncing sparks
1543 effect electro_ballexplode
1544 count 128
1545 type spark
1546 tex 41 41
1547 color 0xFDFFD9 0xFDFFD9
1548 size 16 16
1549 alpha 256 256 1024
1550 bounce 2
1551 //airfriction 2
1552 originjitter 1 1 1
1553 velocityjitter 512 512 512
1554 // inner cloud of smoke
1555 effect electro_ballexplode
1556 count 16
1557 type smoke
1558 color 0x202020 0x404040
1559 tex 0 8
1560 size 24 24
1561 alpha 256 256 512
1562 originjitter 20 20 20
1563 velocityjitter 32 32 32
1564
1565
1566
1567 // decal
1568 effect electro_combo
1569 countabsolute 1
1570 type decal
1571 tex 59 59
1572 size 64 64
1573 alpha 256 256 0
1574 originjitter 34 34 34
1575 lightradius 400
1576 lightradiusfade 300
1577 lightcolor 4 5 6
1578 // flare effect
1579 effect electro_combo
1580 countabsolute 1
1581 type static
1582 tex 38 38
1583 color 0x80C0FF 0x80C0FF
1584 size 48 48
1585 alpha 128 128 64
1586 // large sparks
1587 effect electro_combo
1588 count 20
1589 type static
1590 color 0x2030FF 0x80C0FF
1591 size 32 32
1592 alpha 256 256 256
1593 bounce 2
1594 airfriction 6
1595 liquidfriction 16
1596 //velocityoffset 0 0 120
1597 velocityjitter 512 512 512
1598 effect electro_combo
1599 count 64
1600 type spark
1601 tex 41 41
1602 color 0xFDFFD9 0xFDFFD9
1603 size 16 16
1604 alpha 444 512 866
1605 bounce 2
1606 //airfriction 2
1607 originjitter 1 1 1
1608 velocityjitter 512 512 512
1609 // inner cloud of smoke
1610 effect electro_combo
1611 count 0.25
1612 type smoke
1613 color 0x202020 0x404040
1614 tex 0 8
1615 size 24 24
1616 alpha 256 256 256
1617 originjitter 20 20 20
1618 velocityjitter 32 32 32
1619
1620
1621
1622 effect crylink_muzzleflash
1623 count 1
1624 type smoke
1625 color 0x202020 0x404040
1626 tex 0 8
1627 size 5 5
1628 alpha 128 128 256
1629 originjitter 1.5 1.5 1.5
1630 velocityjitter 6 6 6
1631 velocitymultiplier 0.01
1632 lightradius 200
1633 lightradiusfade 2000
1634 lightcolor 2 1.5 0.2
1635 effect crylink_muzzleflash
1636 count 10
1637 type spark
1638 tex 40 40
1639 color 0xA080C0 0xA080C0
1640 size 3 3
1641 alpha 0 128 1024
1642 originjitter 1 1 1
1643 velocityjitter 200 200 200
1644 velocitymultiplier 0.3
1645 airfriction 12
1646
1647
1648
1649 // crylink impact effect
1650 // decal
1651 effect crylink_impact
1652 countabsolute 1
1653 type decal
1654 tex 47 47
1655 size 8 8
1656 alpha 256 256 0
1657 originjitter 12 12 12
1658 //lightradius 60
1659 //lightradiusfade 300
1660 //lightcolor 3.2 0.4 4
1661 // purple flare effect
1662 effect crylink_impact
1663 countabsolute 1
1664 type static
1665 tex 39 39
1666 color 0x504060 0x504060
1667 size 8 8
1668 alpha 256 256 512
1669 // purple sparks
1670 effect crylink_impact
1671 count 20
1672 type spark
1673 tex 41 41
1674 color 0xA040C0 0xA040C0
1675 bounce 2
1676 size 4 4
1677 alpha 256 256 1024
1678 velocityjitter 256 256 256
1679 // purple splash
1680 effect crylink_impact
1681 count 3
1682 type static
1683 color 0xE070FF 0xE070FF
1684 size 8 8
1685 alpha 256 256 512
1686 velocityjitter 8 8 8
1687 // purple splash
1688 effect crylink_impact
1689 count 3
1690 type static
1691 color 0xE070FF 0xE070FF
1692 size 8 8
1693 alpha 256 256 1024
1694 velocityjitter 32 32 32
1695
1696
1697
1698 effect nex_muzzleflash
1699 count 10
1700 type smoke
1701 color 0x202020 0x404040
1702 tex 0 8
1703 size 16 16
1704 alpha 128 128 192
1705 originjitter 4 4 4
1706 velocityjitter 24 24 24
1707 velocitymultiplier 0.02
1708 lightradius 200
1709 lightradiusfade 200
1710 lightcolor 2 2.5 3
1711 effect nex_muzzleflash
1712 count 150
1713 type spark
1714 tex 41 41
1715 color 0xD9FDFF 0xD9FDFF
1716 size 3 3
1717 alpha 0 128 1024
1718 originjitter 1 1 1
1719 velocityjitter 600 600 600
1720 velocitymultiplier 0.5
1721 airfriction 9
1722
1723
1724
1725 //// nex beam
1726 //effect nex_beam
1727 //countabsolute 1
1728 //type beam
1729 //tex 60 60
1730 //color 0xFFFFFF 0xFFFFFF
1731 //size 6 6
1732 //alpha 128 128 192
1733 // nex beam: ring smoke
1734 effect nex_beam
1735 trailspacing 32
1736 color 0x1680A0 0x1680A0
1737 size 4 4
1738 tex 32 32
1739 alpha 64 128 64
1740 airfriction 5
1741 sizeincrease 2
1742 type static
1743 // nex beam: drifting smoke
1744 effect nex_beam
1745 trailspacing 6
1746 color 0x5080A0 0x5080A0
1747 size 1 1
1748 tex 0 8
1749 alpha 32 64 32
1750 airfriction 9
1751 sizeincrease 8
1752 velocityjitter 64 64 64
1753 type static
1754 // nex beam: bright core
1755 effect nex_beam
1756 trailspacing 6
1757 color 0x80CDFF 0x80CDFF
1758 size 4 4
1759 //tex 48 55
1760 alpha 256 256 1280
1761 type static
1762 //sparks
1763 effect nex_beam
1764 trailspacing 8
1765 color 0x1680A0 0x1680A0
1766 size 1 1
1767 tex 63 63
1768 alpha 64 128 80
1769 airfriction 5
1770 gravity -0.01
1771 type snow
1772
1773 // nex impact
1774 // decal
1775 effect nex_impact
1776 countabsolute 1
1777 type decal
1778 tex 47 47
1779 size 24 24
1780 alpha 256 256 0
1781 originjitter 16 16 16
1782 lightradius 200
1783 lightradiusfade 250
1784 lightcolor 4 6 8
1785 // shockwave
1786 effect nex_impact
1787 countabsolute 1
1788 type static
1789 tex 34 34
1790 size 16 16
1791 alpha 100 100 300
1792 sizeincrease 200
1793
1794
1795 // flare effect
1796 effect nex_impact
1797 countabsolute 1
1798 type static
1799 tex 37 37
1800 color 0x80C0FF 0x80C0FF
1801 size 8 8
1802 alpha 256 256 256
1803 // small sparks which form a sphere as they slow down
1804 //effect nex_impact
1805 //count 256
1806 //type spark
1807 //color 0x2030FF 0x80C0FF
1808 //size 1 2
1809 //alpha 256 256 512
1810 //bounce 2
1811 //airfriction 8
1812 //liquidfriction 8
1813 //velocityjitter 384 384 384
1814 // small sparks which glow brightly but live briefly
1815 effect nex_impact
1816 count 128
1817 type spark
1818 tex 41 41
1819 color 0xD9FDFF 0xD9FDFF
1820 size 4 4
1821 alpha 0 128 512
1822 bounce 2
1823 velocityjitter 600 600 600
1824 velocitymultiplier 0.5
1825 airfriction 9
1826
1827
1828
1829 effect hagar_muzzleflash
1830 count 4
1831 type smoke
1832 color 0x202020 0x404040
1833 tex 0 8
1834 size 5 5
1835 alpha 256 256 512
1836 originjitter 1.5 1.5 1.5
1837 velocityjitter 6 6 6
1838 velocitymultiplier 0.01
1839 lightradius 200
1840 lightradiusfade 2000
1841 lightcolor 2 1.5 0.2
1842 effect hagar_muzzleflash
1843 count 30
1844 type spark
1845 tex 40 40
1846 color 0xFFFDD9 0xFFFDD9
1847 size 3 3
1848 alpha 0 128 1024
1849 originjitter 1 1 1
1850 velocityjitter 300 300 300
1851 velocitymultiplier 0.5
1852 airfriction 12
1853
1854
1855
1856 effect hagar_bounce
1857 count 4
1858 type smoke
1859 color 0x202020 0x404040
1860 tex 0 8
1861 size 5 5
1862 alpha 256 256 256
1863 originjitter 1.5 1.5 1.5
1864 velocityjitter 6 6 6
1865 velocitymultiplier 0.01
1866 lightradius 60
1867 lightradiusfade 300
1868 lightcolor 2 1.5 0.2
1869 effect hagar_bounce
1870 count 30
1871 type spark
1872 tex 40 40
1873 color 0xFFFDD9 0xFFFDD9
1874 size 3 3
1875 alpha 0 256 256
1876 gravity 1
1877 bounce 1.5
1878 originjitter 1 1 1
1879 velocityjitter 600 600 600
1880 velocitymultiplier 0.5
1881 airfriction 12
1882
1883
1884
1885 // decal
1886 effect hagar_explode
1887 countabsolute 1
1888 type decal
1889 tex 8 16
1890 size 28 38
1891 alpha 256 256 0
1892 originjitter 40 40 40
1893 lightradius 250
1894 lightradiusfade 400
1895 lightcolor 8 4 1
1896 // fire effect which make bright dot inside
1897 effect hagar_explode
1898 notunderwater
1899 count 12
1900 type smoke
1901 tex 48 55
1902 color 0xffe955 0xff5a00
1903 size 16 26
1904 sizeincrease 5
1905 alpha 128 256 456
1906 bounce 1.5
1907 airfriction 8
1908 liquidfriction 8
1909 originjitter 8 8 8
1910 velocityjitter 156 156 156
1911 // fire effect which expands then slows
1912 effect hagar_explode
1913 notunderwater
1914 count 24
1915 type static
1916 tex 48 55
1917 color 0x8f0d00 0xff5a00
1918 size 20 26
1919 sizeincrease 15
1920 alpha 128 256 456
1921 bounce 1.5
1922 airfriction 12
1923 liquidfriction 8
1924 originjitter 8 8 8
1925 velocityjitter 256 256 256
1926
1927 // smoke
1928 effect hagar_explode
1929 type alphastatic
1930 notunderwater
1931 tex 0 8
1932 count 20
1933 size 20 40
1934 sizeincrease 20
1935 alpha 500 600 556
1936 velocityjitter 244 244 244
1937 airfriction 5
1938 color 0x000000 0x111111
1939 bounce 2
1940
1941 // underwater bubbles
1942 effect hagar_explode
1943 underwater
1944 count 32
1945 type bubble
1946 tex 62 62
1947 color 0x404040 0x808080
1948 size 3 3
1949 alpha 128 256 64
1950 gravity -0.125
1951 bounce 1.5
1952 liquidfriction 0.25
1953 originjitter 16 16 16
1954 velocityjitter 96 96 96
1955 // bouncing sparks
1956 effect hagar_explode
1957 notunderwater
1958 count 16
1959 type spark
1960 color 0x903010 0xFFD030
1961 size 2 2
1962 tex 40 40
1963 alpha 256 256 384
1964 gravity 1
1965 airfriction 0.2
1966 bounce 1.5
1967 liquidfriction 0.8
1968 velocityoffset 0 0 80
1969 velocityjitter 256 256 256
1970
1971
1972
1973 effect rocketlauncher_muzzleflash
1974 count 20
1975 type smoke
1976 color 0x202020 0x404040
1977 tex 0 8
1978 size 1 1
1979 sizeincrease 20
1980 alpha 256 256 256
1981 airfriction 2
1982 originjitter 1.5 1.5 1.5
1983 velocityjitter 40 40 40
1984 velocitymultiplier -0.13
1985 //lightradius 200
1986 //lightradiusfade 2000
1987 //lightcolor 2 1.5 0.2
1988 effect rocketlauncher_muzzleflash
1989 count 30
1990 type spark
1991 tex 40 40
1992 color 0xFFFDD9 0xFFFDD9
1993 size 3 3
1994 alpha 0 128 1024
1995 originjitter 1 1 1
1996 velocityjitter 300 300 300
1997 velocitymultiplier 0.5
1998 airfriction 12
1999
2000
2001
2002 // rocket trail
2003 // smoke
2004 effect TR_ROCKET
2005 trailspacing 5
2006 type alphastatic
2007 color 0x303030 0x000000
2008 tex 0 8
2009 size 1 4
2010 bounce 1
2011 sizeincrease 11
2012 alpha 200 300 200
2013 lightradius 150
2014 lighttime 0
2015 lightcolor 6 3 1
2016 originjitter 2 2 2
2017 velocityjitter 3 3 3
2018 velocitymultiplier -0.02
2019 //gravity -0.11
2020 // fire
2021 effect TR_ROCKET
2022 notunderwater
2023 trailspacing 2
2024 type static
2025 color 0xffdf72 0x811200
2026 tex 48 55
2027 size 7 7
2028 sizeincrease -30
2029 alpha 100 144 588
2030 airfriction 8
2031 velocityjitter 32 32 32
2032 velocitymultiplier -1.5
2033 // bubbles
2034 effect TR_ROCKET
2035 underwater
2036 trailspacing 8
2037 type bubble
2038 tex 62 62
2039 color 0x404040 0x808080
2040 size 1 1
2041 alpha 256 256 256
2042 gravity -0.125
2043 bounce 1.5
2044 liquidfriction 4
2045 velocityjitter 16 16 16
2046 // sparks
2047 effect TR_ROCKET
2048 trailspacing 10
2049 type spark
2050 tex 40 40
2051 color 0xFFFDD9 0xFFFDD9
2052 size 1 1
2053 alpha 444 512 1866
2054 //gravity 1
2055 bounce 1
2056 //velocityoffset 0 0 15
2057 airfriction 5
2058 originjitter 1 1 1
2059 velocityjitter 100 100 100
2060 velocitymultiplier -0.31
2061
2062 // rocket explosion (bigger than mortar and hagar)
2063 // decal
2064 effect rocket_explode
2065 countabsolute 1
2066 type decal
2067 tex 8 16
2068 size 72 72
2069 alpha 256 256 0
2070 originjitter 40 40 40
2071 lightradius 400
2072 lightradiusfade 750
2073 lightcolor 8 4 1
2074 // fire effect
2075 effect rocket_explode
2076 notunderwater
2077 count 64
2078 type static
2079 tex 48 55
2080 color 0x8f0d00 0xff5a00
2081 size 33 44
2082 sizeincrease 45
2083 alpha 200 256 512
2084 bounce 1.5
2085 airfriction 8
2086 liquidfriction 8
2087 originjitter 8 8 8
2088 velocityjitter 512 512 512
2089 // fire effect 2
2090 effect rocket_explode
2091 notunderwater
2092 count 28
2093 type smoke
2094 tex 48 55
2095 color 0x8f0d00 0xfffde4
2096 size 33 44
2097 sizeincrease 45
2098 alpha 200 256 612
2099 bounce 1.5
2100 airfriction 19
2101 liquidfriction 19
2102 originjitter 8 8 8
2103 velocityjitter 812 812 812
2104 // smoke
2105 effect rocket_explode
2106 type alphastatic
2107 notunderwater
2108 tex 0 8
2109 count 64
2110 size 20 40
2111 sizeincrease 44
2112 alpha 400 500 456
2113 velocityjitter 444 444 444
2114 airfriction 5
2115 color 0x000000 0x111111
2116 bounce 2
2117 // underwater bubbles
2118 effect rocket_explode
2119 underwater
2120 count 64
2121 type bubble
2122 tex 62 62
2123 color 0x404040 0x808080
2124 size 3 3
2125 alpha 128 256 64
2126 gravity -0.125
2127 bounce 1.5
2128 liquidfriction 0.25
2129 originjitter 16 16 16
2130 velocityjitter 144 144 144
2131 // bouncing sparks
2132 effect rocket_explode
2133 notunderwater
2134 count 64
2135 type spark
2136 tex 40 40
2137 color 0x903010 0xFFD030
2138 size 2 2
2139 sizeincrease 5
2140 alpha 44 256 384
2141 gravity 1
2142 airfriction -1
2143 bounce 1.5
2144 liquidfriction 0.8
2145 velocityoffset 0 0 80
2146 originjitter 16 16 16
2147 velocityjitter 284 284 384
2148
2149
2150
2151 effect grapple_muzzleflash
2152 lightradius 160
2153 lightradiusfade 800
2154 lightcolor 1 0 0
2155
2156
2157
2158 effect grapple_impact
2159 lightradius 160
2160 lightradiusfade 800
2161 lightcolor 1 0 0
2162
2163
2164
2165 effect nex242_misc_laser_beam
2166 countabsolute 1
2167 type beam
2168 tex 60 60
2169 size 1 1
2170 alpha 256 256 64
2171 color 0xff0000 0xff0000
2172 sizeincrease 1
2173
2174 effect nex242_misc_laser_beam_end
2175 count 1
2176 type spark
2177 color 0x8f4333 0xfff31b
2178 size 0.4 0.4
2179 alpha 128 256 768
2180 gravity 1
2181 bounce -1
2182 velocityjitter 64 64 64
2183 velocitymultiplier 100
2184
2185
2186
2187 effect nex242_misc_laser_beam_fast
2188 countabsolute 1
2189 type beam
2190 tex 60 60
2191 size 1 1
2192 alpha 256 256 640
2193 color 0xff0000 0xff0000
2194 sizeincrease 0.1
2195
2196 effect nex242_misc_laser_beam_fast_end
2197 count 1
2198 type spark
2199 color 0x8f4333 0xfff31b
2200 size 0.4 0.4
2201 alpha 128 256 768
2202 gravity 1
2203 bounce -1
2204 velocityjitter 64 64 64
2205 velocitymultiplier 100
2206
2207 // additional laser colors (mike)
2208 effect nex242_misc_laser_green_beam
2209 countabsolute 1
2210 type beam
2211 tex 60 60
2212 size 1 1
2213 alpha 256 256 64
2214 color 0x00ff00 0x00ff00
2215 sizeincrease 1
2216
2217 effect nex242_misc_laser_green_beam_end
2218 count 1
2219 type spark
2220 color 0x8f4333 0xfff31b
2221 size 0.4 0.4
2222 alpha 128 256 768
2223 gravity 1
2224 bounce -1
2225 velocityjitter 64 64 64
2226 velocitymultiplier 100
2227
2228 effect nex242_misc_laser_blue_beam
2229 countabsolute 1
2230 type beam
2231 tex 60 60
2232 size 1 1
2233 alpha 256 256 64
2234 color 0x0000ff 0x0000ff
2235 sizeincrease 1
2236
2237 effect nex242_misc_laser_blue_beam_end
2238 count 1
2239 type spark
2240 color 0x8f4333 0xfff31b
2241 size 0.4 0.4
2242 alpha 128 256 768
2243 gravity 1
2244 bounce -1
2245 velocityjitter 64 64 64
2246 velocitymultiplier 100
2247
2248 effect nex242_misc_laser_yellow_beam
2249 countabsolute 1
2250 type beam
2251 tex 60 60
2252 size 1 1
2253 alpha 256 256 64
2254 color 0xffff00 0xffff00
2255 sizeincrease 1
2256
2257 effect nex242_misc_laser_yellow_beam_end
2258 count 1
2259 type spark
2260 color 0x8f4333 0xfff31b
2261 size 0.4 0.4
2262 alpha 128 256 768
2263 gravity 1
2264 bounce -1
2265 velocityjitter 64 64 64
2266 velocitymultiplier 100
2267
2268 effect nex242_misc_laser_cyan_beam
2269 countabsolute 1
2270 type beam
2271 tex 60 60
2272 size 1 1
2273 alpha 256 256 64
2274 color 0x00ffff 0x00ffff
2275 sizeincrease 1
2276
2277 effect nex242_misc_laser_cyan_beam_end
2278 count 1
2279 type spark
2280 color 0x8f4333 0xfff31b
2281 size 0.4 0.4
2282 alpha 128 256 768
2283 gravity 1
2284 bounce -1
2285 velocityjitter 64 64 64
2286 velocitymultiplier 100
2287
2288 effect nex242_misc_laser_magenta_beam
2289 countabsolute 1
2290 type beam
2291 tex 60 60
2292 size 1 1
2293 alpha 256 256 64
2294 color 0xff00ff 0xff00ff
2295 sizeincrease 1
2296
2297 effect nex242_misc_laser_magenta_beam_end
2298 count 1
2299 type spark
2300 color 0x8f4333 0xfff31b
2301 size 0.4 0.4
2302 alpha 128 256 768
2303 gravity 1
2304 bounce -1
2305 velocityjitter 64 64 64
2306 velocitymultiplier 100
2307
2308 effect nex242_misc_laser_white_beam
2309 countabsolute 1
2310 type beam
2311 tex 60 60
2312 size 1 1
2313 alpha 256 256 64
2314 color 0xffffff 0xffffff
2315 sizeincrease 1
2316
2317 effect nex242_misc_laser_white_beam_end
2318 count 1
2319 type spark
2320 color 0x8f4333 0xfff31b
2321 size 0.4 0.4
2322 alpha 128 256 768
2323 gravity 1
2324 bounce -1
2325 velocityjitter 64 64 64
2326 velocitymultiplier 100
2327
2328 effect nex242_misc_laser_black_beam
2329 countabsolute 1
2330 type beam
2331 tex 60 60
2332 size 1 1
2333 alpha 256 256 64
2334 color 0x000000 0x000000
2335 sizeincrease 1
2336
2337 effect nex242_misc_laser_black_beam_end
2338 count 1
2339 type spark
2340 color 0x8f4333 0xfff31b
2341 size 0.4 0.4
2342 alpha 128 256 768
2343 gravity 1
2344 bounce -1
2345 velocityjitter 64 64 64
2346 velocitymultiplier 100
2347
2348 effect nex242_misc_laser_orange_beam
2349 countabsolute 1
2350 type beam
2351 tex 60 60
2352 size 1 1
2353 alpha 256 256 64
2354 color 0xff6600 0xff6600
2355 sizeincrease 1
2356
2357 effect nex242_misc_laser_orange_beam_end
2358 count 1
2359 type spark
2360 color 0x8f4333 0xfff31b
2361 size 0.4 0.4
2362 alpha 128 256 768
2363 gravity 1
2364 bounce -1
2365 velocityjitter 64 64 64
2366 velocitymultiplier 100
2367
2368
2369
2370
2371 // bigger crylink impact effect
2372 // decal
2373 effect crylink_impactbig
2374 countabsolute 1
2375 type decal
2376 tex 47 47
2377 size 24 24
2378 alpha 256 256 0
2379 originjitter 12 12 12
2380 //lightradius 200
2381 //lightradiusfade 800
2382 //lightcolor 3.2 0.4 4
2383 // purple flare effect
2384 effect crylink_impactbig
2385 countabsolute 1
2386 type static
2387 tex 39 39
2388 color 0x504060 0x504060
2389 size 24 24
2390 alpha 256 256 512
2391 // purple sparks
2392 effect crylink_impactbig
2393 count 80
2394 type spark
2395 tex 41 41
2396 color 0xA040C0 0xA040C0
2397 bounce 2
2398 size 6 6
2399 alpha 256 256 1024
2400 velocityjitter 512 512 512
2401 // purple splash
2402 effect crylink_impactbig
2403 count 3
2404 type static
2405 color 0xE070FF 0xE070FF
2406 size 16 16
2407 alpha 256 256 512
2408 velocityjitter 32 32 32
2409 // purple splash
2410 effect crylink_impactbig
2411 count 6
2412 type static
2413 color 0xE070FF 0xE070FF
2414 size 16 16
2415 alpha 256 256 1024
2416 velocityjitter 256 256 256
2417
2418 // Zero-violence effects
2419
2420 // impact effect indicating damage
2421 effect damage_hit
2422 count 1
2423 type static
2424 color 0x20FF30 0x80FFC0
2425 size 1 1
2426 alpha 256 256 256
2427 gravity -0.4
2428 bounce 1.5
2429 airfriction 8
2430 liquidfriction 16
2431 //velocityoffset 0 0 120
2432 velocityjitter 16 16 16
2433
2434 // effect for removing player model
2435 // "teleport"
2436 effect damage_dissolve
2437 count 96
2438 type static
2439 color 0x66FF66 0xFFFFFF
2440 size 10 10
2441 alpha 64 128 128
2442 airfriction 1
2443 liquidfriction 4
2444 originoffset 0 0 28
2445 originjitter 16 16 28
2446 velocityjitter 0 0 256
2447 // flare
2448 effect damage_dissolve
2449 countabsolute 1
2450 type static
2451 tex 38 38
2452 color 0x00FF00 0x99FF99
2453 size 32 32
2454 alpha 256 256 196
2455 // large sparks
2456 effect damage_dissolve
2457 count 20
2458 type static
2459 color 0x00FF00 0x99FF99
2460 size 16 16
2461 alpha 256 256 256
2462 //gravity 1
2463 bounce 1.5
2464 airfriction 4
2465 liquidfriction 16
2466 //velocityoffset 0 0 120
2467 velocityjitter 512 512 512
2468
2469 // decal
2470 effect laser_deadly
2471 countabsolute 1
2472 type decal
2473 tex 56 59
2474 size 5 5
2475 alpha 256 256 0
2476 originjitter 6 6 6
2477 // dust/smoke drifting away from the impact
2478 effect laser_deadly
2479 count 0.05 // 50 per second
2480 type smoke
2481 tex 48 55
2482 color 0xFFFFFF 0xFFFFFF
2483 size 3 3
2484 alpha 0 64 64
2485 originjitter 1 1 1
2486 airfriction 7
2487 liquidfriction 16
2488 velocityjitter 15 15 15
2489 sizeincrease 2
2490 velocitymultiplier 20
2491 // sparks
2492 effect laser_deadly
2493 notunderwater
2494 count 0.05 // 50 per second
2495 type spark
2496 tex 40 40
2497 color 0xFDFFD9 0xFDFFD9
2498 size 0.6 0.6
2499 alpha 256 256 768
2500 gravity 1
2501 bounce 1
2502 airfriction 5
2503 originjitter 1 1 1
2504 velocityjitter 100 100 100
2505 velocitymultiplier 100
2506
2507
2508 //torch
2509 //fire
2510 effect torch_small
2511 //notunderwater
2512 count 16
2513 type smoke
2514 tex 48 55
2515 size 1 11
2516 alpha 200 256 512
2517 gravity -0.5
2518 color 0x8f0d00 0xff5a00
2519 //bounce 1
2520 sizeincrease -1
2521 originjitter 5 5 5
2522 velocityjitter 1 1 50
2523 // smoke
2524 effect torch_small
2525 type alphastatic
2526 count 8
2527 tex 0 8
2528 size 5 10
2529 sizeincrease 5
2530 alpha 200 256 200
2531 color 0x000000 0x111111
2532 gravity -0.3
2533 originjitter 3 3 3
2534 velocityjitter 11 11 50
2535 //bounce 1
2536
2537 //fountain01
2538 effect fountain01
2539 count 32
2540 tex 0 8
2541 size 10 15
2542 alpha 0 100 100
2543 gravity 0.6
2544 bounce 1
2545 sizeincrease 20
2546 type snow
2547 bounce 1
2548 originjitter 5 5 5
2549 velocityjitter 81 81 150
2550 color 0x7cbaff 0xcfd1ff
2551 velocitymultiplier 2