From aff4f0927883311a7ccedab9fbec8cecbb9936a9 Mon Sep 17 00:00:00 2001 From: silversurfer Date: Sat, 2 Nov 2013 10:48:32 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Item_Settings.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gamedir/Data-1.13/Item_Settings.ini b/gamedir/Data-1.13/Item_Settings.ini index b9617953b..4a1c01421 100644 --- a/gamedir/Data-1.13/Item_Settings.ini +++ b/gamedir/Data-1.13/Item_Settings.ini @@ -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 +;****************************************************************************************************************************** ;******************************************************************************************************************************