1// =======================
2// LASER PISTOL
3// =======================
4item laserpistol
5{
6	name			"_Laser Pistol"
7	model			"weapons/laserpistol/laserpistol"
8	weapon			true
9	type			"pistol"
10	animationindex	2
11	holdtwohanded	false
12	firetwohanded	false
13	shape			"0 0 3 2"
14	center			"2.5 0 1.2"
15	scale			1.7
16	ammo			28
17	reload			10
18	reloadsound		"weapons/reload-pistol"
19	price			2000
20	size			10
21	is_secondary	true
22	weight			1.0
23}
24
25// =======================
26// LASER RIFLE
27// =======================
28item laserrifle
29{
30	name			"_Laser Rifle"
31	model			"weapons/laserrifle/laserrifle"
32	weapon			true
33	type			"rifle"
34	animationindex	1
35	holdtwohanded	false
36	firetwohanded	true
37	shape			"0 0 5 1"
38	shape			"0 1 4 1"
39	center			"4.5 0 .5"
40	scale			1.26
41	ammo			28
42	reload			14
43	reloadsound		"weapons/reload-rifle"
44	price			2500
45	size			35
46	is_primary		true
47	weight			2.5
48}
49
50
51// =======================
52// HEAVY LASER
53// =======================
54item heavylaser
55{
56	name			"_Heavy Laser"
57	model			"weapons/laserheavy/laserheavy"
58	weapon			true
59	type			"biggun"
60	animationindex	1
61	holdtwohanded	false
62	firetwohanded	true
63	shape			"1 0 4 1"
64	shape			"0 1 4 1"
65	center			"8.5 4.5 3.5"
66	scale			1.15
67	ammo			28
68	reload			18
69	reloadsound		"weapons/reload-rifle"
70	price			4000
71	size			50
72	is_primary		true
73	is_heavy		true
74	weight			7.1
75}
76
77// =======================
78// LASER AMMOS
79// =======================
80
81item laser_ammo
82{
83	name			"_D-F Cartridge"
84	model			"weapons/laserrifle/laserrifle_clip"
85	type			"ammo"
86	animationindex	0
87	shape			"0 0 1 2"
88	center			"0 0 0"
89	scale			1.8
90	price			210
91	size			7
92	is_primary		true
93	dmgtype			"laser"
94	weight			0.3
95
96	weapon_mod
97	{
98		weapon laserpistol
99		firedef
100		{
101			name		"_Wave Fire"
102			skill		"close"
103			projtl		laserBeamSmall
104			impact		laserImpact
105			hitbody		laserImpact
106			firesnd		"weapons/laser-small"
107			speed		0
108			spread		"1.5 1.5"
109			crouch		0.9
110			range		60
111			shots		1
112			ammo		1
113			time		4
114			damage		"25 5"
115			dmgweight	"laser_light"
116			reaction	true
117		}
118		firedef
119		{
120			name				"_Pulsed Fire"
121			skill				"close"
122			projtl				laserBeamSmall
123			impact				laserImpact
124			hitbody				laserImpact
125			firesnd				"weapons/laser-small"
126			impsnd				"impact/laser-impact"
127			bodysnd 			"impact/laser-bodyimpact"
128			delaybetweenshots	6
129			speed				0
130			spread				"1.5 1.5"
131			crouch				0.9
132			range				60
133			shots				3
134			ammo				3
135			time				8
136			damage				"25 5"
137			dmgweight			"laser_light"
138			reaction			true
139		}
140	}
141
142	weapon_mod
143	{
144		weapon laserrifle
145		firedef
146		{
147			name		"_Wave Fire"
148			skill		"assault"
149			projtl		laserBeam
150			impact		laserImpact
151			hitbody		laserImpact
152			firesnd		"weapons/laser-medium"
153			impsnd		"impact/laser-impact"
154			bodysnd 	"impact/laser-bodyimpact"
155			speed		0
156			spread		"0.8 0.8"
157			crouch		0.85
158			range		200
159			shots		1
160			ammo		2
161			time		8
162			damage		"62 10"
163			dmgweight	"laser_medium"
164			reaction	true
165		}
166		firedef
167		{
168			name				"_Pulsed Fire"
169			skill				"assault"
170			projtl				laserBeam
171			impact				laserImpact
172			hitbody				laserImpact
173			firesnd				"weapons/laser-medium"
174			impsnd				"impact/laser-impact"
175			bodysnd 			"impact/laser-bodyimpact"
176			delaybetweenshots	6
177			speed				0
178			spread				"0.9 0.9"
179			crouch				0.85
180			range				200
181			shots				3
182			ammo				6
183			time				12
184			damage				"62 10"
185			dmgweight			"laser_medium"
186			reaction			true
187		}
188	}
189
190	weapon_mod
191	{
192		weapon heavylaser
193		firedef
194		{
195			name		"_Wave Fire"
196			skill		"assault"
197			projtl		laserOverload
198			impact		laserImpact
199			hitbody		laserImpact
200			firesnd		"weapons/laser-large"
201			speed		0
202			spread		"1 1"
203			crouch		0.85
204			range		200
205			shots		1
206			ammo		3
207			time		12
208			damage		"90 10"
209			dmgweight	"laser_heavy"
210			reaction	true
211		}
212		firedef
213		{
214			name				"_Pulsed Fire"
215			skill				"assault"
216			projtl				laserBeam
217			impact				laserImpact
218			hitbody				laserImpact
219			firesnd				"weapons/laser-large"
220			impsnd				"impact/laser-impact"
221			bodysnd 			"impact/laser-bodyimpact"
222			delaybetweenshots	6
223			speed				0
224			spread				"1.2 1.2"
225			crouch				0.85
226			range				200
227			shots				3
228			ammo				12
229			time				18
230			damage				"90 10"
231			dmgweight			"laser_heavy"
232			reaction			true
233		}
234	}
235}
236
237// =======================
238// ELECTRO LASER
239// =======================
240item electrolaser
241{
242	name			"_Electro Laser"
243	model			"weapons/electrolaser/electrolaser"
244	weapon			true
245	type			"rifle"
246	animationindex	1
247	holdtwohanded	false
248	firetwohanded	true
249	shape			"0 0 5 1"
250	shape			"0 1 4 1"
251	center			"4.5 0 .5"
252	scale			1.26
253	ammo			8
254	reload			18
255	reloadsound		"weapons/reload-rifle"
256	price			1000
257	size			35
258	is_primary		true
259	weight			3.2
260}
261
262item laser_ammo_stun
263{
264	name			"_D-F Cartridge Stun"
265	model			"weapons/laserrifle/laserrifle_clip"
266	type			"ammo"
267	animationindex	0
268	shape			"0 0 1 2"
269	center			"0 0 0"
270	scale			1.8
271	price			210
272	size			7
273	is_primary		true
274	dmgtype			"stun_electro"
275	weight			0.3
276
277	weapon_mod
278	{
279		weapon electrolaser
280		firedef
281		{
282			name		"_Stun Shot"
283			skill		"assault"
284			projtl		laserFrizzledBeam
285			impact		laserFrizzledImpact
286			hitbody		laserFrizzledImpact
287			firesnd		"weapons/electro-taser"
288			speed		0
289			spread		"1.4 1.4"
290			crouch		0.85
291			range		40
292			shots		1
293			ammo		1
294			time		12
295			damage		"30 6"
296			dmgweight	"stun_electro"
297			reaction	true
298		}
299	}
300}
301