1// ================
2// PLASMA PISTOL
3// ================
4item plaspistol
5{
6	name			"_Plasma Pistol"
7	model			"weapons/plaspistol/plaspistol"
8	weapon			true
9	type			"pistol"
10	animationindex	2
11	holdtwohanded	false
12	firetwohanded	false
13	shape			"0 0 3 2"
14	center			"1 0 0"
15	scale			1.5
16	ammo			8
17	reload			15
18	reloadsound		"weapons/reload-pistol"
19	price			2000
20	size			20
21	is_secondary	true
22	weight			1.5
23}
24
25item plaspistol_ammo
26{
27	name			"_Plasma Pistol Charger"
28	model			"weapons/plaspistol/plaspistol_clip"
29	type			"ammo"
30	animationindex	0
31	shape			"0 0 1 1"
32	center			"0 0 -0.2"
33	scale			1.1
34	price			800
35	size			3
36	is_secondary	true
37	dmgtype			"plasma"
38	weight			0.2
39
40	weapon_mod
41	{
42		weapon plaspistol
43		firedef
44		{
45			name				"_Snap Shot"
46			skill				"close"
47			projtl				plasmaMiniPulse
48			impact				plasmaImpactCharged
49			hitbody				plasmaImpactCharged
50			firesnd				"weapons/plasma-small"
51			impsnd				"impact/plasma-impact"
52			bodysnd 			"impact/plasma-bodyimpact"
53			speed				1500
54			spread				"2.2 2.2"
55			crouch				0.9
56			range				40
57			shots				1
58			ammo				1
59			delaybetweenshots	5
60			time				6
61			damage				"50 10"
62			dmgweight			"plasma_light"
63			reaction			true
64		}
65		firedef
66		{
67			name				"_Burst"
68			skill				"close"
69			projtl				plasmaMiniPulse
70			impact				plasmaImpactCharged
71			hitbody				plasmaImpactCharged
72			firesnd				"weapons/plasma-small"
73			impsnd				"impact/plasma-impact"
74			bodysnd 			"impact/plasma-bodyimpact"
75			speed				1500
76			spread				"2.8 2.8"
77			crouch				0.9
78			range				40
79			shots				3
80			ammo				3
81			delaybetweenshots	5
82			time				10
83			damage				"50 10"
84			dmgweight			"plasma_light"
85		}
86		firedef
87		{
88			name				"_Aimed Shot"
89			skill				"close"
90			projtl				plasmaMiniPulse
91			impact				plasmaImpactCharged
92			hitbody				plasmaImpactCharged
93			firesnd				"weapons/plasma-small"
94			impsnd				"impact/plasma-impact"
95			bodysnd 			"impact/plasma-bodyimpact"
96			speed				1500
97			spread				"2 2"
98			crouch				0.9
99			range				40
100			shots				1
101			ammo				1
102			delaybetweenshots	5
103			time				10
104			damage				"50 10"
105			dmgweight			"plasma_light"
106			reaction			false
107		}
108	}
109}
110
111
112// =======================
113// PLASMA RIFLE
114// =======================
115item plasrifle
116{
117	name			"_Plasma Rifle"
118	model			"weapons/plasrifle/plasrifle"
119	weapon			true
120	type			"biggun"
121	animationindex	1
122	holdtwohanded	false
123	firetwohanded	true
124	shape			"0 0 5 2"
125	center			"9.3 0 1.5"
126	scale			1.25
127	ammo			20
128	reload			12
129	reloadsound		"weapons/reload-rifle"
130	price			2500
131	size			40
132	is_primary		true
133	weight			3.4
134}
135
136item plasrifle_ammo
137{
138	name			"_Plasma Rifle Charger"
139	model			"weapons/plasrifle/plasrifle_clip"
140	type			"ammo"
141	animationindex	0
142	shape			"0 0 2 1"
143	center			"0 0 -0.1"
144	scale			1.25
145	price			1000
146	size			4
147	is_primary		true
148	dmgtype			"plasma"
149	weight			0.4
150
151	weapon_mod
152	{
153		weapon plasrifle
154		firedef
155		{
156			name				"_Snap Shot"
157			skill				"assault"
158			projtl				plasmaPulse
159			impact				plasmaImpactCharged
160			hitbody				plasmaImpactCharged
161			firesnd				"weapons/plasma-medium"
162			impsnd				"impact/plasma-impact"
163			bodysnd 			"impact/plasma-bodyimpact"
164			speed				1300
165			spread				"1.2 1.2"
166			crouch				0.85
167			range				70
168			shots				1
169			ammo				1
170			delaybetweenshots	5
171			time				8
172			damage				"80 10"
173			dmgweight			"plasma_medium"
174			reaction			true
175		}
176		firedef
177		{
178			name				"_3-Round Burst"
179			skill				"assault"
180			projtl				plasmaPulse
181			impact				plasmaImpactCharged
182			hitbody				plasmaImpactCharged
183			firesnd				"weapons/plasma-medium"
184			impsnd				"impact/plasma-impact"
185			bodysnd 			"impact/plasma-bodyimpact"
186			speed				1300
187			spread				"1.5 1.5"
188			crouch				0.85
189			range				70
190			shots				3
191			ammo				3
192			delaybetweenshots	8
193			time				12
194			damage				"80 10"
195			dmgweight			"plasma_medium"
196			reaction			true
197		}
198		firedef
199		{
200			name				"_Full-Auto"
201			skill				"assault"
202			projtl				plasmaPulse
203			impact				plasmaImpactCharged
204			hitbody				plasmaImpactCharged
205			firesnd				"weapons/plasma-medium"
206			impsnd				"impact/plasma-impact"
207			bodysnd 			"impact/plasma-bodyimpact"
208			speed				1700
209			spread				"1.8 1.8"
210			crouch				0.85
211			range				70
212			shots				6
213			ammo				6
214			delaybetweenshots	8
215			time				16
216			damage				"80 10"
217			dmgweight			"plasma_medium"
218			reaction			true
219		}
220		firedef
221		{
222			name				"_Aimed Shot"
223			skill				"assault"
224			projtl				plasmaPulse
225			impact				plasmaImpactCharged
226			hitbody				plasmaImpactCharged
227			firesnd				"weapons/plasma-medium"
228			impsnd				"impact/plasma-impact"
229			bodysnd 			"impact/plasma-bodyimpact"
230			speed				1300
231			spread				"1 1"
232			crouch				0.85
233			range				70
234			shots				1
235			ammo				1
236			delaybetweenshots	5
237			time				16
238			damage				"80 10"
239			dmgweight			"plasma_medium"
240			reaction			false
241		}
242	}
243}
244
245
246// =======================
247// PLASMA BLASTER
248// =======================
249item plasblaster
250{
251	name			"_Plasma Blaster"
252	model			"weapons/plasblaster/plasblaster"
253	weapon			true
254	type			"biggun"
255	animationindex	1
256	holdtwohanded	false
257	firetwohanded	true
258	shape			"0 0 5 1"
259	shape			"0 1 3 1"
260	center			"7 0 1.4"
261	scale			1.06
262	ammo			50
263	reload			20
264	reloadsound		"weapons/reload-rifle"
265	price			3300
266	size			60
267	is_primary		true
268	is_heavy		true
269	weight			5.0
270}
271
272item plasblaster_ammo
273{
274	name			"_Plasma Blaster Charge"
275	model			"weapons/plasblaster/plasblaster_clip"
276	type			"ammo"
277	animationindex	0
278	shape			"0 0 1 1"
279	center			"0 0 -0.3"
280	scale			1.4
281	price			1500
282	size			7
283	is_primary		true
284	is_heavy		true
285	dmgtype			"plasma"
286	weight			1.0
287
288	weapon_mod
289	{
290		weapon plasblaster
291		firedef
292		{
293			name				"_Ball"
294			skill				"close"
295			projtl				plasmaBigBall
296			impact				plasmaBigImpact
297			hitbody				plasmaBigImpact
298			firesnd				"weapons/plasma-huge"
299			impsnd				"impact/plasmaball-impact"
300			bodysnd 			"impact/plasmaball-impact"
301			speed				600
302			spread				"3 3"
303			crouch 				0.9
304			range				20
305			shots				1
306			ammo				10
307			delaybetweenshots	10
308			time				8
309			damage				"0 0"
310			spldmg				"180 20"
311			splrad				1
312			dmgweight			"plasma_heavy"
313			reaction			true
314		}
315		firedef
316		{
317			name				"_Snap Shot"
318			skill				"close"
319			projtl				plasmaContinuous
320			impact				plasmaImpact
321			hitbody				plasmaImpact
322			firesnd				"weapons/plasma-large"
323			impsnd				"impact/plasma-impact"
324			bodysnd 			"impact/plasma-bodyimpact"
325			sndonce				true
326			speed				0
327			spread				"2 2"
328			crouch				0.9
329			range				35
330			shots				1
331			ammo				1
332			delaybetweenshots	38
333			time				8
334			damage				"60 10"
335			dmgweight			"plasma_medium"
336			reaction			true
337		}
338		firedef
339		{
340			name				"_3-Round Burst"
341			skill 				"close"
342			projtl				plasmaContinuous
343			impact				plasmaImpact
344			hitbody				plasmaImpact
345			firesnd				"weapons/plasma-large"
346			impsnd				"impact/plasma-impact"
347			bodysnd 			"impact/plasma-bodyimpact"
348			sndonce				true
349			speed				0
350			spread				"2.5 2.5"
351			crouch				0.9
352			range				35
353			shots				3
354			ammo				3
355			delaybetweenshots	38
356			time				12
357			damage				"60 10"
358			dmgweight			"plasma_medium"
359			reaction			true
360		}
361	}
362}
363
364// =======================
365// ENCASED PLASMA ROUNDS
366// =======================
367item encased_plasma_assault_ammo
368{
369	name			"_Assault Rifle EP Magazine"
370	model			"weapons/assault/enc_plasma_clip"
371	type			"ammo"
372	animationindex	0
373	shape			"0 0 1 2"
374	center			"0 0 0"
375	scale			1.25
376	price			1000
377	size			3
378	is_primary		true
379	dmgtype			"plasma"
380	weight			0.5
381
382	weapon_mod
383	{
384		weapon assault
385		firedef
386		{
387			name		"_Snap Shot"
388			skill		"assault"
389			projtl		bullet
390			impact		bulletImpact
391			hitbody		null
392			firesnd		"weapons/bullet-rifle-1x"
393			impsnd		"impact/bullet-impact"
394			bodysnd 	"impact/bullet-bodyimpact"
395			speed		3000
396			spread		"1.2 1.2"
397			crouch		0.85
398			range		100
399			shots		1
400			ammo		1
401			time		8
402			damage		"90 10"
403			dmgweight	"plasma_pierce"
404			reaction	true
405		}
406		firedef
407		{
408			name				"_3-Round Burst"
409			skill				"assault"
410			projtl				bullet
411			impact				bulletImpact
412			hitbody				null
413			firesnd				"weapons/bullet-rifle-3x"
414			impsnd				"impact/bullet-impact"
415			bodysnd 			"impact/bullet-bodyimpact"
416			sndonce				true
417			speed				3000
418			spread				"1.4 1.4"
419			crouch				0.85
420			range				100
421			shots				3
422			ammo				3
423			delaybetweenshots	10
424			time				12
425			damage				"90 10"
426			dmgweight			"plasma_pierce"
427			reaction			true
428		}
429		firedef
430		{
431			name				"_Full-Auto"
432			skill				"assault"
433			projtl				bullet
434			impact				bulletImpact
435			hitbody				null
436			firesnd				"weapons/bullet-rifle-8x"
437			impsnd				"impact/bullet-impact"
438			bodysnd 			"impact/bullet-bodyimpact"
439			sndonce				true
440			speed				3000
441			spread				"1.6 1.6"
442			crouch				0.85
443			range				100
444			shots				8
445			ammo				8
446			delaybetweenshots	10
447			time				16
448			damage				"90 10"
449			dmgweight			"plasma_pierce"
450		}
451		firedef
452		{
453			name		"_Aimed Shot"
454			skill		"assault"
455			projtl		bullet
456			impact		bulletImpact
457			hitbody		null
458			firesnd		"weapons/bullet-rifle-1x"
459			impsnd		"impact/bullet-impact"
460			bodysnd 	"impact/bullet-bodyimpact"
461			speed		3000
462			spread		"1 1"
463			crouch		0.85
464			range		100
465			shots		1
466			ammo		1
467			time		16
468			damage		"90 10"
469			dmgweight	"plasma_pierce"
470		}
471	}
472}
473
474item encased_plasma_mg_ammo
475{
476	name			"_Machine Gun EP Magazine"
477	model			"weapons/machinegun/enc_plasma_clip_mg"
478	type			"ammo"
479	animationindex	0
480	shape			"0 0 2 2"
481	center			"0 0 0"
482	scale			1.9
483	price			1000
484	size			6
485	is_primary		true
486	is_heavy		true
487	dmgtype			"plasma"
488	weight			1.5
489
490	weapon_mod
491	{
492		weapon machinegun
493		firedef
494		{
495			name				"_5-Shot Burst"
496			skill				"assault"
497			projtl				bullet-hmg
498			impact				bulletImpact
499			hitbody				null
500			firesnd				"weapons/bullet-hmg-5x"
501			impsnd				"impact/bullet-impact"
502			bodysnd 			"impact/bullet-bodyimpact"
503			sndonce				true
504			speed				3000
505			spread				"1.8 1.8"
506			crouch				0.85
507			range				100
508			shots				5
509			ammo				5
510			delaybetweenshots	10
511			time				14
512			damage				"90 10"
513			dmgweight			"plasma_pierce"
514			reaction			true
515		}
516		firedef
517		{
518			name				"_Full-Auto"
519			skill				"assault"
520			projtl				bullet-hmg
521			impact				bulletImpact
522			hitbody				null
523			firesnd				"weapons/bullet-hmg-20x"
524			impsnd				"impact/bullet-impact"
525			bodysnd 			"impact/bullet-bodyimpact"
526			sndonce				true
527			speed				3000
528			spread				"2.4 2.4"
529			crouch				0.85
530			range				100
531			shots				20
532			ammo				20
533			delaybetweenshots	10
534			time				24
535			damage				"90 10"
536			dmgweight			"plasma_pierce"
537			reaction			true
538		}
539		firedef
540		{
541			name				"_Full-Auto Sweep"
542			skill				"assault"
543			projtl				bullet-hmg
544			impact				bulletImpact
545			hitbody				null
546			firesnd				"weapons/bullet-hmg-20x"
547			impsnd				"impact/bullet-impact"
548			bodysnd 			"impact/bullet-bodyimpact"
549			sndonce				true
550			speed				3000
551			spread				"3 20"
552			crouch				0.85
553			range				100
554			shots				20
555			ammo				20
556			delaybetweenshots	10
557			time				24
558			damage				"90 10"
559			dmgweight			"plasma_pierce"
560			reaction			true
561		}
562	}
563}
564
565item encased_plasma_sniper_ammo
566{
567	name			"_Sniper Rifle EP Magazine"
568	model			"weapons/sniper/enc_plasma_clip_snp"
569	type			"ammo"
570	animationindex	0
571	shape			"0 0 1 2"
572	center			"0 0 0"
573	scale			1.15
574	price			1000
575	size			8
576	is_primary		true
577	dmgtype			"plasma"
578	weight			0.5
579
580	weapon_mod
581	{
582		weapon sniper
583		firedef
584		{
585			name		"_Snap Shot"
586			skill		"sniper"
587			projtl		bullet_sniper
588			impact		bulletImpact
589			hitbody		null
590			firesnd		"weapons/bullet-sniper"
591			impsnd		"impact/bullet-impact"
592			bodysnd 	"impact/bullet-bodyimpact"
593			speed		3600
594			spread		"2.5 2.5"
595			crouch		0.85
596			range		100
597			shots		1
598			ammo		1
599			time		15
600			damage		"160 20"
601			dmgweight	"plasma_pierce"
602			reaction	true
603			throughwall 1
604		}
605		firedef
606		{
607			name		"_Aimed Shot"
608			skill		"sniper"
609			projtl		bullet_sniper
610			impact		bulletImpact
611			hitbody		null
612			firesnd		"weapons/bullet-sniper"
613			impsnd		"impact/bullet-impact"
614			bodysnd 	"impact/bullet-bodyimpact"
615			speed		3600
616			spread		"0.85 0.85"
617			crouch		0.6
618			range		100
619			shots		1
620			ammo		1
621			time		20
622			damage		"160 20"
623			dmgweight	"plasma_pierce"
624			reaction	true
625			throughwall 1
626		}
627	}
628}
629