New item property modifier for armor:

CAMO_LBE_OVER_ARMOR_MODIFIER sets the amount of camouflage from armor vests that is used when we wear LBE over them. Default is 0.2. That's basically the arms sticking out of the LBE.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1854 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
silversurfer
2013-11-02 10:48:32 +00:00
parent 24be2cbd6a
commit aff4f09278
+6 -1
View File
@@ -258,7 +258,12 @@ HANDLING_LAUNCHER_MODIFIER = 1.0
;
;******************************************************************************************************************************
;******************************************************************************************************************************
; This modifier sets the amount of camouflage on armor that applies when LBE is worn over the armor (NIV only).
; Valid values are from 0.0 to 1.0. 0.0 means no camo bonus from armor, 1.0 means full bonus even if LBE is worn over the armor.
; Default is 0.2
CAMO_LBE_OVER_ARMOR_MODIFIER = 0.2
;******************************************************************************************************************************
;******************************************************************************************************************************