Overheating:

- OVERHEATING_DISPLAY_JAMPERCENTAGE controls wether the temperature bar shows temperature/jam threshold(true) or temperature/damage threshold (false)
- OVERHEATING_TEMPERATURE_GLOBAL_MODIFIER is obsolete and this removed, as the same effect can be achieved by OVERHEATING_TEMPERATURE_PISTOL_gunclass in Item_Settings.ini


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1843 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2013-10-25 19:25:03 +00:00
parent d9a709b1fe
commit 476d6478d6
+3 -3
View File
@@ -2102,15 +2102,15 @@ OVERHEATING = FALSE
; Should a 'thermometer' for guns and replacable barrels be displayed?
OVERHEATING_DISPLAY_THERMOMETER = TRUE
; Should we display temperature/jam threshold (TRUE) or temperature/damage threshold (FALSE)?
OVERHEATING_DISPLAY_JAMPERCENTAGE = TRUE
; Starting amount of red colour in the temperature bar. Must be in [0, 255]
OVERHEATING_DISPLAY_THERMOMETER_RED_OFFSET = 100
; If a barrel is not in someone's inventory, it cools down a little bit better.
OVERHEATING_COOLDOWN_MODIFICATOR_LONELYBARREL = 1.15
; with this value one can increase or lower the temperature generated by all guns. Values from 0.1 to 10.0
OVERHEATING_TEMPERATURE_GLOBAL_MODIFIER = 1.0
;******************************************************************************************************************************
;******************************************************************************************************************************