X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2FbalanceVT.cfg;h=8e8f5ad0b0fdd3e41f603bc35393760b9f722f27;hp=31f5133c7728a085ffd0edcccfe911e1d0e4411a;hb=7853f3c0071fbf72f9216017ddb19339b16cc992;hpb=3f30d978961d40fd393c9dc9c1a0311acf3fe510 diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 31f5133c..8e8f5ad0 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -176,8 +176,8 @@ set g_balance_grabber_primary_recoil 2; set g_balance_grabber_secondary_ammo 10 set g_balance_grabber_secondary_refire 1.1 set g_balance_grabber_secondary_animtime 1 // good melee anim -set g_balance_grabber_secondary_damage 75 -set g_balance_grabber_secondary_force 175 +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 @@ -185,17 +185,17 @@ set g_balance_grabber_reload_time 2 // }}} // {{{ stomach -set g_balance_vore_swallow_range 50 "distance below which you can swallow another player when facing them" +set g_balance_vore_swallow_range 100 "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.8 "how many seconds must pass before you can swallow again, after swallowing or regurgitating another player" set g_balance_vore_swallow_stealprey 0.7 "probability of stealing someone's prey when eating them (when true their prey joins your stomach rather than popping out). 0 = never, 1 = always" set g_balance_vore_swallow_dropweapon 0.6 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates" set g_balance_vore_swallow_punchangle 12 "your view gets tilted by this amount when swallowing someone" 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 600 "regurgitated players rocket out at this speed, in the direction the predator is facing" set g_balance_vore_regurgitate_predatorforce 450 "players are pushed back by this amount when regurgitating someone, opposite of the direction they are facing" -set g_balance_vore_regurgitate_delay 0.135 "regurgitation delay" +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_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)" @@ -204,10 +204,10 @@ 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)" +set g_balance_vore_kick_escapeprobability 0.115 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)" set g_balance_vore_kick_predator_punchangle 3 "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" // }}}