]> icculus.org git repositories - divverent/nexuiz.git/blob - data/turrets.cfg
Bunch of fixes and improvements to ONS ai
[divverent/nexuiz.git] / data / turrets.cfg
1 set g_turrets 1\r
2 set g_turrets_reloadcvars 0\r
3 set g_turrets_nofire 0\r
4 \r
5 // Target scanning and validation can be resource intensive\r
6 // Dont let turrets look for new targets more frequently then this\r
7 set g_turrets_targetscan_mindelay 0.1\r
8 \r
9 // Turrets with no target returns to their idle aim after this much time.\r
10 set g_turrets_aimidle_delay 5\r
11 \r
12 // --- Units ---\r
13 \r
14 // Machinegun on a stick. \r
15 exec unit_machinegun.cfg \r
16 \r
17 // Hunter killer rocket turret. "smart rockets"\r
18 exec unit_hk.cfg\r
19 \r
20 // Fires a pair of accelerating, simple homing rockets.\r
21 exec unit_hellion.cfg\r
22 \r
23 // Fire lots of dumbfire rockets\r
24 exec unit_mlrs.cfg\r
25 \r
26 // Kills killable enemy missiles.\r
27 exec unit_flac.cfg\r
28 \r
29 // Support unit. Recharges friendly energy based turrets in range\r
30 exec unit_fusreac.cfg   \r
31 \r
32 // "Electro" turret.\r
33 exec unit_plasma.cfg\r
34 \r
35 // The the all new "Electro" turret, same ting with two barrels.\r
36 exec unit_plasma2.cfg\r
37 \r
38 // AAAaaaarg! Bzzaat! yber turret. chain lightning missile and player killing.\r
39 exec unit_tesla.cfg\r
40 \r
41 // Fires a constant beam that slows down and slowly damages its target.\r
42 exec unit_phaser.cfg\r
43 \r
44 // The bastred son of a turret and a quake monster. \r
45 // A walking minigun with longrage missiles and closerange meele attack.\r
46 exec unit_walker.cfg\r
47 \r
48 // OMG! Its the Evil Wheel! :O\r
49 exec unit_ewheel.cfg\r
50 // not exec'd: gauss\r
51 \r
52 \r
53 set g_turrets_reloadcvars 0 // reload when this cfg has been exec'd\r
54 alias g_turrets_reload "set g_turrets_reloadcvars 1"\r