]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Some updates to falldamage - It should hurt more to fall from a flying vehicle ^_^
authorSamual <samual@xonotic.org>
Tue, 5 Apr 2011 13:33:06 +0000 (09:33 -0400)
committerSamual <samual@xonotic.org>
Tue, 5 Apr 2011 13:33:06 +0000 (09:33 -0400)
balanceSamual.cfg

index f533012a60a8e16affee49ccdeca41688401c945..187362d70f59a13239fda7c178b0e85cb8be0ed1 100644 (file)
@@ -174,10 +174,10 @@ set g_projectiles_spread_style 7
 // 5: forward + circle with 1-r falloff
 // 6: forward + circle with 1-r^2 falloff
 // 7: forward + circle with (1-r)(2-r) falloff
-set g_balance_falldamage_deadminspeed 150
-set g_balance_falldamage_minspeed 1000
+set g_balance_falldamage_deadminspeed 250
+set g_balance_falldamage_minspeed 900
 set g_balance_falldamage_factor 0.20
-set g_balance_falldamage_maxdamage 15
+set g_balance_falldamage_maxdamage 40
 set g_balance_damagepush_speedfactor 2.5
 // }}}