]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/balance.cfg
Hide the screenshots of locked campaign levels
[voretournament/voretournament.git] / data / balance.cfg
index df06bf2cc15d256a1f972292be7e4e8c9f10f9e4..687b47cef353f2358d7704f4acb336bb8fff9c5f 100644 (file)
@@ -40,9 +40,9 @@ set g_start_weapon_grabber -1 "0 = never provide the weapon, 1 = always provide
 set g_balance_health_start 100\r
 set g_start_ammo_fuel 100\r
 set g_warmup_start_health 200 "starting values when being in warmup-stage"\r
-set g_warmup_start_ammo_fuel 0 "starting values when being in warmup-stage"\r
+set g_warmup_start_ammo_fuel 150 "starting values when being in warmup-stage"\r
 set g_lms_start_health 200\r
-set g_lms_start_ammo_fuel 0\r
+set g_lms_start_ammo_fuel 150\r
 // }}}\r
 \r
 // {{{ pickup items\r
@@ -52,9 +52,9 @@ set g_pickup_fuel_max 250
 set g_pickup_healthsmall 10\r
 set g_pickup_healthsmall_max 200\r
 set g_pickup_healthmedium 25\r
-set g_pickup_healthmedium_max 200\r
+set g_pickup_healthmedium_max 100\r
 set g_pickup_healthlarge 50\r
-set g_pickup_healthlarge_max 200\r
+set g_pickup_healthlarge_max 150\r
 set g_pickup_healthmega 100\r
 set g_pickup_healthmega_max 200\r
 set g_pickup_respawntime_short 15\r
@@ -126,10 +126,10 @@ set g_projectiles_spread_style 0
 // 5: forward + circle with 1-r falloff\r
 // 6: forward + circle with 1-r^2 falloff\r
 // 7: forward + circle with (1-r)(2-r) falloff\r
-set g_balance_falldamage_deadminspeed 150\r
-set g_balance_falldamage_minspeed 1400\r
+set g_balance_falldamage_deadminspeed 100\r
+set g_balance_falldamage_minspeed 600\r
 set g_balance_falldamage_factor 0.15\r
-set g_balance_falldamage_maxdamage 25\r
+set g_balance_falldamage_maxdamage 35\r
 // }}}\r
 \r
 // {{{ powerups\r
@@ -179,22 +179,24 @@ set g_balance_grabber_secondary_force 175
 set g_balance_grabber_secondary_radius 75\r
 // }}}\r
 // {{{ stomach\r
-set g_balance_vore_swallow_range 50 "distance at which you can swallow another player when facing them"\r
-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 states for player models"\r
-set g_balance_vore_swallow_delay 0.5 "how many seconds must pass before you can swallow someone, after having swallowed or regurgitated another player"\r
-set g_balance_vore_regurgitate_delay 0.135 "regurgitation delay"\r
-set g_balance_vore_regurgitate_velocitylimit 1200 "when a predator is going faster than this, the prey is squeezed out of them"\r
+set g_balance_vore_swallow_range 50 "distance below which you can swallow another player when facing them"\r
+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)"\r
+set g_balance_vore_swallow_delay 0.8 "how many seconds must pass before you can swallow again, after swallowing or regurgitating another player"\r
+set g_balance_vore_swallow_stealprey 0.5 "probability of stealing someone's prey when eating them (when true their prey joins your stomach rather than popping out). 0 = never, 1 = always"\r
+set g_balance_vore_swallow_dropweapon 0.75 "probability of dropping your weapon when swallowed. 0 = never and 1 = always, does not apply to team mates"\r
+set g_balance_vore_regurgitate_speedcap 1200 "when a predator is going faster than this, their prey is squeezed out of them"\r
 set g_balance_vore_regurgitate_force 500 "regurgitated players rocket out at this speed when released"\r
-set g_balance_vore_regurgitate_eaterforce 250 "players are pushed by this amount when regurgitating someone"\r
+set g_balance_vore_regurgitate_predatorforce 250 "players are pushed back by this amount when regurgitating someone"\r
+set g_balance_vore_regurgitate_delay 0.135 "regurgitation delay"\r
 set g_balance_vore_digestion_damage 4 "amount of damage applied to victims during digestion"\r
-set g_balance_vore_digestion_vampire 1 "amount of health you gain from each enemy during digestion"\r
-set g_balance_vore_digestion_vampire_stable 150 "you stop gaining health past this point (best to keep equal or lower than g_balance_health_rotstable)"\r
+set g_balance_vore_digestion_vampire 1 "amount of health you gain from digestion"\r
+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)"\r
 set g_balance_vore_teamheal 1 "when enabled, having a team mate in your stomach will keep healing them by this amount"\r
-set g_balance_vore_teamheal_stable 150 "maximum amount of health you can get from a teamheal"\r
+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)"\r
 set g_balance_vore_weight_gravity 1 "you get this heavier the more you eat, at 1 each meal makes you two times heavier"\r
 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"\r
-set g_balance_vore_kick_damage_min 10 "minimum amount of damage you can do during a stomach kick"\r
-set g_balance_vore_kick_damage_max 30 "maximum amount of damage you can do during a stomach kick"\r
-set g_balance_vore_kick_delay 1 "how many seconds must pass before you can perform another stomach kick"\r
-set g_balance_vore_kick_escapeprobability 0.25 "probability to get regurgitated while performing scomach kicks (0 = never, 1 = always)"\r
+set g_balance_vore_kick_damage_min 10 "minimum amount of damage you can do with a stomach kick"\r
+set g_balance_vore_kick_damage_max 20 "maximum amount of damage you can do with a stomach kick"\r
+set g_balance_vore_kick_delay 0.6 "how many seconds must pass before you can perform another stomach kick"\r
+set g_balance_vore_kick_escapeprobability 0.175 "probability of getting regurgitated while performing stomach kicks (0 = never, 1 = always)"\r
 // }}}\r