From: MirceaKitsune Date: Wed, 29 Sep 2010 23:23:44 +0000 (+0300) Subject: Decrease the escape probability during stomach kicks. This should make the gameplay... X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=bd86d17806d0110c067c754a86bf66f81348baee Decrease the escape probability during stomach kicks. This should make the gameplay less annoying. --- diff --git a/data/balance.cfg b/data/balance.cfg index 687b47ce..29503598 100644 --- a/data/balance.cfg +++ b/data/balance.cfg @@ -198,5 +198,5 @@ set g_balance_vore_weight_speed 0.15 "you get this slower the more you eat, at 0 set g_balance_vore_kick_damage_min 10 "minimum amount of damage you can do with a stomach kick" set g_balance_vore_kick_damage_max 20 "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_escapeprobability 0.175 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" +set g_balance_vore_kick_escapeprobability 0.125 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" // }}}