+// These are the default weapon-related balance config settings.
+// Settings are categorized by weapon.
+// Other default settings are in balance-xonotic.cfg, which executes this file.
+// Other wep balance configs like bal-wep-nexuiz25.cfg first execute this, then override some settings.
+// Therefore any changes made to the default balance here will affect all bal-wep-*.cfg files,
+// ... unless you override it in such files.
+
// {{{ #1: Blaster
set g_balance_blaster_primary_animtime 0.2
set g_balance_blaster_primary_damage 20
+// These are the default balance config settings, excluding weapon-related settings.
+// The default weapon-related settings are in bal-wep-xonotic.cfg.
+// Other balance configs like balance-overkill.cfg first execute this, then override some settings.
+// Therefore any changes made to the default balance here will affect all balance-*.cfg files,
+// ... unless you override it in such files.
+// Generally balance config files execute their wep balance config file, if one exists.
+// The name of the current balance set is stored in g_mod_balance, which is read by some parts of the code,
+// ... e.g. the Overkill mutator can only be enabled if g_mod_balance is Overkill.
+
g_mod_balance Xonotic
testing_disable