about summary refs log tree commit diff
path: root/src/game/g_tuning.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_tuning.h')
-rw-r--r--src/game/g_tuning.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/g_tuning.h b/src/game/g_tuning.h
index 9f7ffb80..e23b46bf 100644
--- a/src/game/g_tuning.h
+++ b/src/game/g_tuning.h
@@ -15,3 +15,15 @@ MACRO_TUNING_PARAM(gravity, 0.5f)
 MACRO_TUNING_PARAM(terminal_velocity, 1000.0f / ticks_per_second)
 
 /* weapon tuning */
+MACRO_TUNING_PARAM(gun_speed, 30.0f)
+
+MACRO_TUNING_PARAM(shotgun_speed_center, 40.0f)
+MACRO_TUNING_PARAM(shotgun_speed_wide, 30.0f)
+
+MACRO_TUNING_PARAM(grenade_speed, 15.0f)
+
+MACRO_TUNING_PARAM(laser_reach, 800.0f)
+MACRO_TUNING_PARAM(laser_bounce_delay, 150)
+MACRO_TUNING_PARAM(laser_bounce_num, 2)
+MACRO_TUNING_PARAM(laser_bounce_cost, 32)
+MACRO_TUNING_PARAM(laser_damage, 8)