]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - unit_phaser.cfg
Some more floats to ints/bools
[xonotic/xonotic-data.pk3dir.git] / unit_phaser.cfg
1 set g_turrets_unit_phaser_std_health 500
2
3 set g_turrets_unit_phaser_std_respawntime 90
4
5 set g_turrets_unit_phaser_std_shot_dmg 100
6 set g_turrets_unit_phaser_std_shot_refire 4
7 set g_turrets_unit_phaser_std_shot_radius 8
8 set g_turrets_unit_phaser_std_shot_speed 4 // Used for how long to sustain the beam for this turret (seconds)
9 set g_turrets_unit_phaser_std_shot_spread 0
10 set g_turrets_unit_phaser_std_shot_force 5
11 set g_turrets_unit_phaser_std_shot_volly 0
12 set g_turrets_unit_phaser_std_shot_volly_refire 5
13
14 set g_turrets_unit_phaser_std_target_range 3000
15 set g_turrets_unit_phaser_std_target_range_min 0
16 set g_turrets_unit_phaser_std_target_range_optimal 1500
17
18 set g_turrets_unit_phaser_std_target_select_rangebias 0.85
19 set g_turrets_unit_phaser_std_target_select_samebias 0
20 set g_turrets_unit_phaser_std_target_select_anglebias 0.25
21 set g_turrets_unit_phaser_std_target_select_playerbias 1
22 set g_turrets_unit_phaser_std_target_select_missilebias 0
23
24 set g_turrets_unit_phaser_std_ammo_max 2000
25 set g_turrets_unit_phaser_std_ammo 1000
26 set g_turrets_unit_phaser_std_ammo_recharge 25
27
28 set g_turrets_unit_phaser_std_aim_firetolerance_dist 100
29
30 set g_turrets_unit_phaser_std_aim_speed 300
31 set g_turrets_unit_phaser_std_aim_maxrot 360
32 set g_turrets_unit_phaser_std_aim_maxpitch 30
33
34 set g_turrets_unit_phaser_std_track_type 3
35 set g_turrets_unit_phaser_std_track_accel_pitch 0.5
36 set g_turrets_unit_phaser_std_track_accel_rot 0.65
37 set g_turrets_unit_phaser_std_track_blendrate 0.2
38