From: MirceaKitsune Date: Thu, 9 Sep 2010 18:28:35 +0000 (+0300) Subject: More balance changes X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dd95a939f3d74ec550fda46b52f0cb9505d4c5bf;p=voretournament%2Fvoretournament.git More balance changes --- diff --git a/data/balance.cfg b/data/balance.cfg index 62dacbd9..b4420c1e 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 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.5 "how many seconds must pass before you can swallow again, after swallowing or regurgitating another player" +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_regurgitate_speedcap 1200 "when a predator is going faster than this, their prey is squeezed out of them" set g_balance_vore_regurgitate_force 500 "regurgitated players rocket out at this speed when released" set g_balance_vore_regurgitate_predatorforce 250 "players are pushed back by this amount when regurgitating someone" @@ -193,7 +193,7 @@ set g_balance_vore_teamheal 1 "when enabled, having a team mate in your stomach set g_balance_vore_teamheal_stable 150 "maximum amount of health you can gain from a teamheal (best kept equal or less than g_balance_health_rotstable)" set g_balance_vore_weight_gravity 1 "you get this heavier the more you eat, at 1 each meal makes you two times heavier" set g_balance_vore_weight_speed 0.15 "you get this slower the more you eat, at 0.5 each meal makes you two times slower" -set g_balance_vore_kick_damage_min 5 "minimum amount of damage you can do with a stomach kick" +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.125 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)"