]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - balanceTest.cfg
different falling damage (less until speed 1550, more above)
[xonotic/xonotic-data.pk3dir.git] / balanceTest.cfg
index a6e66c8d8b93e58c49137e5491ef63a7ccd8b134..f312d32d89c6bdad0faa89fcdc89989a8eb45b44 100644 (file)
@@ -117,7 +117,7 @@ set g_balance_pause_health_regen_spawn 0
 set g_balance_health_rot 0.1
 set g_balance_health_rotlinear 2.5
 set g_balance_pause_health_rot 4
-set g_balance_pause_health_rot_spawn 15
+set g_balance_pause_health_rot_spawn 8
 set g_balance_health_regenstable 100
 set g_balance_health_rotstable 100
 set g_balance_health_limit 999
@@ -126,7 +126,7 @@ set g_balance_armor_regenlinear 0
 set g_balance_armor_rot 0.1
 set g_balance_armor_rotlinear 2.5
 set g_balance_pause_armor_rot 4
-set g_balance_pause_armor_rot_spawn 15
+set g_balance_pause_armor_rot_spawn 8
 set g_balance_armor_regenstable 100
 set g_balance_armor_rotstable 100
 set g_balance_armor_limit 999
@@ -137,7 +137,7 @@ set g_balance_pause_fuel_regen 2 // other than this, fuel uses the health regen
 set g_balance_fuel_rot 0.05
 set g_balance_fuel_rotlinear 0
 set g_balance_pause_fuel_rot 4
-set g_balance_pause_fuel_rot_spawn 15
+set g_balance_pause_fuel_rot_spawn 8
 set g_balance_fuel_regenstable 50
 set g_balance_fuel_rotstable 100
 set g_balance_fuel_limit 999
@@ -176,8 +176,8 @@ set g_projectiles_spread_style 7
 // 7: forward + circle with (1-r)(2-r) falloff
 set g_balance_falldamage_deadminspeed 150
 set g_balance_falldamage_minspeed 800
-set g_balance_falldamage_factor 0.20
-set g_balance_falldamage_maxdamage 15
+set g_balance_falldamage_factor 0.02 // maxspeed = minspeed + maxdamage / factor = 4550
+set g_balance_falldamage_maxdamage 75
 // }}}
 
 // {{{ powerups
@@ -214,7 +214,7 @@ set g_balance_grapplehook_health 130
 // {{{ laser
 set g_balance_laser_primary_damage 20 // dps 33, hope that's not too high
 set g_balance_laser_primary_edgedamage 20
-set g_balance_laser_primary_force 270
+set g_balance_laser_primary_force 200 // this looks insanely low, but actually isn't with zscale and velocitybias
 set g_balance_laser_primary_radius 60
 set g_balance_laser_primary_speed 4000
 set g_balance_laser_primary_spread 0
@@ -224,7 +224,7 @@ set g_balance_laser_primary_lifetime 5
 set g_balance_laser_primary_shotangle 0
 set g_balance_laser_primary_delay 0
 set g_balance_laser_primary_gauntlet 0
-set g_balance_laser_primary_force_zscale 1
+set g_balance_laser_primary_force_zscale 1.35 // 270 upforce
 set g_balance_laser_primary_force_velocitybias 0.25
 set g_balance_laser_secondary 0 // when 1, a secondary laser mode exists
 set g_balance_laser_secondary_damage 35