From: FruitieX Date: Thu, 22 Jul 2010 15:29:52 +0000 (+0300) Subject: increase full ammo counts a bit X-Git-Tag: xonotic-v0.1.0preview~362^2~17 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=620d76830f720298042a01c1cbbcde827fa9afd6;p=xonotic%2Fxonotic-data.pk3dir.git increase full ammo counts a bit --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index d42b8649c..b71352700 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1346,10 +1346,10 @@ seta hud_panel_weapons_accuracy_color1 "1 1 0" seta hud_panel_weapons_accuracy_color2 "0 1 0" seta hud_panel_weapons_accuracy_color_levels "0 20 100" "accuracy values at which a specified color (hud_panel_weapons_accuracy_color) will be used. If your accuracy is between 2 of these values then a mix of the Xth and X+1th colors will be used. You can specify up to 10 values, in increasing order" seta hud_panel_weapons_ammo 1 "show ammo as a status bar" -seta hud_panel_weapons_ammo_full_shells 40 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_nails 100 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_cells 60 "show 100% of the status bar at this ammo count" -seta hud_panel_weapons_ammo_full_rockets 60 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_shells 50 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_nails 200 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_cells 80 "show 100% of the status bar at this ammo count" +seta hud_panel_weapons_ammo_full_rockets 80 "show 100% of the status bar at this ammo count" seta hud_panel_weapons_ammo_full_fuel 100 "show 100% of the status bar at this ammo count" seta hud_panel_notify_time 10 "time that a new entry stays until it fades out"