]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Make it harder to get health, making the gameplay a little more challenging (for...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Jan 2012 16:24:24 +0000 (18:24 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 31 Jan 2012 16:24:24 +0000 (18:24 +0200)
data/balanceVT.cfg
data/defaultVT.cfg
docs/TODO.txt

index 726f6eda1b24a88b41204edb00061f9f837440b0..a9fa9fd99755538848c2f997fa8732ddfe248bfc 100644 (file)
@@ -38,16 +38,16 @@ set g_lms_start_ammo_fuel 150
 set g_pickup_fuel 35\r
 set g_pickup_fuel_jetpack 50\r
 set g_pickup_fuel_max 250\r
-set g_pickup_healthsmall 10\r
+set g_pickup_healthsmall 5\r
 set g_pickup_healthsmall_max 200\r
 set g_pickup_healthsmall_consumable 5\r
-set g_pickup_healthmedium 25\r
+set g_pickup_healthmedium 15\r
 set g_pickup_healthmedium_max 100\r
 set g_pickup_healthmedium_consumable 15\r
-set g_pickup_healthlarge 50\r
+set g_pickup_healthlarge 25\r
 set g_pickup_healthlarge_max 150\r
 set g_pickup_healthlarge_consumable 25\r
-set g_pickup_healthmega 100\r
+set g_pickup_healthmega 50\r
 set g_pickup_healthmega_max 200\r
 set g_pickup_healthmega_consumable 50\r
 set g_pickup_respawntime_short 15\r
@@ -226,7 +226,7 @@ set g_balance_vore_digestion_damage_item 1 "amount of damage applied to items du
 set g_balance_vore_digestion_limit -100 "prey can be digested down to this amount of health"\r
 set g_balance_vore_digestion_limit_regurgitate 1 "the predator automatically regurgitates prey that has reached the digestion limit"\r
 set g_balance_vore_digestion_limit_blockrespawn 1 "dead prey cannot respawn if it's still being digested"\r
-set g_balance_vore_digestion_vampire 0.15 "amount of health you gain from digestion off the damage you deal"\r
+set g_balance_vore_digestion_vampire 0.1 "amount of health you gain from digestion off the damage you deal"\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_digestion_distribute 0.1 "if enabled, digestion is reduced by the amount of stomach load you have by this amount"\r
 set g_balance_vore_digestion_scalediff 0.5 "if enabled, digestion damage is affected by the size of the predator compared to the size of the prey by this amount"\r
index 9878290d8c4ec385036757af89b1e1573b3ab756..ab32f8e3fcdcfc29622d153250e31b2ad03870ad 100644 (file)
@@ -1346,7 +1346,7 @@ set capturelimit 0
 seta sbar_fontsize 11\r
 seta sbar_fontsize_spec 16\r
 seta scr_centersize 11\r
-seta sbar_width 560\r
+seta sbar_width 420\r
 // alias sbar_font "loadfont user1 ${1},gfx/fallback ${2-}; loadfont user2 ${1}-big ${2-}; sbar_columns_set"\r
 alias sbar_font "set _requested_sbar_font \"${*}\""\r
 seta sbar_columns default\r
index 71676cded3be143e2177b75898500fc4d9809266..9d8fb6d05a407ebef45aab8d3295bd41b9f2dcbf 100644 (file)
 \r
 - 0.7 BUG: If the player is dead, his display digits still appear on his third person model, visible with chase event camera\r
 \r
-- 0.7 BUG: Default player model is broken?
\ No newline at end of file
+- 0.7 BUG: Default player model is broken?\r
+\r
+- 0.7 BUG: Display digits on th 1st persom model disappear when the next map starts.
\ No newline at end of file