X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2FbalanceVT.cfg;h=ebcdd09e2a27d853278fd5ead11ab75ca69873d5;hp=57edb3be3bc3b78e018aa27be05b8a33fbac55ba;hb=72a6947ac8f58c1c76c3a76805e5e0c1dd73e224;hpb=12c9aba5f21f4362ab0d8d00af36e2a466995288 diff --git a/data/balanceVT.cfg b/data/balanceVT.cfg index 57edb3be..ebcdd09e 100644 --- a/data/balanceVT.cfg +++ b/data/balanceVT.cfg @@ -167,7 +167,7 @@ set g_balance_grabber_airfriction 0.2 set g_balance_grabber_health 130 // weapon properties: 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_refire 0.25 // 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 1 // 1s being grabbered are free @@ -187,14 +187,17 @@ 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 3 "how long it takes to swallow a player, 0 is instant" +set g_balance_vore_swallow_speed_fill 3.5 "how long it takes to swallow a player, 0 is instant" set g_balance_vore_swallow_speed_fill_scalediff 1 "fill rate depends on predator size compared to prey size" -set g_balance_vore_swallow_speed_decrease 0.2 "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_fill_stomachload 1 "fill rate is influenced by the prey's stomach load" +set g_balance_vore_swallow_speed_decrease 0.6 "how fast the swallow progress decreases, when the predator is no longer swallowing" +set g_balance_vore_swallow_speed_cutspd_prey 1 "prey movement slows down by this amount the closer they are to being swallowed" +set g_balance_vore_swallow_speed_cutspd_pred 0.5 "predator movement slows down by this amount the closer they are to finishing swallowing" 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" +set g_balance_vore_regurgitate_damage 5 "predators take this amount of damage whenever regurgitating someone (influenced by player scale difference)" 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_swallowprogress 0.5 "regurgitated prey is given this amount of swallow progress, to simulate being more vulnerable (if slow swallowing is enabled)" set g_balance_vore_regurgitate_force 600 "regurgitated players rocket out at this speed, in the direction the predator is facing" @@ -215,6 +218,7 @@ set g_balance_vore_kick_damage_min 30 "minimum amount of damage you can do with 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 420 "predators are pushed by this amount when stomach kicked, in the direction their prey is facing" +set g_balance_vore_kick_repress 0 "require pressing the fire key each kick rather than holding it down" set g_balance_vore_kick_scalediff 1 "if enabled, the damage / force of stomach kicks is affected by the size of the prey compared to the size of the predator" 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"