]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - effectinfo.txt
Merge remote branch 'origin/master' into tzork/vehicles-2
[xonotic/xonotic-data.pk3dir.git] / effectinfo.txt
1 // item respawn effect
2 // flare particle and light
3 // used in qcsrc/server/bots.qc:        //te_wizspike(e.origin)
4 // used in qcsrc/server/bots.qc:                //te_wizspike(e.nearestwaypoint.wpnearestpoint)
5 // used in qcsrc/server/havocbot.qc:                    //      te_wizspike(newgoal.origin)
6 effect TE_WIZSPIKE
7 countabsolute 1
8 type static
9 color 0x63F2EA 0x63f2EA
10 size 20 20
11 alpha 128 128 128
12 lightradius 200
13 lightradiusfade 200
14 lightcolor 0.4 0.9 0.9
15 // cloud of particles which expand rapidly and then slow to form a ball
16 effect TE_WIZSPIKE
17 count 50
18 type static
19 color 0x63F2EA 0x63f2EA
20 size 2 2
21 alpha 64 64 64
22 airfriction 2
23 liquidfriction 2
24 originjitter 16 16 16
25 velocityjitter 32 32 32
26
27 // laser impact
28 // decal
29 // used in qcsrc/server/w_seeker.qc:    te_knightspike(org2)
30 effect TE_KNIGHTSPIKE
31 countabsolute 1
32 type decal
33 tex 47 47
34 size 24 24
35 alpha 256 256 0
36 originjitter 16 16 16
37 lightradius 200
38 lightradiusfade 1000
39 lightcolor 4 0.2 0.2
40 // flare effect
41 effect TE_KNIGHTSPIKE
42 countabsolute 1
43 type static
44 tex 39 39
45 color 0xFF2010 0xFF2010
46 alpha 256 256 1024
47 size 24 24
48 // sparks that rapidly expand and rapidly slow down to form an interesting spherical effect
49 effect TE_KNIGHTSPIKE
50 count 128
51 type spark
52 color 0x800000 0xFF8020
53 alpha 256 256 1024
54 size 4 4
55 //bounce 1.5
56 airfriction 6
57 liquidfriction 6
58 //originjitter 32 32 32
59 velocityjitter 256 256 256
60
61 // machinegun bullet impact
62 // bullet impact decal
63 // used nowhere in code
64 effect TE_SPIKE
65 countabsolute 1
66 type decal
67 tex 56 59
68 size 5 5
69 alpha 256 256 0
70 originjitter 6 6 6
71 // dust/smoke drifting away from the impact
72 effect TE_SPIKE
73 count 4
74 type smoke
75 tex 0 8
76 color 0x101010 0x101010
77 size 3 3
78 sizeincrease 3
79 alpha 255 255 256
80 originjitter 0 0 0
81 velocityjitter 8 8 8
82 // dust/smoke staying at the impact
83 effect TE_SPIKE
84 count 0.5
85 type smoke
86 tex 0 8
87 color 0x505050 0x505050
88 size 4 4
89 sizeincrease 4
90 alpha 255 255 128
91 originjitter 0 0 0
92 velocityjitter 0 0 0
93 // bouncing sparks
94 effect TE_SPIKE
95 count 10
96 type spark
97 color 0x8f4333 0xfff31b
98 size 0.4 0.4
99 alpha 0 256 256
100 gravity 1
101 bounce 1.5
102 velocityoffset 0 0 80
103 velocityjitter 64 64 64
104
105 // electro combo explosion
106 // decal
107 // used nowhere in code
108 effect TE_SPIKEQUAD
109 countabsolute 1
110 type decal
111 tex 59 59
112 size 64 64
113 alpha 256 256 0
114 originjitter 34 34 34
115 lightradius 400
116 lightradiusfade 200
117 lightcolor 2 2.5 3
118 // flare effect
119 effect TE_SPIKEQUAD
120 countabsolute 1
121 type static
122 tex 38 38
123 color 0x80C0FF 0x80C0FF
124 size 48 48
125 alpha 256 256 128
126 // large sparks
127 effect TE_SPIKEQUAD
128 count 10
129 type static
130 color 0x2030FF 0x80C0FF
131 size 32 32
132 alpha 256 256 256
133 //gravity 1
134 bounce 1.5
135 airfriction 4
136 liquidfriction 16
137 //velocityoffset 0 0 120
138 velocityjitter 512 512 512
139
140 // quake effect
141 // decal
142 // used nowhere in code
143 effect TE_SUPERSPIKE
144 countabsolute 1
145 type decal
146 tex 56 59
147 size 3 3
148 alpha 256 256 0
149 originjitter 6 6 6
150 // dust/smoke drifting away from the impact
151 effect TE_SUPERSPIKE
152 count 4
153 type smoke
154 tex 0 8
155 color 0x101010 0x101010
156 size 3 3
157 sizeincrease 3
158 alpha 255 255 256
159 originjitter 0 0 0
160 velocityjitter 8 8 8
161 // dust/smoke staying at the impact
162 effect TE_SUPERSPIKE
163 count 0.5
164 type smoke
165 tex 0 8
166 color 0x505050 0x505050
167 size 4 4
168 sizeincrease 4
169 alpha 255 255 128
170 originjitter 0 0 0
171 velocityjitter 0 0 0
172 // sparks that disappear on impact
173 effect TE_SUPERSPIKE
174 count 15
175 type spark
176 color 0x8f4333 0xfff31b
177 size 0.4 0.4
178 alpha 0 256 768
179 gravity 1
180 bounce -1
181 velocityoffset 0 0 80
182 velocityjitter 64 64 64
183
184 // quake effect
185 // decal
186 // used nowhere in code
187 effect TE_SUPERSPIKEQUAD
188 countabsolute 1
189 type decal
190 tex 56 59
191 size 3 3
192 alpha 256 256 0
193 originjitter 6 6 6
194 lightradius 100
195 lightradiusfade 500
196 lightcolor 0.15 0.15 1.5
197 // dust/smoke drifting away from the impact
198 effect TE_SUPERSPIKEQUAD
199 count 4
200 type smoke
201 tex 0 8
202 color 0x101010 0x101010
203 size 3 3
204 sizeincrease 3
205 alpha 255 255 256
206 originjitter 0 0 0
207 velocityjitter 8 8 8
208 // dust/smoke staying at the impact
209 effect TE_SUPERSPIKEQUAD
210 count 0.5
211 type smoke
212 tex 0 8
213 color 0x505050 0x505050
214 size 4 4
215 sizeincrease 4
216 alpha 255 255 128
217 originjitter 0 0 0
218 velocityjitter 0 0 0
219 // sparks that disappear on impact
220 effect TE_SUPERSPIKEQUAD
221 count 15
222 type spark
223 color 0x8f4333 0xfff31b
224 size 0.4 0.4
225 alpha 0 256 768
226 gravity 1
227 bounce -1
228 velocityoffset 0 0 80
229 velocityjitter 64 64 64
230
231 // shotgun pellet impact
232 // decal
233 // used nowhere in code
234 effect TE_GUNSHOT
235 countabsolute 1
236 type decal
237 tex 56 59
238 size 3 3
239 alpha 256 256 0
240 originjitter 6 6 6
241 // dust/smoke drifting away from the impact
242 effect TE_GUNSHOT
243 count 0.8
244 type smoke
245 tex 0 8
246 color 0x101010 0x101010
247 size 3 3
248 sizeincrease 3
249 alpha 128 128 64
250 originjitter 0 0 0
251 velocityjitter 8 8 8
252 // dust/smoke staying at the impact
253 effect TE_GUNSHOT
254 count 0.2
255 type smoke
256 tex 0 8
257 color 0x505050 0x505050
258 size 4 4
259 sizeincrease 4
260 alpha 128 128 64
261 originjitter 0 0 0
262 velocityjitter 0 0 0
263 // bouncing sparks
264 effect TE_GUNSHOT
265 count 2.5
266 type spark
267 color 0x8f4333 0xfff31b
268 size 0.4 0.4
269 alpha 0 64 64
270 gravity 1
271 bounce 1.5
272 velocityoffset 0 0 80
273 velocityjitter 64 64 64
274
275 // crylink impact effect
276 // decal
277 // used nowhere in code
278 effect TE_GUNSHOTQUAD
279 countabsolute 1
280 type decal
281 tex 47 47
282 size 8 8
283 alpha 256 256 0
284 originjitter 12 12 12
285 //lightradius 100
286 //lightradiusfade 300
287 //lightcolor 0.5 0.5 0.5
288 // purple flare effect
289 effect TE_GUNSHOTQUAD
290 countabsolute 1
291 type static
292 tex 39 39
293 color 0x504060 0x504060
294 size 8 8
295 alpha 256 256 512
296 // purple sparks
297 effect TE_GUNSHOTQUAD
298 count 6
299 type spark
300 color 0xA040C0 0xFFFFFF
301 size 1 1
302 alpha 128 128 384
303 gravity 1
304 bounce 1.5
305 velocityoffset 0 0 80
306 velocityjitter 128 128 128
307
308 // mortar/hagar explosion (smaller than rocket)
309 // decal
310 // used in qcsrc/server/cl_client.qc:   te_explosion(org)
311 effect TE_EXPLOSION
312 countabsolute 1
313 type decal
314 tex 8 16
315 size 48 48
316 alpha 256 256 0
317 originjitter 40 40 40
318 lightradius 150
319 lightradiusfade 300
320 lightcolor 4 2 0.5
321 // flare effect
322 effect TE_EXPLOSION
323 countabsolute 1
324 type static
325 tex 35 37
326 color 0x404040 0x404040
327 size 48 48
328 alpha 192 192 64
329 // fire effect which expands then slows
330 effect TE_EXPLOSION
331 notunderwater
332 count 64
333 type static
334 tex 48 55
335 color 0x902010 0xFFD080
336 size 16 16
337 alpha 128 128 256
338 bounce 1.5
339 airfriction 4
340 liquidfriction 4
341 originjitter 8 8 8
342 velocityjitter 256 256 256
343 // underwater bubbles
344 effect TE_EXPLOSION
345 underwater
346 count 16
347 type bubble
348 tex 62 62
349 color 0x404040 0x808080
350 size 3 3
351 alpha 128 256 64
352 gravity -0.125
353 bounce 1.5
354 liquidfriction 0.25
355 originjitter 16 16 16
356 velocityjitter 96 96 96
357 // bouncing sparks
358 effect TE_EXPLOSION
359 notunderwater
360 count 16
361 type spark
362 color 0x903010 0xFFD030
363 size 2 2
364 alpha 256 256 384
365 gravity 1
366 airfriction 0.2
367 bounce 1.5
368 liquidfriction 0.8
369 velocityoffset 0 0 80
370 velocityjitter 256 256 256
371
372 // quake effect
373 // decal
374 // used nowhere in code
375 effect TE_EXPLOSIONQUAD
376 countabsolute 1
377 type decal
378 tex 8 16
379 size 48 48
380 alpha 256 256 0
381 originjitter 40 40 40
382 lightradius 350
383 lightradiusfade 700
384 lightcolor 4 2 8
385 // smoke cloud
386 effect TE_EXPLOSIONQUAD
387 notunderwater
388 count 16
389 type smoke
390 color 0x202020 0x404040
391 tex 0 8
392 size 12 12
393 alpha 32 32 64
394 velocityjitter 48 48 48
395 // underwater bubbles
396 effect TE_EXPLOSIONQUAD
397 underwater
398 count 16
399 type bubble
400 tex 62 62
401 color 0x404040 0x808080
402 size 3 3
403 alpha 128 256 64
404 gravity -0.125
405 bounce 1.5
406 liquidfriction 0.25
407 originjitter 16 16 16
408 velocityjitter 96 96 96
409 // sparks which go through walls
410 effect TE_EXPLOSIONQUAD
411 notunderwater
412 count 64
413 type spark
414 color 0x903010 0xFFD030
415 size 1 1
416 alpha 0 256 512
417 gravity 1
418 airfriction 0.2
419 liquidfriction 0.8
420 velocityoffset 0 0 80
421 velocityjitter 256 256 256
422
423 // quake effect
424 // decal
425 // used in qcsrc/server/keyhunt.qc:     te_tarexplosion(lostkey.origin)
426 effect TE_TAREXPLOSION
427 countabsolute 1
428 type decal
429 tex 8 16
430 size 48 48
431 alpha 256 256 0
432 originjitter 40 40 40
433 lightradius 600
434 lightradiusfade 1200
435 lightcolor 1.6 0.8 2
436 // smoke cloud
437 effect TE_TAREXPLOSION
438 notunderwater
439 count 16
440 type smoke
441 color 0x202020 0x404040
442 tex 0 8
443 size 12 12
444 alpha 32 32 64
445 velocityjitter 48 48 48
446 // underwater bubbles
447 effect TE_TAREXPLOSION
448 underwater
449 count 16
450 type bubble
451 tex 62 62
452 color 0x404040 0x808080
453 size 3 3
454 alpha 128 256 64
455 gravity -0.125
456 bounce 1.5
457 liquidfriction 0.25
458 originjitter 16 16 16
459 velocityjitter 96 96 96
460 // sparks which go through walls
461 effect TE_TAREXPLOSION
462 notunderwater
463 count 64
464 type spark
465 color 0x903010 0xFFD030
466 size 1 1
467 alpha 0 256 512
468 gravity 1
469 airfriction 0.2
470 liquidfriction 0.8
471 velocityoffset 0 0 80
472 velocityjitter 256 256 256
473
474 // bloody impact effect indicating damage
475 // used nowhere in code
476 effect TE_BLOOD
477 count 0.167
478 type blood
479 tex 24 32
480 size 8 8
481 alpha 256 256 64
482 bounce -1
483 airfriction 1
484 liquidfriction 4
485 velocityjitter 64 64 64
486 velocitymultiplier 1
487 staincolor 0x808080 0x808080
488 staintex 16 24
489
490
491
492 // sparks (quake effect)
493 // used in qcsrc/server/antilag.qc:             te_spark(antilag_takebackorigin(e, time - e.antilag_debug), '0 0 0', 32)
494 // used in qcsrc/server/g_triggers.qc:  self.mdl = "TE_SPARK"
495 effect TE_SPARK
496 count 0.5
497 type spark
498 tex 40 40
499 color 0x8f4333 0xfff31b
500 size 0.4 0.6
501 alpha 64 256 768
502 gravity 1
503 bounce -1
504 velocityoffset 0 0 80
505 velocityjitter 64 64 64
506 velocitymultiplier 1
507
508 // nex impact
509 // decal
510 // used in qcsrc/server/bots.qc:                te_plasmaburn(org)
511 effect TE_PLASMABURN
512 countabsolute 1
513 type decal
514 tex 47 47
515 size 24 24
516 alpha 256 256 0
517 originjitter 16 16 16
518 lightradius 200
519 lightradiusfade 400
520 lightcolor 1 1 1
521 // flare effect
522 effect TE_PLASMABURN
523 countabsolute 1
524 type static
525 tex 37 37
526 color 0x80C0FF 0x80C0FF
527 size 8 8
528 alpha 256 256 512
529 // small sparks which form a sphere as they slow down
530 effect TE_PLASMABURN
531 count 128
532 type spark
533 color 0x2030FF 0x80C0FF
534 size 1 2
535 alpha 256 256 1024
536 bounce 2
537 airfriction 8
538 liquidfriction 8
539 velocityjitter 128 128 128
540
541 // quake effect
542 // used in qcsrc/server/bots.qc:        //te_smallflash((e.absmin + e.absmax) * 0.5)
543 // used in qcsrc/server/bots.qc:                //te_smallflash((e.absmin + e.absmax) * 0.5)
544 effect TE_SMALLFLASH
545 lightradius 200
546 lightradiusfade 1000
547 lightcolor 2 2 2
548
549 // quake effect
550 // used nowhere in code
551 effect TE_FLAMEJET
552 count 0.5
553 type smoke
554 color 0x6f0f00 0xe3974f
555 size 4 4
556 alpha 64 128 384
557 gravity -1
558 bounce 1.1
559 airfriction 1
560 liquidfriction 4
561 velocityjitter 128 128 128
562 velocitymultiplier 1
563
564 // quake effect
565 // used nowhere in code
566 effect TE_LAVASPLASH
567 count 32
568 type alphastatic
569 color 0x6f0f00 0xe3974f
570 size 12 12
571 alpha 256 256 256
572 gravity 0.05
573 originoffset 0 0 32
574 originjitter 128 128 32
575 velocityoffset 0 0 256
576 velocityjitter 128 128 0
577
578 // player teleport effect
579 // used nowhere in code
580 effect TE_TELEPORT
581 count 56
582 type static
583 color 0xA0A0A0 0xFFFFFF
584 size 10 10
585 alpha 64 128 256
586 airfriction 1
587 liquidfriction 4
588 originoffset 0 0 28
589 originjitter 16 16 28
590 velocityjitter 0 0 256
591
592 // nex beam
593 // used in qcsrc/server/w_minstanex.qc: trailparticles(world, particleeffectnum("TE_TEI_G3"), w_shotorg, trace_endpos)
594 // used in qcsrc/client/particles.qc:           trailparticles(world, particleeffectnum("TE_TEI_G3"), shotorg, endpos)
595 effect TE_TEI_G3
596 countabsolute 1
597 type beam
598 tex 200 200
599 color 0xFFFFFF 0xFFFFFF
600 size 4 4
601 alpha 128 128 256
602 // experimental
603 effect TE_TEI_G3
604 trailspacing 4
605 type static
606 color 0x202020 0x404040
607 size 1 1
608 alpha 256 256 512
609 airfriction -4
610 //liquidfriction -4
611 velocityjitter 8 8 8
612 type smoke
613
614 // smoke effect
615 // used nowhere in code
616 effect TE_TEI_SMOKE
617 count 0.167
618 type smoke
619 color 0x202020 0x404040
620 tex 0 8
621 size 5 5
622 alpha 256 256 512
623 originjitter 1.5 1.5 1.5
624 velocityjitter 6 6 6
625 velocitymultiplier 1
626
627 // rocket explosion (bigger than mortar and hagar)
628 // decal
629 // used nowhere in code
630 effect TE_TEI_BIGEXPLOSION
631 countabsolute 1
632 type decal
633 tex 8 16
634 size 72 72
635 alpha 256 256 0
636 originjitter 40 40 40
637 lightradius 500
638 lightradiusfade 500
639 lightcolor 4 2 0.5
640 // flare effect
641 effect TE_TEI_BIGEXPLOSION
642 countabsolute 1
643 type static
644 tex 35 37
645 color 0x404040 0x404040
646 size 72 72
647 alpha 192 192 64
648 // fire effect
649 effect TE_TEI_BIGEXPLOSION
650 notunderwater
651 count 128
652 type static
653 tex 48 55
654 color 0x902010 0xFFD080
655 size 16 16
656 alpha 128 128 256
657 bounce 1.5
658 airfriction 4
659 liquidfriction 4
660 originjitter 8 8 8
661 velocityjitter 512 512 512
662 // underwater bubbles
663 effect TE_TEI_BIGEXPLOSION
664 underwater
665 count 32
666 type bubble
667 tex 62 62
668 color 0x404040 0x808080
669 size 3 3
670 alpha 128 256 64
671 gravity -0.125
672 bounce 1.5
673 liquidfriction 0.25
674 originjitter 16 16 16
675 velocityjitter 144 144 144
676 // bouncing sparks
677 effect TE_TEI_BIGEXPLOSION
678 notunderwater
679 count 64
680 type spark
681 color 0x903010 0xFFD030
682 size 2 2
683 alpha 256 256 384
684 gravity 1
685 airfriction 0.2
686 bounce 1.5
687 liquidfriction 0.8
688 velocityoffset 0 0 80
689 velocityjitter 384 384 384
690
691 // electro explosion
692 // decal
693 // used nowhere in code
694 effect TE_TEI_PLASMAHIT
695 countabsolute 1
696 type decal
697 tex 59 59
698 size 32 32
699 alpha 256 256 0
700 originjitter 20 20 20
701 lightradius 200
702 lightradiusfade 600
703 lightcolor 2.4 4.8 8
704 // flare effect
705 effect TE_TEI_PLASMAHIT
706 countabsolute 1
707 type static
708 tex 38 38
709 color 0x80C0FF 0x80C0FF
710 size 32 32
711 alpha 256 256 512
712 // cloud of bouncing sparks
713 effect TE_TEI_PLASMAHIT
714 count 0.5
715 type spark
716 color 0x2030FF 0x80C0FF
717 size 2 4
718 alpha 256 256 1024
719 //gravity 1
720 bounce 1.5
721 //velocityoffset 0 0 120
722 velocityjitter 512 512 512
723
724
725
726
727
728
729
730
731
732 //////////////////////////////////////////////////
733 // New effects in 2.4
734 //////////////////////////////////////////////////
735
736
737
738 // bloody impact effect indicating damage
739 // used in qcsrc/client/gibs.qc:        pointparticles(particleeffectnum("blood"), self.origin + '0 0 1', '0 0 30', 10)
740 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("blood"), org, vel, amount * 16)
741 effect blood
742 count 0.167
743 type blood
744 tex 24 32
745 size 3 8
746 alpha 256 256 64
747 color 0xA8FFFF 0xA8FFFFF
748 bounce -1
749 airfriction 1
750 liquidfriction 4
751 velocityjitter 64 64 64
752 velocitymultiplier 5
753 staincolor 0x808080 0x808080
754 staintex 16 24
755 //blood mist
756 effect blood
757 countabsolute 1
758 type alphastatic
759 tex 0 8
760 size 25 30
761 alpha 100 256 400
762 color 0x000000 0x420000
763 originjitter 11 11 11
764
765
766 // player teleport effect
767 // used in qcsrc/server/t_teleporters.qc:               pointparticles(particleeffectnum("teleport"), player.origin, '0 0 0', 1)
768 // used in qcsrc/server/t_teleporters.qc:               pointparticles(particleeffectnum("teleport"), to + v_forward * 32, '0 0 0', 1)
769 effect teleport
770 count 500
771 type spark
772 tex 64 64
773 color 0xff8400 0xff2a00
774 size 1 1
775 alpha 0 256 100
776 stretchfactor 2
777 //gravity 1
778 bounce 1.5
779 originjitter 1 1 1
780 velocityjitter 1000 1000 1500
781 velocitymultiplier 0.5
782 airfriction 2
783 stretchfactor 0.6
784 effect teleport
785 countabsolute 1
786 type smoke
787 tex 65 65
788 size 150 150
789 alpha 190 190 180
790 sizeincrease -80
791 color 0xff8400 0xff2a00
792
793
794
795 // normal super gory blood trail (used by gibs)
796 // used in qcsrc/client/gibs.qc:                trailparticles(self, particleeffectnum("TR_BLOOD"), oldorg, self.origin)
797 effect TR_BLOOD
798 trailspacing 32
799 type blood
800 color 0xA8FFFF 0xA8FFFF
801 tex 24 32
802 size 8 8
803 alpha 384 384 192
804 bounce -1
805 airfriction 1
806 liquidfriction 4
807 velocityjitter 64 64 64
808 velocitymultiplier 0.5
809 staincolor 0x808080 0x808080
810 staintex 16 24
811
812
813
814 // thinner blood trail (used by quake zombies)
815 // used in qcsrc/client/gibs.qc:                trailparticles(self, particleeffectnum("TR_SLIGHTBLOOD"), oldorg, self.origin)
816 effect TR_SLIGHTBLOOD
817 trailspacing 64
818 type blood
819 color 0xA8FFFF 0xA8FFFF
820 tex 24 32
821 size 8 8
822 alpha 384 384 192
823 bounce -1
824 airfriction 1
825 liquidfriction 4
826 velocityjitter 64 64 64
827 velocitymultiplier 0.5
828 staincolor 0x808080 0x808080
829 staintex 16 24
830
831
832
833 // func_stardust effect, used in some maps to indicate teleporters
834 // used in qcsrc/server/g_triggers.qc:  self.effects = EF_STARDUST
835 // used in qcsrc/server/portals.qc:     portal.effects = EF_STARDUST | EF_BLUE
836 effect EF_STARDUST
837 count 37.5
838 type static
839 color 0xfff368 0xfff368
840 size 1.0 2.0
841 alpha 64 128 128
842 gravity -0.1
843 airfriction 0.2
844 liquidfriction 0.8
845 originjitter 16 16 64
846 velocityjitter 32 32 0
847 //lightradius 200
848 //lighttime 0
849 //lightcolor 0.4 0.9 0.9
850
851 // flare particle and light
852 // used in qcsrc/server/t_items.qc:     //pointparticles(particleeffectnum("item_respawn"), self.origin + self.mins_z * '0 0 1' + '0 0 48', '0 0 0', 1)
853 // used in qcsrc/server/t_items.qc:     pointparticles(particleeffectnum("item_respawn"), self.origin + 0.5 * (self.mins + self.maxs), '0 0 0', 1)
854 effect item_respawn
855 countabsolute 1
856 type static
857 color 0x63F2EA 0x63f2EA
858 size 32 32
859 alpha 128 128 128
860 // cloud of particles which expand rapidly and then slow to form a ball
861 effect item_respawn
862 count 128
863 type spark
864 tex 41 41
865 color 0x63F2EA 0x63f2EA
866 size 2 2
867 alpha 256 256 1280
868 //originjitter 24 24 24
869 velocityjitter 256 256 256
870
871
872
873 // used in qcsrc/server/t_jumppads.qc:                  pointparticles(particleeffectnum("jumppad_activate"), other.origin, other.velocity, 1)
874 effect jumppad_activate
875 lightradius 200
876 lightradiusfade 2000
877 lightcolor 2 2 2
878
879
880
881 // used in qcsrc/server/w_hlac.qc:      pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
882 // used in qcsrc/server/w_hlac.qc:      pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
883 // used in qcsrc/server/w_laser.qc:     pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
884 effect laser_muzzleflash
885 // glow and light
886 countabsolute 1
887 type smoke
888 color 0xcc0000 0xff0000
889 tex 65 65
890 size 10 15
891 alpha 256 512 6280
892 airfriction 10
893 sizeincrease -100
894 stretchfactor 2
895 lightradius 200
896 lightradiusfade 2000
897 lightcolor 3 0.1 0.1
898 // electricity
899 effect laser_muzzleflash
900 count 3
901 type spark
902 color 0xb44215 0xff0000
903 tex 43 43
904 size 5 7
905 alpha 256 512 6280
906 airfriction 10
907 originjitter 2 2 2
908 velocityjitter 150 150 150
909 velocitymultiplier 0.2
910 sizeincrease -100
911 stretchfactor 2.3
912 rotate -180 180 4000 -4000
913 // fire
914 effect laser_muzzleflash
915 count 6
916 type spark
917 color 0xff4200 0xff0000
918 tex 8 15
919 size 7 9
920 alpha 256 512 6280
921 airfriction 12
922 originjitter 2 2 2
923 velocityjitter 100 100 100
924 velocitymultiplier 0.2
925 sizeincrease -100
926 stretchfactor 2
927
928
929 // decal
930 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("laser_impact"), org2, backoff * 1000, 1)
931 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("laser_impact"), org2, backoff * 1000, 1)
932 effect laser_impact
933 countabsolute 1
934 type decal
935 tex 47 47
936 size 24 24
937 alpha 256 256 0
938 originjitter 14 14 14
939 lightradius 200
940 lightradiusfade 500
941 lightcolor 8 0.4 0.4
942 // flare effect
943 effect laser_impact
944 countabsolute 1
945 type static
946 tex 39 39
947 color 0xFF2010 0xFF2010
948 alpha 256 256 1024
949 size 24 24
950 // sparks that rapidly expand and rapidly slow down to form an interesting spherical effect
951 effect laser_impact
952 count 128
953 type spark
954 color 0x800000 0xFF8020
955 alpha 256 256 1024
956 size 4 4
957 //bounce 1.5
958 airfriction 6
959 liquidfriction 6
960 //originjitter 32 32 32
961 velocityjitter 256 256 256
962 effect laser_impact
963 count 4
964 type smoke
965 tex 48 55
966 color 0x800000 0xFF8020
967 size 12 12
968 alpha 128 256 256
969 originjitter 1 1 1
970 velocitymultiplier 0.01
971 velocityjitter 16 16 16
972 sizeincrease 6
973
974
975
976 // used in qcsrc/server/w_campingrifle.qc:      pointparticles(particleeffectnum("shotgun_muzzleflash"), w_shotorg, w_shotdir * 2000, 1)
977 // used in qcsrc/server/w_shotgun.qc:   pointparticles(particleeffectnum("shotgun_muzzleflash"), w_shotorg, w_shotdir * 1000, cvar("g_balance_shotgun_primary_ammo"))
978 // used in qcsrc/server/w_shotgun.qc:   pointparticles(particleeffectnum("shotgun_muzzleflash"), w_shotorg, w_shotdir * 1000, cvar("g_balance_shotgun_secondary_ammo"))
979 effect shotgun_muzzleflash
980 count 1.5
981 type smoke
982 color 0x202020 0x404040
983 tex 0 8
984 size 5 5
985 alpha 256 256 512
986 originjitter 1.5 1.5 1.5
987 velocityjitter 6 6 6
988 velocitymultiplier 0.01
989 lightradius 200
990 lightradiusfade 2000
991 lightcolor 2 1.5 0.2
992 sizeincrease 12
993 velocitymultiplier 0.05
994 effect shotgun_muzzleflash
995 count 16
996 type spark
997 tex 48 55
998 color 0xffdb96 0xff5400
999 size 10 20
1000 alpha 0 128 1024
1001 originjitter 1 1 1
1002 velocityjitter 100 100 100
1003 airfriction 5
1004 stretchfactor 2.5
1005 velocitymultiplier 0.5
1006
1007 // shotgun pellet impact
1008 // decal
1009 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("shotgun_impact"), org2, backoff * 1000, 1)
1010 effect shotgun_impact
1011 countabsolute 1
1012 type decal
1013 tex 56 59
1014 size 5 8
1015 alpha 256 256 0
1016 originjitter 10 10 10
1017 //lightradius 30
1018 //lightradiusfade 90
1019 //lightcolor 1 1 1
1020 // dust/smoke drifting away from the impact
1021 effect shotgun_impact
1022 type alphastatic
1023 notunderwater
1024 tex 0 8
1025 count 1
1026 size 10 20
1027 sizeincrease 25
1028 alpha 300 550 756
1029 velocityjitter 150 150 150
1030 velocitymultiplier 0.2
1031 airfriction 5
1032 color 0x473a37 0x0b0a07
1033 rotate 0 360 -50 50
1034 // dust/smoke staying at the impact
1035 effect shotgun_impact
1036 type alphastatic
1037 notunderwater
1038 tex 36 36
1039 count 0.2
1040 size 10 11
1041 sizeincrease 74
1042 alpha 200 350 500
1043 velocityjitter 11 11 11
1044 airfriction 5
1045 color 0x201d1a 0x000000
1046 bounce 6
1047 velocitymultiplier 0.03
1048 rotate 0 360 -50 50
1049 // sparks
1050 effect shotgun_impact
1051 notunderwater
1052 count 0.5
1053 type spark
1054 tex 40 40
1055 color 0xFDFFD9 0xFDFFD9
1056 size 0.6 0.6
1057 alpha 0 356 268
1058 gravity 1
1059 bounce 1.5
1060 airfriction 1.1
1061 originjitter 1 1 1
1062 velocityjitter 200 200 200
1063 velocitymultiplier 0.2
1064
1065
1066 // used in qcsrc/server/w_uzi.qc:       pointparticles(particleeffectnum("uzi_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1067 effect uzi_muzzleflash
1068 count 1
1069 type static
1070 color 0x202020 0x404040
1071 tex 0 8
1072 size 5 5
1073 alpha 256 256 512
1074 originjitter 1.5 1.5 1.5
1075 velocityjitter 1 1 1
1076 velocitymultiplier 0.03
1077 lightradius 200
1078 lightradiusfade 2000
1079 lightcolor 2 1.5 0.2
1080 gravity -0.1
1081 effect uzi_muzzleflash
1082 count 10
1083 type spark
1084 tex 40 40
1085 color 0xFFFDD9 0xFFFDD9
1086 size 2 2
1087 alpha 0 128 1024
1088 originjitter 1 1 1
1089 velocityjitter 300 300 300
1090 velocitymultiplier 0.5
1091 airfriction 12
1092
1093
1094 // used in qcsrc/server/cl_client.qc:   //pointparticles(particleeffectnum("machinegun_impact"), self.origin + self.view_ofs + '0 0 7', '0 0 0', 1)
1095 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("machinegun_impact"), org2, backoff * 1000, 1)
1096 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("machinegun_impact"), org2, backoff * 1000, 1)
1097 // decal
1098 effect machinegun_impact
1099 countabsolute 1
1100 type decal
1101 tex 56 59
1102 size 5 5
1103 alpha 256 256 0
1104 originjitter 10 10 10
1105 lightradius 80
1106 lightradiusfade 800
1107 lightcolor 6 3.6 0.6
1108 // dust/smoke drifting away from the impact
1109 effect machinegun_impact
1110 type alphastatic
1111 notunderwater
1112 tex 0 8
1113 count 1.5
1114 size 10 20
1115 sizeincrease 15
1116 alpha 300 550 456
1117 velocityjitter 150 150 150
1118 velocitymultiplier 0.1
1119 airfriction 5
1120 color 0x473a37 0x0b0a07
1121 rotate 0 360 -50 50
1122 // dust/smoke staying at the impact
1123 effect machinegun_impact
1124 type alphastatic
1125 notunderwater
1126 tex 36 36
1127 count 0.5
1128 size 10 11
1129 sizeincrease 74
1130 alpha 200 350 500
1131 velocityjitter 11 11 11
1132 airfriction 5
1133 color 0x201d1a 0x000000
1134 bounce 6
1135 velocitymultiplier 0.03
1136 rotate 0 360 -50 50
1137 //debris
1138 effect machinegun_impact
1139 type alphastatic
1140 notunderwater
1141 tex 66 68
1142 count 1
1143 size 1 5
1144 airfriction 1
1145 gravity 1.4
1146 alpha 300 550 256
1147 velocityjitter 350 350 350
1148 velocitymultiplier 0.2
1149 bounce 1.7
1150 color 0x63493e 0xffffff
1151 rotate 0 360 -500 500
1152 // sparks
1153 effect machinegun_impact
1154 notunderwater
1155 count 1
1156 type spark
1157 tex 40 40
1158 color 0xFDFFD9 0xFDFFD9
1159 size 0.3 0.3
1160 alpha 256 256 168
1161 gravity 1
1162 bounce 1
1163 airfriction 2
1164 originjitter 1 1 1
1165 velocityjitter 300 300 300
1166 velocitymultiplier 0.2
1167
1168
1169
1170
1171 // used in qcsrc/server/nexball.qc:     pointparticles(particleeffectnum("grenadelauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1172 // used in qcsrc/server/w_grenadelauncher.qc:   pointparticles(particleeffectnum("grenadelauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1173 // used in qcsrc/server/w_grenadelauncher.qc:   pointparticles(particleeffectnum("grenadelauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1174 // used in qcsrc/server/w_porto.qc:     //pointparticles(particleeffectnum("grenadelauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1175 effect grenadelauncher_muzzleflash
1176 count 1.5
1177 type smoke
1178 color 0x202020 0x404040
1179 tex 0 8
1180 size 5 5
1181 alpha 256 256 512
1182 originjitter 1.5 1.5 1.5
1183 airfriction 12
1184 velocityjitter 20 20 20
1185 velocitymultiplier 0.03
1186 lightradius 200
1187 lightradiusfade 2000
1188 lightcolor 2 1.5 0.2
1189 effect grenadelauncher_muzzleflash
1190 count 16
1191 type spark
1192 tex 48 55
1193 color 0xffdb96 0xff5400
1194 size 10 20
1195 alpha 0 128 1024
1196 originjitter 1 1 1
1197 velocityjitter 100 100 100
1198 velocitymultiplier 0.5
1199 airfriction 5
1200 stretchfactor 2.5
1201
1202
1203
1204 // hagar trail
1205 // smoke
1206 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_GRENADE"), from, to)
1207 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_GRENADE"), from, to)
1208 effect TR_GRENADE
1209 trailspacing 4
1210 type smoke
1211 color 0x101010 0x000000
1212 tex 0 8
1213 size 3 2
1214 bounce 1
1215 sizeincrease 10
1216 alpha 300 400 780
1217 originjitter 1 1 1
1218 velocityjitter 1 1 1
1219 velocitymultiplier -0.02
1220 //gravity -0.11
1221 // fire
1222 effect TR_GRENADE
1223 notunderwater
1224 trailspacing 4
1225 type static
1226 color 0xffdf72 0x811200
1227 tex 48 55
1228 size 1 2
1229 sizeincrease -15
1230 alpha 100 144 988
1231 airfriction 8
1232 velocityjitter 32 32 32
1233 velocitymultiplier -1.0
1234 // bubbles
1235 effect TR_GRENADE
1236 underwater
1237 trailspacing 16
1238 type bubble
1239 tex 62 62
1240 color 0x404040 0x808080
1241 size 1 1
1242 alpha 256 256 256
1243 gravity -0.125
1244 bounce 1.5
1245 liquidfriction 4
1246 velocityjitter 16 16 16
1247
1248
1249
1250 // mortar trail
1251 // smoke
1252 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_KNIGHTSPIKE"), from, to)
1253 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_KNIGHTSPIKE"), from, to)
1254 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_KNIGHTSPIKE"), from, to)
1255 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1256 notunderwater
1257 trailspacing 6
1258 type smoke
1259 color 0x303030 0x000000
1260 tex 0 8
1261 size 3 3
1262 bounce 1
1263 sizeincrease 11
1264 alpha 300 400 600
1265 originjitter 2 2 2
1266 velocityjitter 3 3 3
1267 velocitymultiplier -0.02
1268 gravity -0.11
1269 //marker
1270 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1271 type alphastatic
1272 color 0x666666 0x000000
1273 tex 62 62
1274 size 1 1
1275 sizeincrease -0.1
1276 trailspacing 2
1277 alpha 256 256 720
1278 // bubbles
1279 effect TR_KNIGHTSPIKE // used for MF_TRACER2
1280 underwater
1281 trailspacing 32
1282 type bubble
1283 tex 62 62
1284 color 0x404040 0x808080
1285 size 1 1
1286 alpha 256 256 256
1287 gravity -0.125
1288 bounce 1.5
1289 liquidfriction 4
1290 velocityjitter 16 16 16
1291
1292
1293
1294 // decal
1295 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("grenade_explode"), org2, '0 0 0', 1)
1296 effect grenade_explode
1297 countabsolute 1
1298 type decal
1299 tex 8 16
1300 size 48 48
1301 alpha 256 256 0
1302 originjitter 26 26 26
1303 lightradius 250
1304 lightradiusfade 400
1305 lightcolor 8 4 1
1306 // fire effect which expands then slows
1307 effect grenade_explode
1308 notunderwater
1309 count 40
1310 type static
1311 tex 48 55
1312 color 0xe03f00 0x5e0000
1313 size 16 26
1314 sizeincrease 20
1315 alpha 128 228 356
1316 bounce 4.5
1317 airfriction 8
1318 liquidfriction 8
1319 originjitter 8 8 8
1320 velocityjitter 256 256 256
1321 // fire effect which make brigt dot inside
1322 effect grenade_explode
1323 notunderwater
1324 count 15
1325 type static
1326 tex 48 55
1327 color 0xe03f00 0xffdf92
1328 size 6 16
1329 sizeincrease 40
1330 alpha 228 328 756
1331 bounce 1
1332 airfriction 8
1333 liquidfriction 8
1334 originjitter 8 8 8
1335 velocityjitter 256 256 256
1336 // smoke
1337 effect grenade_explode
1338 type alphastatic
1339 notunderwater
1340 tex 0 8
1341 count 10
1342 size 20 40
1343 sizeincrease 34
1344 alpha 300 550 556
1345 velocityjitter 256 256 256
1346 airfriction 5
1347 color 0x000000 0x111111
1348 bounce 6
1349 // underwater bubbles
1350 effect grenade_explode
1351 underwater
1352 count 32
1353 type bubble
1354 tex 62 62
1355 color 0x404040 0x808080
1356 size 3 6
1357 alpha 128 256 64
1358 gravity -0.125
1359 bounce 1.5
1360 liquidfriction 0.25
1361 originjitter 16 16 16
1362 velocityjitter 196 196 196
1363 rotate 0 0 0 0
1364 // underwatershockwave
1365 effect grenade_explode
1366 underwater
1367 type smoke
1368 countabsolute 1
1369 tex 33 33
1370 size 5 5
1371 sizeincrease 1500
1372 alpha 40 40 300
1373 velocitymultiplier 0.3
1374 // bouncing sparks
1375 effect grenade_explode
1376 notunderwater
1377 count 16
1378 type spark
1379 tex 40 40
1380 color 0xffa35b 0xfff2be
1381 size 1 0.1
1382 alpha 644 956 484
1383 gravity 1
1384 airfriction 1
1385 bounce 1.6
1386 liquidfriction 0.8
1387 velocityoffset 0 0 80
1388 originjitter 16 16 16
1389 velocityjitter 424 424 624
1390 // derbis
1391 effect grenade_explode
1392 notunderwater
1393 count 12
1394 type alphastatic
1395 tex 66 68
1396 color 0x6a3d25 0xcac5b4
1397 size 2 6
1398 alpha 644 956 684
1399 gravity 1.3
1400 airfriction 0.5
1401 bounce 1.6
1402 velocityjitter 324 324 524
1403 rotate -180 180 -1000 1000
1404
1405
1406
1407 // used in qcsrc/server/w_electro.qc:   pointparticles(particleeffectnum("electro_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1408 // used in qcsrc/server/w_electro.qc:   pointparticles(particleeffectnum("electro_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1409 effect electro_muzzleflash
1410 countabsolute 1
1411 type smoke
1412 color 0x283880 0x283880 // 0x202020 0x404040
1413 tex 65 65
1414 size 15 15
1415 alpha 256 256 512
1416 originjitter 1.5 1.5 1.5
1417 velocityjitter 6 6 6
1418 sizeincrease -10
1419 velocitymultiplier 0.01
1420 lightradius 200
1421 lightradiusfade 2000
1422 lightcolor 1.5 3 6
1423
1424 effect electro_muzzleflash
1425 count 7
1426 type spark
1427 tex 8 15
1428 color 0xD9FDFF 0xD9FDFF
1429 size 5 15
1430 alpha 110 228 2024
1431 originjitter 1 1 1
1432 velocityjitter 150 150 150
1433 velocitymultiplier 0.5
1434 airfriction 2
1435 stretchfactor 1.5
1436
1437 effect electro_muzzleflash
1438 count 5
1439 type spark
1440 tex 41 41
1441 color 0xD9FDFF 0xD9FDFF
1442 size 7 6
1443 alpha 110 228 1024
1444 originjitter 1 1 1
1445 velocityjitter 350 350 350
1446 velocitymultiplier 2.5
1447 airfriction 8
1448 gravity 1.3
1449 stretchfactor 0.1
1450
1451
1452 // electro trail
1453 // glowing vapor trail
1454 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_NEXUIZPLASMA"), from, to)
1455 effect TR_NEXUIZPLASMA
1456 trailspacing 2
1457 type static
1458 color 0x283880 0x283880
1459 size 3 3
1460 tex 38 38
1461 alpha 256 256 968
1462 //velocityjitter 16 16 16
1463 lightradius 90
1464 lighttime 0
1465 lightcolor 1.5 3 6
1466 velocitymultiplier -0.1
1467 // bright sparks
1468 effect TR_NEXUIZPLASMA
1469 trailspacing 12
1470 count 1.5
1471 type snow
1472 tex 42 42
1473 color 0x629dff 0x0018ff
1474 size 2 4
1475 sizeincrease -20
1476 alpha 444 512 1866
1477 bounce 1
1478 velocityoffset 0 0 15
1479 airfriction 12
1480 originjitter 1 1 1
1481 velocityjitter 50 50 50
1482
1483
1484
1485 // decal
1486 // used in qcsrc/client/damage.qc:                                              pointparticles(particleeffectnum("electro_impact"), org2, '0 0 0', 1)
1487 effect electro_impact
1488 countabsolute 1
1489 type decal
1490 tex 59 59
1491 size 32 32
1492 alpha 256 256 0
1493 originjitter 17 17 17
1494 lightradius 250
1495 lightradiusfade 250
1496 lightcolor 3.125 4.375 10
1497 // shockwave
1498 effect electro_impact
1499 type smoke
1500 countabsolute 1
1501 tex 33 33
1502 size 32 32
1503 sizeincrease 1000
1504 color 0x80C0FF 0x80C0FF
1505 alpha 40 40 350
1506 velocitymultiplier 44
1507 // flare effect
1508 effect electro_impact
1509 countabsolute 1
1510 type static
1511 tex 38 38
1512 color 0x80C0FF 0x80C0FF
1513 size 12 32
1514 alpha 256 256 512
1515 // cloud of bouncing sparks
1516 effect electro_impact
1517 count 30
1518 type smoke
1519 tex 42 42
1520 color 0x629dff 0x0018ff
1521 size 36 36
1522 sizeincrease -50
1523 alpha 256 256 1024
1524 bounce 2
1525 gravity -0.3
1526 airfriction 6
1527 originjitter 1 1 1
1528 velocityjitter 512 512 512
1529 rotate -180 180 -9999 9999
1530 // inner cloud of smoke
1531 effect electro_impact
1532 count 30
1533 type smoke
1534 color 0x629dff 0x0018ff
1535 tex 0 8
1536 size 20 24
1537 sizeincrease 50
1538 alpha 200 256 512
1539 airfriction 30
1540 originjitter 20 20 20
1541 velocityjitter 320 320 320
1542
1543 // decal
1544 // used in qcsrc/client/damage.qc:                                      pointparticles(particleeffectnum("electro_ballexplode"), org2, '0 0 0', 1)
1545 effect electro_ballexplode
1546 countabsolute 1
1547 type decal
1548 tex 59 59
1549 size 32 32
1550 alpha 256 256 0
1551 originjitter 17 17 17
1552 lightradius 250
1553 lightradiusfade 250
1554 lightcolor 3.125 4.375 10
1555 // flare effect
1556 effect electro_ballexplode
1557 countabsolute 1
1558 type static
1559 tex 38 38
1560 color 0x80C0FF 0x80C0FF
1561 size 32 32
1562 alpha 256 256 512
1563 // cloud of bouncing sparks
1564 effect electro_ballexplode
1565 count 64
1566 type spark
1567 tex 41 41
1568 color 0xFDFFD9 0xFDFFD9
1569 size 1 2
1570 alpha 256 256 1024
1571 bounce 2
1572 stretchfactor 0.4
1573 //airfriction 2
1574 originjitter 1 1 1
1575 velocityjitter 512 512 512
1576 // inner cloud of smoke
1577 effect electro_ballexplode
1578 count 8
1579 type smoke
1580 color 0x202020 0x404040
1581 tex 0 8
1582 size 24 24
1583 alpha 256 256 512
1584 originjitter 20 20 20
1585 velocityjitter 32 32 32
1586
1587
1588
1589 // decal
1590 // used in qcsrc/client/damage.qc:                                              pointparticles(particleeffectnum("electro_combo"), org2, '0 0 0', 1)
1591 effect electro_combo
1592 countabsolute 1
1593 type decal
1594 tex 59 59
1595 size 64 64
1596 alpha 256 256 0
1597 originjitter 17 17 17
1598 lightradius 400
1599 lightradiusfade 300
1600 lightcolor 4 5 6
1601 // flare effect
1602 effect electro_combo
1603 countabsolute 1
1604 type static
1605 tex 38 38
1606 color 0x80C0FF 0x80C0FF
1607 size 48 48
1608 alpha 128 128 64
1609 // large sparks
1610 effect electro_combo
1611 count 5
1612 type static
1613 color 0x2030FF 0x80C0FF
1614 size 32 32
1615 sizeincrease 50
1616 tex 0 7
1617 alpha 156 156 156
1618 bounce 2
1619 airfriction 6
1620 liquidfriction 16
1621 //velocityoffset 0 0 120
1622 velocityjitter 512 512 512
1623 effect electro_combo
1624 count 32
1625 type spark
1626 tex 41 41
1627 color 0xa9cacf 0x0054ff
1628 size 2 4
1629 stretchfactor 2
1630 gravity 0.3
1631 alpha 444 512 700
1632 velocitymultiplier 3
1633 bounce 1.6
1634 //airfriction 2
1635 originjitter 1 1 1
1636 velocityjitter 312 312 312
1637 // inner cloud of smoke
1638 effect electro_combo
1639 count 0.125
1640 type smoke
1641 color 0x202020 0x404040
1642 tex 0 8
1643 size 24 24
1644 alpha 256 256 256
1645 originjitter 20 20 20
1646 velocityjitter 32 32 32
1647 // shockwave
1648 effect electro_combo
1649 type smoke
1650 countabsolute 1
1651 color 0xa9cacf 0x0054ff
1652 tex 33 33
1653 size 30 30
1654 sizeincrease 600
1655 alpha 40 40 100
1656 velocitymultiplier 0.3
1657
1658
1659
1660 // used in qcsrc/server/w_crylink.qc:   pointparticles(particleeffectnum("crylink_muzzleflash"), w_shotorg, w_shotdir * 1000, shots)
1661 // used in qcsrc/server/w_crylink.qc:   pointparticles(particleeffectnum("crylink_muzzleflash"), w_shotorg, w_shotdir * 1000, shots)
1662 effect crylink_muzzleflash
1663 count 0.5
1664 type smoke
1665 color 0xdd9cff 0xff0090
1666 tex 65 65
1667 size 15 20
1668 alpha 128 128 2024
1669 velocitymultiplier 0.01
1670 lightradius 200
1671 lightradiusfade 2000
1672 lightcolor 1.6 0.2 2
1673 effect crylink_muzzleflash
1674 count 5
1675 type spark
1676 tex 35 36
1677 color 0xA080C0 0xA080C0
1678 size 5 10
1679 alpha 0 128 1024
1680 originjitter 1 1 1
1681 velocityjitter 200 200 200
1682 velocitymultiplier 0.3
1683 airfriction 12
1684 stretchfactor 1.5
1685
1686
1687 // crylink impact effect
1688 // decal
1689 // used in qcsrc/client/damage.qc:                                      pointparticles(particleeffectnum("crylink_impact"), org2, '0 0 0', 1)
1690 effect crylink_impact
1691 countabsolute 1
1692 type decal
1693 tex 47 47
1694 size 8 8
1695 alpha 256 256 0
1696 originjitter 12 12 12
1697 //lightradius 60
1698 //lightradiusfade 300
1699 //lightcolor 3.2 0.4 4
1700 // purple flare effect
1701 effect crylink_impact
1702 countabsolute 1
1703 type static
1704 tex 39 39
1705 color 0x504060 0x504060
1706 size 8 8
1707 alpha 256 256 512
1708 // purple sparks
1709 effect crylink_impact
1710 count 10
1711 type spark
1712 tex 41 41
1713 color 0xA040C0 0xA040C0
1714 bounce 2
1715 size 1 2
1716 alpha 256 256 1024
1717 velocityjitter 256 256 256
1718 // purple splash
1719 effect crylink_impact
1720 count 1.5
1721 type static
1722 color 0xE070FF 0xE070FF
1723 size 8 8
1724 alpha 256 256 512
1725 velocityjitter 8 8 8
1726 // purple splash
1727 effect crylink_impact
1728 count 1.5
1729 type static
1730 color 0xE070FF 0xE070FF
1731 size 8 8
1732 alpha 256 256 1024
1733 velocityjitter 32 32 32
1734
1735
1736
1737 // used in qcsrc/server/w_minstanex.qc: pointparticles(particleeffectnum("nex_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1738 // used in qcsrc/client/particles.qc:   pointparticles(particleeffectnum("nex_muzzleflash"), shotorg, normalize(endpos - shotorg) * 1000, 1)
1739 effect nex_muzzleflash
1740 count 12
1741 type spark
1742 color 0x202020 0x0072ff
1743 tex 48 55
1744 size 16 16
1745 alpha 328 328 4000
1746 originjitter 4 4 4
1747 velocityjitter 180 180 180
1748 velocitymultiplier 1.4
1749 stretchfactor 2
1750 sizeincrease -100
1751 airfriction 9
1752 lightradius 200
1753 lightradiusfade 200
1754 lightcolor 2 2.5 3
1755 effect nex_muzzleflash
1756 count 50
1757 type spark
1758 tex 41 41
1759 color 0xD9FDFF 0xD9FDFF
1760 size 1 1
1761 alpha 0 128 1024
1762 originjitter 1 1 1
1763 velocityjitter 600 600 600
1764 velocitymultiplier 1.5
1765 airfriction 9
1766
1767
1768
1769 //// nex beam
1770 //effect nex_beam
1771 //countabsolute 1
1772 //type beam
1773 //tex 200 200
1774 //color 0xFFFFFF 0xFFFFFF
1775 //size 6 6
1776 //alpha 128 128 192
1777 // nex beam: ring smoke
1778 // used in qcsrc/client/particles.qc:           trailparticles(world, particleeffectnum("nex_beam"), shotorg, endpos)
1779 effect nex_beam
1780 trailspacing 64
1781 color 0x1680A0 0x1680A0
1782 size 4 4
1783 tex 32 32
1784 alpha 64 128 64
1785 airfriction 5
1786 sizeincrease 2
1787 type static
1788 // nex beam: drifting smoke
1789 effect nex_beam
1790 trailspacing 12
1791 color 0x5080A0 0x5080A0
1792 size 1 1
1793 tex 0 8
1794 alpha 32 64 32
1795 airfriction 9
1796 sizeincrease 8
1797 velocityjitter 64 64 64
1798 type static
1799 // nex beam: bright core
1800 effect nex_beam
1801 trailspacing 12
1802 color 0x80CDFF 0x80CDFF
1803 size 4 4
1804 //tex 48 55
1805 alpha 256 256 1280
1806 type static
1807 //sparks
1808 effect nex_beam
1809 trailspacing 16
1810 color 0x1680A0 0x1680A0
1811 size 1 1
1812 tex 63 63
1813 alpha 64 128 80
1814 airfriction 5
1815 gravity -0.01
1816 type snow
1817
1818 // nex impact
1819 // decal
1820 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("nex_impact"), org2, '0 0 0', 1)
1821 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("nex_impact"), org2, '0 0 0', 1)
1822 effect nex_impact
1823 countabsolute 1
1824 type decal
1825 tex 47 47
1826 size 24 24
1827 alpha 256 256 0
1828 originjitter 14 14 14
1829 lightradius 200
1830 lightradiusfade 250
1831 lightcolor 4 6 8
1832 rotate -180 180 0 0
1833 // rotating something
1834 effect nex_impact
1835 count 5
1836 type smoke
1837 tex 46 46
1838 color 0x1680A0 0x1680A0
1839 size 25 28
1840 sizeincrease 20
1841 alpha 55 55 50
1842 rotate 180 -180 500 -500
1843 // shockwave
1844 effect nex_impact
1845 countabsolute 1
1846 type static
1847 tex 33 33
1848 color 0x1680A0 0x1680A0
1849 size 16 16
1850 alpha 50 50 400
1851 sizeincrease 900
1852 // shockwave2
1853 effect nex_impact
1854 countabsolute 1
1855 type static
1856 tex 65 65
1857 color 0x1680A0 0x1680A0
1858 size 5 5
1859 alpha 50 50 100
1860 sizeincrease 500
1861
1862 // flare effect
1863 effect nex_impact
1864 countabsolute 1
1865 type static
1866 tex 37 37
1867 color 0x80C0FF 0x80C0FF
1868 size 8 8
1869 alpha 256 256 256
1870 // small sparks which form a sphere as they slow down
1871 //effect nex_impact
1872 //count 256
1873 //type spark
1874 //color 0x2030FF 0x80C0FF
1875 //size 1 2
1876 //alpha 256 256 512
1877 //bounce 2
1878 //airfriction 8
1879 //liquidfriction 8
1880 //velocityjitter 384 384 384
1881 // small sparks which glow brightly but live briefly
1882 effect nex_impact
1883 count 64
1884 type spark
1885 tex 41 41
1886 color 0xD9FDFF 0xD9FDFF
1887 size 4 4
1888 alpha 0 128 512
1889 bounce 2
1890 stretchfactor 3
1891 velocityjitter 600 600 600
1892 velocitymultiplier 0.5
1893 airfriction 9
1894 // small sparks that live longer
1895 effect nex_impact
1896 count 16
1897 type spark
1898 tex 41 41
1899 color 0xD9FDFF 0xD9FDFF
1900 size 2 2
1901 alpha 255 255 112
1902 bounce 1.6
1903 stretchfactor 0.7
1904 velocityjitter 300 300 600
1905 velocitymultiplier 2.5
1906 airfriction 2
1907 gravity 1
1908
1909 // used in qcsrc/server/w_hagar.qc:     pointparticles(particleeffectnum("hagar_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1910 // used in qcsrc/server/w_hagar.qc:     pointparticles(particleeffectnum("hagar_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1911 // used in qcsrc/server/w_seeker.qc:    pointparticles(particleeffectnum("hagar_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
1912 effect hagar_muzzleflash
1913 count 2
1914 type smoke
1915 color 0x202020 0x404040
1916 tex 0 8
1917 size 5 5
1918 alpha 256 256 512
1919 originjitter 1.5 1.5 1.5
1920 velocityjitter 6 6 6
1921 velocitymultiplier 0.01
1922 lightradius 200
1923 lightradiusfade 2000
1924 lightcolor 2 1.5 0.2
1925 effect hagar_muzzleflash
1926 count 15
1927 type spark
1928 tex 48 55
1929 color 0xff8400 0xff4200
1930 size 5 10
1931 alpha 0 128 1024
1932 originjitter 1 1 1
1933 velocityjitter 200 200 200
1934 velocitymultiplier 0.5
1935 airfriction 12
1936 stretchfactor 2
1937 rotate -180 180 -400 400
1938
1939
1940
1941 // used in qcsrc/server/w_hagar.qc:             pointparticles(particleeffectnum("hagar_bounce"), self.origin, self.velocity, 1)
1942 effect hagar_bounce
1943 count 2
1944 type smoke
1945 color 0x202020 0x404040
1946 tex 0 8
1947 size 5 5
1948 alpha 256 256 256
1949 originjitter 1.5 1.5 1.5
1950 velocityjitter 6 6 6
1951 velocitymultiplier 0.01
1952 lightradius 60
1953 lightradiusfade 300
1954 lightcolor 2 1.5 0.2
1955 effect hagar_bounce
1956 count 15
1957 type spark
1958 tex 40 40
1959 color 0xFFFDD9 0xFFFDD9
1960 size 3 3
1961 alpha 0 256 256
1962 gravity 1
1963 bounce 1.5
1964 originjitter 1 1 1
1965 velocityjitter 600 600 600
1966 velocitymultiplier 0.5
1967 airfriction 12
1968
1969
1970
1971 // decal
1972 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("hagar_explode"), org2, '0 0 0', 1)
1973 // used in qcsrc/client/damage.qc:                                              pointparticles(particleeffectnum("hagar_explode"), org2, '0 0 0', 1)
1974 // used in qcsrc/client/damage.qc:                                              pointparticles(particleeffectnum("hagar_explode"), org2, '0 0 0', 1)
1975 effect hagar_explode
1976 countabsolute 1
1977 type decal
1978 tex 8 16
1979 size 28 38
1980 alpha 256 256 0
1981 originjitter 14 14 14
1982 lightradius 120
1983 lightradiusfade 400
1984 lightcolor 8 4 1
1985 // fire effect which make bright dot inside
1986 effect hagar_explode
1987 notunderwater
1988 count 3.5
1989 type smoke
1990 tex 48 55
1991 color 0xffe955 0xff5a00
1992 size 16 26
1993 sizeincrease 5
1994 alpha 80 200 356
1995 bounce 1.5
1996 airfriction 8
1997 liquidfriction 8
1998 originjitter 8 8 8
1999 velocityjitter 156 156 156
2000 // fire effect which expands then slows
2001 effect hagar_explode
2002 notunderwater
2003 count 12
2004 type static
2005 tex 48 55
2006 color 0x8f0d00 0xff5a00
2007 size 20 26
2008 sizeincrease 15
2009 alpha 128 256 456
2010 bounce 1.5
2011 airfriction 12
2012 liquidfriction 8
2013 originjitter 8 8 8
2014 velocityjitter 286 286 286
2015
2016 // smoke
2017 effect hagar_explode
2018 type alphastatic
2019 notunderwater
2020 tex 0 8
2021 count 7
2022 size 20 40
2023 sizeincrease 20
2024 alpha 200 500 600
2025 velocityjitter 244 244 244
2026 airfriction 5
2027 color 0x000000 0x111111
2028 bounce 2
2029
2030 // underwater bubbles
2031 effect hagar_explode
2032 underwater
2033 count 16
2034 type bubble
2035 tex 62 62
2036 color 0x404040 0x808080
2037 size 3 3
2038 alpha 128 256 64
2039 gravity -0.125
2040 bounce 1.5
2041 liquidfriction 0.25
2042 originjitter 16 16 16
2043 velocityjitter 96 96 96
2044 // bouncing sparks
2045 effect hagar_explode
2046 notunderwater
2047 count 4
2048 type spark
2049 tex 40 40
2050 color 0xffa35b 0xfff2be
2051 size 1 0.1
2052 alpha 644 956 684
2053 gravity 1
2054 airfriction 1
2055 bounce 1.6
2056 liquidfriction 0.8
2057 velocityoffset 0 0 80
2058 originjitter 16 16 16
2059 velocityjitter 224 224 224
2060
2061
2062
2063 // used in qcsrc/server/w_rocketlauncher.qc:    pointparticles(particleeffectnum("rocketlauncher_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
2064 effect rocketlauncher_muzzleflash
2065 count 10
2066 type smoke
2067 color 0x202020 0x404040
2068 tex 0 8
2069 size 1 1
2070 sizeincrease 20
2071 alpha 256 256 256
2072 airfriction 2
2073 originjitter 1.5 1.5 1.5
2074 velocityjitter 40 40 40
2075 velocitymultiplier -0.13
2076 //lightradius 200
2077 //lightradiusfade 2000
2078 //lightcolor 2 1.5 0.2
2079 effect rocketlauncher_muzzleflash
2080 count 6
2081 type smoke
2082 tex 35 36
2083 color 0xFFFDD9 0xFFFDD9
2084 size 5 10
2085 sizeincrease 20
2086 alpha 10 25 20
2087 originjitter 3 3 3
2088 velocityjitter 100 100 100
2089 velocitymultiplier 0.3
2090 airfriction 9
2091 rotate -180 180 -30 30
2092
2093
2094
2095 // rocket trail
2096 // smoke
2097 // used in qcsrc/server/cl_client.qc:           self.modelflags |= MF_ROCKET
2098 // used in qcsrc/server/cl_client.qc:           self.modelflags &~= MF_ROCKET
2099 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_ROCKET"), from, to)
2100 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_ROCKET"), from, to)
2101 effect TR_ROCKET
2102 trailspacing 10
2103 type smoke
2104 notunderwater
2105 color 0x000000 0x666666
2106 tex 0 8
2107 size 3 4
2108 bounce 1
2109 sizeincrease 11
2110 alpha 200 300 200
2111 lightradius 150
2112 lighttime 0
2113 lightcolor 6 3 1
2114 originjitter 2 2 2
2115 velocityjitter 3 3 3
2116 velocitymultiplier -0.02
2117 rotate -180 180 -30 30
2118 //gravity -0.11
2119 // fire
2120 effect TR_ROCKET
2121 trailspacing 4
2122 type static
2123 color 0xffdf72 0x811200
2124 tex 48 55
2125 size 7 7
2126 sizeincrease -30
2127 alpha 100 144 588
2128 airfriction 8
2129 velocityjitter 32 32 32
2130 velocitymultiplier -1.5
2131 // bubbles
2132 effect TR_ROCKET
2133 type bubble
2134 underwater
2135 trailspacing 16
2136 tex 62 62
2137 size 1 2
2138 alpha 256 256 256
2139 gravity -0.125
2140 bounce 1.5
2141 liquidfriction 4
2142 velocityjitter 16 16 16
2143 velocitymultiplier -0.31
2144 rotate 0 0 0 0
2145 // sparks
2146 effect TR_ROCKET
2147 notunderwater
2148 trailspacing 20
2149 type spark
2150 tex 40 40
2151 color 0xFFFDD9 0xFFFDD9
2152 size 0.5 0.5
2153 alpha 444 512 1866
2154 stretchfactor 0.3
2155 //gravity 1
2156 bounce 1
2157 //velocityoffset 0 0 15
2158 airfriction 5
2159 originjitter 1 1 1
2160 velocityjitter 100 100 100
2161 velocitymultiplier -0.31
2162
2163 // rocket explosion (bigger than mortar and hagar)
2164 effect rocket_explode
2165 countabsolute 1
2166 type decal
2167 tex 8 16
2168 size 72 72
2169 alpha 256 256 0
2170 originjitter 23 23 23
2171 lightradius 400
2172 lightradiusfade 750
2173 lightcolor 8 4 1
2174 // fire effect
2175 effect rocket_explode
2176 notunderwater
2177 count 32
2178 type static
2179 tex 48 55
2180 color 0x8f0d00 0xff5a00
2181 size 33 44
2182 sizeincrease 45
2183 alpha 200 256 512
2184 bounce 1.5
2185 airfriction 8
2186 liquidfriction 8
2187 originjitter 8 8 8
2188 velocityjitter 512 512 512
2189 // fire effect 2
2190 effect rocket_explode
2191 notunderwater
2192 count 14
2193 type smoke
2194 tex 48 55
2195 color 0xea691b 0xeed05a
2196 size 33 44
2197 sizeincrease 55
2198 alpha 200 256 612
2199 bounce 2.5
2200 airfriction 19
2201 liquidfriction 19
2202 originjitter 8 8 8
2203 velocityjitter 912 912 912
2204 // smoke
2205 effect rocket_explode
2206 type alphastatic
2207 notunderwater
2208 tex 0 8
2209 count 32
2210 size 20 40
2211 sizeincrease 44
2212 alpha 200 450 456
2213 velocityjitter 444 444 444
2214 airfriction 5
2215 color 0x000000 0x111111
2216 bounce 2
2217 // underwater bubbles
2218 effect rocket_explode
2219 underwater
2220 count 32
2221 type bubble
2222 tex 62 62
2223 color 0x404040 0x808080
2224 size 3 3
2225 alpha 128 256 64
2226 gravity -0.125
2227 bounce 1.5
2228 liquidfriction 0.25
2229 originjitter 16 16 16
2230 velocityjitter 144 144 144
2231 // underwatershockwave
2232 effect rocket_explode
2233 underwater
2234 type smoke
2235 countabsolute 1
2236 tex 33 33
2237 size 30 30
2238 sizeincrease 1900
2239 alpha 40 40 300
2240 velocitymultiplier 0.3
2241 // bouncing sparks
2242 effect rocket_explode
2243 notunderwater
2244 count 16
2245 type spark
2246 tex 40 40
2247 color 0xffa35b 0xfff2be
2248 size 1 0.1
2249 alpha 644 956 484
2250 gravity 1
2251 airfriction 1
2252 bounce 1.6
2253 liquidfriction 0.8
2254 velocityoffset 0 0 80
2255 originjitter 16 16 16
2256 velocityjitter 424 424 624
2257 // derbis
2258 effect rocket_explode
2259 notunderwater
2260 count 12
2261 type alphastatic
2262 tex 66 68
2263 color 0x6a3d25 0xcac5b4
2264 size 2 6
2265 alpha 644 956 684
2266 gravity 1.3
2267 airfriction 0.5
2268 bounce 1.6
2269 velocityjitter 324 324 524
2270 rotate -180 180 -1000 1000
2271
2272
2273 // used in qcsrc/server/g_hook.qc:      pointparticles(particleeffectnum("grapple_muzzleflash"), org, '0 0 0', 1)
2274 effect grapple_muzzleflash
2275 lightradius 160
2276 lightradiusfade 800
2277 lightcolor 1 0 0
2278
2279
2280
2281 // used in qcsrc/server/g_hook.qc:      pointparticles(particleeffectnum("grapple_impact"), self.origin, '0 0 0', 1)
2282 effect grapple_impact
2283 lightradius 160
2284 lightradiusfade 800
2285 lightcolor 1 0 0
2286
2287
2288
2289 // used nowhere in code
2290 effect nex242_misc_laser_beam
2291 countabsolute 1
2292 type beam
2293 tex 200 200
2294 size 1 1
2295 alpha 256 256 64
2296 color 0xff0000 0xff0000
2297 sizeincrease 1
2298
2299 // used nowhere in code
2300 effect nex242_misc_laser_beam_end
2301 count 0.5
2302 type spark
2303 color 0x8f4333 0xfff31b
2304 size 0.4 0.4
2305 alpha 128 256 768
2306 gravity 1
2307 bounce -1
2308 velocityjitter 64 64 64
2309 velocitymultiplier 100
2310
2311
2312
2313 // used nowhere in code
2314 effect nex242_misc_laser_beam_fast
2315 countabsolute 1
2316 type beam
2317 tex 200 200
2318 size 1 1
2319 alpha 256 256 640
2320 color 0xff0000 0xff0000
2321 sizeincrease 0.1
2322
2323 // used nowhere in code
2324 effect nex242_misc_laser_beam_fast_end
2325 count 0.5
2326 type spark
2327 color 0x8f4333 0xfff31b
2328 size 0.4 0.4
2329 alpha 128 256 768
2330 gravity 1
2331 bounce -1
2332 velocityjitter 64 64 64
2333 velocitymultiplier 100
2334
2335 // additional laser colors (mike)
2336 // used nowhere in code
2337 effect nex242_misc_laser_green_beam
2338 countabsolute 1
2339 type beam
2340 tex 200 200
2341 size 1 1
2342 alpha 256 256 64
2343 color 0x00ff00 0x00ff00
2344 sizeincrease 1
2345
2346 // used nowhere in code
2347 effect nex242_misc_laser_green_beam_end
2348 count 0.5
2349 type spark
2350 color 0x8f4333 0xfff31b
2351 size 0.4 0.4
2352 alpha 128 256 768
2353 gravity 1
2354 bounce -1
2355 velocityjitter 64 64 64
2356 velocitymultiplier 100
2357
2358 // used nowhere in code
2359 effect nex242_misc_laser_blue_beam
2360 countabsolute 1
2361 type beam
2362 tex 200 200
2363 size 1 1
2364 alpha 256 256 64
2365 color 0x0000ff 0x0000ff
2366 sizeincrease 1
2367
2368 // used nowhere in code
2369 effect nex242_misc_laser_blue_beam_end
2370 count 0.5
2371 type spark
2372 color 0x8f4333 0xfff31b
2373 size 0.4 0.4
2374 alpha 128 256 768
2375 gravity 1
2376 bounce -1
2377 velocityjitter 64 64 64
2378 velocitymultiplier 100
2379
2380 // used nowhere in code
2381 effect nex242_misc_laser_yellow_beam
2382 countabsolute 1
2383 type beam
2384 tex 200 200
2385 size 1 1
2386 alpha 256 256 64
2387 color 0xffff00 0xffff00
2388 sizeincrease 1
2389
2390 // used nowhere in code
2391 effect nex242_misc_laser_yellow_beam_end
2392 count 0.5
2393 type spark
2394 color 0x8f4333 0xfff31b
2395 size 0.4 0.4
2396 alpha 128 256 768
2397 gravity 1
2398 bounce -1
2399 velocityjitter 64 64 64
2400 velocitymultiplier 100
2401
2402 // used nowhere in code
2403 effect nex242_misc_laser_cyan_beam
2404 countabsolute 1
2405 type beam
2406 tex 200 200
2407 size 1 1
2408 alpha 256 256 64
2409 color 0x00ffff 0x00ffff
2410 sizeincrease 1
2411
2412 // used nowhere in code
2413 effect nex242_misc_laser_cyan_beam_end
2414 count 0.5
2415 type spark
2416 color 0x8f4333 0xfff31b
2417 size 0.4 0.4
2418 alpha 128 256 768
2419 gravity 1
2420 bounce -1
2421 velocityjitter 64 64 64
2422 velocitymultiplier 100
2423
2424 // used nowhere in code
2425 effect nex242_misc_laser_magenta_beam
2426 countabsolute 1
2427 type beam
2428 tex 200 200
2429 size 1 1
2430 alpha 256 256 64
2431 color 0xff00ff 0xff00ff
2432 sizeincrease 1
2433
2434 // used nowhere in code
2435 effect nex242_misc_laser_magenta_beam_end
2436 count 0.5
2437 type spark
2438 color 0x8f4333 0xfff31b
2439 size 0.4 0.4
2440 alpha 128 256 768
2441 gravity 1
2442 bounce -1
2443 velocityjitter 64 64 64
2444 velocitymultiplier 100
2445
2446 // used nowhere in code
2447 effect nex242_misc_laser_white_beam
2448 countabsolute 1
2449 type beam
2450 tex 200 200
2451 size 1 1
2452 alpha 256 256 64
2453 color 0xffffff 0xffffff
2454 sizeincrease 1
2455
2456 // used nowhere in code
2457 effect nex242_misc_laser_white_beam_end
2458 count 0.5
2459 type spark
2460 color 0x8f4333 0xfff31b
2461 size 0.4 0.4
2462 alpha 128 256 768
2463 gravity 1
2464 bounce -1
2465 velocityjitter 64 64 64
2466 velocitymultiplier 100
2467
2468 // used nowhere in code
2469 effect nex242_misc_laser_black_beam
2470 countabsolute 1
2471 type beam
2472 tex 200 200
2473 size 1 1
2474 alpha 256 256 64
2475 color 0x000000 0x000000
2476 sizeincrease 1
2477
2478 // used nowhere in code
2479 effect nex242_misc_laser_black_beam_end
2480 count 0.5
2481 type spark
2482 color 0x8f4333 0xfff31b
2483 size 0.4 0.4
2484 alpha 128 256 768
2485 gravity 1
2486 bounce -1
2487 velocityjitter 64 64 64
2488 velocitymultiplier 100
2489
2490 // used nowhere in code
2491 effect nex242_misc_laser_orange_beam
2492 countabsolute 1
2493 type beam
2494 tex 200 200
2495 size 1 1
2496 alpha 256 256 64
2497 color 0xff6600 0xff6600
2498 sizeincrease 1
2499
2500 // used nowhere in code
2501 effect nex242_misc_laser_orange_beam_end
2502 count 0.5
2503 type spark
2504 color 0x8f4333 0xfff31b
2505 size 0.4 0.4
2506 alpha 128 256 768
2507 gravity 1
2508 bounce -1
2509 velocityjitter 64 64 64
2510 velocitymultiplier 100
2511
2512
2513
2514
2515 // bigger crylink impact effect
2516 // decal
2517 // used in qcsrc/client/damage.qc:                                      pointparticles(particleeffectnum("crylink_impactbig"), org2, '0 0 0', 1)
2518 effect crylink_impactbig
2519 countabsolute 1
2520 type decal
2521 tex 47 47
2522 size 24 24
2523 alpha 256 256 0
2524 originjitter 12 12 12
2525 //lightradius 200
2526 //lightradiusfade 800
2527 //lightcolor 3.2 0.4 4
2528 // purple flare effect
2529 effect crylink_impactbig
2530 countabsolute 1
2531 type static
2532 tex 39 39
2533 color 0x504060 0x504060
2534 size 24 24
2535 alpha 256 256 512
2536 // purple sparks
2537 effect crylink_impactbig
2538 count 40
2539 type spark
2540 tex 41 41
2541 color 0xA040C0 0xA040C0
2542 bounce 2
2543 size 6 6
2544 alpha 256 256 1024
2545 velocityjitter 512 512 512
2546 // purple splash
2547 effect crylink_impactbig
2548 count 1.5
2549 type static
2550 color 0xE070FF 0xE070FF
2551 size 16 16
2552 alpha 256 256 512
2553 velocityjitter 32 32 32
2554 // purple splash
2555 effect crylink_impactbig
2556 count 3
2557 type static
2558 color 0xE070FF 0xE070FF
2559 size 16 16
2560 alpha 256 256 1024
2561 velocityjitter 256 256 256
2562
2563 // Zero-violence effects
2564
2565 // impact effect indicating damage
2566 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_hit"), org, vel, amount * 16)
2567 effect damage_hit
2568 tex 48 55
2569 count 0.5
2570 type alphastatic
2571 color 0x00FFFF 0xFF00FF
2572 size 16 16
2573 sizeincrease -24
2574 alpha 128 128 192
2575 gravity -0.4
2576 bounce 1.5
2577 airfriction 5
2578 liquidfriction 10
2579 velocityjitter 256 256 256
2580 effect damage_hit
2581 tex 48 55
2582 count 0.5
2583 type alphastatic
2584 color 0xFF00FF 0xFFFF00
2585 size 16 16
2586 sizeincrease -24
2587 alpha 128 128 192
2588 gravity -0.4
2589 bounce 1.5
2590 airfriction 5
2591 liquidfriction 10
2592 velocityjitter 256 256 256
2593 effect damage_hit
2594 tex 48 55
2595 count 0.5
2596 type alphastatic
2597 color 0xFFFF00 0x00FFFF
2598 size 16 16
2599 sizeincrease -24
2600 alpha 128 128 192
2601 gravity -0.4
2602 bounce 1.5
2603 airfriction 5
2604 liquidfriction 10
2605 velocityjitter 256 256 256
2606
2607 // effect for removing player model
2608 // "teleport"
2609 // NOTE: maintained by div0, make your own new effect instead of changing this one without asking!
2610 // large sparks
2611 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_dissolve"), org, vel, amount)
2612 effect damage_dissolve
2613 tex 48 55
2614 count 15
2615 type alphastatic
2616 color 0x00FFFF 0xFF00FF
2617 size 32 32
2618 sizeincrease -16
2619 alpha 256 256 128
2620 gravity -0.4
2621 bounce 1.5
2622 airfriction 3
2623 liquidfriction 6
2624 velocityjitter 512 512 512
2625 effect damage_dissolve
2626 tex 48 55
2627 count 15
2628 type alphastatic
2629 color 0xFF00FF 0xFFFF00
2630 size 32 32
2631 sizeincrease -16
2632 alpha 256 256 128
2633 gravity -0.4
2634 bounce 1.5
2635 airfriction 3
2636 liquidfriction 6
2637 velocityjitter 512 512 512
2638 effect damage_dissolve
2639 tex 48 55
2640 count 15
2641 type alphastatic
2642 color 0xFFFF00 0x00FFFF
2643 size 32 32
2644 sizeincrease -16
2645 alpha 256 256 128
2646 gravity -0.4
2647 bounce 1.5
2648 airfriction 3
2649 liquidfriction 6
2650 velocityjitter 512 512 512
2651
2652
2653 // decal
2654 // used in qcsrc/server/g_triggers.qc:                                  self.cnt = particleeffectnum("laser_deadly")
2655 // used in qcsrc/server/g_triggers.qc:                  self.cnt = particleeffectnum("laser_deadly")
2656 effect laser_deadly
2657 countabsolute 1
2658 type decal
2659 tex 56 59
2660 size 5 5
2661 alpha 256 256 0
2662 originjitter 6 6 6
2663 // dust/smoke drifting away from the impact
2664 effect laser_deadly
2665 count 0.025
2666 type smoke
2667 tex 48 55
2668 color 0xFFFFFF 0xFFFFFF
2669 size 3 3
2670 alpha 0 64 64
2671 originjitter 1 1 1
2672 airfriction 7
2673 liquidfriction 16
2674 velocityjitter 15 15 15
2675 sizeincrease 2
2676 velocitymultiplier 20
2677 // sparks
2678 effect laser_deadly
2679 notunderwater
2680 count 0.025
2681 type spark
2682 tex 40 40
2683 color 0xFDFFD9 0xFDFFD9
2684 size 0.6 0.6
2685 alpha 256 256 768
2686 gravity 1
2687 bounce 1
2688 airfriction 5
2689 originjitter 1 1 1
2690 velocityjitter 100 100 100
2691 velocitymultiplier 100
2692
2693
2694 //torch
2695 //fire
2696 // used nowhere in code
2697 effect torch_small
2698 //notunderwater
2699 count 8
2700 type smoke
2701 tex 48 55
2702 size 1 11
2703 alpha 200 256 512
2704 gravity -0.5
2705 color 0x8f0d00 0xff5a00
2706 //bounce 1
2707 sizeincrease -1
2708 originjitter 5 5 5
2709 velocityjitter 1 1 50
2710 // smoke
2711 effect torch_small
2712 type alphastatic
2713 count 4
2714 tex 0 8
2715 size 5 10
2716 sizeincrease 5
2717 alpha 200 256 200
2718 color 0x000000 0x111111
2719 gravity -0.3
2720 originjitter 3 3 3
2721 velocityjitter 11 11 50
2722 //bounce 1
2723
2724 //fountain01
2725 // used nowhere in code
2726 effect fountain01
2727 count 16
2728 tex 0 8
2729 size 10 15
2730 alpha 0 100 100
2731 gravity 0.6
2732 bounce 1
2733 sizeincrease 20
2734 type snow
2735 bounce 1
2736 originjitter 5 5 5
2737 velocityjitter 81 81 150
2738 color 0x7cbaff 0xcfd1ff
2739 velocitymultiplier 2
2740
2741 // decal
2742 // used in qcsrc/client/damage.qc:                              pointparticles(particleeffectnum("hookbomb_explode"), org2, '0 0 0', 1)
2743 effect hookbomb_explode
2744 count 25
2745 type static
2746 tex 38 38
2747 color 0x807aff 0x4463d5
2748 size 150 200
2749 sizeincrease -160
2750 alpha 0 256 200
2751 //gravity 1
2752 bounce 1.5
2753 originjitter 10 10 10
2754 velocityjitter 550 550 550
2755 //velocitymultiplier -20
2756 airfriction 10
2757 // decal in the air
2758 effect hookbomb_explode
2759 countabsolute 3
2760 type static
2761 tex 38 38
2762 color 0x807aff 0x4463d5
2763 size 160 200
2764 alpha 256 265 100
2765 sizeincrease -60
2766 originoffset 0 0 6
2767 // decal on the ground
2768 effect hookbomb_explode
2769 countabsolute 1
2770 type decal
2771 tex 39 39
2772 size 80 100
2773 alpha 256 256 0
2774 originjitter 6 6 6
2775 // some sparks
2776 effect hookbomb_explode
2777 count 30
2778 type spark
2779 tex 38 38
2780 color 0x807aff 0x4463d5
2781 size 20 30
2782 alpha 256 256 456
2783 sizeincrease -60
2784 gravity 1
2785 bounce 1.5
2786 originjitter 1 1 1
2787 velocityjitter 1900 1900 1300
2788 velocitymultiplier 0.5
2789 airfriction 2
2790
2791
2792 // smoke
2793 effect EF_MGTURRETTRAIL
2794 notunderwater
2795 trailspacing 10
2796 type smoke
2797 color 0xd0d0a0 0xffffff
2798 tex 0 8
2799 size 5 4
2800 alpha 128 196 768
2801 sizeincrease -8
2802 gravity -0.01
2803 // bubbles
2804 effect EF_MGTURRETTRAIL
2805 underwater
2806 trailspacing 32
2807 type bubble
2808 tex 62 62
2809 color 0x404040 0x808080
2810 size 1 1
2811 alpha 256 256 256
2812 gravity -0.125
2813 bounce 1.5
2814 liquidfriction 4
2815 velocityjitter 16 16 16
2816
2817 //fire_big
2818 //fire
2819 // used nowhere in code
2820 effect fire_big
2821 //notunderwater
2822 count 26
2823 type smoke
2824 tex 48 55
2825 size 11 31
2826 alpha 200 356 512
2827 gravity -0.5
2828 color 0x8f0d00 0xff5a00
2829 bounce 2
2830 sizeincrease -3
2831 originjitter 33 33 33
2832 velocityjitter 22 22 50
2833 // smoke
2834 effect fire_big
2835 type alphastatic
2836 count 11
2837 tex 0 8
2838 size 22 33
2839 sizeincrease 11
2840 alpha 200 256 200
2841 color 0x000000 0x111111
2842 gravity -0.3
2843 originjitter 44 44 44
2844 velocityjitter 11 11 50
2845 bounce 2
2846
2847 //red_flare
2848 //smoke
2849 // used nowhere in code
2850 effect red_flare
2851 type alphastatic
2852 count 10.5
2853 tex 0 8
2854 size 1 11
2855 sizeincrease 11
2856 alpha 200 256 160
2857 color 0xff0000 0xdc7171
2858 gravity -0.24
2859 originjitter 2 2 0
2860 velocityjitter 15 15 30
2861 bounce 1
2862
2863 //blue_flare
2864 //smoke
2865 // used nowhere in code
2866 effect blue_flare
2867 type alphastatic
2868 count 10.5
2869 tex 0 8
2870 size 1 11
2871 sizeincrease 11
2872 alpha 200 256 160
2873 color 0x0000ff 0x7194dc
2874 gravity -0.24
2875 originjitter 2 2 0
2876 velocityjitter 15 15 30
2877 bounce 1
2878
2879 //smoke_ring
2880 //smoke
2881 // used in qcsrc/server/ctf.qc:         pointparticles(particleeffectnum("smoke_ring"), 0.5 * (self.absmin + self.absmax), '0 0 0', 1);
2882 effect smoke_ring
2883 type smoke
2884 count 45
2885 tex 0 8
2886 size 1 11
2887 sizeincrease 21
2888 gravity 0.1
2889 airfriction 3
2890 alpha 100 156 200
2891 color 0x111111 0x979797
2892 //originjitter 2 2 0
2893 velocityjitter 190 190 50
2894 bounce 1.1
2895 notunderwater
2896
2897 //smoke_large
2898 //smoke
2899 // used nowhere in code
2900 effect smoke_large
2901 type alphastatic
2902 count 25
2903 tex 0 8
2904 size 11 21
2905 sizeincrease 21
2906 gravity -0.15
2907 airfriction 7
2908 alpha 140 256 190
2909 color 0x9e895f 0xffd39b
2910 //originjitter 2 2 0
2911 velocityjitter 390 390 390
2912 bounce 1.1
2913 notunderwater
2914
2915 //sparks
2916 // used nowhere in code
2917 effect sparks
2918 count 15
2919 type spark
2920 tex 40 40
2921 color 0xFFFDD9 0xFFFDD9
2922 size 1 3
2923 alpha 0 256 256
2924 gravity 1
2925 bounce 1.5
2926 originjitter 1 1 1
2927 velocityjitter 300 300 200
2928 velocitymultiplier 1.5
2929 airfriction 3
2930
2931 //sparks
2932 // used nowhere in code
2933 effect electricity_sparks
2934 count 35
2935 type spark
2936 tex 40 40
2937 color 0x807aff 0x4463d5
2938 size 1 3
2939 alpha 0 256 556
2940 gravity 1
2941 bounce 1.5
2942 originjitter 1 1 1
2943 velocityjitter 300 300 300
2944 velocitymultiplier 0.5
2945 airfriction 3
2946
2947 //steam, it needs direction
2948 // used nowhere in code
2949 effect steam
2950 type smoke
2951 count 1
2952 tex 0 8
2953 size 1 3
2954 sizeincrease 7
2955 gravity -0.25
2956 velocitymultiplier 14
2957 airfriction 5
2958 alpha 140 256 190
2959 color 0xfffbdf 0xffffff
2960 //originjitter 2 2 0
2961 velocityjitter 19 19 19
2962 bounce 1.1
2963 notunderwater
2964
2965 // smoke emiter
2966 // used nowhere in code
2967 effect smoking
2968 count 10
2969 type alphastatic
2970 tex 0 8
2971 color 0x292929 0x000000
2972 size 10 40
2973 sizeincrease 5
2974 alpha 100 256 100
2975 gravity -0.1
2976 bounce 1.5
2977 originjitter 10 10 10
2978 velocityjitter 5 5 20
2979 //velocitymultiplier -20
2980 airfriction -1
2981
2982 //golden dust (create it once per second to cover large area in small yellow particles)
2983 // used nowhere in code
2984 effect goldendust
2985 count 25
2986 type snow
2987 tex 38 38
2988 color 0xff9600 0xffefb8
2989 size 2 3
2990 sizeincrease -0.3
2991 alpha 256 256 70
2992 //gravity -0.1
2993 bounce 1.5
2994 originjitter 500 500 500
2995 velocityjitter 0.1 0.1 0.1
2996 //velocitymultiplier -20
2997 //airfriction -0.1
2998
2999 // used nowhere in code
3000 effect healing_fx
3001 count 25
3002 type spark
3003 tex 40 40
3004 color 0xff0000 0xff0000
3005 size 1 3
3006 sizeincrease -0.05
3007 alpha 256 256 170
3008 gravity -0.1
3009 bounce 1.5
3010 originjitter 5 5 100
3011 velocityjitter 50 50 0
3012 //velocitymultiplier 20
3013 airfriction -0.5
3014
3015 // used nowhere in code
3016 effect armorrepair_fx
3017 count 25
3018 type spark
3019 tex 40 40
3020 color 0x00ff00 0x00ff00
3021 size 1 3
3022 sizeincrease -0.05
3023 alpha 256 256 170
3024 gravity -0.1
3025 bounce 1.5
3026 originjitter 5 5 50
3027 velocityjitter 50 50 0
3028 //velocitymultiplier 20
3029 airfriction -0.5
3030
3031 // used nowhere in code
3032 effect ammoregen_fx
3033 count 25
3034 type spark
3035 tex 40 40
3036 color 0x0000ff 0x0000ff
3037 size 1 3
3038 sizeincrease -0.05
3039 alpha 256 256 170
3040 gravity -0.1
3041 bounce 1.5
3042 originjitter 5 5 50
3043 velocityjitter 50 50 0
3044 //velocitymultiplier 20
3045 airfriction -0.5
3046
3047 // red-yellow flame like fx
3048 // used nowhere in code
3049 effect rage
3050 count 2.5
3051 type smoke
3052 tex 35 36
3053 color 0xff0000 0xff7800
3054 size 1 3
3055 sizeincrease 10
3056 gravity -0.06
3057 alpha 256 256 190
3058 originjitter 5 5 5
3059 velocityjitter 25 25 25
3060 airfriction 2
3061
3062 // pieces of glass or ice falling on the floor
3063 // used nowhere in code
3064 effect iceorglass
3065 count 15
3066 type alphastatic
3067 tex 44 44
3068 color 0xffffff 0xb2d3e6
3069 size 3 7
3070 //sizeincrease 10
3071 gravity 1.3
3072 alpha 256 256 0
3073 time 1 3
3074 bounce 2
3075 originjitter 30 30 30
3076 velocityjitter 100 100 100
3077 airfriction 3
3078
3079 // cover small area in poison gas, spawn it once per second
3080 // used nowhere in code
3081 effect poisonfield
3082 count 15
3083 type smoke
3084 tex 0 8
3085 color 0x00ff00 0x7db843
3086 size 1 1
3087 sizeincrease 30
3088  gravity -0.01
3089 alpha 256 256 50
3090 bounce 1.5
3091 originjitter 333 333 50
3092 velocityjitter 5 5 5
3093 airfriction 1
3094
3095 // cover small area in icy mist, spawn it once per second
3096 // used nowhere in code
3097 effect icefield
3098 count 10
3099 type smoke
3100 tex 0 8
3101 color 0x008aff 0x75e7ff
3102 size 1 1
3103 sizeincrease 10
3104  gravity -0.01
3105 alpha 256 256 50
3106 bounce 1.5
3107 originjitter 333 333 0
3108 velocityjitter 5 5 30
3109 airfriction 1
3110 effect icefield
3111 count 5
3112 type smoke
3113 tex 48 55
3114 size 1 1
3115 sizeincrease 10
3116 color 0x008aff 0x75e7ff
3117 alpha 256 256 50
3118 gravity -0.001
3119 originjitter 333 333 0
3120
3121
3122 // cover very small area in flames, spawn it 3 times per second (or more often to get better looking fire at cost of fps hit )
3123 // flames that go up
3124 // used nowhere in code
3125 effect firefield
3126 count 100
3127 type smoke
3128 tex 48 55
3129 color 0x8f0d00 0xff5a00
3130 size 1 1
3131 sizeincrease 20
3132  gravity -0.06
3133 alpha 50 256 200
3134 bounce 1.5
3135 originjitter 180 180 0
3136 velocityjitter 5 5 30
3137 airfriction 1
3138 //flames that stay on the ground
3139 effect firefield
3140 count 50
3141 type smoke
3142 tex 48 55
3143 color 0x8f0d00 0xff5a00
3144 size 1 1
3145 sizeincrease 40
3146 alpha 50 256 200
3147 originjitter 180 180 0
3148 // smoke
3149 effect firefield
3150 count 20
3151 type alphastatic
3152 tex 0 8
3153 size 1 1
3154 sizeincrease 7
3155 color 0x000000 0x111111
3156 alpha 256 256 70
3157 gravity -0.02
3158 originjitter 180 180 0
3159
3160 //flamethrower, spawn it as fast as you can  20 times per second or more, it needs direction
3161 //fast fire
3162 // used nowhere in code
3163 effect flamethrower
3164 count 3
3165 type smoke
3166 tex 48 55
3167 color 0x8f0d00 0xff5a00
3168 size 5 5
3169 sizeincrease 20
3170  gravity -0.06
3171 alpha 50 256 250
3172 bounce 1.5
3173 velocityjitter 40 40 11
3174 velocitymultiplier 30
3175 airfriction 1.2
3176 //slowfire
3177 effect flamethrower
3178 count 2.5
3179 type smoke
3180 tex 48 55
3181 color 0x8f0d00 0xff5a00
3182 size 5 5
3183 sizeincrease 20
3184  gravity -0.06
3185 alpha 50 256 200
3186 bounce 1.5
3187 velocityjitter 40 40 40
3188 velocitymultiplier 20
3189 airfriction 1.2
3190 // very slow and small fire
3191 effect flamethrower
3192 count 1.5
3193 type smoke
3194 tex 48 55
3195 color 0x8f0d00 0xff5a00
3196 size 5 5
3197 sizeincrease 10
3198  gravity -0.06
3199 alpha 50 256 200
3200 bounce 1.5
3201 velocityjitter 30 30 30
3202 velocitymultiplier 10
3203 airfriction 0.3
3204 //decreasing fire
3205 effect flamethrower
3206 count 2
3207 type smoke
3208 tex 48 55
3209 color 0x8f0d00 0xff5a00
3210 size 20 30
3211 sizeincrease -10
3212  gravity -0.06
3213 alpha 50 256 200
3214 bounce 1.5
3215 velocityjitter 10 10 10
3216 velocitymultiplier 15
3217 airfriction 0.3
3218 //smoke
3219 effect flamethrower
3220 count 0.5
3221 type alphastatic
3222 tex 0 8
3223 size 5 15
3224 sizeincrease 7
3225 color 0x000000 0x111111
3226 alpha 256 256 90
3227 //gravity -0.2
3228 originjitter 10 10 10
3229 velocitymultiplier 20
3230 velocityoffset 0 0 10
3231 airfriction 1
3232
3233 // port-o-launch trail
3234 // glowing vapor trail
3235 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_WIZSPIKE"), from, to)
3236 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_WIZSPIKE"), from, to)
3237 effect TR_WIZSPIKE
3238 trailspacing 4
3239 type static
3240 color 0x404040 0x404040
3241 size 3 3
3242 tex 62 62
3243 alpha 256 256 968
3244 //velocityjitter 16 16 16
3245 lightradius 90
3246 lighttime 0
3247 lightcolor 1.5 3 6
3248 velocitymultiplier -0.1
3249 // bright sparks
3250 effect TR_WIZSPIKE
3251 trailspacing 12
3252 count 1.5
3253 type snow
3254 tex 42 42
3255 color 0x404040 0x404040
3256 size 2 4
3257 sizeincrease -20
3258 alpha 444 512 1866
3259 bounce 1
3260 velocityoffset 0 0 15
3261 airfriction 12
3262 originjitter 1 1 1
3263 velocityjitter 50 50 50
3264
3265 // TAG trail
3266 // glowing vapor trail
3267 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_VORESPIKE"), from, to)
3268 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_VORESPIKE"), from, to)
3269 effect TR_VORESPIKE
3270 trailspacing 4
3271 type static
3272 color 0x804000 0x804000
3273 size 3 3
3274 tex 62 62
3275 alpha 256 256 968
3276 //velocityjitter 16 16 16
3277 lightradius 90
3278 lighttime 0
3279 lightcolor 1.5 3 6
3280 velocitymultiplier -0.1
3281 // bright sparks
3282 effect TR_VORESPIKE
3283 trailspacing 12
3284 count 1.5
3285 type snow
3286 tex 42 42
3287 color 0xff8000 0xff8000
3288 size 2 4
3289 sizeincrease -20
3290 alpha 444 512 1866
3291 bounce 1
3292 velocityoffset 0 0 15
3293 airfriction 12
3294 originjitter 1 1 1
3295 velocityjitter 50 50 50
3296
3297 // used in qcsrc/client/damage.qc:                                      pointparticles(particleeffectnum("flac_explode"), org2, '0 0 0', 1)
3298 effect flac_explode
3299 countabsolute 1
3300 type decal
3301 tex 8 16
3302 size 18 28
3303 alpha 256 256 0
3304 originjitter 40 40 40
3305 lightradius 150
3306 lightradiusfade 400
3307 lightcolor 8 4 1
3308 // fire effect which make bright dot inside
3309 effect flac_explode
3310 notunderwater
3311 count 3
3312 type smoke
3313 tex 48 55
3314 color 0xffe955 0xff5a00
3315 size 6 16
3316 sizeincrease 5
3317 alpha 128 256 456
3318 bounce 1.5
3319 airfriction 8
3320 liquidfriction 8
3321 originjitter 8 8 8
3322 velocityjitter 156 156 156
3323 // fire effect which expands then slows
3324 effect flac_explode
3325 notunderwater
3326 count 6
3327 type static
3328 tex 48 55
3329 color 0x8f0d00 0xff5a00
3330 size 10 16
3331 sizeincrease 15
3332 alpha 128 256 456
3333 bounce 1.5
3334 airfriction 12
3335 liquidfriction 8
3336 originjitter 8 8 8
3337 velocityjitter 256 256 256
3338
3339 // smoke
3340 effect flac_explode
3341 type alphastatic
3342 notunderwater
3343 tex 0 8
3344 count 5
3345 size 10 20
3346 sizeincrease 20
3347 alpha 500 600 556
3348 velocityjitter 244 244 244
3349 airfriction 5
3350 color 0x000000 0x111111
3351 bounce 2
3352
3353 // underwater bubbles
3354 effect flac_explode
3355 underwater
3356 count 8
3357 type bubble
3358 tex 62 62
3359 color 0x404040 0x808080
3360 size 1 2
3361 alpha 128 256 64
3362 gravity -0.125
3363 bounce 1.5
3364 liquidfriction 0.25
3365 originjitter 16 16 16
3366 velocityjitter 96 96 96
3367 // bouncing sparks
3368 effect flac_explode
3369 notunderwater
3370 count 4
3371 type spark
3372 color 0x903010 0xFFD030
3373 size 2 2
3374 tex 40 40
3375 alpha 256 256 384
3376 gravity 1
3377 airfriction 0.2
3378 bounce 1.5
3379 liquidfriction 0.8
3380 velocityoffset 0 0 80
3381 velocityjitter 256 256 256
3382
3383
3384 // bullet trail (somewhat like a tracer)
3385 // used in qcsrc/server/w_common.qc:                            zcurveparticles_from_tracetoss(particleeffectnum("tr_bullet"), self.origin, trace_endpos, self.velocity)
3386 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("tr_bullet"), from, to)
3387 effect tr_bullet
3388 trailspacing 256
3389 type spark
3390 color 0x800000 0xFF8020
3391 alpha 256 256 2560
3392 size 1.5 1.5
3393 stretchfactor 1
3394 velocitymultiplier 0.7
3395
3396 // smoke emitter for small pipes
3397 // used nowhere in code
3398 effect smoking_smallemitter
3399 count 10
3400 type alphastatic
3401 tex 0 8
3402 color 0x292929 0x000000
3403 size 6 15
3404 sizeincrease 20
3405 alpha 200 256 100
3406 gravity -0.1
3407 bounce 0
3408 originjitter 10 10 10
3409 velocityjitter 5 5 20
3410 //velocitymultiplier -20
3411 airfriction -1
3412
3413 // crylink trail
3414 // plasma smoke
3415 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_CRYLINKPLASMA"), from, to)
3416 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("TR_CRYLINKPLASMA"), from, to)
3417 effect TR_CRYLINKPLASMA
3418 trailspacing 128
3419 type static
3420 color 0x5522aa 0x6622ff
3421 size 2 2
3422 sizeincrease 8
3423 tex 32 32
3424 alpha 256 256 1024
3425 velocityjitter 8 8 8
3426 //lightradius 90
3427 //lighttime 0
3428 //lightcolor 1 0 1
3429 velocitymultiplier -0.01
3430 // crylink main trail
3431 effect TR_CRYLINKPLASMA
3432 trailspacing 16
3433 type static
3434 color 0x5522aa 0x6622ff
3435 size 3 3
3436 sizeincrease 15
3437 tex 3 3
3438 alpha 256 256 2600
3439 velocityjitter 2 2 2
3440 velocitymultiplier 0.01
3441
3442 effect cherryblossom
3443 count 1.5
3444 type static
3445 color 0xb123ff 0xb183ff
3446 size 1.5 2
3447 alpha 128 256 32
3448 gravity 0.05
3449 bounce 1.5
3450 airfriction 1
3451 liquidfriction 1
3452 originjitter 16 16 16
3453 velocityjitter 32 32 0
3454 tex 40 40
3455 //lightradius 200
3456 //lighttime 0
3457
3458 effect alien_blood
3459 count 0.167
3460 type blood
3461 tex 24 32
3462 size 3 8
3463 alpha 256 256 64
3464 color 0xDC9BCD 0xDC9BCD
3465 bounce -1
3466 airfriction 1
3467 liquidfriction 4
3468 velocityjitter 64 64 64
3469 velocitymultiplier 5
3470 staincolor 0x808080 0x808080
3471 staintex 16 24
3472 //blood mist
3473 effect alien_blood
3474 countabsolute 1
3475 type alphastatic
3476 tex 0 8
3477 size 25 30
3478 alpha 100 256 400
3479 color 0x000000 0x204010
3480 originjitter 11 11 11
3481
3482 effect robot_blood
3483 count 0.167
3484 type blood
3485 tex 24 32
3486 size 3 8
3487 alpha 256 256 64
3488 color 0xC0D890 0xC0D890
3489 bounce -1
3490 airfriction 1
3491 liquidfriction 4
3492 velocityjitter 64 64 64
3493 velocitymultiplier 5
3494 staincolor 0x808080 0x808080
3495 staintex 16 24
3496 //blood mist
3497 effect robot_blood
3498 countabsolute 1
3499 type alphastatic
3500 tex 0 8
3501 size 25 30
3502 alpha 100 256 400
3503 color 0x000000 0x301860
3504 originjitter 11 11 11
3505
3506
3507 effect alien_TR_BLOOD
3508 trailspacing 32
3509 type blood
3510 color 0xC080B0 0xC080B0
3511 tex 24 32
3512 size 8 8
3513 alpha 384 384 192
3514 bounce -1
3515 airfriction 1
3516 liquidfriction 4
3517 velocityjitter 64 64 64
3518 velocitymultiplier 0.5
3519 staincolor 0x808080 0x808080
3520 staintex 16 24
3521
3522 effect robot_TR_BLOOD
3523 trailspacing 32
3524 type blood
3525 color 0xC0D890 0xC0D890
3526 tex 24 32
3527 size 8 8
3528 alpha 384 384 192
3529 bounce -1
3530 airfriction 1
3531 liquidfriction 4
3532 velocityjitter 64 64 64
3533 velocitymultiplier 0.5
3534 staincolor 0x808080 0x808080
3535 staintex 16 24
3536
3537 effect alien_TR_SLIGHTBLOOD
3538 trailspacing 64
3539 type blood
3540 color 0xC080B0 0xC080B0
3541 tex 24 32
3542 size 80 80
3543 alpha 384 384 192
3544 bounce -1
3545 airfriction 1
3546 liquidfriction 4
3547 velocityjitter 64 64 64
3548 velocitymultiplier 0.5
3549 staincolor 0x808080 0x808080
3550 staintex 16 24
3551
3552 effect robot_TR_SLIGHTBLOOD
3553 trailspacing 64
3554 type blood
3555 color 0xC0D890 0xC0D890
3556 tex 24 32
3557 size 8 8
3558 alpha 384 384 192
3559 bounce -1
3560 airfriction 1
3561 liquidfriction 4
3562 velocityjitter 64 64 64
3563 velocitymultiplier 0.5
3564 staincolor 0x808080 0x808080
3565 staintex 16 24
3566
3567 // flare particle and light
3568 // used in qcsrc/server/t_items.qc:     pointparticles(particleeffectnum("item_pickup"), self.origin, '0 0 0', 1)
3569 effect item_pickup
3570 countabsolute 1
3571 type static
3572 color 0x63F2EA 0xB0C5C4
3573 size 8 16
3574 alpha 128 64 64
3575 // cloud of particles which expand rapidly and then slow to form a ball
3576 effect item_pickup
3577 count 32
3578 type spark
3579 tex 41 41
3580 color 0x63F2EA 0xB0C5C4
3581 size 1 1
3582 alpha 256 256 1280
3583 //originjitter 24 24 24
3584 velocityjitter 256 256 256
3585
3586 effect bloodshower
3587 countabsolute 1
3588 type blood
3589 tex 24 32
3590 size 8 8
3591 color 0xA8FFFF 0xA8FFFFF
3592 alpha 256 256 64
3593 bounce -1
3594 airfriction 1
3595 liquidfriction 4
3596 velocityjitter 64 64 64
3597 velocitymultiplier 1
3598 staincolor 0x808080 0x808080
3599 staintex 16 24
3600
3601 effect alien_bloodshower
3602 countabsolute 1
3603 type blood
3604 tex 24 32
3605 size 8 8
3606 color 0xC080B0 0xC080B0
3607 alpha 256 256 64
3608 bounce -1
3609 airfriction 1
3610 liquidfriction 4
3611 velocityjitter 64 64 64
3612 velocitymultiplier 1
3613 staincolor 0x808080 0x808080
3614 staintex 16 24
3615
3616 effect robot_bloodshower
3617 countabsolute 1
3618 type blood
3619 tex 24 32
3620 size 8 8
3621 color 0xC0D890 0xC0D890
3622 alpha 256 256 64
3623 bounce -1
3624 airfriction 1
3625 liquidfriction 4
3626 velocityjitter 64 64 64
3627 velocitymultiplier 1
3628 staincolor 0x808080 0x808080
3629 staintex 16 24
3630
3631
3632 //red_ground_quake
3633 //smoke
3634 // used in qsrc/server/ctf.qc:          pointparticles(particleeffectnum("red_ground_quake"), self.origin, '0 0 0', 1);
3635 effect red_ground_quake
3636 type smoke
3637 count 90
3638 tex 0 8
3639 size 20 50
3640 sizeincrease 100
3641 gravity 0.5
3642 time 5 10
3643 airfriction 3
3644 alpha 100 126 200
3645 color 0x111111 0xbbbbbb
3646 //originjitter 2 2 0
3647 velocityjitter 190 190 50
3648 bounce 1.1
3649 notunderwater
3650 effect red_ground_quake
3651 type smoke
3652 count 40
3653 tex 0 8
3654 size 10 30
3655 sizeincrease 60
3656 gravity 0.2
3657 time 10 15
3658 airfriction 4
3659 alpha 100 126 200
3660 color 0x111111 0x979797
3661 //originjitter 2 2 0
3662 velocityjitter 190 190 50
3663 bounce 1.2
3664 notunderwater
3665 effect red_ground_quake
3666 //notunderwater
3667 count 16
3668 type smoke
3669 tex 48 55
3670 size 4 20
3671 time 15 25
3672 alpha 200 356 512
3673 gravity -0.5
3674 color 0x9E6A64 0x91302D
3675 bounce 6
3676 sizeincrease 5
3677 originjitter 33 33 33
3678 velocityjitter 22 22 50
3679 // smoke
3680 effect red_ground_quake
3681 type alphastatic
3682 count 11
3683 tex 0 8
3684 size 22 33
3685 sizeincrease 11
3686 time 25 35
3687 alpha 200 256 200
3688 color 0x000000 0xffffff
3689 gravity -0.3
3690 originjitter 44 44 44
3691 velocityjitter 11 11 50
3692 bounce 2
3693
3694 //blue_ground_quake
3695 //smoke
3696 // used in qsrc/server/ctf.qc:          pointparticles(particleeffectnum("blue_ground_quake"), self.origin, '0 0 0', 1);
3697 effect blue_ground_quake
3698 type smoke
3699 count 90
3700 tex 0 8
3701 size 20 50
3702 sizeincrease 100
3703 gravity 0.5
3704 time 5 10
3705 airfriction 3
3706 alpha 100 126 200
3707 color 0x111111 0xbbbbbb
3708 //originjitter 2 2 0
3709 velocityjitter 190 190 50
3710 bounce 1.1
3711 notunderwater
3712 effect blue_ground_quake
3713 type smoke
3714 count 40
3715 tex 0 8
3716 size 10 30
3717 sizeincrease 60
3718 gravity 0.2
3719 time 10 15
3720 airfriction 4
3721 alpha 100 126 200
3722 color 0x111111 0x979797
3723 //originjitter 2 2 0
3724 velocityjitter 190 190 50
3725 bounce 1.2
3726 notunderwater
3727 effect blue_ground_quake
3728 //notunderwater
3729 count 16
3730 type smoke
3731 tex 48 55
3732 size 4 20
3733 time 15 25
3734 alpha 200 356 512
3735 gravity -0.5
3736 color 0x64679E 0x2D4C91
3737 bounce 6
3738 sizeincrease 5
3739 originjitter 33 33 33
3740 velocityjitter 22 22 50
3741 // smoke
3742 effect blue_ground_quake
3743 type alphastatic
3744 count 11
3745 tex 0 8
3746 size 22 33
3747 sizeincrease 11
3748 time 25 35
3749 alpha 200 256 200
3750 color 0x000000 0xffffff
3751 gravity -0.3
3752 originjitter 44 44 44
3753 velocityjitter 11 11 50
3754 bounce 2
3755
3756
3757
3758 // cl_gentle impact effect indicating damage
3759 // maintained by morphed
3760 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_hit"), org, vel, amount * 16)
3761 effect morphed_damage_hit
3762 tex 43 43
3763 count 0.5
3764 type spark
3765 color 0xffffff 0x9271fb
3766 size 14 24
3767 sizeincrease -24
3768 alpha 128 128 292
3769 gravity -0.4
3770 airfriction 5
3771 liquidfriction 10
3772 velocityjitter 356 356 456
3773
3774 effect morphed_damage_hit
3775 tex 0 8
3776 count 0.5
3777 type smoke
3778 color 0xffffff 0x9271fb
3779 size 24 24
3780 sizeincrease -24
3781 alpha 128 128 292
3782 airfriction 5
3783 liquidfriction 10
3784 originjitter 10 10 10
3785
3786
3787 // effect for removing player model
3788 // "teleport"
3789
3790 // cl_gentle deathfx
3791 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_dissolve"), org, vel, amount)
3792 effect morphed_damage_dissolve
3793 tex 43 43
3794 count 10
3795 type smoke
3796 color 0xffffff 0x9271fb
3797 size 40 40
3798 sizeincrease -16
3799 alpha 456 456 1828
3800 gravity -1.9
3801 airfriction 8
3802 liquidfriction 6
3803 velocityjitter 256 256 512
3804 rotate -180 180 -399 -99
3805
3806 effect morphed_damage_dissolve
3807 tex 43 43
3808 count 2.5
3809 type smoke
3810 color 0x7bdbff 0xbed2ff
3811 size 40 40
3812 sizeincrease -16
3813 alpha 256 256 628
3814 gravity -0.8
3815 airfriction 9
3816 liquidfriction 6
3817 velocityjitter 256 256 512
3818 rotate -180 180 0 0
3819
3820 effect morphed_damage_dissolve
3821 tex 65 65
3822 count 5
3823 type smoke
3824 color 0xffffff 0x9271fb
3825 size 44 44
3826 sizeincrease -16
3827 alpha 156 156 128
3828 airfriction 3
3829 liquidfriction 6
3830 originjitter 22 22 76
3831
3832 effect morphed_damage_dissolve
3833 tex 46 46
3834 count 15
3835 type smoke
3836 color 0xffffff 0x9271fb
3837 size 32 32
3838 sizeincrease -16
3839 alpha 56 56 128
3840 gravity 1
3841 bounce 1.5
3842 airfriction 3
3843 liquidfriction 6
3844 velocityjitter 400 400 0
3845 rotate -180 180 999 -999
3846
3847 // Team / hit minsta effects
3848 effect TE_TEI_G3RED
3849 countabsolute 1
3850 type beam
3851 tex 200 200
3852 color 0xFF0000 0xFF0000
3853 size 4 4
3854 alpha 128 128 256
3855 // experimental
3856 effect TE_TEI_G3RED
3857 trailspacing 8
3858 type static
3859 color 0x200000 0x400000
3860 size 0.3 0.3
3861 sizeincrease 3
3862 tex 46 46
3863 alpha 256 256 512
3864 airfriction -4
3865 //liquidfriction -4
3866 velocityjitter 3 3 3
3867 type smoke
3868
3869 effect TE_TEI_G3RED_HIT
3870 countabsolute 1
3871 type beam
3872 tex 200 200
3873 color 0xFF0000 0xFF0000
3874 size 8 8
3875 alpha 128 128 256
3876 // experimental
3877 effect TE_TEI_G3RED_HIT
3878 trailspacing 20
3879 type static
3880 color 0xFFFFFF 0xFF0011
3881 size 2 2
3882 sizeincrease -2
3883 alpha 256 256 512
3884 airfriction -4
3885 //liquidfriction -4
3886 velocityjitter 2 2 2
3887 type smoke
3888 // rings
3889 effect TE_TEI_G3RED_HIT
3890 trailspacing 40
3891 type static
3892 color 0xFF0000 0xFF0011
3893 size 10 10 
3894 sizeincrease -6
3895 alpha 256 256 512
3896 airfriction -4
3897 //liquidfriction -4
3898 type smoke
3899
3900 effect TE_TEI_G3BLUE
3901 countabsolute 1
3902 type beam
3903 tex 200 200
3904 color 0x0000FF 0x1100FF
3905 size 4 4
3906 alpha 128 128 256
3907 // experimental
3908 effect TE_TEI_G3BLUE
3909 trailspacing 8
3910 type static
3911 color 0x000020 0x000040
3912 size 0.3 0.3
3913 sizeincrease 3
3914 tex 46 46
3915 alpha 256 256 512
3916 airfriction -4
3917 //liquidfriction -4
3918 velocityjitter 3 3 3
3919 type smoke
3920
3921 effect TE_TEI_G3BLUE_HIT
3922 countabsolute 1
3923 type beam
3924 tex 200 200
3925 color 0x0000FF 0x1100FF
3926 size 8 8
3927 alpha 128 128 256
3928 // experimental
3929 effect TE_TEI_G3BLUE_HIT
3930 trailspacing 20
3931 type static
3932 color 0xFFFFFF 0x100FF
3933 size 2 2
3934 sizeincrease -2
3935 alpha 256 256 512
3936 airfriction -4
3937 //liquidfriction -4
3938 velocityjitter 2 2 2
3939 type smoke
3940 // rings
3941 effect TE_TEI_G3BLUE_HIT
3942 trailspacing 40
3943 type static
3944 color 0x0000FF 0x1100FF
3945 size 10 10 
3946 sizeincrease -6
3947 alpha 256 256 512
3948 airfriction -4
3949 //liquidfriction -4
3950 type smoke
3951
3952 // Yellow 
3953 effect TE_TEI_G3YELLOW
3954 countabsolute 1
3955 type beam
3956 tex 200 200
3957 color 0xffff00 0xffff11
3958 size 4 4
3959 alpha 128 128 256
3960 effect TE_TEI_G3YELLOW
3961 trailspacing 8
3962 type static
3963 color 0x202000 0x404000
3964 size 0.3 0.3
3965 sizeincrease 3
3966 tex 46 46
3967 alpha 256 256 512
3968 airfriction -4
3969 velocityjitter 3 3 3
3970 type smoke
3971
3972 effect TE_TEI_G3YELLOW_HIT
3973 countabsolute 1
3974 type beam
3975 tex 200 200
3976 color 0xffff00 0xffff11
3977 size 8 8
3978 alpha 128 128 256
3979 effect TE_TEI_G3YELLOW_HIT
3980 trailspacing 20
3981 type static
3982 color 0xFFFFFF 0xffff10
3983 size 2 2
3984 sizeincrease -2
3985 alpha 256 256 512
3986 airfriction -4
3987 velocityjitter 2 2 2
3988 type smoke
3989 // rings
3990 effect TE_TEI_G3YELLOW_HIT
3991 trailspacing 40
3992 type static
3993 color 0xffff00 0xffff11
3994 size 10 10 
3995 sizeincrease -6
3996 alpha 256 256 512
3997 airfriction -4
3998 //liquidfriction -4
3999 type smoke
4000
4001
4002 // Pink
4003 effect TE_TEI_G3PINK
4004 countabsolute 1
4005 type beam
4006 tex 200 200
4007 color 0xFF00FF 0xFF11FF
4008 size 4 4
4009 alpha 128 128 256
4010 // experimental
4011 effect TE_TEI_G3PINK
4012 trailspacing 8
4013 type static
4014 color 0x200020 0x400040
4015 size 0.3 0.3
4016 sizeincrease 3
4017 tex 46 46
4018 alpha 256 256 512
4019 airfriction -4
4020 //liquidfriction -4
4021 velocityjitter 3 3 3
4022 type smoke
4023
4024 effect TE_TEI_G3PINK_HIT
4025 countabsolute 1
4026 type beam
4027 tex 200 200
4028 color 0xFF00FF 0xFF11FF
4029 size 8 8
4030 alpha 128 128 256
4031 // experimental
4032 effect TE_TEI_G3PINK_HIT
4033 trailspacing 20
4034 type static
4035 color 0xFFFFFF 0xFF10FF
4036 size 2 2
4037 sizeincrease -2
4038 alpha 256 256 512
4039 airfriction -4
4040 //liquidfriction -4
4041 velocityjitter 2 2 2
4042 type smoke
4043 // rings
4044 effect TE_TEI_G3PINK_HIT
4045 trailspacing 40
4046 type static
4047 color 0xFF00FF 0xFF11FF
4048 size 10 10 
4049 sizeincrease -6
4050 alpha 256 256 512
4051 airfriction -4
4052 //liquidfriction -4
4053 type smoke
4054
4055
4056
4057
4058 // cl_gentle impact effect indicating damage
4059 // maintained by particlegibs
4060 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_hit"), org, vel, amount * 16)
4061 // core decal
4062 effect particlegibs_damage_hit
4063 type blood
4064 count 0.5
4065 tex 0 8
4066 size 5 10
4067 color 0xA8FFFF 0xA8FFFFF
4068 alpha 256 256 428
4069 gravity 1
4070 bounce -1
4071 airfriction 3
4072 liquidfriction 6
4073 velocityjitter 156 156 212
4074 staincolor 0x808080 0x808080
4075 staintex 16 24
4076 // front blood
4077 effect particlegibs_damage_hit
4078 type blood
4079 count 0.1
4080 tex 24 32
4081 size 10 20
4082 color 0xA8FFFF 0xA8FFFFF
4083 sizeincrease -15
4084 alpha 256 256 328
4085 bounce -1
4086 gravity 0.5
4087 airfriction 1
4088 liquidfriction 3
4089 velocityjitter 6 6 30
4090 velocitymultiplier -1
4091 staincolor 0x808080 0x808080
4092 staintex 16 24
4093 // back blood
4094 effect particlegibs_damage_hit
4095 type blood
4096 count 0.1
4097 tex 24 32
4098 size 5 15
4099 color 0xA8FFFF 0xA8FFFFF
4100 sizeincrease 10
4101 alpha 256 256 328
4102 bounce -1
4103 gravity 1
4104 airfriction 1
4105 liquidfriction 3
4106 velocityjitter 26 26 112
4107 originjitter 3 3 3
4108 velocitymultiplier 2
4109 staincolor 0x808080 0x808080
4110 staintex 16 24
4111  
4112 // effect for removing player model
4113 // "teleport"
4114  
4115 // cl_gentle deathfx
4116 // used in qcsrc/client/gibs.qc:                        pointparticles(particleeffectnum("damage_dissolve"), org, vel, amount)
4117 // small core blood no decals
4118 effect particlegibs_damage_dissolve
4119 type blood
4120 count 32
4121 tex 0 8
4122 size 15 20
4123 color 0x00ffff 0x82ffff
4124 alpha 256 256 328
4125 gravity 1
4126 airfriction 3
4127 liquidfriction 6
4128 originjitter 10 10 25
4129 velocityjitter 256 256 312
4130 staincolor 0x808080 0x808080
4131 staintex 16 24
4132 // core decal
4133 effect particlegibs_damage_dissolve
4134 type blood
4135 count 12
4136 tex 0 8
4137 size 20 40
4138 color 0xA8FFFF 0xA8FFFFF
4139 alpha 256 256 528
4140 gravity 2
4141 bounce -1
4142 airfriction 2
4143 liquidfriction 6
4144 originjitter 10 10 25
4145 velocityjitter 356 356 412
4146 staincolor 0x808080 0x808080
4147 staintex 16 24
4148 // front blood
4149 effect particlegibs_damage_dissolve
4150 type blood
4151 count 32
4152 tex 24 32
4153 size 10 20
4154 color 0xA8FFFF 0xA8FFFFF
4155 sizeincrease -15
4156 alpha 256 256 328
4157 bounce -1
4158 gravity 0.5
4159 airfriction 1
4160 liquidfriction 3
4161 velocityjitter 56 56 212
4162 originjitter 5 5 10
4163 velocitymultiplier -0.3
4164 staincolor 0x808080 0x808080
4165 staintex 16 24
4166 // back blood
4167 effect particlegibs_damage_dissolve
4168 type blood
4169 count 32
4170 tex 24 32
4171 size 5 15
4172 color 0xA8FFFF 0xA8FFFFF
4173 sizeincrease 10
4174 alpha 256 256 328
4175 bounce -1
4176 gravity 1
4177 airfriction 1
4178 liquidfriction 3
4179 velocityjitter 56 56 212
4180 originjitter 5 5 10
4181 velocitymultiplier 0.5
4182 staincolor 0x808080 0x808080
4183 staintex 16 24
4184 // small bits
4185 effect particlegibs_damage_dissolve
4186 type blood
4187 count 75
4188 tex 24 32
4189 size 1 1
4190 color 0xA8FFFF 0xA8FFFFF
4191 sizeincrease 10
4192 alpha 256 256 328
4193 gravity 1
4194 airfriction 1.5
4195 liquidfriction 3
4196 originjitter 10 10 25
4197 velocityjitter 656 656 912
4198 staincolor 0x808080 0x808080
4199 staintex 16 24
4200
4201 // fire effect which expands then slows
4202 effect onslaught_generator_gib_explode
4203 notunderwater
4204 count 17
4205 type static
4206 tex 48 55
4207 color 0x8f0d00 0xff5a00
4208 size 20 26
4209 sizeincrease 45
4210 alpha 128 256 356
4211 bounce 1.5
4212 airfriction 5
4213 liquidfriction 8
4214 originjitter 8 8 8
4215 velocityjitter 286 286 286
4216
4217 // smoke
4218 effect onslaught_generator_gib_explode
4219 type alphastatic
4220 notunderwater
4221 tex 0 8
4222 count 6
4223 size 1 10
4224 sizeincrease 90
4225 gravity -0.3
4226 alpha 200 500 600
4227 velocityjitter 244 244 244
4228 airfriction 5
4229 color 0x000000 0x111111
4230 bounce 2
4231
4232 // underwater bubbles
4233 effect onslaught_generator_gib_explode
4234 underwater
4235 count 16
4236 type bubble
4237 tex 62 62
4238 color 0x404040 0x808080
4239 size 3 3
4240 alpha 128 256 64
4241 gravity -0.125
4242 bounce 1.5
4243 liquidfriction 0.25
4244 originjitter 16 16 16
4245 velocityjitter 96 96 96
4246
4247 // fire effect which expands then slows
4248 effect onslaught_generator_gib_flame
4249 notunderwater
4250 count 15
4251 type static
4252 tex 48 55
4253 color 0x8f0d00 0xff5a00
4254 size 5 10
4255 sizeincrease 25
4256 alpha 128 256 356
4257 gravity -0.5
4258 airfriction 5
4259 liquidfriction 8
4260 originjitter 3 3 3
4261 velocityjitter 86 86 86
4262 // smoke
4263 effect onslaught_generator_gib_flame
4264 type alphastatic
4265 notunderwater
4266 tex 0 8
4267 count 1
4268 size 10 20
4269 sizeincrease 30
4270 gravity -0.8
4271 alpha 200 500 600
4272 velocityjitter 44 44 44
4273 airfriction 5
4274 color 0x000000 0x111111
4275 bounce 2
4276
4277 // underwater bubbles
4278 effect onslaught_generator_gib_flame
4279 underwater
4280 count 16
4281 type bubble
4282 tex 62 62
4283 color 0x404040 0x808080
4284 size 3 3
4285 alpha 128 256 64
4286 gravity -0.125
4287 bounce 1.5
4288 liquidfriction 0.25
4289 originjitter 16 16 16
4290 velocityjitter 96 96 96
4291
4292
4293 // used nowhere in code
4294 effect firemine
4295 trailspacing 2
4296 count 0.5
4297 type smoke
4298 tex 48 55
4299 color 0x8f0d00 0xff5a00
4300 size 1 1
4301 sizeincrease 5
4302 gravity -0.06
4303 alpha 50 256 250
4304 bounce 1.5
4305 velocityjitter 10 10 2
4306 airfriction 1.2
4307 //slowfire
4308 effect firemine
4309 trailspacing 2
4310 count 0.5
4311 type smoke
4312 tex 48 55
4313 color 0x8f0d00 0xff5a00
4314 size 1 1
4315 sizeincrease 5
4316 gravity -0.06
4317 alpha 50 256 200
4318 bounce 1.5
4319 velocityjitter 10 10 10
4320 airfriction 1.2
4321 // very slow and small fire
4322 effect firemine
4323 trailspacing 4
4324 count 0.5
4325 type smoke
4326 tex 48 55
4327 color 0x8f0d00 0xff5a00
4328 size 1 1
4329 sizeincrease 2
4330 gravity -0.06
4331 alpha 50 256 200
4332 bounce 1.5
4333 velocityjitter 8 8 8
4334 airfriction 0.3
4335 //decreasing fire
4336 effect firemine
4337 trailspacing 4
4338 count 0.5
4339 type smoke
4340 tex 48 55
4341 color 0x8f0d00 0xff5a00
4342 size 5 7
4343 sizeincrease -3
4344 gravity -0.06
4345 alpha 50 256 200
4346 bounce 1.5
4347 velocityjitter 3 3 3
4348 airfriction 0.3
4349 //smoke
4350 effect firemine
4351 trailspacing 8
4352 count 0.5
4353 type alphastatic
4354 tex 0 8
4355 size 1 4
4356 sizeincrease 1
4357 color 0x000000 0x111111
4358 alpha 256 256 90
4359 //gravity -0.2
4360 originjitter 2 2 2
4361 velocityoffset 0 0 3
4362 airfriction 1
4363 //fastfire
4364 effect firemine
4365 trailspacing 1
4366 count 0.5
4367 type smoke
4368 tex 48 55
4369 color 0x8f0d00 0xff5a00
4370 size 12 12
4371 sizeincrease 0
4372 gravity 0
4373 alpha 50 256 1600
4374 bounce 1.5
4375 velocityjitter 0 0 0
4376 airfriction 1.2
4377 // light only
4378 effect firemine
4379 trailspacing 16
4380 lightradius 50
4381 lightradiusfade 50000
4382 lightcolor 2.7 2.7 0.6
4383
4384 // used nowhere in code
4385 effect fireball
4386 trailspacing 2
4387 count 0.5
4388 type smoke
4389 tex 48 55
4390 color 0x8f0d00 0xff5a00
4391 size 5 5
4392 sizeincrease 20
4393 gravity -0.06
4394 alpha 50 256 250
4395 bounce 1.5
4396 velocityjitter 40 40 11
4397 airfriction 1.2
4398 //slowfire
4399 effect fireball
4400 trailspacing 2
4401 count 0.5
4402 type smoke
4403 tex 48 55
4404 color 0x8f0d00 0xff5a00
4405 size 5 5
4406 sizeincrease 20
4407 gravity -0.06
4408 alpha 50 256 200
4409 bounce 1.5
4410 velocityjitter 40 40 40
4411 airfriction 1.2
4412 // very slow and small fire
4413 effect fireball
4414 trailspacing 4
4415 count 0.5
4416 type smoke
4417 tex 48 55
4418 color 0x8f0d00 0xff5a00
4419 size 5 5
4420 sizeincrease 10
4421 gravity -0.06
4422 alpha 50 256 200
4423 bounce 1.5
4424 velocityjitter 30 30 30
4425 airfriction 0.3
4426 //decreasing fire
4427 effect fireball
4428 trailspacing 4
4429 count 0.5
4430 type smoke
4431 tex 48 55
4432 color 0x8f0d00 0xff5a00
4433 size 20 30
4434 sizeincrease -10
4435 gravity -0.06
4436 alpha 50 256 200
4437 bounce 1.5
4438 velocityjitter 10 10 10
4439 airfriction 0.3
4440 //smoke
4441 effect fireball
4442 trailspacing 8
4443 count 0.5
4444 type alphastatic
4445 tex 0 8
4446 size 5 15
4447 sizeincrease 7
4448 color 0x000000 0x111111
4449 alpha 256 256 90
4450 //gravity -0.2
4451 originjitter 10 10 10
4452 velocityoffset 0 0 10
4453 airfriction 1
4454 //fastfire
4455 effect fireball
4456 trailspacing 1
4457 count 0.5
4458 type smoke
4459 tex 48 55
4460 color 0x8f0d00 0xff5a00
4461 size 48 48
4462 sizeincrease 0
4463 gravity 0
4464 alpha 50 256 1600
4465 bounce 1.5
4466 velocityjitter 0 0 0
4467 airfriction 1.2
4468 // light only
4469 effect fireball
4470 trailspacing 16
4471 lightradius 300
4472 lightradiusfade 3000
4473 lightcolor 2.7 2.7 0.6
4474
4475 // fireball
4476 effect fireball_laser
4477 count 10
4478 type spark
4479 color 0x800000 0xFF8020
4480 alpha 192 256 2560
4481 size 1 1
4482 velocityjitter 1 1 1
4483 velocitymultiplier 10
4484 stretchfactor 0.7
4485
4486 // rocket explosion (bigger than mortar and hagar)
4487 // decal
4488 // used nowhere in code
4489 effect fireball_explode
4490 countabsolute 1
4491 type decal
4492 tex 8 16
4493 size 72 72
4494 alpha 256 256 0
4495 originjitter 56 56 56
4496 lightradius 500
4497 lightradiusfade 500
4498 lightcolor 4 2 0.5
4499 // flare effect
4500 effect fireball_explode
4501 countabsolute 1
4502 type static
4503 tex 35 37
4504 color 0x404040 0x404040
4505 size 72 72
4506 alpha 192 192 64
4507 // fire effect
4508 effect fireball_explode
4509 notunderwater
4510 count 128
4511 type static
4512 tex 48 55
4513 color 0x902010 0xFFD080
4514 size 16 16
4515 alpha 128 128 256
4516 bounce 1.5
4517 airfriction 4
4518 liquidfriction 4
4519 originjitter 8 8 8
4520 velocityjitter 512 512 512
4521 // underwater bubbles
4522 effect fireball_explode
4523 underwater
4524 count 32
4525 type bubble
4526 tex 62 62
4527 color 0x404040 0x808080
4528 size 3 3
4529 alpha 128 256 64
4530 gravity -0.125
4531 bounce 1.5
4532 liquidfriction 0.25
4533 originjitter 16 16 16
4534 velocityjitter 144 144 144
4535 // bouncing sparks
4536 effect fireball_explode
4537 notunderwater
4538 count 64
4539 type spark
4540 color 0x903010 0xFFD030
4541 size 2 2
4542 alpha 256 256 384
4543 gravity 1
4544 airfriction 0.2
4545 bounce 1.5
4546 liquidfriction 0.8
4547 velocityoffset 0 0 80
4548 velocityjitter 384 384 384
4549
4550 effect fireball_muzzleflash
4551 count 2
4552 type smoke
4553 color 0x202020 0x404040
4554 tex 0 8
4555 size 5 5
4556 alpha 256 256 512
4557 originjitter 1.5 1.5 1.5
4558 velocityjitter 6 6 6
4559 velocitymultiplier 0.01
4560 lightradius 200
4561 lightradiusfade 2000
4562 lightcolor 2 1.5 0.2
4563 effect fireball_muzzleflash
4564 count 15
4565 type spark
4566 tex 40 40
4567 color 0xFFFDD9 0xFFFDD9
4568 size 3 3
4569 alpha 0 128 1024
4570 originjitter 1 1 1
4571 velocityjitter 300 300 300
4572 velocitymultiplier 0.5
4573 airfriction 12
4574
4575 effect fireball_preattack_muzzleflash
4576 count 2
4577 type smoke
4578 color 0x202020 0x404040
4579 tex 0 8
4580 size 5 5
4581 alpha 256 256 512
4582 originjitter 1.5 1.5 1.5
4583 velocityjitter 6 6 6
4584 velocitymultiplier 0.01
4585 lightradius 200
4586 lightradiusfade 2000
4587 lightcolor 2 1.5 0.2
4588 effect fireball_preattack_muzzleflash
4589 count 15
4590 type spark
4591 tex 40 40
4592 color 0xFFFDD9 0xFFFDD9
4593 size 3 3
4594 alpha 0 128 1024
4595 originjitter 1 1 1
4596 velocityjitter 300 300 300
4597 velocitymultiplier 0.5
4598 airfriction 12
4599
4600 effect fireball_bfgdamage
4601 count 2
4602 type smoke
4603 color 0x202020 0x404040
4604 tex 0 8
4605 size 5 5
4606 alpha 256 256 512
4607 originjitter 1.5 1.5 1.5
4608 velocityjitter 6 6 6
4609 velocitymultiplier 0.01
4610 lightradius 200
4611 lightradiusfade 2000
4612 lightcolor 2 1.5 0.2
4613 effect fireball_bfgdamage
4614 count 15
4615 type spark
4616 tex 40 40
4617 color 0xFFFDD9 0xFFFDD9
4618 size 3 3
4619 alpha 0 128 1024
4620 originjitter 1 1 1
4621 velocityjitter 300 300 300
4622 velocitymultiplier 0.5
4623 airfriction 12
4624
4625 //EF_FLAME
4626 //fire
4627 // used nowhere in code
4628 effect EF_FLAME
4629 //notunderwater
4630 count 100
4631 type smoke
4632 tex 48 55
4633 size 5 21
4634 alpha 200 356 512
4635 gravity -0.5
4636 color 0x8f0d00 0xff5a00
4637 bounce 2
4638 sizeincrease -1
4639 originoffset 0 0 10
4640 originjitter 12 12 34
4641 velocityjitter 22 22 50
4642 // smoke
4643 effect EF_FLAME
4644 type alphastatic
4645 count 50
4646 tex 0 8
4647 size 11 15
4648 sizeincrease 6
4649 alpha 200 256 200
4650 color 0x000000 0x111111
4651 gravity -0.3
4652 originoffset 0 0 10
4653 originjitter 12 12 34
4654 velocityjitter 11 11 50
4655 bounce 2
4656 effect EF_FLAME
4657 count 0.5
4658 lightradius 200
4659 lightradiusfade 10000
4660 lightcolor 0.9 0.9 0.2
4661
4662 // rifle bullet trail (somewhat like a tracer)
4663 // used in qcsrc/server/w_common.qc:                            zcurveparticles_from_tracetoss(particleeffectnum("tr_bullet"), self.origin, trace_endpos, self.velocity)
4664 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("tr_bullet"), from, to)
4665 effect tr_rifle
4666 trailspacing 128
4667 type spark
4668 color 0x800000 0xFF8020
4669 alpha 256 256 2560
4670 size 1.5 1.5
4671 stretchfactor 1
4672 velocitymultiplier 0.7
4673 effect tr_rifle
4674 notunderwater
4675 tex 0 8
4676 trailspacing 8
4677 type static
4678 color 0x202020 0x404040
4679 size 4 4
4680 sizeincrease 0.4
4681 alpha 256 256 256
4682 airfriction -4
4683 velocityjitter 4 4 4
4684 type smoke
4685 effect tr_rifle
4686 underwater
4687 trailspacing 32
4688 type bubble
4689 tex 62 62
4690 color 0x404040 0x808080
4691 size 2 2
4692 alpha 256 256 128
4693 gravity -0.125
4694 bounce 1.5
4695 liquidfriction 4
4696 velocityjitter 16 16 16
4697
4698 // rocket guiding start
4699 // underwater bubbles
4700 effect rocket_guide
4701 underwater
4702 count 2
4703 type bubble
4704 tex 62 62
4705 color 0x404040 0x808080
4706 size 1.5 1.5
4707 alpha 128 256 64
4708 gravity -0.125
4709 bounce 1.5
4710 liquidfriction 0.25
4711 originjitter 8 8 8
4712 velocityjitter 48 48 48
4713 velocitymultiplier -0.1
4714 // bouncing sparks
4715 effect rocket_guide
4716 notunderwater
4717 count 8
4718 type spark
4719 color 0x903010 0xFFD030
4720 size 0.3 0.7
4721 tex 40 40
4722 alpha 256 256 984
4723 gravity 1
4724 airfriction 0.2
4725 bounce 1.5
4726 liquidfriction 0.8
4727 velocityoffset 0 0 80
4728 velocityjitter 156 156 156
4729 velocitymultiplier -0.3
4730 stretchfactor 0.4
4731 effect rocket_guide
4732 countabsolute 1
4733 type smoke
4734 tex 65 65
4735 color 0x903010 0xFFD030
4736 size 10 10
4737 sizeincrease 300
4738 alpha 100 100 500
4739
4740
4741 // gauntlet laser
4742 // based off morphed's cl_gentle
4743 // used in qcsrc/server/w_laser.qc
4744 effect laser_gauntlet
4745 count 3
4746 type spark
4747 color 0xb44215 0x880000
4748 tex 43 43
4749 size 7 10
4750 alpha 128 512 6280
4751 airfriction 10
4752 originjitter 2 2 2
4753 velocityjitter 150 150 150
4754 velocitymultiplier 0.2
4755 sizeincrease -100
4756 stretchfactor 2.3
4757 rotate -180 180 4000 -4000
4758
4759 effect laser_gauntlet
4760 count 6
4761 type spark
4762 color 0xff4200 0xff0000
4763 tex 8 15
4764 size 7 9
4765 alpha 256 512 6280
4766 airfriction 12
4767 originjitter 2 2 2
4768 velocityjitter 100 100 100
4769 velocitymultiplier 0.2
4770 sizeincrease -100
4771 stretchfactor 2
4772
4773
4774 // muzzle flash
4775 effect laser_gauntletmuzzleflash
4776 // glow and light
4777 countabsolute 1
4778 type smoke
4779 color 0x220000 0x880000
4780 tex 65 65
4781 size 10 15
4782 alpha 256 512 6280
4783 airfriction 10
4784 sizeincrease -100
4785 stretchfactor 2
4786 lightradius 150
4787 lightradiusfade 500
4788 lightcolor 3 0.1 0.1
4789 // electricity
4790 effect laser_gauntletmuzzleflash
4791 count 3
4792 type spark
4793 color 0xb44215 0x880000
4794 tex 43 43
4795 size 7 10
4796 alpha 128 512 6280
4797 airfriction 10
4798 originjitter 2 2 2
4799 velocityjitter 150 150 150
4800 velocitymultiplier 0.2
4801 sizeincrease -100
4802 stretchfactor 2.3
4803 rotate -180 180 4000 -4000
4804
4805
4806 // fire
4807 effect laser_gauntletmuzzleflash
4808 count 6
4809 type spark
4810 color 0xff4200 0xff0000
4811 tex 8 15
4812 size 7 9
4813 alpha 256 512 6280
4814 airfriction 12
4815 originjitter 2 2 2
4816 velocityjitter 100 100 100
4817 velocitymultiplier 0.2
4818 sizeincrease -100
4819 stretchfactor 2
4820
4821 //torch flame, spawn it as fast as you can  20 times per second or more, supports direction but not required
4822 //fast fire
4823 // used nowhere in code, meant for maps
4824 effect torchflame
4825 count 3
4826 type smoke
4827 tex 48 55
4828 color 0x8f0d00 0xff5a00
4829 size 5 5
4830 sizeincrease 20
4831  gravity -0.06
4832 alpha 50 256 250
4833 velocityjitter 40 40 11
4834 velocitymultiplier 30
4835 airfriction 1.2
4836 //slowfire
4837 effect torchflame
4838 count 2.5
4839 type smoke
4840 tex 48 55
4841 color 0x8f0d00 0xff5a00
4842 size 5 5
4843 sizeincrease 20
4844  gravity -0.06
4845 alpha 50 256 200
4846 velocityjitter 40 40 40
4847 velocitymultiplier 20
4848 airfriction 1.2
4849 // very slow and small fire
4850 effect torchflame
4851 count 1.5
4852 type smoke
4853 tex 48 55
4854 color 0x8f0d00 0xff5a00
4855 size 5 5
4856 sizeincrease 10
4857  gravity -0.06
4858 alpha 50 256 200
4859 velocityjitter 30 30 30
4860 velocitymultiplier 10
4861 airfriction 0.3
4862 //decreasing fire
4863 effect torchflame
4864 count 2
4865 type smoke
4866 tex 48 55
4867 color 0x8f0d00 0xff5a00
4868 size 20 30
4869 sizeincrease -10
4870  gravity -0.06
4871 alpha 50 256 200
4872 velocityjitter 10 10 10
4873 velocitymultiplier 15
4874 airfriction 0.3
4875 //smoke
4876 effect torchflame
4877 count 0.5
4878 type alphastatic
4879 tex 0 8
4880 size 5 15
4881 sizeincrease 7
4882 color 0x000000 0x111111
4883 alpha 256 256 90
4884 //gravity -0.2
4885 originjitter 10 10 10
4886 velocitymultiplier 20
4887 velocityoffset 0 0 10
4888 airfriction 1
4889
4890 //happy death fx for cl_gentle
4891 effect happy_damage_dissolve
4892 tex 69 69
4893 count 15
4894 type alphastatic
4895 color 0x00FFFF 0xFF00FF
4896 size 32 32
4897 sizeincrease -10
4898 alpha 256 256 228
4899 gravity -0.4
4900 bounce 1.5
4901 airfriction 3
4902 liquidfriction 6
4903 velocityjitter 312 312 312
4904 effect happy_damage_dissolve
4905 tex 69 69
4906 count 15
4907 type alphastatic
4908 color 0xFF00FF 0xFFFF00
4909 size 32 32
4910 sizeincrease -10
4911 alpha 256 256 228
4912 gravity -0.4
4913 bounce 1.5
4914 airfriction 3
4915 liquidfriction 6
4916 velocityjitter 312 312 312
4917 effect happy_damage_dissolve
4918 tex 69 69
4919 count 15
4920 type alphastatic
4921 color 0xFFFF00 0x00FFFF
4922 size 32 32
4923 sizeincrease -10
4924 alpha 256 256 228
4925 gravity -0.4
4926 bounce 1.5
4927 airfriction 3
4928 liquidfriction 6
4929 velocityjitter 312 312 312
4930
4931
4932 //happy damage fx for cl_gentle
4933 effect happy_damage_hit
4934 tex 69 69
4935 count 0.1
4936 type alphastatic
4937 color 0x00FFFF 0xFF00FF
4938 size 26 26
4939 sizeincrease -28
4940 alpha 128 128 192
4941 gravity -0.4
4942 bounce 1.5
4943 airfriction 5
4944 liquidfriction 10
4945 velocityjitter 156 156 156
4946 effect happy_damage_hit
4947 tex 69 69
4948 count 0.1
4949 type alphastatic
4950 color 0xFF00FF 0xFFFF00
4951 size 26 26
4952 sizeincrease -28
4953 alpha 128 128 192
4954 gravity -0.4
4955 bounce 1.5
4956 airfriction 5
4957 liquidfriction 10
4958 velocityjitter 156 156 156
4959 effect happy_damage_hit
4960 tex 69 69
4961 count 0.1
4962 type alphastatic
4963 color 0xFFFF00 0x00FFFF
4964 size 26 26
4965 sizeincrease -28
4966 alpha 128 128 192
4967 gravity -0.4
4968 bounce 1.5
4969 airfriction 5
4970 liquidfriction 10
4971 velocityjitter 156 156 156
4972
4973
4974
4975 // used in qcsrc/server/w_electro.qc:   pointparticles(particleeffectnum("electro_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
4976 // used in qcsrc/server/w_electro.qc:   pointparticles(particleeffectnum("electro_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
4977 effect electro_lightning
4978 countabsolute 1
4979 type decal
4980 tex 59 59
4981 size 16 16
4982 alpha 256 256 0
4983 originjitter 2 2 2
4984 lightradius 50
4985 lightradiusfade 500
4986 lightcolor 3.125 4.375 10
4987 effect electro_lightning
4988 count 300
4989 type spark
4990 // color 0x501860 0x501860 // 0x202020 0x404040
4991 color 0x2030FF 0x80C0FF
4992 tex 65 65
4993 size 6 6
4994 alpha 100 206 1724
4995 originjitter 1.5 1.5 1.5
4996 velocityjitter 6 6 6
4997 sizeincrease 10
4998 velocitymultiplier 2000
4999 effect electro_lightning
5000 count 30
5001 type spark
5002 tex 8 15
5003 color 0xDDFDFF 0xFDFDFF
5004 size 2 5
5005 alpha 110 170 1500
5006 originjitter 1 1 1
5007 velocityjitter 150 150 150
5008 velocitymultiplier 0.5
5009 airfriction 2
5010 stretchfactor 1.5
5011 effect electro_lightning
5012 count 50
5013 type spark
5014 tex 41 41
5015 color 0xFDFDFF 0xF9FDFF
5016 size 2 3
5017 alpha 110 170 1500
5018 originjitter 1 1 1
5019 velocityjitter 350 350 350
5020 velocitymultiplier 2.5
5021 airfriction 8
5022 gravity 1.3
5023 stretchfactor 0.1
5024
5025 // used in qcsrc/server/w_gauntlet.qc:  pointparticles(particleeffectnum("electro_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)
5026 effect gauntlet_lightning
5027 count 300
5028 type spark
5029 color 0x280000 0x280000 // 0x202020 0x404040
5030 tex 65 65
5031 size 3 3
5032 alpha 256 256 1024
5033 originjitter 1.5 1.5 1.5
5034 velocityjitter 6 6 6
5035 sizeincrease 15
5036 velocitymultiplier 2000
5037 effect gauntlet_lightning
5038 count 30
5039 type spark
5040 tex 8 15
5041 color 0xDD0000 0xFD0000
5042 size 2 5
5043 alpha 110 228 1024
5044 originjitter 1 1 1
5045 velocityjitter 150 150 150
5046 velocitymultiplier 0.5
5047 airfriction 2
5048 stretchfactor 1.5
5049 effect gauntlet_lightning
5050 count 50
5051 type spark
5052 tex 41 41
5053 color 0xFD0000 0xF90000
5054 size 2 3
5055 alpha 110 228 600
5056 originjitter 1 1 1
5057 velocityjitter 350 350 350
5058 velocitymultiplier 2.5
5059 airfriction 8
5060 gravity 1.3
5061 stretchfactor 0.1
5062
5063
5064 // crylink joinexplode effect
5065 // decal
5066 // used in qcsrc/client/damage.qc:                                      pointparticles(particleeffectnum("crylink_joinexplode"), org2, '0 0 0', 1)
5067 effect crylink_joinexplode
5068 countabsolute 1
5069 type decal
5070 tex 47 47
5071 size 24 24
5072 alpha 256 256 0
5073 originjitter 12 12 12
5074 //lightradius 200
5075 //lightradiusfade 800
5076 //lightcolor 3.2 0.4 4
5077 // purple flare effect
5078 effect crylink_joinexplode
5079 countabsolute 1
5080 type static
5081 tex 39 39
5082 color 0x504060 0x504060
5083 size 24 24
5084 alpha 256 256 512
5085 // purple sparks
5086 effect crylink_joinexplode
5087 count 40
5088 type spark
5089 tex 41 41
5090 color 0xA040C0 0xA040C0
5091 bounce 2
5092 size 6 6
5093 alpha 256 256 1024
5094 velocityjitter 512 512 512
5095 // purple splash
5096 effect crylink_joinexplode
5097 count 1.5
5098 type static
5099 color 0xE070FF 0xE070FF
5100 size 16 16
5101 alpha 256 256 512
5102 velocityjitter 32 32 32
5103 // purple splash
5104 effect crylink_joinexplode
5105 count 3
5106 type static
5107 color 0xE070FF 0xE070FF
5108 size 16 16
5109 alpha 256 256 1024
5110 velocityjitter 256 256 256
5111
5112 //sparks for keepaway ball touch
5113 // used nowhere in code
5114 effect kaball_sparks
5115 count 35
5116 type spark
5117 tex 40 40
5118 color 0xa9cacf 0x0054ff
5119 size 1 3
5120 alpha 0 256 556
5121 gravity 1
5122 bounce 1.5
5123 originjitter 1 1 1
5124 velocityjitter 300 300 300
5125 velocitymultiplier 0.5
5126 airfriction 3
5127
5128
5129 // weak rifle bullet trail (somewhat like a tracer)
5130 // used in qcsrc/server/w_common.qc:                            zcurveparticles_from_tracetoss(particleeffectnum("tr_bullet"), self.origin, trace_endpos, self.velocity)
5131 // used in qcsrc/client/projectile.qc:                  trailparticles(self, particleeffectnum("tr_bullet"), from, to)
5132 effect tr_rifle_weak
5133 trailspacing 128
5134 type spark
5135 color 0x800000 0xFF8020
5136 alpha 256 256 2560
5137 size 1.5 1.5
5138 stretchfactor 1
5139 velocitymultiplier 0.7
5140 effect tr_rifle_weak
5141 notunderwater
5142 tex 0 8
5143 trailspacing 48
5144 type static
5145 color 0x202020 0x404040
5146 size 4 4
5147 sizeincrease 0.4
5148 alpha 256 256 256
5149 airfriction -4
5150 velocityjitter 4 4 4
5151 type smoke
5152 effect tr_rifle_weak
5153 underwater
5154 trailspacing 192
5155 type bubble
5156 tex 62 62
5157 color 0x404040 0x808080
5158 size 2 2
5159 alpha 256 256 128
5160 gravity -0.125
5161 bounce 1.5
5162 liquidfriction 4
5163 velocityjitter 16 16 16
5164
5165 // red smoke emiter
5166 // used nowhere in code
5167 effect red_smoke
5168 count 2
5169 type smoke
5170 tex 0 8
5171 color 0xff8866 0x331100
5172 size 60 120
5173 sizeincrease 0
5174 alpha 32 64 32
5175 gravity -0.007
5176 originjitter 0 0 0
5177 velocityjitter 0 0 0
5178 velocitymultiplier 5
5179 airfriction -1
5180 rotate 0 360 -30 30
5181
5182 // pipe smoke emiter
5183 // used nowhere in code
5184 effect pipe_smoke
5185 count 2
5186 type smoke
5187 tex 0 8
5188 color 0x999999 0x555555
5189 size 5 10
5190 sizeincrease 35
5191 alpha 32 64 48
5192 gravity -0.015
5193 originjitter 0 0 0
5194 velocityjitter 0 0 5
5195 velocitymultiplier 15
5196 airfriction -1
5197 rotate 0 360 -180 180
5198
5199 // ---------------vechicles
5200
5201 effect spiderbot_minigun_trail
5202 notunderwater
5203 trailspacing 10
5204 type smoke
5205 color 0xd0d0a0 0xffffff
5206 tex 0 8
5207 size 1 2
5208 alpha 20 50 100
5209 sizeincrease 2
5210 velocityjitter 5 5 5
5211 gravity -0.03
5212 airfriction 1
5213
5214 effect spiderbot_minigun_muzzleflash
5215 count 3
5216 type spark
5217 color 0xff9c00 0xff8400
5218 tex 48 55
5219 size 10 15
5220 alpha 256 512 6280
5221 airfriction 10
5222 originjitter 2 2 2
5223 velocityjitter 150 150 150
5224 velocitymultiplier 0.35
5225 sizeincrease -100
5226 stretchfactor 1.3
5227 rotate -180 180 4000 -4000
5228 // fire
5229 effect spiderbot_minigun_muzzleflash
5230 count 6
5231 type spark
5232 color 0xff9c00 0xff8400
5233 tex 8 15
5234 size 5 7
5235 alpha 256 512 6280
5236 airfriction 12
5237 originjitter 2 2 2
5238 velocityjitter 200 200 200
5239 velocitymultiplier 0.2
5240 sizeincrease -10
5241 stretchfactor 0.8
5242 effect spiderbot_minigun_muzzleflash
5243 countabsolute 2
5244 type static
5245 tex 48 55
5246 color 0xff9c00 0xff8400
5247 size 32 32
5248 alpha 256 512 6680
5249 sizeincrease -100
5250 stretchfactor 0.1
5251 rotate -180 180 4000 -4000
5252 lightradius 120
5253 lightradiusfade 8000
5254 lightcolor 3 3 0
5255
5256 effect spiderbot_minigun_impact
5257 countabsolute 1
5258 type static
5259 tex 65 65
5260 color 0xff9c00 0xf6ff00
5261 size 52 52
5262 alpha 50 100 1680
5263 sizeincrease -100
5264 stretchfactor 0.1
5265 rotate -180 180 4000 -4000
5266 // fire
5267 effect spiderbot_minigun_impact
5268 count 7
5269 type spark
5270 color 0xff9c00 0xff8400
5271 tex 48 55
5272 size 9 15
5273 alpha 256 512 6280
5274 airfriction 10
5275 originjitter 2 2 2
5276 velocityjitter 250 250 150
5277 velocitymultiplier 0.2
5278 sizeincrease 100
5279 stretchfactor 3
5280 airfriction 6
5281 rotate -180 180 4000 -4000
5282 // smoke 
5283 effect spiderbot_minigun_impact
5284 count 6
5285 type smoke
5286 color 0xd0d0a0 0xffffff
5287 tex 0 8
5288 size 10 20
5289 alpha 50 50 190
5290 sizeincrease 80
5291 velocityjitter 100 100 250
5292 velocitymultiplier 0.49
5293 gravity 1.3
5294 airfriction 10
5295 rotate -180 180 0 0
5296 // smoke 2
5297 effect spiderbot_minigun_impact
5298 count 7
5299 type spark
5300 color 0xd0d0a0 0xffffff
5301 tex 0 8
5302 size 15 19
5303 alpha 25 51 128
5304 airfriction 6
5305 originjitter 2 2 2
5306 velocityjitter 250 250 150
5307 velocitymultiplier 0.2
5308 sizeincrease 100
5309 stretchfactor 7.6
5310 // derbis
5311 effect spiderbot_minigun_impact
5312 notunderwater
5313 count 3
5314 type alphastatic
5315 tex 66 68
5316 color 0x99977D 0xFFFFFF
5317 size 6 8
5318 alpha 644 756 1484
5319 gravity 1.1
5320 airfriction 0.4
5321 sizeincrease -10
5322 velocitymultiplier 0.15
5323 originjitter 16 16 16
5324 velocityjitter 124 124 224
5325 rotate -180 180 -1000 1000
5326 // decal
5327 effect spiderbot_minigun_impact
5328 countabsolute 1
5329 type decal
5330 tex 56 59
5331 size 20 25
5332 alpha 256 256 0
5333 originjitter 16 16 16
5334 rotate -180 180 0 0
5335
5336 effect spiderbot_rocket_explode
5337 countabsolute 1
5338 type decal
5339 tex 8 16
5340 size 72 72
5341 alpha 256 256 0
5342 originjitter 23 23 23
5343 lightradius 300
5344 lightradiusfade 1750
5345 lightcolor 8 4 0
5346 // shockwave
5347 effect spiderbot_rocket_explode
5348 countabsolute 1
5349 type static
5350 tex 33 33 
5351 size 22 22
5352 alpha 56 56 230
5353 color 0x8f0d00 0xff5a00
5354 sizeincrease 2400
5355 // glow
5356 effect spiderbot_rocket_explode
5357 countabsolute 1
5358 type static
5359 tex 64 64
5360 size 120 120
5361 alpha 156 156 830
5362 color 0x8f0d00 0xff5a00
5363 sizeincrease 240
5364 // fire effect
5365 effect spiderbot_rocket_explode
5366 notunderwater
5367 count 32
5368 type static
5369 tex 48 55
5370 color 0x8f0d00 0xff5a00
5371 size 12 21
5372 sizeincrease 495
5373 alpha 200 256 812
5374 airfriction 8
5375 liquidfriction 8
5376 originjitter 100 100 100
5377 velocityjitter 512 512 512
5378 rotate -180 180 -50 50
5379 // fire effect 2
5380 effect spiderbot_rocket_explode
5381 notunderwater
5382 count 16
5383 type spark
5384 tex 48 55
5385 color 0x8f0d00 0xff5a00
5386 size 3 3
5387 sizeincrease 120
5388 alpha 200 256 912
5389 airfriction -2
5390 liquidfriction 8
5391 velocityjitter 412 412 412
5392 rotate -180 180 -150 150
5393 stretchfactor 10
5394 // fire rays
5395 effect spiderbot_rocket_explode
5396 notunderwater
5397 count 10
5398 type spark
5399 tex 48 55
5400 color 0x8f0d00 0xff5a00
5401 size 13 54
5402 sizeincrease 120
5403 alpha 200 256 1600
5404 airfriction -3
5405 liquidfriction 8
5406 originjitter 40 40 40
5407 velocityjitter 712 712 712
5408 stretchfactor 10
5409 // smoke
5410 effect spiderbot_rocket_explode
5411 type alphastatic
5412 notunderwater
5413 tex 0 8
5414 count 10
5415 size 10 15
5416 sizeincrease 280
5417 alpha 300 650 756
5418 originjitter 100 100 100
5419 velocityjitter 200 200 200
5420 airfriction 3
5421 color 0x4F4B46 0x000000
5422 rotate -180 180 -20 20
5423 // smoke2
5424 effect spiderbot_rocket_explode
5425 type alphastatic
5426 notunderwater
5427 tex 0 8
5428 count 3
5429 size 100 150
5430 sizeincrease 30
5431 alpha 300 650 556
5432 originjitter 10 10 10
5433 velocityjitter 200 200 200
5434 airfriction 2
5435 gravity -0.5
5436 color 0x4F4B46 0x000000
5437 rotate -180 180 -20 20
5438 // underwater bubbles
5439 effect spiderbot_rocket_explode
5440 underwater
5441 count 32
5442 type bubble
5443 tex 62 62
5444 color 0x404040 0x808080
5445 size 1 3
5446 alpha 128 256 64
5447 gravity -0.125
5448 bounce 1.5
5449 liquidfriction 0.25
5450 originjitter 160 160 160
5451 velocityjitter 144 144 144
5452 // underwatershockwave
5453 effect spiderbot_rocket_explode
5454 underwater
5455 type smoke
5456 countabsolute 1
5457 tex 33 33
5458 size 30 30
5459 sizeincrease 1200
5460 alpha 40 40 300
5461
5462
5463 effect spiderbot_rocket_thrust
5464 notunderwater
5465 count 3
5466 type spark
5467 tex 48 55
5468 color 0x8f0d00 0xff5a00
5469 size 5 10
5470 sizeincrease -40
5471 alpha 200 256 1600
5472 velocityjitter 20 20 20
5473 velocitymultiplier -1.4
5474 stretchfactor 0.9
5475 effect spiderbot_rocket_thrust
5476 notunderwater
5477 count 4
5478 type static
5479 tex 48 55
5480 color 0x8f0d00 0xff5a00
5481 size 25 25
5482 sizeincrease -3000
5483 alpha 200 200 9000
5484 velocityjitter 60 60 60
5485 velocitymultiplier -1.4
5486 stretchfactor 1
5487 rotate -180 180 -500 500
5488
5489
5490
5491 // long lasting smoke
5492 effect spiderbot_rocket_launch
5493 notunderwater
5494 count 8
5495 type smoke
5496 tex 0 8
5497 color 0xFFFFFF 0xD9C4B0
5498 size 30 30
5499 sizeincrease 20
5500 alpha 100 156 60
5501 velocityjitter 60 60 60
5502 velocitymultiplier -0.1
5503 airfriction 0.3
5504 gravity -0.01
5505 // fast smoke
5506 effect spiderbot_rocket_launch
5507 notunderwater
5508 count 14
5509 type smoke
5510 tex 0 8
5511 color 0xFFFFFF 0xD9C4B0
5512 size 30 30
5513 sizeincrease 20
5514 alpha 100 156 260
5515 gravity -0.3
5516 velocityjitter 160 160 60
5517 airfriction 0.3
5518 // fire
5519 effect spiderbot_rocket_launch
5520 notunderwater
5521 count 14
5522 type spark
5523 tex 48 55
5524 color 0x8f0d00 0xff5a00
5525 size 30 30
5526 sizeincrease 40
5527 velocitymultiplier 0.5
5528 alpha 200 256 1960
5529 velocityjitter 60 60 60
5530 airfriction 0.3
5531 stretchfactor 3
5532 airfriction 0.3
5533 //sparks
5534 effect spiderbot_rocket_launch
5535 notunderwater
5536 count 10
5537 type spark
5538 tex 40 40
5539 color 0xFFFFFF 0xD9C4B0
5540 size 1 4
5541 alpha 200 256 1000
5542 velocityjitter 160 160 160
5543 velocitymultiplier -0.5
5544
5545 effect wakizashi_gun_impact
5546 count 15
5547 type spark
5548 color 0xff0000 0xc03535
5549 tex 41 41
5550 size 4 7
5551 alpha 256 512 1180
5552 airfriction 4
5553 gravity 3
5554 originjitter 40 40 10
5555 velocityjitter 350 350 550
5556 velocityoffset 0 0 700
5557 stretchfactor 0.9
5558 effect wakizashi_gun_impact
5559 type smoke
5560 count 24
5561 color 0xd0d0a0 0xc03535
5562 tex 0 8
5563 size 10 20
5564 alpha 50 90 150
5565 sizeincrease 80
5566 velocityjitter 250 250 450
5567 velocityoffset 0 0 600
5568 originjitter 40 40 10
5569 airfriction 4
5570 sizeincrease 80
5571 rotate -180 180 0 0
5572 effect wakizashi_gun_impact
5573 countabsolute 1
5574 type smoke
5575 tex 65 65
5576 color 0xff0000 0xc03535
5577 size 82 82
5578 alpha 250 300 680
5579 sizeincrease -180
5580 effect wakizashi_gun_impact
5581 countabsolute 1
5582 type smoke
5583 tex 33 33
5584 color 0xff0000 0xc03535
5585 size 40 40
5586 alpha 50 100 620
5587 sizeincrease 900
5588 rotate -180 180 400 -400
5589 effect wakizashi_gun_impact
5590 countabsolute 1
5591 type decal
5592 tex 59 59
5593 size 14 14
5594 alpha 256 256 0
5595 originjitter 16 16 16
5596 rotate -180 180 0 0
5597
5598 effect wakizashi_gun_muzzleflash
5599 count 16
5600 type spark
5601 color 0xff0000 0xc03535
5602 tex 8 15
5603 size 5 7
5604 alpha 256 512 6280
5605 airfriction 12
5606 originjitter 2 2 2
5607 velocityjitter 200 200 200
5608 velocitymultiplier 0.2
5609 sizeincrease -10
5610 stretchfactor 0.7
5611
5612 effect wakizashi_rocket_explode
5613 countabsolute 1
5614 type decal
5615 tex 8 16
5616 size 72 72
5617 alpha 256 256 0
5618 originjitter 23 23 23
5619 lightradius 300
5620 lightradiusfade 1750
5621 lightcolor 8 4 0
5622 // shockwave
5623 effect wakizashi_rocket_explode
5624 countabsolute 1
5625 type static
5626 tex 33 33 
5627 size 22 22
5628 alpha 56 56 230
5629 color 0x8f0d00 0xff5a00
5630 sizeincrease 2400
5631 // glow
5632 effect wakizashi_rocket_explode
5633 countabsolute 1
5634 type static
5635 tex 64 64
5636 size 120 120
5637 alpha 156 156 830
5638 color 0x8f0d00 0xff5a00
5639 sizeincrease 240
5640 // fire effect
5641 effect wakizashi_rocket_explode
5642 notunderwater
5643 count 64
5644 type static
5645 tex 48 55
5646 color 0xFFAE00 0xff5a00
5647 size 12 21
5648 sizeincrease 195
5649 alpha 200 256 512
5650 airfriction 2
5651 liquidfriction 8
5652 originjitter 10 10 10
5653 velocityjitter 512 512 512
5654 rotate -180 180 -50 50
5655 // fire rays
5656 effect wakizashi_rocket_explode
5657 notunderwater
5658 count 10
5659 type spark
5660 tex 48 55
5661 color 0xFFEA00 0xff5a00
5662 size 43 54
5663 sizeincrease 120
5664 alpha 200 256 1600
5665 airfriction -3
5666 liquidfriction 8
5667 originjitter 40 40 40
5668 velocityjitter 512 512 512
5669 stretchfactor 10
5670 // smoke
5671 effect wakizashi_rocket_explode
5672 type alphastatic
5673 notunderwater
5674 tex 0 8
5675 count 32
5676 size 10 15
5677 sizeincrease 230
5678 alpha 300 450 556
5679 originjitter 100 100 100
5680 velocityjitter 200 200 200
5681 airfriction 3
5682 color 0x4F4B46 0x000000
5683 rotate -180 180 -20 20
5684 // bouncing sparks
5685 effect wakizashi_rocket_explode
5686 notunderwater
5687 count 14
5688 type spark
5689 tex 40 40
5690 color 0xffa35b 0xfff2be
5691 size 1 2
5692 alpha 644 956 884
5693 gravity 1
5694 airfriction 1
5695 liquidfriction 0.8
5696 velocityoffset 0 0 170
5697 originjitter 60 60 60
5698 velocityjitter 524 524 524
5699 // underwater bubbles
5700 effect wakizashi_rocket_explode
5701 underwater
5702 count 32
5703 type bubble
5704 tex 62 62
5705 color 0x404040 0x808080
5706 size 1 3
5707 alpha 128 256 64
5708 gravity -0.125
5709 bounce 1.5
5710 liquidfriction 0.25
5711 originjitter 160 160 160
5712 velocityjitter 144 144 144
5713 // underwatershockwave
5714 effect wakizashi_rocket_explode
5715 underwater
5716 type smoke
5717 countabsolute 1
5718 tex 33 33
5719 size 30 30
5720 sizeincrease 1200
5721 alpha 40 40 300
5722
5723 effect wakizashi_rocket_thrust
5724 notunderwater
5725 countabsolute 3
5726 type spark
5727 tex 48 55
5728 color 0x00FFDD 0x6200FF
5729 size 14 19
5730 sizeincrease -2
5731 alpha 200 256 1600
5732 velocityjitter 60 60 60
5733 velocitymultiplier -1.1
5734 stretchfactor 1
5735 effect wakizashi_rocket_thrust
5736 notunderwater
5737 countabsolute 2
5738 type spark
5739 tex 48 55
5740 color 0xFFFF33 0xFFEE00
5741 size 5 10
5742 sizeincrease -2
5743 alpha 200 256 1900
5744 velocityjitter 60 60 60
5745 velocitymultiplier -0.3
5746 stretchfactor 3
5747
5748 // long lasting smoke
5749 effect wakizashi_rocket_launch
5750 notunderwater
5751 count 8
5752 type smoke
5753 tex 0 8
5754 color 0xFFFFFF 0xD9C4B0
5755 size 3 30
5756 sizeincrease 20
5757 alpha 100 156 60
5758 velocityjitter 160 160 60
5759 velocitymultiplier -0.1
5760 airfriction 0.3
5761 // fast smoke
5762 effect wakizashi_rocket_launch
5763 notunderwater
5764 count 14
5765 type smoke
5766 tex 0 8
5767 color 0xFFFFFF 0xD9C4B0
5768 size 30 30
5769 sizeincrease 20
5770 alpha 100 156 260
5771 velocityjitter 160 160 60
5772 velocitymultiplier 0.4
5773 airfriction 0.3
5774 //sparks
5775 effect wakizashi_rocket_launch
5776 notunderwater
5777 count 10
5778 type spark
5779 tex 40 40
5780 color 0xFFFFFF 0xD9C4B0
5781 size 1 4
5782 alpha 200 256 1000
5783 velocityjitter 60 60 60
5784 velocitymultiplier -1.5
5785
5786 effect wakizashi_booster_smoke
5787 type alphastatic
5788 notunderwater
5789 tex 0 8
5790 count 3
5791 size 60 100
5792 sizeincrease 10
5793 gravity -0.1
5794 alpha 200 750 200
5795 velocityjitter 40 40 40
5796 originjitter 60 60 60
5797 airfriction 2
5798 color 0xA69A80 0xB3B39F
5799 rotate -180 180 -20 20
5800
5801 // decal
5802 effect raptor_cannon_impact
5803 countabsolute 1
5804 type decal
5805 tex 47 47
5806 size 24 24
5807 alpha 256 256 0
5808 originjitter 16 16 16
5809 rotate -180 180 0 0
5810 //spark
5811 effect raptor_cannon_impact
5812 notunderwater
5813 count 6
5814 type spark
5815 tex 40 40
5816 color 0xD400FF 0x571863
5817 size 1 1
5818 alpha 644 956 784
5819 gravity 1
5820 airfriction 0.2
5821 velocityoffset 0 0 150
5822 originjitter 16 16 16
5823 velocityjitter 124 124 524
5824 // smoke
5825 effect raptor_cannon_impact
5826 count 4
5827 type alphastatic
5828 tex 0 7
5829 size 50 50
5830 color 0x646364 0x151515
5831 alpha 428 428 600
5832 rotate -180 180 0 0
5833 velocityjitter 200 200 300
5834 velocityoffset 0 0 340
5835 gravity 0.7
5836 airfriction 2
5837 // fire
5838 effect raptor_cannon_impact
5839 notunderwater
5840 count 10
5841 type static
5842 tex 48 55
5843 color 0xD400FF 0x571863
5844 size 33 44
5845 sizeincrease 25
5846 alpha 200 256 812
5847 bounce 1.5
5848 airfriction 8
5849 liquidfriction 8
5850 originjitter 8 8 8
5851 velocityjitter 312 312 312
5852
5853
5854 effect raptor_cannon_muzzleflash
5855 count 16
5856 type spark
5857 color 0xD400FF 0x571863
5858 tex 8 15
5859 size 10 17
5860 alpha 1256 1512 56280
5861 airfriction 12
5862 originjitter 2 2 2
5863 velocityjitter 200 200 200
5864 velocitymultiplier 0.2
5865 sizeincrease -10
5866 stretchfactor 0.6
5867 effect raptor_cannon_muzzleflash
5868 countabsolute 1
5869 type static
5870 tex 48 55
5871 color 0xD400FF 0x571863
5872 size 32 32
5873 alpha 6056 20112 406280
5874 sizeincrease -100
5875 stretchfactor 0.1
5876 rotate -180 180 4000 -4000
5877 lightradius 150
5878 lightradiusfade 6000
5879 lightcolor 3 0 6
5880
5881 // decal
5882 effect raptor_bomb_impact
5883 countabsolute 1
5884 type decal
5885 tex 8 16
5886 size 84 84
5887 alpha 256 256 0
5888 originjitter 16 16 16
5889 rotate -180 180 0 0
5890
5891 //spark vertical
5892 effect raptor_bomb_impact
5893 count 3
5894 type spark
5895 color 0xff9c00 0xff3c00
5896 tex 48 55
5897 size 20 40
5898 alpha 300 300 600
5899 originjitter 10 10 10
5900 velocityjitter 40 40 120
5901 stretchfactor 210
5902 sizeincrease 50
5903
5904 //fire
5905 effect raptor_bomb_impact
5906 count 4
5907 type static 
5908 color 0xff9c00 0xff3c00
5909 tex 48 55
5910 size 30 120
5911 alpha 300 300 500
5912 originjitter 10 10 10
5913 velocityjitter 950 950 0
5914 sizeincrease 230
5915 airfriction 2
5916
5917 //smoke
5918 effect raptor_bomb_impact
5919 count 4
5920 type spark
5921 blend alpha
5922 tex 0 7
5923 size 120 180
5924 color 0x646364 0x151515
5925 alpha 428 428 600
5926 rotate -180 180 0 0
5927 velocityjitter 200 200 280
5928 velocityoffset 0 0 280
5929 originjitter 30 30 10
5930 stretchfactor 10
5931
5932 //smoke 2
5933 effect raptor_bomb_impact
5934 count 4
5935 //type alphastatic
5936 type spark
5937 blend alpha
5938 tex 0 7
5939 size 40 100
5940 color 0x646364 0x151515
5941 alpha 328 328 350
5942 rotate -180 180 0 0
5943 velocityjitter 200 200 300
5944 velocityoffset 0 0 580
5945 originjitter 30 30 10
5946 sizeincrease 60
5947 airfriction 0.6
5948 gravity 2
5949
5950 // sparks
5951 effect raptor_bomb_impact
5952 notunderwater
5953 count 5
5954 type spark
5955 tex 40 40
5956 color 0xffa35b 0xfff2be
5957 size 3 5
5958 alpha 644 956 984
5959 gravity 1
5960 airfriction 0.3
5961 velocityoffset 0 0 350
5962 originjitter 16 16 16
5963 velocityjitter 174 174 924
5964 stretchfactor 2
5965
5966 effect raptor_bomb_spread
5967 notunderwater
5968 count 34
5969 type spark
5970 tex 40 40
5971 color 0xffa35b 0xfff2be
5972 size 1 2
5973 alpha 644 956 1284
5974 gravity 1
5975 airfriction 1
5976 liquidfriction 0.8
5977 originjitter 110 110 110
5978 velocityjitter 324 324 324
5979
5980
5981 // generic explosion size:big (biggest explosion ever)
5982 effect explosion_big
5983 countabsolute 1
5984 type decal
5985 tex 8 16
5986 size 172 172
5987 alpha 256 256 0
5988 originjitter 23 23 23
5989 lightradius 600
5990 lightradiusfade 1750
5991 lightcolor 8 4 0
5992 // shockwave
5993 effect explosion_big
5994 countabsolute 1
5995 type static
5996 tex 33 33 
5997 size 72 72
5998 alpha 56 56 330
5999 color 0x8f0d00 0xff5a00
6000 sizeincrease 4400
6001 // fire effect
6002 effect explosion_big
6003 notunderwater
6004 count 64
6005 type static
6006 tex 48 55
6007 color 0x8f0d00 0xff5a00
6008 size 133 144
6009 sizeincrease 45
6010 alpha 200 256 712
6011 airfriction 8
6012 liquidfriction 8
6013 originjitter 80 80 80
6014 velocityjitter 2512 2512 2512
6015 // fire rays
6016 effect explosion_big
6017 notunderwater
6018 count 64
6019 type spark
6020 tex 48 55
6021 color 0x8f0d00 0xff5a00
6022 size 133 144
6023 sizeincrease 45
6024 alpha 200 256 800
6025 airfriction -5
6026 liquidfriction 8
6027 originjitter 40 40 40
6028 velocityjitter 512 512 512
6029 stretchfactor 10
6030 // smoke
6031 effect explosion_big
6032 type alphastatic
6033 notunderwater
6034 tex 0 8
6035 count 32
6036 size 50 100
6037 sizeincrease 244
6038 alpha 300 650 456
6039 velocityjitter 3444 3444 3444
6040 airfriction 8
6041 color 0x4F4B46 0x000000
6042 // bouncing sparks
6043 effect explosion_big
6044 notunderwater
6045 count 34
6046 type spark
6047 tex 40 40
6048 color 0xffa35b 0xfff2be
6049 size 3 4
6050 alpha 644 956 1284
6051 gravity 1
6052 airfriction 1
6053 liquidfriction 0.8
6054 velocityoffset 0 0 370
6055 originjitter 160 160 160
6056 velocityjitter 924 924 924
6057 stretchfactor 0.7
6058 // derbis
6059 effect explosion_big
6060 notunderwater
6061 count 16
6062 type alphastatic
6063 tex 66 68
6064 color 0xFFFFFF 0xcac5b4
6065 size 10 16
6066 alpha 444 1356 1184
6067 gravity 2.3
6068 airfriction 0.5
6069 velocityjitter 1800 1800 1800
6070 velocityoffset 0 0 970
6071 sizeincrease -5
6072 rotate -180 180 -1000 1000
6073 // underwater bubbles
6074 effect explosion_big
6075 underwater
6076 count 32
6077 type bubble
6078 tex 62 62
6079 color 0x404040 0x808080
6080 size 3 3
6081 alpha 128 256 64
6082 gravity -0.125
6083 bounce 1.5
6084 liquidfriction 0.25
6085 originjitter 160 160 160
6086 velocityjitter 444 444 444
6087 // underwatershockwave
6088 effect explosion_big
6089 underwater
6090 type smoke
6091 countabsolute 1
6092 tex 33 33
6093 size 30 30
6094 sizeincrease 2900
6095 alpha 40 40 300
6096 velocitymultiplier 0.3
6097
6098
6099 // generic explosion size:medium (it leaves rising smoke for a longer time)
6100 // shockwave
6101 effect explosion_medium
6102 countabsolute 1
6103 type static
6104 tex 33 33 
6105 size 72 72
6106 alpha 56 56 330
6107 color 0x8f0d00 0xff5a00
6108 sizeincrease 2400
6109 // fire effect
6110 effect explosion_medium
6111 notunderwater
6112 count 32
6113 type static
6114 tex 48 55
6115 color 0x8f0d00 0xff5a00
6116 size 133 144
6117 sizeincrease 45
6118 alpha 200 256 712
6119 airfriction 8
6120 liquidfriction 8
6121 originjitter 30 30 30
6122 velocityjitter 1512 1512 1512
6123 rotate -180 180 -500 500
6124 // fire effect 2
6125 effect explosion_medium
6126 notunderwater
6127 count 32
6128 type static
6129 tex 48 55
6130 color 0x8f0d00 0xff5a00
6131 size 73 94
6132 sizeincrease 40
6133 gravity -2
6134 alpha 200 256 612
6135 airfriction 8
6136 liquidfriction 8
6137 originjitter 30 30 30
6138 velocityjitter 1512 1512 1512
6139 rotate -180 180 -150 150
6140 // fire rays
6141 effect explosion_medium
6142 notunderwater
6143 count 14
6144 type spark
6145 tex 48 55
6146 color 0x8f0d00 0xff5a00
6147 size 43 74
6148 sizeincrease 40
6149 alpha 200 256 800
6150 airfriction -3
6151 liquidfriction 8
6152 originjitter 40 40 40
6153 velocityjitter 512 512 512
6154 stretchfactor 8
6155 // smoke 
6156 effect explosion_medium
6157 type alphastatic
6158 notunderwater
6159 tex 0 8
6160 count 5
6161 size 250 300
6162 sizeincrease -30
6163 alpha 300 650 756
6164 originjitter 100 100 100
6165 velocityjitter 200 200 200
6166 airfriction 3
6167 color 0x4F4B46 0x000000
6168 rotate -180 180 -20 20
6169 // smoke 2
6170 effect explosion_medium
6171 type alphastatic
6172 notunderwater
6173 tex 0 8
6174 count 10
6175 size 50 100
6176 sizeincrease 50
6177 gravity -0.3
6178 alpha 300 650 256
6179 originjitter 100 100 100
6180 velocityjitter 500 500 500
6181 velocityoffset 0 0 200
6182 airfriction 3
6183 color 0x4F4B46 0x000000
6184 rotate -180 180 -20 20
6185 // smoke rays
6186 effect explosion_medium
6187 type spark
6188 notunderwater
6189 tex 0 8
6190 count 13
6191 size 150 200
6192 sizeincrease 100
6193 alpha 140 255 350
6194 velocityjitter 250 250 250
6195 originjitter 40 40 40
6196 color 0x4F4B46 0x000000
6197 stretchfactor 50
6198 // bouncing sparks
6199 effect explosion_medium
6200 notunderwater
6201 count 14
6202 type spark
6203 tex 40 40
6204 color 0xffa35b 0xfff2be
6205 size 2 3
6206 alpha 644 956 984
6207 gravity 1
6208 airfriction 1
6209 liquidfriction 0.8
6210 velocityoffset 0 0 370
6211 originjitter 100 100 100
6212 velocityjitter 624 624 624
6213 stretchfactor 0.7
6214 // underwater bubbles
6215 effect explosion_medium
6216 underwater
6217 count 32
6218 type bubble
6219 tex 62 62
6220 color 0x404040 0x808080
6221 size 3 3
6222 alpha 128 256 64
6223 gravity -0.125
6224 bounce 1.5
6225 liquidfriction 0.25
6226 originjitter 160 160 160
6227 velocityjitter 444 444 444
6228 // underwatershockwave
6229 effect explosion_medium
6230 underwater
6231 type smoke
6232 countabsolute 1
6233 tex 33 33
6234 size 30 30
6235 sizeincrease 2900
6236 alpha 40 40 300
6237 velocitymultiplier 0.3
6238
6239 // generic explosion size:small (its fire only, made to support other explosions)
6240 // shockwave
6241 effect explosion_small
6242 countabsolute 1
6243 type static
6244 tex 33 33 
6245 size 22 22
6246 alpha 56 56 330
6247 color 0x8f0d00 0xff5a00
6248 sizeincrease 2400
6249 // fire effect
6250 effect explosion_small
6251 notunderwater
6252 count 16
6253 type static
6254 tex 48 55
6255 color 0x8f0d00 0xff5a00
6256 size 1 44
6257 sizeincrease 45
6258 alpha 200 256 1212
6259 airfriction 5
6260 liquidfriction 8
6261 velocityjitter 512 512 512
6262 rotate -180 180 -500 500
6263 // fire effect 2
6264 effect explosion_small
6265 notunderwater
6266 count 16
6267 type static
6268 tex 48 55
6269 color 0x8f0d00 0xff5a00
6270 size 73 94
6271 sizeincrease 40
6272 alpha 200 256 812
6273 airfriction 8
6274 liquidfriction 8
6275 velocityjitter 912 912 912
6276 rotate -180 180 -150 150
6277 // fire rays
6278 effect explosion_small
6279 notunderwater
6280 count 14
6281 type spark
6282 tex 48 55
6283 color 0x8f0d00 0xff5a00
6284 size 13 54
6285 sizeincrease 30
6286 alpha 200 256 1300
6287 airfriction -3
6288 liquidfriction 8
6289 originjitter 40 40 40
6290 velocityjitter 512 512 512
6291 stretchfactor 8
6292 // underwater bubbles
6293 effect explosion_small
6294 underwater
6295 count 32
6296 type bubble
6297 tex 62 62
6298 color 0x404040 0x808080
6299 size 1 3
6300 alpha 128 256 64
6301 gravity -0.125
6302 bounce 1.5
6303 liquidfriction 0.25
6304 originjitter 160 160 160
6305 velocityjitter 144 144 144
6306 // underwatershockwave
6307 effect explosion_small
6308 underwater
6309 type smoke
6310 countabsolute 1
6311 tex 33 33
6312 size 30 30
6313 sizeincrease 1200
6314 alpha 40 40 300
6315
6316 // big smoke ( for spamming on damaged stuff )
6317 effect smoke_big
6318 type alphastatic
6319 notunderwater
6320 tex 0 8
6321 count 3
6322 size 30 60
6323 sizeincrease 15
6324 gravity -0.5
6325 alpha 200 750 200
6326 originjitter 55 55 55
6327 velocityjitter 140 140 200
6328 velocityoffset 0 0 200
6329 airfriction 4
6330 color 0x4F4B46 0x000000
6331 rotate -180 180 -20 20
6332
6333 // small smoke ( more precise than big one, for spamming on damaged parts like raptors spinner )
6334 effect smoke_small
6335 type alphastatic
6336 notunderwater
6337 tex 0 8
6338 count 3
6339 size 60 100
6340 sizeincrease -10
6341 gravity -0.5
6342 alpha 200 750 200
6343 velocityjitter 40 40 400
6344 velocityoffset 0 0 200
6345 airfriction 4
6346 color 0x4F4B46 0x000000
6347 rotate -180 180 -20 20