- New camo handling:

Camo Kits can now only be used to paint naked skin which usually means face and hands. Clothing will take care of the rest Together they can reach 100% camo.
CAMO_KIT_USABLE_AREA = 5 in Ja2_Options.ini sets the area that can be painted.

CAMO_LBE_OVER_VEST_MODIFIER = 0.2
CAMO_LBE_OVER_PANTS_MODIFIER = 0.6
These two set the amount of camo that armor vest/pants can provide if LBE is worn over them.
http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/327902/Re_Code_Snippets.html#Post327902

- New Mine avoidance for civilians (by Sevenfm)
Civilians can now avoid player placed mines.
CIVILIANS_AVOID_PLAYER_MINES = TRUE in Ja2_Options.INI takes care of that. I set the default to TRUE which will allow players to use mine fields in city sectors.
http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/327817/Re_Code_Snippets.html#Post327817

- Smoke effects and explosive attachments (by Sevenfm)
Normal explosions can now cause a smoke effect. Explosives can be attached to other exlosives to create a more potent bundle. Ja2_Options.INI has some new options for that:
ADD_SMOKE_AFTER_EXPLOSION = FALSE
ALLOW_EXPLOSIVE_ATTACHMENTS = FALSE
ALLOW_SPECIAL_EXPLOSIVE_ATTACHMENTS = FALSE
http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/327918/Re_Code_Snippets.html#Post327918


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1866 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
silversurfer
2013-11-11 12:50:06 +00:00
parent a8e1dfe83b
commit 4dee3218aa
4 changed files with 195 additions and 2 deletions
@@ -51093,4 +51093,95 @@
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
<ITEM>
<uiIndex>1702</uiIndex>
<szItemName>SMALL_SMOKE</szItemName>
<szLongItemName>SMALL_SMOKE</szLongItemName>
<szItemDesc></szItemDesc>
<szBRName>SMALL_SMOKE</szBRName>
<szBRDesc></szBRDesc>
<usItemClass>256</usItemClass>
<nasLayoutClass>1</nasLayoutClass>
<ubClassIndex>96</ubClassIndex>
<ubCursor>6</ubCursor>
<ubGraphicType>1</ubGraphicType>
<ubGraphicNum>98</ubGraphicNum>
<ubWeight>6</ubWeight>
<ubPerPocket>4</ubPerPocket>
<ItemSize>52</ItemSize>
<usPrice>50</usPrice>
<ubCoolness>3</ubCoolness>
<bRepairEase>-2</bRepairEase>
<Damageable>1</Damageable>
<Repairable>1</Repairable>
<Metal>1</Metal>
<Sinks>1</Sinks>
<Attachment>1</Attachment>
<BR_NewInventory>4</BR_NewInventory>
<BR_UsedInventory>1</BR_UsedInventory>
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
<STAND_MODIFIERS />
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
<ITEM>
<uiIndex>1703</uiIndex>
<szItemName>GAS_EXPLOSION</szItemName>
<szLongItemName>GAS_EXPLOSION</szLongItemName>
<szItemDesc>GAS_EXPLOSION</szItemDesc>
<szBRName>GAS_EXPLOSION</szBRName>
<szBRDesc>GAS_EXPLOSION</szBRDesc>
<usItemClass>512</usItemClass>
<nasLayoutClass>1</nasLayoutClass>
<nasAttachmentClass>1</nasAttachmentClass>
<ubClassIndex>97</ubClassIndex>
<ubGraphicType>2</ubGraphicType>
<ubWeight>11</ubWeight>
<ubPerPocket>1</ubPerPocket>
<ItemSize>60</ItemSize>
<usPrice>500</usPrice>
<ubCoolness>3</ubCoolness>
<bRepairEase>-4</bRepairEase>
<Damageable>1</Damageable>
<Repairable>1</Repairable>
<BR_NewInventory>4</BR_NewInventory>
<BR_UsedInventory>1</BR_UsedInventory>
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
<STAND_MODIFIERS />
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
<ITEM>
<uiIndex>1704</uiIndex>
<szItemName>FRAG_EXPLOSION</szItemName>
<szLongItemName>FRAG_EXPLOSION</szLongItemName>
<szItemDesc>FRAG_EXPLOSION</szItemDesc>
<szBRName>FRAG_EXPLOSION</szBRName>
<szBRDesc>FRAG_EXPLOSION</szBRDesc>
<usItemClass>256</usItemClass>
<nasLayoutClass>1</nasLayoutClass>
<nasAttachmentClass>1</nasAttachmentClass>
<ubClassIndex>98</ubClassIndex>
<ubCursor>6</ubCursor>
<ubGraphicType>1</ubGraphicType>
<ubGraphicNum>49</ubGraphicNum>
<ubWeight>6</ubWeight>
<ubPerPocket>4</ubPerPocket>
<ItemSize>40</ItemSize>
<usPrice>200</usPrice>
<ubCoolness>3</ubCoolness>
<bRepairEase>-4</bRepairEase>
<Damageable>1</Damageable>
<Repairable>1</Repairable>
<Metal>1</Metal>
<Sinks>1</Sinks>
<Attachment>1</Attachment>
<buddyitem>4512</buddyitem>
<BR_NewInventory>4</BR_NewInventory>
<BR_UsedInventory>1</BR_UsedInventory>
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
<STAND_MODIFIERS />
<CROUCH_MODIFIERS />
<PRONE_MODIFIERS />
</ITEM>
</ITEMLIST>