]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/turrets.cfg
Add a VT suffix to all configurations by default. This way, those with VT at the...
[voretournament/voretournament.git] / data / turrets.cfg
diff --git a/data/turrets.cfg b/data/turrets.cfg
deleted file mode 100644 (file)
index b23b388..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-set g_turrets 1\r
-set g_turrets_reloadcvars 0\r
-set g_turrets_nofire 0\r
-\r
-// Target scanning and validation can be resource intensive\r
-// Dont let turrets look for new targets more frequently then this\r
-set g_turrets_targetscan_mindelay 0.1\r
-\r
-// Do a targetscan at least this often regarless.\r
-set g_turrets_targetscan_maxdelay 1\r
-\r
-// Turrets with no target returns to their idle aim after this much time.\r
-set g_turrets_aimidle_delay 5\r
-\r
-// Phaser:\r
-\r
-set g_turrets_unit_phaser_std_health 200\r
-\r
-set g_turrets_unit_phaser_std_respawntime 90\r
-\r
-set g_turrets_unit_phaser_std_shot_dmg 75\r
-set g_turrets_unit_phaser_std_shot_refire 4\r
-set g_turrets_unit_phaser_std_shot_radius 8\r
-set g_turrets_unit_phaser_std_shot_speed 4 // Used for how long to sustain the beam for this turret (seconds)\r
-set g_turrets_unit_phaser_std_shot_spread 0\r
-set g_turrets_unit_phaser_std_shot_force 5\r
-set g_turrets_unit_phaser_std_shot_volly 0\r
-set g_turrets_unit_phaser_std_shot_volly_refire 5\r
-\r
-set g_turrets_unit_phaser_std_target_range 3000\r
-set g_turrets_unit_phaser_std_target_range_min 0\r
-set g_turrets_unit_phaser_std_target_range_optimal 1500\r
-\r
-set g_turrets_unit_phaser_std_target_select_rangebias 0.85\r
-set g_turrets_unit_phaser_std_target_select_samebias 0\r
-set g_turrets_unit_phaser_std_target_select_anglebias 0.25\r
-set g_turrets_unit_phaser_std_target_select_playerbias 1\r
-set g_turrets_unit_phaser_std_target_select_missilebias 0\r
-\r
-set g_turrets_unit_phaser_std_ammo_max 2000\r
-set g_turrets_unit_phaser_std_ammo 1000\r
-set g_turrets_unit_phaser_std_ammo_recharge 25\r
-\r
-set g_turrets_unit_phaser_std_aim_firetolerance_dist 100\r
-\r
-set g_turrets_unit_phaser_std_aim_speed 540\r
-set g_turrets_unit_phaser_std_aim_maxrot 360\r
-set g_turrets_unit_phaser_std_aim_maxpitch 30\r
-\r
-set g_turrets_unit_phaser_std_track_type 3\r
-set g_turrets_unit_phaser_std_track_accel_pitch 0.5\r
-set g_turrets_unit_phaser_std_track_accel_rot 0.65\r
-set g_turrets_unit_phaser_std_track_blendrate 0.5\r
-\r
-// Tesla:\r
-\r
-set g_turrets_unit_tesla_std_health 400\r
-set g_turrets_unit_tesla_std_respawntime 120\r
-\r
-set g_turrets_unit_tesla_std_shot_dmg 50\r
-set g_turrets_unit_tesla_std_shot_refire 1.5\r
-set g_turrets_unit_tesla_std_shot_force 400\r
-\r
-set g_turrets_unit_tesla_std_shot_volly 1\r
-set g_turrets_unit_tesla_std_shot_volly_refire 2.5\r
-\r
-set g_turrets_unit_tesla_std_target_range_min 0\r
-set g_turrets_unit_tesla_std_target_range      1000\r
-\r
-set g_turrets_unit_tesla_std_target_select_playerbias 1\r
-set g_turrets_unit_tesla_std_target_select_missilebias 1\r
-\r
-set g_turrets_unit_tesla_std_ammo_max 1000\r
-set g_turrets_unit_tesla_std_ammo 200\r
-set g_turrets_unit_tesla_std_ammo_recharge 15\r
-\r
-// Fusion Reactor:\r
-\r
-set g_turrets_unit_fusreac_std_health 700\r
-set g_turrets_unit_fusreac_std_respawntime 90\r
-\r
-set g_turrets_unit_fusreac_std_shot_speed 1\r
-set g_turrets_unit_fusreac_std_shot_dmg 20\r
-set g_turrets_unit_fusreac_std_shot_refire 0.2\r
-\r
-set g_turrets_unit_fusreac_std_target_range 1024\r
-set g_turrets_unit_fusreac_std_target_range_min 1\r
-\r
-set g_turrets_unit_fusreac_std_ammo_max 100\r
-set g_turrets_unit_fusreac_std_ammo 0\r
-set g_turrets_unit_fusreac_std_ammo_recharge 100\r
-\r
-set g_turrets_reloadcvars 0 // reload when this cfg has been exec'd\r
-alias g_turrets_reload "set g_turrets_reloadcvars 1"\r