]> icculus.org git repositories - divverent/nexuiz.git/blob - data/effectinfo.txt
add 100% optional sv_gentle.
[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_SPIKE
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 color 0x8f4333 0xfff31b
606 size 0.4 0.4
607 alpha 0 256 768
608 gravity 1
609 bounce -1
610 velocityoffset 0 0 80
611 velocityjitter 64 64 64
612 velocitymultiplier 1
613
614 // nex impact
615 // decal
616 effect TE_PLASMABURN
617 countabsolute 1
618 type decal
619 tex 47 47
620 size 24 24
621 alpha 256 256 0
622 originjitter 16 16 16
623 lightradius 200
624 lightradiusfade 400
625 lightcolor 1 1 1
626 // flare effect
627 effect TE_PLASMABURN
628 countabsolute 1
629 type static
630 tex 37 37
631 color 0x80C0FF 0x80C0FF
632 size 8 8
633 alpha 256 256 512
634 /*
635 // experimental
636 effect TE_PLASMABURN
637 count 64
638 type static
639 color 0x2030FF 0x80C0FF
640 size 2 4
641 alpha 256 256 512
642 bounce 1.5
643 airfriction 8
644 liquidfriction 8
645 velocityjitter 512 512 512
646 */
647 // small sparks which form a sphere as they slow down
648 effect TE_PLASMABURN
649 count 256
650 type spark
651 color 0x2030FF 0x80C0FF
652 size 1 2
653 alpha 256 256 1024
654 bounce 2
655 airfriction 8
656 liquidfriction 8
657 velocityjitter 128 128 128
658
659 // quake effect
660 effect TE_SMALLFLASH
661 lightradius 200
662 lightradiusfade 1000
663 lightcolor 2 2 2
664
665 // quake effect
666 effect TE_FLAMEJET
667 count 1
668 type smoke
669 color 0x6f0f00 0xe3974f
670 size 4 4
671 alpha 64 128 384
672 gravity -1
673 bounce 1.1
674 airfriction 1
675 liquidfriction 4
676 velocityjitter 128 128 128
677 velocitymultiplier 1
678
679 // quake effect
680 effect TE_LAVASPLASH
681 count 64
682 type alphastatic
683 color 0x6f0f00 0xe3974f
684 size 12 12
685 alpha 256 256 256
686 gravity 0.05
687 originoffset 0 0 32
688 originjitter 128 128 32
689 velocityoffset 0 0 256
690 velocityjitter 128 128 0
691
692 // player teleport effect
693 effect TE_TELEPORT
694 count 112
695 type static
696 color 0xA0A0A0 0xFFFFFF
697 size 10 10
698 alpha 64 128 256
699 airfriction 1
700 liquidfriction 4
701 originoffset 0 0 28
702 originjitter 16 16 28
703 velocityjitter 0 0 256
704
705 // nex beam
706 effect TE_TEI_G3
707 countabsolute 1
708 type beam
709 tex 60 60
710 color 0xFFFFFF 0xFFFFFF
711 size 4 4
712 alpha 128 128 256
713 // experimental
714 effect TE_TEI_G3
715 trailspacing 2
716 type static
717 color 0x202020 0x404040
718 size 1 1
719 alpha 256 256 512
720 airfriction -4
721 //liquidfriction -4
722 velocityjitter 8 8 8
723 type smoke
724 /*
725 // experimental
726 effect TE_TEI_G3
727 trailspacing 1
728 type static
729 tex 0 8
730 color 0x202020 0x404040
731 size 1 1
732 sizeincrease 1
733 alpha 256 256 128
734 gravity -0.01
735 //bounce 1.5
736 //airfriction 4
737 //liquidfriction 4
738 //velocityoffset 0 0 80
739 //velocityjitter 4 4 4
740 */
741
742 // smoke effect
743 effect TE_TEI_SMOKE
744 count 0.333
745 type smoke
746 color 0x202020 0x404040
747 tex 0 8
748 size 5 5
749 alpha 256 256 512
750 originjitter 1.5 1.5 1.5
751 velocityjitter 6 6 6
752 velocitymultiplier 1
753
754 // rocket explosion (bigger than mortar and hagar)
755 // decal
756 effect TE_TEI_BIGEXPLOSION
757 countabsolute 1
758 type decal
759 tex 8 16
760 size 72 72
761 alpha 256 256 0
762 originjitter 40 40 40
763 lightradius 500
764 lightradiusfade 500
765 lightcolor 4 2 0.5
766 // flare effect
767 effect TE_TEI_BIGEXPLOSION
768 countabsolute 1
769 type static
770 tex 35 37
771 color 0x404040 0x404040
772 size 72 72
773 alpha 192 192 64
774 // fire effect
775 effect TE_TEI_BIGEXPLOSION
776 notunderwater
777 count 256
778 type static
779 tex 48 55
780 color 0x902010 0xFFD080
781 size 16 16
782 alpha 128 128 256
783 bounce 1.5
784 airfriction 4
785 liquidfriction 4
786 originjitter 8 8 8
787 velocityjitter 512 512 512
788 // underwater bubbles
789 effect TE_TEI_BIGEXPLOSION
790 underwater
791 count 64
792 type bubble
793 tex 62 62
794 color 0x404040 0x808080
795 size 3 3
796 alpha 128 256 64
797 gravity -0.125
798 bounce 1.5
799 liquidfriction 0.25
800 originjitter 16 16 16
801 velocityjitter 144 144 144
802 // bouncing sparks
803 effect TE_TEI_BIGEXPLOSION
804 notunderwater
805 count 128
806 type spark
807 color 0x903010 0xFFD030
808 size 2 2
809 alpha 256 256 384
810 gravity 1
811 airfriction 0.2
812 bounce 1.5
813 liquidfriction 0.8
814 velocityoffset 0 0 80
815 velocityjitter 384 384 384
816
817 // electro explosion
818 // decal
819 effect TE_TEI_PLASMAHIT
820 countabsolute 1
821 type decal
822 tex 59 59
823 size 32 32
824 alpha 256 256 0
825 originjitter 20 20 20
826 lightradius 200
827 lightradiusfade 600
828 lightcolor 2.4 4.8 8
829 // flare effect
830 effect TE_TEI_PLASMAHIT
831 countabsolute 1
832 type static
833 tex 38 38
834 color 0x80C0FF 0x80C0FF
835 size 32 32
836 alpha 256 256 512
837 // cloud of bouncing sparks
838 effect TE_TEI_PLASMAHIT
839 count 1
840 type spark
841 color 0x2030FF 0x80C0FF
842 size 2 4
843 alpha 256 256 1024
844 //gravity 1
845 bounce 1.5
846 //velocityoffset 0 0 120
847 velocityjitter 512 512 512
848 /*
849 // inner cloud of smoke
850 effect TE_TEI_PLASMAHIT
851 count 0.25
852 type smoke
853 color 0x202020 0x404040
854 tex 0 8
855 size 24 24
856 alpha 256 256 512
857 originjitter 20 20 20
858 velocityjitter 32 32 32
859 */
860
861
862
863
864
865
866
867
868
869 //////////////////////////////////////////////////
870 // New effects in 2.4
871 //////////////////////////////////////////////////
872
873
874
875 // bloody impact effect indicating damage
876 effect blood
877 count 0.333
878 type blood
879 tex 24 32
880 size 8 8
881 alpha 256 256 64
882 bounce -1
883 airfriction 1
884 liquidfriction 4
885 velocityjitter 64 64 64
886 velocitymultiplier 1
887
888
889
890 // player teleport effect
891 effect teleport
892 count 112
893 type static
894 color 0xA0A0A0 0xFFFFFF
895 size 10 10
896 alpha 64 128 256
897 airfriction 1
898 liquidfriction 4
899 originoffset 0 0 28
900 originjitter 16 16 28
901 velocityjitter 0 0 256
902
903
904
905 // normal super gory blood trail (used by gibs)
906 effect TR_BLOOD
907 trailspacing 16
908 type blood
909 color 0xFFFFFF 0xFFFFFF
910 tex 24 32
911 size 8 8
912 alpha 384 384 192
913 bounce -1
914 airfriction 1
915 liquidfriction 4
916 velocityjitter 64 64 64
917 velocitymultiplier 0.5
918
919
920
921 // thinner blood trail (used by quake zombies)
922 effect TR_SLIGHTBLOOD
923 trailspacing 32
924 type blood
925 color 0xFFFFFF 0xFFFFFF
926 tex 24 32
927 size 8 8
928 alpha 384 384 192
929 bounce -1
930 airfriction 1
931 liquidfriction 4
932 velocityjitter 64 64 64
933 velocitymultiplier 0.5
934
935
936
937 // func_stardust effect, used in some maps to indicate teleporters
938 effect EF_STARDUST
939 count 75
940 type static
941 color 0xfff368 0xfff368
942 size 1.0 2.0
943 alpha 64 128 128
944 gravity -0.1
945 airfriction 0.2
946 liquidfriction 0.8
947 originjitter 16 16 64
948 velocityjitter 32 32 0
949 //lightradius 200
950 //lighttime 0
951 //lightcolor 0.4 0.9 0.9
952
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 effect shotgun_muzzleflash
1058 count 10
1059 type spark
1060 tex 40 40
1061 color 0xFFFDD9 0xFFFDD9
1062 size 2 2
1063 alpha 0 128 1024
1064 originjitter 1 1 1
1065 velocityjitter 200 200 200
1066 velocitymultiplier 0.5
1067 airfriction 12
1068
1069
1070
1071 // shotgun pellet impact
1072 // decal
1073 effect shotgun_impact
1074 countabsolute 1
1075 type decal
1076 tex 56 59
1077 size 3 3
1078 alpha 256 256 0
1079 originjitter 6 6 6
1080 //lightradius 30
1081 //lightradiusfade 90
1082 //lightcolor 1 1 1
1083 // dust/smoke drifting away from the impact
1084 effect shotgun_impact
1085 count 5
1086 type smoke
1087 tex 48 55
1088 color 0xFFFFFF 0xFFFFFF
1089 size 7 7
1090 alpha 0 64 32
1091 originjitter 1 1 1
1092 airfriction 7
1093 liquidfriction 16
1094 velocityjitter 85 85 85
1095 sizeincrease 3
1096 // dust/smoke staying at the impact
1097 effect shotgun_impact
1098 count 1
1099 type smoke
1100 tex 48 55
1101 color 0xFFFFFF 0xFFFFFF
1102 size 7 7
1103 alpha 64 64 32
1104 sizeincrease 3
1105 // sparks
1106 effect shotgun_impact
1107 notunderwater
1108 count 20
1109 type spark
1110 tex 40 40
1111 color 0xFDFFD9 0xFDFFD9
1112 size 0.6 0.6
1113 alpha 256 256 768
1114 gravity 1
1115 bounce 1
1116 airfriction 5
1117 originjitter 1 1 1
1118 velocityjitter 400 400 400
1119 velocitymultiplier 0.1
1120
1121
1122
1123 effect uzi_muzzleflash
1124 count 2
1125 type smoke
1126 color 0x202020 0x404040
1127 tex 0 8
1128 size 5 5
1129 alpha 256 256 512
1130 originjitter 1.5 1.5 1.5
1131 velocityjitter 6 6 6
1132 velocitymultiplier 0.01
1133 lightradius 200
1134 lightradiusfade 2000
1135 lightcolor 2 1.5 0.2
1136 effect uzi_muzzleflash
1137 count 20
1138 type spark
1139 tex 40 40
1140 color 0xFFFDD9 0xFFFDD9
1141 size 2 2
1142 alpha 0 128 1024
1143 originjitter 1 1 1
1144 velocityjitter 300 300 300
1145 velocitymultiplier 0.5
1146 airfriction 12
1147
1148
1149
1150 // decal
1151 effect machinegun_impact
1152 countabsolute 1
1153 type decal
1154 tex 56 59
1155 size 5 5
1156 alpha 256 256 0
1157 originjitter 6 6 6
1158 lightradius 80
1159 lightradiusfade 800
1160 lightcolor 6 3.6 0.6
1161 // dust/smoke drifting away from the impact
1162 effect machinegun_impact
1163 count 5
1164 type smoke
1165 tex 48 55
1166 color 0xFFFFFF 0xFFFFFF
1167 size 7 7
1168 alpha 0 64 32
1169 originjitter 1 1 1
1170 airfriction 7
1171 liquidfriction 16
1172 velocityjitter 85 85 85
1173 sizeincrease 3
1174 // dust/smoke staying at the impact
1175 effect machinegun_impact
1176 count 1
1177 type smoke
1178 tex 48 55
1179 color 0xFFFFFF 0xFFFFFF
1180 size 7 7
1181 alpha 64 64 32
1182 sizeincrease 3
1183 // sparks
1184 effect machinegun_impact
1185 notunderwater
1186 count 20
1187 type spark
1188 tex 40 40
1189 color 0xFDFFD9 0xFDFFD9
1190 size 0.6 0.6
1191 alpha 256 256 768
1192 gravity 1
1193 bounce 1
1194 airfriction 5
1195 originjitter 1 1 1
1196 velocityjitter 400 400 400
1197 velocitymultiplier 0.1
1198
1199
1200
1201 effect grenadelauncher_muzzleflash
1202 count 3
1203 type smoke
1204 color 0x202020 0x404040
1205 tex 0 8
1206 size 5 5
1207 alpha 256 256 512
1208 originjitter 1.5 1.5 1.5
1209 airfriction 12
1210 velocityjitter 20 20 20
1211 velocitymultiplier 0.03
1212 lightradius 200
1213 lightradiusfade 2000
1214 lightcolor 2 1.5 0.2
1215 effect grenadelauncher_muzzleflash
1216 count 30
1217 type spark
1218 tex 40 40
1219 color 0xFFFDD9 0xFFFDD9
1220 size 3 3
1221 alpha 0 128 1024
1222 originjitter 1 1 1
1223 velocityjitter 300 300 300
1224 velocitymultiplier 0.5
1225 airfriction 12
1226
1227
1228
1229 // grenade/hagar trail
1230 // smoke
1231 effect TR_GRENADE
1232 notunderwater
1233 trailspacing 3
1234 type smoke
1235 color 0x303030 0x606060
1236 tex 0 8
1237 size 3 3
1238 alpha 64 64 64
1239 // bubbles
1240 effect TR_GRENADE
1241 underwater
1242 trailspacing 16
1243 type bubble
1244 tex 62 62
1245 color 0x404040 0x808080
1246 size 1 1
1247 alpha 256 256 256
1248 gravity -0.125
1249 bounce 1.5
1250 liquidfriction 4
1251 velocityjitter 16 16 16
1252
1253
1254
1255 // decal
1256 effect grenade_explode
1257 countabsolute 1
1258 type decal
1259 tex 8 16
1260 size 48 48
1261 alpha 256 256 0
1262 originjitter 40 40 40
1263 lightradius 250
1264 lightradiusfade 400
1265 lightcolor 8 4 1
1266 // flare effect
1267 effect grenade_explode
1268 countabsolute 1
1269 type static
1270 tex 35 37
1271 color 0x404040 0x404040
1272 size 48 48
1273 alpha 192 192 64
1274 // fire effect which expands then slows
1275 effect grenade_explode
1276 notunderwater
1277 count 128
1278 type static
1279 tex 48 55
1280 color 0x902010 0xFFD080
1281 size 16 16
1282 alpha 128 128 256
1283 bounce 1.5
1284 airfriction 4
1285 liquidfriction 4
1286 originjitter 8 8 8
1287 velocityjitter 256 256 256
1288 // underwater bubbles
1289 effect grenade_explode
1290 underwater
1291 count 32
1292 type bubble
1293 tex 62 62
1294 color 0x404040 0x808080
1295 size 3 3
1296 alpha 128 256 64
1297 gravity -0.125
1298 bounce 1.5
1299 liquidfriction 0.25
1300 originjitter 16 16 16
1301 velocityjitter 96 96 96
1302 // bouncing sparks
1303 effect grenade_explode
1304 notunderwater
1305 count 32
1306 type spark
1307 color 0x903010 0xFFD030
1308 size 2 2
1309 alpha 256 256 384
1310 gravity 1
1311 airfriction 0.2
1312 bounce 1.5
1313 liquidfriction 0.8
1314 velocityoffset 0 0 80
1315 velocityjitter 256 256 256
1316
1317
1318
1319 effect electro_muzzleflash
1320 count 1
1321 type smoke
1322 color 0x202020 0x404040
1323 tex 0 8
1324 size 5 5
1325 alpha 256 256 512
1326 originjitter 1.5 1.5 1.5
1327 velocityjitter 6 6 6
1328 velocitymultiplier 0.01
1329 lightradius 200
1330 lightradiusfade 2000
1331 lightcolor 2 1.5 0.2
1332 effect electro_muzzleflash
1333 count 30
1334 type spark
1335 tex 41 41
1336 color 0xD9FDFF 0xD9FDFF
1337 size 3 3
1338 alpha 0 128 1024
1339 originjitter 1 1 1
1340 velocityjitter 300 300 300
1341 velocitymultiplier 0.5
1342 airfriction 12
1343
1344
1345
1346 // electro trail
1347 // glowing vapor trail
1348 effect TR_NEXUIZPLASMA
1349 trailspacing 4
1350 type static
1351 color 0x283880 0x283880
1352 size 4 4
1353 alpha 256 256 768
1354 velocityjitter 16 16 16
1355 lightradius 90
1356 lighttime 0
1357 lightcolor 1.5 3 6
1358 velocitymultiplier -0.1
1359 // bright sparks
1360 effect TR_NEXUIZPLASMA
1361 trailspacing 6
1362 count 3
1363 type spark
1364 tex 41 41
1365 color 0xFDFFD9 0xFDFFD9
1366 size 2 2
1367 alpha 444 512 1866
1368 gravity 1
1369 bounce 1
1370 velocityoffset 0 0 15
1371 airfriction 12
1372 originjitter 1 1 1
1373 velocityjitter 200 200 200
1374
1375
1376
1377 // decal
1378 effect electro_impact
1379 countabsolute 1
1380 type decal
1381 tex 59 59
1382 size 32 32
1383 alpha 256 256 0
1384 originjitter 20 20 20
1385 lightradius 250
1386 lightradiusfade 250
1387 lightcolor 3.125 4.375 10
1388 // flare effect
1389 effect electro_impact
1390 countabsolute 1
1391 type static
1392 tex 38 38
1393 color 0x80C0FF 0x80C0FF
1394 size 32 32
1395 alpha 256 256 512
1396 // cloud of bouncing sparks
1397 effect electro_impact
1398 count 128
1399 type spark
1400 tex 41 41
1401 color 0xFDFFD9 0xFDFFD9
1402 size 16 16
1403 alpha 256 256 1024
1404 bounce 2
1405 //airfriction 2
1406 originjitter 1 1 1
1407 velocityjitter 512 512 512
1408 // inner cloud of smoke
1409 effect electro_impact
1410 count 16
1411 type smoke
1412 color 0x202020 0x404040
1413 tex 0 8
1414 size 24 24
1415 alpha 256 256 512
1416 originjitter 20 20 20
1417 velocityjitter 32 32 32
1418
1419 // decal
1420 effect electro_ballexplode
1421 countabsolute 1
1422 type decal
1423 tex 59 59
1424 size 32 32
1425 alpha 256 256 0
1426 originjitter 20 20 20
1427 lightradius 250
1428 lightradiusfade 250
1429 lightcolor 3.125 4.375 10
1430 // flare effect
1431 effect electro_ballexplode
1432 countabsolute 1
1433 type static
1434 tex 38 38
1435 color 0x80C0FF 0x80C0FF
1436 size 32 32
1437 alpha 256 256 512
1438 // cloud of bouncing sparks
1439 effect electro_ballexplode
1440 count 128
1441 type spark
1442 tex 41 41
1443 color 0xFDFFD9 0xFDFFD9
1444 size 16 16
1445 alpha 256 256 1024
1446 bounce 2
1447 //airfriction 2
1448 originjitter 1 1 1
1449 velocityjitter 512 512 512
1450 // inner cloud of smoke
1451 effect electro_ballexplode
1452 count 16
1453 type smoke
1454 color 0x202020 0x404040
1455 tex 0 8
1456 size 24 24
1457 alpha 256 256 512
1458 originjitter 20 20 20
1459 velocityjitter 32 32 32
1460
1461
1462
1463 // decal
1464 effect electro_combo
1465 countabsolute 1
1466 type decal
1467 tex 59 59
1468 size 64 64
1469 alpha 256 256 0
1470 originjitter 34 34 34
1471 lightradius 400
1472 lightradiusfade 300
1473 lightcolor 4 5 6
1474 // flare effect
1475 effect electro_combo
1476 countabsolute 1
1477 type static
1478 tex 38 38
1479 color 0x80C0FF 0x80C0FF
1480 size 48 48
1481 alpha 128 128 64
1482 // large sparks
1483 effect electro_combo
1484 count 20
1485 type static
1486 color 0x2030FF 0x80C0FF
1487 size 32 32
1488 alpha 256 256 256
1489 bounce 2
1490 airfriction 6
1491 liquidfriction 16
1492 //velocityoffset 0 0 120
1493 velocityjitter 512 512 512
1494 effect electro_combo
1495 count 64
1496 type spark
1497 tex 41 41
1498 color 0xFDFFD9 0xFDFFD9
1499 size 16 16
1500 alpha 444 512 866
1501 bounce 2
1502 //airfriction 2
1503 originjitter 1 1 1
1504 velocityjitter 512 512 512
1505 // inner cloud of smoke
1506 effect electro_combo
1507 count 0.25
1508 type smoke
1509 color 0x202020 0x404040
1510 tex 0 8
1511 size 24 24
1512 alpha 256 256 256
1513 originjitter 20 20 20
1514 velocityjitter 32 32 32
1515
1516
1517
1518 effect crylink_muzzleflash
1519 count 1
1520 type smoke
1521 color 0x202020 0x404040
1522 tex 0 8
1523 size 5 5
1524 alpha 128 128 256
1525 originjitter 1.5 1.5 1.5
1526 velocityjitter 6 6 6
1527 velocitymultiplier 0.01
1528 lightradius 200
1529 lightradiusfade 2000
1530 lightcolor 2 1.5 0.2
1531 effect crylink_muzzleflash
1532 count 10
1533 type spark
1534 tex 40 40
1535 color 0xA080C0 0xA080C0
1536 size 3 3
1537 alpha 0 128 1024
1538 originjitter 1 1 1
1539 velocityjitter 200 200 200
1540 velocitymultiplier 0.3
1541 airfriction 12
1542
1543
1544
1545 // crylink impact effect
1546 // decal
1547 effect crylink_impact
1548 countabsolute 1
1549 type decal
1550 tex 47 47
1551 size 8 8
1552 alpha 256 256 0
1553 originjitter 12 12 12
1554 //lightradius 60
1555 //lightradiusfade 300
1556 //lightcolor 3.2 0.4 4
1557 // purple flare effect
1558 effect crylink_impact
1559 countabsolute 1
1560 type static
1561 tex 39 39
1562 color 0x504060 0x504060
1563 size 8 8
1564 alpha 256 256 512
1565 // purple sparks
1566 effect crylink_impact
1567 count 20
1568 type spark
1569 tex 41 41
1570 color 0xA040C0 0xA040C0
1571 bounce 2
1572 size 4 4
1573 alpha 256 256 1024
1574 velocityjitter 256 256 256
1575 // purple splash
1576 effect crylink_impact
1577 count 3
1578 type static
1579 color 0xE070FF 0xE070FF
1580 size 8 8
1581 alpha 256 256 512
1582 velocityjitter 8 8 8
1583 // purple splash
1584 effect crylink_impact
1585 count 3
1586 type static
1587 color 0xE070FF 0xE070FF
1588 size 8 8
1589 alpha 256 256 1024
1590 velocityjitter 32 32 32
1591
1592
1593
1594 effect nex_muzzleflash
1595 count 10
1596 type smoke
1597 color 0x202020 0x404040
1598 tex 0 8
1599 size 16 16
1600 alpha 128 128 192
1601 originjitter 4 4 4
1602 velocityjitter 24 24 24
1603 velocitymultiplier 0.02
1604 lightradius 200
1605 lightradiusfade 200
1606 lightcolor 2 2.5 3
1607 effect nex_muzzleflash
1608 count 150
1609 type spark
1610 tex 41 41
1611 color 0xD9FDFF 0xD9FDFF
1612 size 3 3
1613 alpha 0 128 1024
1614 originjitter 1 1 1
1615 velocityjitter 600 600 600
1616 velocitymultiplier 0.5
1617 airfriction 9
1618
1619
1620
1621 //// nex beam
1622 //effect nex_beam
1623 //countabsolute 1
1624 //type beam
1625 //tex 60 60
1626 //color 0xFFFFFF 0xFFFFFF
1627 //size 6 6
1628 //alpha 128 128 192
1629 // nex beam: ring smoke
1630 effect nex_beam
1631 trailspacing 32
1632 color 0x1680A0 0x1680A0
1633 size 4 4
1634 tex 32 32
1635 alpha 64 128 64
1636 airfriction 5
1637 sizeincrease 2
1638 type static
1639 // nex beam: drifting smoke
1640 effect nex_beam
1641 trailspacing 6
1642 color 0x5080A0 0x5080A0
1643 size 4 4
1644 tex 48 55
1645 alpha 32 64 32
1646 airfriction 9
1647 sizeincrease 4
1648 velocityjitter 64 64 64
1649 type static
1650 // nex beam: bright core
1651 effect nex_beam
1652 trailspacing 6
1653 color 0x80CDFF 0x80CDFF
1654 size 4 4
1655 //tex 48 55
1656 alpha 256 256 1280
1657 type static
1658
1659 // nex impact
1660 // decal
1661 effect nex_impact
1662 countabsolute 1
1663 type decal
1664 tex 47 47
1665 size 24 24
1666 alpha 256 256 0
1667 originjitter 16 16 16
1668 lightradius 200
1669 lightradiusfade 250
1670 lightcolor 4 6 8
1671 // flare effect
1672 effect nex_impact
1673 countabsolute 1
1674 type static
1675 tex 37 37
1676 color 0x80C0FF 0x80C0FF
1677 size 8 8
1678 alpha 256 256 256
1679 // small sparks which form a sphere as they slow down
1680 //effect nex_impact
1681 //count 256
1682 //type spark
1683 //color 0x2030FF 0x80C0FF
1684 //size 1 2
1685 //alpha 256 256 512
1686 //bounce 2
1687 //airfriction 8
1688 //liquidfriction 8
1689 //velocityjitter 384 384 384
1690 // small sparks which glow brightly but live briefly
1691 effect nex_impact
1692 count 128
1693 type spark
1694 tex 41 41
1695 color 0xD9FDFF 0xD9FDFF
1696 size 4 4
1697 alpha 0 128 512
1698 bounce 2
1699 velocityjitter 600 600 600
1700 velocitymultiplier 0.5
1701 airfriction 9
1702
1703
1704
1705 effect hagar_muzzleflash
1706 count 4
1707 type smoke
1708 color 0x202020 0x404040
1709 tex 0 8
1710 size 5 5
1711 alpha 256 256 512
1712 originjitter 1.5 1.5 1.5
1713 velocityjitter 6 6 6
1714 velocitymultiplier 0.01
1715 lightradius 200
1716 lightradiusfade 2000
1717 lightcolor 2 1.5 0.2
1718 effect hagar_muzzleflash
1719 count 30
1720 type spark
1721 tex 40 40
1722 color 0xFFFDD9 0xFFFDD9
1723 size 3 3
1724 alpha 0 128 1024
1725 originjitter 1 1 1
1726 velocityjitter 300 300 300
1727 velocitymultiplier 0.5
1728 airfriction 12
1729
1730
1731
1732 effect hagar_bounce
1733 count 4
1734 type smoke
1735 color 0x202020 0x404040
1736 tex 0 8
1737 size 5 5
1738 alpha 256 256 256
1739 originjitter 1.5 1.5 1.5
1740 velocityjitter 6 6 6
1741 velocitymultiplier 0.01
1742 lightradius 60
1743 lightradiusfade 300
1744 lightcolor 2 1.5 0.2
1745 effect hagar_bounce
1746 count 30
1747 type spark
1748 tex 40 40
1749 color 0xFFFDD9 0xFFFDD9
1750 size 3 3
1751 alpha 0 256 256
1752 gravity 1
1753 bounce 1.5
1754 originjitter 1 1 1
1755 velocityjitter 600 600 600
1756 velocitymultiplier 0.5
1757 airfriction 12
1758
1759
1760
1761 // decal
1762 effect hagar_explode
1763 countabsolute 1
1764 type decal
1765 tex 8 16
1766 size 48 48
1767 alpha 256 256 0
1768 originjitter 40 40 40
1769 lightradius 250
1770 lightradiusfade 400
1771 lightcolor 8 4 1
1772 // flare effect
1773 effect hagar_explode
1774 countabsolute 1
1775 type static
1776 tex 35 37
1777 color 0x404040 0x404040
1778 size 48 48
1779 alpha 192 192 64
1780 // fire effect which expands then slows
1781 effect hagar_explode
1782 notunderwater
1783 count 128
1784 type static
1785 tex 48 55
1786 color 0x902010 0xFFD080
1787 size 16 16
1788 alpha 128 128 256
1789 bounce 1.5
1790 airfriction 4
1791 liquidfriction 4
1792 originjitter 8 8 8
1793 velocityjitter 256 256 256
1794 // underwater bubbles
1795 effect hagar_explode
1796 underwater
1797 count 32
1798 type bubble
1799 tex 62 62
1800 color 0x404040 0x808080
1801 size 3 3
1802 alpha 128 256 64
1803 gravity -0.125
1804 bounce 1.5
1805 liquidfriction 0.25
1806 originjitter 16 16 16
1807 velocityjitter 96 96 96
1808 // bouncing sparks
1809 effect hagar_explode
1810 notunderwater
1811 count 32
1812 type spark
1813 color 0x903010 0xFFD030
1814 size 2 2
1815 alpha 256 256 384
1816 gravity 1
1817 airfriction 0.2
1818 bounce 1.5
1819 liquidfriction 0.8
1820 velocityoffset 0 0 80
1821 velocityjitter 256 256 256
1822
1823
1824
1825 effect rocketlauncher_muzzleflash
1826 count 5
1827 type smoke
1828 color 0x202020 0x404040
1829 tex 0 8
1830 size 5 5
1831 alpha 256 256 256
1832 airfriction 6
1833 originjitter 1.5 1.5 1.5
1834 velocityjitter 40 40 40
1835 velocitymultiplier 0.03
1836 //lightradius 200
1837 //lightradiusfade 2000
1838 //lightcolor 2 1.5 0.2
1839 effect rocketlauncher_muzzleflash
1840 count 30
1841 type spark
1842 tex 40 40
1843 color 0xFFFDD9 0xFFFDD9
1844 size 3 3
1845 alpha 0 128 1024
1846 originjitter 1 1 1
1847 velocityjitter 300 300 300
1848 velocitymultiplier 0.5
1849 airfriction 12
1850
1851
1852
1853 // rocket trail
1854 // smoke
1855 effect TR_ROCKET
1856 trailspacing 6
1857 type smoke
1858 color 0x303030 0x606060
1859 tex 0 8
1860 size 7 7
1861 alpha 32 32 32
1862 lightradius 150
1863 lighttime 0
1864 lightcolor 6 3 1
1865 // fire
1866 effect TR_ROCKET
1867 notunderwater
1868 trailspacing 6
1869 type static
1870 color 0x805010 0xFFA020
1871 tex 0 8
1872 size 6 6
1873 alpha 144 144 288
1874 airfriction 8
1875 velocityjitter 32 32 32
1876 velocitymultiplier -0.5
1877 // bubbles
1878 effect TR_ROCKET
1879 underwater
1880 trailspacing 8
1881 type bubble
1882 tex 62 62
1883 color 0x404040 0x808080
1884 size 1 1
1885 alpha 256 256 256
1886 gravity -0.125
1887 bounce 1.5
1888 liquidfriction 4
1889 velocityjitter 16 16 16
1890 // sparks
1891 effect TR_ROCKET
1892 trailspacing 10
1893 type spark
1894 tex 40 40
1895 color 0xFFFDD9 0xFFFDD9
1896 size 2 2
1897 alpha 444 512 1866
1898 gravity 1
1899 bounce 1
1900 velocityoffset 0 0 15
1901 airfriction 12
1902 originjitter 1 1 1
1903 velocityjitter 200 200 200
1904 velocitymultiplier -0.5
1905
1906
1907
1908 // rocket explosion (bigger than mortar and hagar)
1909 // decal
1910 effect rocket_explode
1911 countabsolute 1
1912 type decal
1913 tex 8 16
1914 size 72 72
1915 alpha 256 256 0
1916 originjitter 40 40 40
1917 lightradius 400
1918 lightradiusfade 400
1919 lightcolor 8 4 1
1920 // flare effect
1921 effect rocket_explode
1922 countabsolute 1
1923 type static
1924 tex 35 37
1925 color 0x404040 0x404040
1926 size 72 72
1927 alpha 192 192 64
1928 // fire effect
1929 effect rocket_explode
1930 notunderwater
1931 count 256
1932 type static
1933 tex 48 55
1934 color 0x902010 0xFFD080
1935 size 16 16
1936 alpha 128 128 256
1937 bounce 1.5
1938 airfriction 4
1939 liquidfriction 4
1940 originjitter 8 8 8
1941 velocityjitter 512 512 512
1942 // underwater bubbles
1943 effect rocket_explode
1944 underwater
1945 count 64
1946 type bubble
1947 tex 62 62
1948 color 0x404040 0x808080
1949 size 3 3
1950 alpha 128 256 64
1951 gravity -0.125
1952 bounce 1.5
1953 liquidfriction 0.25
1954 originjitter 16 16 16
1955 velocityjitter 144 144 144
1956 // bouncing sparks
1957 effect rocket_explode
1958 notunderwater
1959 count 128
1960 type spark
1961 color 0x903010 0xFFD030
1962 size 2 2
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 384 384 384
1970
1971
1972
1973 effect grapple_muzzleflash
1974 lightradius 160
1975 lightradiusfade 800
1976 lightcolor 1 0 0
1977
1978
1979
1980 effect grapple_impact
1981 lightradius 160
1982 lightradiusfade 800
1983 lightcolor 1 0 0
1984
1985
1986
1987 effect misc_laser_beam
1988 countabsolute 1
1989 type beam
1990 tex 60 60
1991 size 1 1
1992 alpha 256 256 64
1993 color 0xff0000 0xff0000
1994 sizeincrease 1
1995
1996 effect misc_laser_beam_end
1997 count 1
1998 type spark
1999 color 0x8f4333 0xfff31b
2000 size 0.4 0.4
2001 alpha 128 256 768
2002 gravity 1
2003 bounce -1
2004 velocityjitter 64 64 64
2005 velocitymultiplier 100
2006
2007
2008
2009 effect misc_laser_beam_fast
2010 countabsolute 1
2011 type beam
2012 tex 60 60
2013 size 1 1
2014 alpha 256 256 640
2015 color 0xff0000 0xff0000
2016 sizeincrease 0.1
2017
2018 effect misc_laser_beam_fast_end
2019 count 1
2020 type spark
2021 color 0x8f4333 0xfff31b
2022 size 0.4 0.4
2023 alpha 128 256 768
2024 gravity 1
2025 bounce -1
2026 velocityjitter 64 64 64
2027 velocitymultiplier 100
2028
2029 // additional laser colors (mike)
2030 effect misc_laser_green_beam
2031 countabsolute 1
2032 type beam
2033 tex 60 60
2034 size 1 1
2035 alpha 256 256 64
2036 color 0x00ff00 0x00ff00
2037 sizeincrease 1
2038
2039 effect misc_laser_green_beam_end
2040 count 1
2041 type spark
2042 color 0x8f4333 0xfff31b
2043 size 0.4 0.4
2044 alpha 128 256 768
2045 gravity 1
2046 bounce -1
2047 velocityjitter 64 64 64
2048 velocitymultiplier 100
2049
2050 effect misc_laser_blue_beam
2051 countabsolute 1
2052 type beam
2053 tex 60 60
2054 size 1 1
2055 alpha 256 256 64
2056 color 0x0000ff 0x0000ff
2057 sizeincrease 1
2058
2059 effect misc_laser_blue_beam_end
2060 count 1
2061 type spark
2062 color 0x8f4333 0xfff31b
2063 size 0.4 0.4
2064 alpha 128 256 768
2065 gravity 1
2066 bounce -1
2067 velocityjitter 64 64 64
2068 velocitymultiplier 100
2069
2070 effect misc_laser_yellow_beam
2071 countabsolute 1
2072 type beam
2073 tex 60 60
2074 size 1 1
2075 alpha 256 256 64
2076 color 0xffff00 0xffff00
2077 sizeincrease 1
2078
2079 effect misc_laser_yellow_beam_end
2080 count 1
2081 type spark
2082 color 0x8f4333 0xfff31b
2083 size 0.4 0.4
2084 alpha 128 256 768
2085 gravity 1
2086 bounce -1
2087 velocityjitter 64 64 64
2088 velocitymultiplier 100
2089
2090 effect misc_laser_cyan_beam
2091 countabsolute 1
2092 type beam
2093 tex 60 60
2094 size 1 1
2095 alpha 256 256 64
2096 color 0x00ffff 0x00ffff
2097 sizeincrease 1
2098
2099 effect misc_laser_cyan_beam_end
2100 count 1
2101 type spark
2102 color 0x8f4333 0xfff31b
2103 size 0.4 0.4
2104 alpha 128 256 768
2105 gravity 1
2106 bounce -1
2107 velocityjitter 64 64 64
2108 velocitymultiplier 100
2109
2110 effect misc_laser_magenta_beam
2111 countabsolute 1
2112 type beam
2113 tex 60 60
2114 size 1 1
2115 alpha 256 256 64
2116 color 0xff00ff 0xff00ff
2117 sizeincrease 1
2118
2119 effect misc_laser_magenta_beam_end
2120 count 1
2121 type spark
2122 color 0x8f4333 0xfff31b
2123 size 0.4 0.4
2124 alpha 128 256 768
2125 gravity 1
2126 bounce -1
2127 velocityjitter 64 64 64
2128 velocitymultiplier 100
2129
2130 effect misc_laser_white_beam
2131 countabsolute 1
2132 type beam
2133 tex 60 60
2134 size 1 1
2135 alpha 256 256 64
2136 color 0xffffff 0xffffff
2137 sizeincrease 1
2138
2139 effect misc_laser_white_beam_end
2140 count 1
2141 type spark
2142 color 0x8f4333 0xfff31b
2143 size 0.4 0.4
2144 alpha 128 256 768
2145 gravity 1
2146 bounce -1
2147 velocityjitter 64 64 64
2148 velocitymultiplier 100
2149
2150 effect misc_laser_black_beam
2151 countabsolute 1
2152 type beam
2153 tex 60 60
2154 size 1 1
2155 alpha 256 256 64
2156 color 0x000000 0x000000
2157 sizeincrease 1
2158
2159 effect misc_laser_black_beam_end
2160 count 1
2161 type spark
2162 color 0x8f4333 0xfff31b
2163 size 0.4 0.4
2164 alpha 128 256 768
2165 gravity 1
2166 bounce -1
2167 velocityjitter 64 64 64
2168 velocitymultiplier 100
2169
2170 effect misc_laser_orange_beam
2171 countabsolute 1
2172 type beam
2173 tex 60 60
2174 size 1 1
2175 alpha 256 256 64
2176 color 0xff6600 0xff6600
2177 sizeincrease 1
2178
2179 effect misc_laser_orange_beam_end
2180 count 1
2181 type spark
2182 color 0x8f4333 0xfff31b
2183 size 0.4 0.4
2184 alpha 128 256 768
2185 gravity 1
2186 bounce -1
2187 velocityjitter 64 64 64
2188 velocitymultiplier 100
2189
2190
2191
2192
2193 // bigger crylink impact effect
2194 // decal
2195 effect crylink_impactbig
2196 countabsolute 1
2197 type decal
2198 tex 47 47
2199 size 24 24
2200 alpha 256 256 0
2201 originjitter 12 12 12
2202 //lightradius 200
2203 //lightradiusfade 800
2204 //lightcolor 3.2 0.4 4
2205 // purple flare effect
2206 effect crylink_impactbig
2207 countabsolute 1
2208 type static
2209 tex 39 39
2210 color 0x504060 0x504060
2211 size 24 24
2212 alpha 256 256 512
2213 // purple sparks
2214 effect crylink_impactbig
2215 count 80
2216 type spark
2217 tex 41 41
2218 color 0xA040C0 0xA040C0
2219 bounce 2
2220 size 6 6
2221 alpha 256 256 1024
2222 velocityjitter 512 512 512
2223 // purple splash
2224 effect crylink_impactbig
2225 count 3
2226 type static
2227 color 0xE070FF 0xE070FF
2228 size 16 16
2229 alpha 256 256 512
2230 velocityjitter 32 32 32
2231 // purple splash
2232 effect crylink_impactbig
2233 count 6
2234 type static
2235 color 0xE070FF 0xE070FF
2236 size 16 16
2237 alpha 256 256 1024
2238 velocityjitter 256 256 256
2239
2240 // Zero-violence effects
2241
2242 // impact effect indicating damage
2243 effect damage_hit
2244 count 1
2245 type static
2246 color 0x20FF30 0x80FFC0
2247 size 1 1
2248 alpha 256 256 256
2249 gravity -0.4
2250 bounce 1.5
2251 airfriction 8
2252 liquidfriction 16
2253 //velocityoffset 0 0 120
2254 velocityjitter 16 16 16
2255
2256 // effect for removing player model
2257 effect damage_dissolve
2258 count 112
2259 type static
2260 color 0x00FF00 0xFFFFFF
2261 size 10 10
2262 alpha 64 128 256
2263 airfriction 1
2264 liquidfriction 4
2265 originoffset 0 0 28
2266 originjitter 16 16 28
2267 velocityjitter 0 0 256
2268