From: MirceaKitsune Date: Fri, 8 Jul 2011 16:30:30 +0000 (+0300) Subject: Better balance settings, for all of the new changes X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=b78841f245573f4cd46a79eb322efaa78da2e137;ds=sidebyside Better balance settings, for all of the new changes --- diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 487a6b6f..92745824 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -24,7 +24,7 @@ set sv_q3acompat_machineshotgunswap 0 "shorthand for swapping uzi and shotgun (f // {{{ starting gear set g_start_weapon_grabber -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" set g_balance_health_start 100 -set g_balance_armor_start 0 +set g_balance_armor_start 50 set g_start_ammo_fuel 100 set g_warmup_start_health 200 "starting values when being in warmup-stage" set g_warmup_start_armor 100 "starting values when being in warmup-stage" @@ -166,21 +166,21 @@ set g_balance_grabber_stretch 50 set g_balance_grabber_airfriction 0.2 set g_balance_grabber_health 130 // weapon properties: -set g_balance_grabber_primary_ammo 5 // grabber monkeys set 0 -set g_balance_grabber_primary_refire 0.25 // grabber monkeys set 0 +set g_balance_grabber_primary_ammo 10 // grabber monkeys set 0 +set g_balance_grabber_primary_refire 0.5 // grabber monkeys set 0 set g_balance_grabber_primary_animtime 0.3 // good shoot anim set g_balance_grabber_primary_grabbered_time_max 0 // infinite -set g_balance_grabber_primary_grabbered_time_free 2 // 2s being grabbered are free -set g_balance_grabber_primary_grabbered_fuel 4 // fuel per second grabbered -set g_balance_grabber_primary_recoil 2; -set g_balance_grabber_secondary_ammo 10 +set g_balance_grabber_primary_grabbered_time_free 1 // 1s being grabbered are free +set g_balance_grabber_primary_grabbered_fuel 5 // fuel per second grabbered +set g_balance_grabber_primary_recoil 2.5 +set g_balance_grabber_secondary_ammo 15 set g_balance_grabber_secondary_refire 1.1 set g_balance_grabber_secondary_animtime 1 // good melee anim -set g_balance_grabber_secondary_damage 65 -set g_balance_grabber_secondary_force 200 -set g_balance_grabber_secondary_radius 75 -set g_balance_grabber_secondary_recoil 4; -set g_balance_grabber_reload_ammo 35 +set g_balance_grabber_secondary_damage 75 +set g_balance_grabber_secondary_force 250 +set g_balance_grabber_secondary_radius 150 +set g_balance_grabber_secondary_recoil 5 +set g_balance_grabber_reload_ammo 45 set g_balance_grabber_reload_time 2 // }}} @@ -196,7 +196,7 @@ set g_balance_vore_regurgitate_predatorforce 450 "players are pushed back by thi set g_balance_vore_regurgitate_delay 0.5 "regurgitation delay" set g_balance_vore_regurgitate_punchangle 12 "your view gets tilted by this amount when regurgitating someone" set g_balance_vore_action_delay 1 "how many seconds must pass before you can swallow or regurgitate again, after swallowing or regurgitating another player" -set g_balance_vore_digestion_damage 5 "amount of damage applied to victims during digestion" +set g_balance_vore_digestion_damage 4 "amount of damage applied to victims during digestion" set g_balance_vore_digestion_vampire 1 "amount of health you gain from digestion" set g_balance_vore_digestion_vampire_stable 150 "maximum amount of health you can gain from digestion (best kept equal or less than g_balance_health_rotstable)" set g_balance_vore_digestion_distribute 1 "if enabled, digestion is reduced by the amount of prey you have. eg: having 2 prey will reduce digestion strength by 2" @@ -205,12 +205,12 @@ 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 20 "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_damage_min 30 "minimum amount of damage you can do with a stomach kick" +set g_balance_vore_kick_damage_max 45 "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 180 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" +set g_balance_vore_kick_force 420 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" set g_balance_vore_kick_playerscale 1 "if enabled, the damage / force of stomach kicks is affected by the size of the player" -set g_balance_vore_kick_predator_punchangle 3 "your view gets tilted by this amount when receiving stomach kicks" +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_escapeprobability 0.005 "probability of getting regurgitated when the predator takes damage, based on the amount of damage dealt (0 = never, 1 = always)" +set g_balance_vore_escapeprobability 0.002 "probability of getting regurgitated when the predator takes damage, based on the amount of damage dealt (0 = never, 1 = always)" // }}}