X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=data%2Fbalance.cfg;h=df06bf2cc15d256a1f972292be7e4e8c9f10f9e4;hb=4139299b2ef7626c5a070d21d8c08618ecb48c44;hp=b760239c27961b68874fbacf94ae5379f12b6228;hpb=3624fded1c5ee2185d93303db20301b18162d3ef;p=voretournament%2Fvoretournament.git diff --git a/data/balance.cfg b/data/balance.cfg index b760239c..df06bf2c 100644 --- a/data/balance.cfg +++ b/data/balance.cfg @@ -181,7 +181,7 @@ set g_balance_grabber_secondary_radius 75 // {{{ stomach set g_balance_vore_swallow_range 50 "distance at 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 states for player models" -set g_balance_vore_swallow_delay 0.5 "how many seconds must pass before you can swallow someone again" +set g_balance_vore_swallow_delay 0.5 "how many seconds must pass before you can swallow someone, after having swallowed or regurgitated another player" set g_balance_vore_regurgitate_delay 0.135 "regurgitation delay" set g_balance_vore_regurgitate_velocitylimit 1200 "when a predator is going faster than this, the prey is squeezed out of them" set g_balance_vore_regurgitate_force 500 "regurgitated players rocket out at this speed when released" @@ -196,4 +196,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 during a stomach kick" set g_balance_vore_kick_damage_max 30 "maximum amount of damage you can do during a stomach kick" set g_balance_vore_kick_delay 1 "how many seconds must pass before you can perform another stomach kick" +set g_balance_vore_kick_escapeprobability 0.25 "probability to get regurgitated while performing scomach kicks (0 = never, 1 = always)" // }}}