]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - mutator_new_toys.cfg
forgot to remove the debug flag
[xonotic/xonotic-data.pk3dir.git] / mutator_new_toys.cfg
1 set g_new_toys 0 "Mutator 'New Toys': enable extra fun guns"
2 set g_new_toys_autoreplace 2 "0: never replace, 1: always auto replace guns by available new toys, 2: randomly auto replace guns by available new toys"
3
4 set g_weaponreplace_hlac ""
5 set g_weaponreplace_minelayer ""
6 set g_weaponreplace_rifle ""
7 set g_weaponreplace_seeker ""
8
9 set g_start_weapon_hlac -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" // UNTIL IT CAN BE REMOVED FROM CODE
10 set g_start_weapon_minelayer -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms"
11 set g_start_weapon_rifle -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" // UNTIL IT CAN BE REMOVED FROM CODE
12 set g_start_weapon_seeker -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms"
13
14 // {{{ hlac
15 set g_balance_hlac_primary_spread_min 0.01
16 set g_balance_hlac_primary_spread_max 0.25
17 set g_balance_hlac_primary_spread_add 0.0045
18 set g_balance_hlac_primary_spread_crouchmod 0.25
19
20 set g_balance_hlac_primary_damage 18
21 set g_balance_hlac_primary_edgedamage 9
22 set g_balance_hlac_primary_force 90
23 set g_balance_hlac_primary_radius 70
24 set g_balance_hlac_primary_speed 9000
25 set g_balance_hlac_primary_lifetime 5
26
27 set g_balance_hlac_primary_refire 0.15
28 set g_balance_hlac_primary_animtime 0.4
29 set g_balance_hlac_primary_ammo 1
30
31 set g_balance_hlac_secondary 1
32 set g_balance_hlac_secondary_spread 0.15
33 set g_balance_hlac_secondary_spread_crouchmod 0.5
34
35 set g_balance_hlac_secondary_damage 15
36 set g_balance_hlac_secondary_edgedamage 7.5
37 set g_balance_hlac_secondary_force 90
38 set g_balance_hlac_secondary_radius 70
39 set g_balance_hlac_secondary_speed 9000
40 set g_balance_hlac_secondary_lifetime 5
41
42 set g_balance_hlac_secondary_refire 1
43 set g_balance_hlac_secondary_animtime 0.3
44 set g_balance_hlac_secondary_ammo 10
45 set g_balance_hlac_secondary_shots 6
46
47 set g_balance_hlac_reload_ammo 0 //default: 20
48 set g_balance_hlac_reload_time 2
49 // }}}
50 // {{{ minelayer
51 set g_balance_minelayer_damage 40
52 set g_balance_minelayer_edgedamage 20
53 set g_balance_minelayer_force 250
54 set g_balance_minelayer_radius 175
55 set g_balance_minelayer_proximityradius 150
56 set g_balance_minelayer_speed 1000
57 set g_balance_minelayer_lifetime 10
58 set g_balance_minelayer_lifetime_countdown 0.5
59 set g_balance_minelayer_refire 1.5
60 set g_balance_minelayer_animtime 0.4
61 set g_balance_minelayer_ammo 4
62 set g_balance_minelayer_health 15
63 set g_balance_minelayer_limit 3 // 0 disables the limit
64 set g_balance_minelayer_protection 0 // don't explode if the mine would hurt the owner or a team mate
65 set g_balance_minelayer_damageforcescale 0
66 set g_balance_minelayer_detonatedelay -1 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time
67 set g_balance_minelayer_time 0.5
68 set g_balance_minelayer_remote_damage 45
69 set g_balance_minelayer_remote_edgedamage 40
70 set g_balance_minelayer_remote_radius 200
71 set g_balance_minelayer_remote_force 300
72 set g_balance_minelayer_reload_ammo 0 //default: 15
73 set g_balance_minelayer_reload_time 2
74 // }}}
75 // {{{ rifle
76 set g_balance_rifle_bursttime 0
77 set g_balance_rifle_primary_tracer 1
78 set g_balance_rifle_primary_shots 1
79 set g_balance_rifle_primary_damage 80
80 set g_balance_rifle_primary_spread 0
81 set g_balance_rifle_primary_force 100
82 set g_balance_rifle_primary_speed 40000
83 set g_balance_rifle_primary_lifetime 5
84 set g_balance_rifle_primary_refire 1.2
85 set g_balance_rifle_primary_animtime 0.4
86 set g_balance_rifle_primary_ammo 10
87 set g_balance_rifle_primary_bulletconstant 110 // 62.2qu
88 set g_balance_rifle_primary_burstcost 0
89 set g_balance_rifle_primary_bullethail 0 // empty magazine on shot
90 set g_balance_rifle_secondary 1
91 set g_balance_rifle_secondary_reload 0
92 set g_balance_rifle_secondary_tracer 0
93 set g_balance_rifle_secondary_shots 4
94 set g_balance_rifle_secondary_damage 20
95 set g_balance_rifle_secondary_spread 0.04
96 set g_balance_rifle_secondary_force 50
97 set g_balance_rifle_secondary_speed 20000
98 set g_balance_rifle_secondary_lifetime 5
99 set g_balance_rifle_secondary_refire 0.9
100 set g_balance_rifle_secondary_animtime 0.3
101 set g_balance_rifle_secondary_ammo 10
102 set g_balance_rifle_secondary_bulletconstant 110 // 15.5qu
103 set g_balance_rifle_secondary_burstcost 0
104 set g_balance_rifle_secondary_bullethail 0 // empty magazine on shot
105 set g_balance_rifle_reload_ammo 80 //default: 80
106 set g_balance_rifle_reload_time 2
107 // }}}
108 // {{{ seeker
109 set g_balance_seeker_type 0 // 0 = old seeker, 1 = new seeker
110 set g_balance_seeker_flac_ammo 1
111 set g_balance_seeker_flac_animtime 0.1
112 set g_balance_seeker_flac_damage 15
113 set g_balance_seeker_flac_edgedamage 10
114 set g_balance_seeker_flac_force 50
115 set g_balance_seeker_flac_lifetime 0.1
116 set g_balance_seeker_flac_lifetime_rand 0.05
117 set g_balance_seeker_flac_radius 100
118 set g_balance_seeker_flac_refire 0.1
119 set g_balance_seeker_flac_speed 3000
120 set g_balance_seeker_flac_speed_up 1000
121 set g_balance_seeker_flac_speed_z 0
122 set g_balance_seeker_flac_spread 0.4
123 set g_balance_seeker_tag_ammo 1
124 set g_balance_seeker_tag_animtime 0.2
125 set g_balance_seeker_tag_damageforcescale 4
126 set g_balance_seeker_tag_health 5
127 set g_balance_seeker_tag_lifetime 15
128 set g_balance_seeker_tag_refire 0.75 // LOG: 0.7 -> 0.75
129 set g_balance_seeker_tag_speed 5000
130 set g_balance_seeker_tag_spread 0
131 set g_balance_seeker_tag_tracker_lifetime 10
132 set g_balance_seeker_missile_accel 1400
133 set g_balance_seeker_missile_ammo 2
134 set g_balance_seeker_missile_animtime 0.2
135 set g_balance_seeker_missile_count 3 // LOG: 8 -> 3
136 set g_balance_seeker_missile_damage 30 // LOG: 15 -> 30
137 set g_balance_seeker_missile_damageforcescale 4
138 set g_balance_seeker_missile_decel 1400
139 set g_balance_seeker_missile_delay 0.25
140 set g_balance_seeker_missile_edgedamage 10
141 set g_balance_seeker_missile_force 150 // LOG: 100 -> 150
142 set g_balance_seeker_missile_health 5
143 set g_balance_seeker_missile_lifetime 15
144 set g_balance_seeker_missile_proxy 0
145 set g_balance_seeker_missile_proxy_delay 0.2
146 set g_balance_seeker_missile_proxy_maxrange 45
147 set g_balance_seeker_missile_radius 80
148 set g_balance_seeker_missile_refire 0.5
149 set g_balance_seeker_missile_smart 1
150 set g_balance_seeker_missile_smart_mindist 800
151 set g_balance_seeker_missile_smart_trace_max 2500
152 set g_balance_seeker_missile_smart_trace_min 1000
153 set g_balance_seeker_missile_speed 700
154 set g_balance_seeker_missile_speed_up 300
155 set g_balance_seeker_missile_speed_z 0
156 set g_balance_seeker_missile_speed_max 1300 // LOG: 1400 -> 1300
157 set g_balance_seeker_missile_spread 0
158 set g_balance_seeker_missile_turnrate 0.65
159 set g_balance_seeker_reload_ammo 0 //default: 15
160 set g_balance_seeker_reload_time 2
161 // End new seeker