From: MirceaKitsune Date: Tue, 3 May 2011 01:04:16 +0000 (+0300) Subject: Slightly increase swallowing range, and decrease stomach kicking escape probability. X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=d7603df7532743bfd1251eb1456e37d2f043c62c Slightly increase swallowing range, and decrease stomach kicking escape probability. --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 0f855378..3a187186 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -185,7 +185,7 @@ set g_balance_grabber_reload_time 2 // }}} // {{{ stomach -set g_balance_vore_swallow_range 50 "distance below which you can swallow another player when facing them" +set g_balance_vore_swallow_range 100 "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.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" @@ -207,7 +207,7 @@ set g_balance_vore_kick_damage_min 15 "minimum amount of damage you can do with set g_balance_vore_kick_damage_max 30 "maximum amount of damage you can do with a stomach kick" set g_balance_vore_kick_delay 0.6 "how many seconds must pass before you can perform another stomach kick" set g_balance_vore_kick_force 140 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" -set g_balance_vore_kick_escapeprobability 0.125 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" +set g_balance_vore_kick_escapeprobability 0.1 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" set g_balance_vore_kick_predator_punchangle 3 "your view gets tilted by this amount when receiving stomach kicks" set g_balance_vore_kick_prey_punchangle 6 "your view gets tilted by this amount when dealing stomach kicks" // }}}