From: MirceaKitsune Date: Thu, 14 Jul 2011 22:09:33 +0000 (+0300) Subject: Tweak the escape probability again X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c6721a274e86e8f0620dc9cec44099b51d1ce17e;p=voretournament%2Fvoretournament.git Tweak the escape probability again --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index b8c10e46..fb4b3a51 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -222,5 +222,5 @@ set g_balance_vore_kick_scalediff 0.5 "the damage / force of stomach kicks is af set g_balance_vore_kick_predator_punchangle 6 "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" set g_balance_vore_kick_cutregurgitate 0.75 "probability that a stomach kick will cause the predator to lose a scheduled regurgitation" -set g_balance_vore_escapeprobability 0.003 "probability of getting regurgitated when the predator takes damage, based on the amount of damage dealt" +set g_balance_vore_escapeprobability 0.0025 "probability of getting regurgitated when the predator takes damage, based on the amount of damage dealt" // }}}