From: MirceaKitsune Date: Thu, 9 Sep 2010 17:27:46 +0000 (+0300) Subject: Stomach kick defaults: Kick more often and do less damage, with lower escape probability X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a80ce2269de2a233721f65141f1ebf37c9111fd;p=voretournament%2Fvoretournament.git Stomach kick defaults: Kick more often and do less damage, with lower escape probability --- diff --git a/data/balance.cfg b/data/balance.cfg index b1599b05..62dacbd9 100644 --- a/data/balance.cfg +++ b/data/balance.cfg @@ -193,8 +193,8 @@ 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 10 "minimum amount of damage you can do with a stomach kick" -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 1 "how many seconds must pass before you can perform another stomach kick" -set g_balance_vore_kick_escapeprobability 0.25 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" +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_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)" // }}}