From: MirceaKitsune Date: Sun, 17 Apr 2011 11:38:13 +0000 (+0300) Subject: Restore old default for kick damage, now that we removed weapon kicking X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=06c2952514c90f1085010e90786deb97f3eb48e1 Restore old default for kick damage, now that we removed weapon kicking --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 31f5133c..4d35b982 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -204,7 +204,7 @@ set g_balance_vore_teamheal_stable 150 "maximum amount of health you can gain fr 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 15 "minimum amount of damage you can do with a stomach kick" -set g_balance_vore_kick_damage_max 25 "maximum 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 0.6 "how many seconds must pass before you can perform another stomach kick" set g_balance_vore_kick_force 140 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" set g_balance_vore_kick_escapeprobability 0.125 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)"