From: MirceaKitsune Date: Sat, 16 Apr 2011 23:48:59 +0000 (+0300) Subject: Lower probability of dropping your weapon when getting swallowed by default. Also... X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=b6b14ac2768648196311414aa0f5833e20dae1e6 Lower probability of dropping your weapon when getting swallowed by default. Also increase probability of stealing prey a bit. --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 2bb8232a..75f65338 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -187,8 +187,8 @@ set g_balance_grabber_reload_time 2 set g_balance_vore_swallow_range 50 "distance below which you can swallow another player when facing them" set g_balance_vore_swallow_limit 3 "how many players can fit inside a stomach (should not be greater than 3 due to the number of stomach state models for players)" set g_balance_vore_swallow_delay 0.8 "how many seconds must pass before you can swallow again, after swallowing or regurgitating another player" -set g_balance_vore_swallow_stealprey 0.6 "probability of stealing someone's prey when eating them (when true their prey joins your stomach rather than popping out). 0 = never, 1 = always" -set g_balance_vore_swallow_dropweapon 0.8 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates" +set g_balance_vore_swallow_stealprey 0.7 "probability of stealing someone's prey when eating them (when true their prey joins your stomach rather than popping out). 0 = never, 1 = always" +set g_balance_vore_swallow_dropweapon 0.6 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates" set g_balance_vore_regurgitate_speedcap 1200 "when a predator is going faster than this, their prey is squeezed out of them" set g_balance_vore_regurgitate_force 600 "regurgitated players rocket out at this speed, in the direction the predator is facing" set g_balance_vore_regurgitate_predatorforce 450 "players are pushed back by this amount when regurgitating someone, opposite of the direction they are facing"