From 88f800866eb51b0c412d741f872767a88d7fdde3 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 9 Jul 2011 18:53:24 +0300 Subject: [PATCH] More fuel from fuel pickups. Also add some cvars for an upcoming feature --- data/balanceVT.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 8cac88b2..0a0f42f9 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -35,7 +35,7 @@ set g_lms_start_ammo_fuel 150 // }}} // {{{ pickup items -set g_pickup_fuel 25 +set g_pickup_fuel 35 set g_pickup_fuel_jetpack 50 set g_pickup_fuel_max 250 set g_pickup_healthsmall 10 @@ -187,6 +187,10 @@ set g_balance_grabber_reload_time 2 // {{{ stomach 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 in the stomach at a time, may range between 1 and 9" +set g_balance_vore_swallow_speed_fill 2 "how long it takes to swallow a player, 0 is instant" +set g_balance_vore_swallow_speed_decrease 0.25 "how fast the swallow progress decreases, when the predator is no longer swallowing" +set g_balance_vore_swallow_speed_cutspd 0.5 "prey movement slows down by this amount the closer they are to being swallowed" +set g_balance_vore_swallow_speed 1 "how long it takes to swallow a 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" -- 2.39.2