mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
FIX: made Knife pocket restricted to only normal and throwing knives (by Shadooow).
FIX: changed size category for all kinds of 5.56x45mm C-Mag ammo belts (100 bullets) from 24 to 25 (by Shadooow). This fixes the fact that these ammo belts could be put into large ammo pocket. It also balances the amount of these belts in all pockets they are supposed to be put into - previously you could have 6 of them in Double Belt pocket while you could have only 2 of the 200bullet 5.56x45mm belts in the same pocket - now its 4. -1 compared to previous value in Ammo Belt pocket and Vehicle too. FEATURE: allowed heavy throwing knives to get bloody (by Shadooow). git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2587 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ITEMLIST>
|
||||
<ITEM>
|
||||
<uiIndex>0</uiIndex>
|
||||
@@ -12596,7 +12596,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>154</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>334</usPrice>
|
||||
<ubCoolness>7</ubCoolness>
|
||||
<Metal>1</Metal>
|
||||
@@ -12620,7 +12620,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>153</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>500</usPrice>
|
||||
<ubCoolness>7</ubCoolness>
|
||||
<Metal>1</Metal>
|
||||
@@ -12644,7 +12644,7 @@
|
||||
<ubGraphicType>2</ubGraphicType>
|
||||
<ubGraphicNum>55</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>1167</usPrice>
|
||||
<Metal>1</Metal>
|
||||
<Sinks>1</Sinks>
|
||||
@@ -12667,7 +12667,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>241</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>667</usPrice>
|
||||
<ubCoolness>7</ubCoolness>
|
||||
<Metal>1</Metal>
|
||||
@@ -12694,7 +12694,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>242</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>1000</usPrice>
|
||||
<Metal>1</Metal>
|
||||
<Sinks>1</Sinks>
|
||||
@@ -12719,7 +12719,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>342</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>300</usPrice>
|
||||
<Metal>1</Metal>
|
||||
<Sinks>1</Sinks>
|
||||
@@ -12744,7 +12744,7 @@
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>341</ubGraphicNum>
|
||||
<ubWeight>20</ubWeight>
|
||||
<ItemSize>24</ItemSize>
|
||||
<ItemSize>25</ItemSize>
|
||||
<usPrice>450</usPrice>
|
||||
<Metal>1</Metal>
|
||||
<Sinks>1</Sinks>
|
||||
@@ -16800,6 +16800,7 @@
|
||||
<BR_NewInventory>4</BR_NewInventory>
|
||||
<BR_UsedInventory>1</BR_UsedInventory>
|
||||
<BR_ROF>24</BR_ROF>
|
||||
<BloodiedItem>597</BloodiedItem>
|
||||
<usOverheatingCooldownFactor>100.0</usOverheatingCooldownFactor>
|
||||
<STAND_MODIFIERS />
|
||||
<CROUCH_MODIFIERS />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<POCKETLIST>
|
||||
<POCKET>
|
||||
<pIndex>0</pIndex>
|
||||
@@ -59,6 +59,8 @@
|
||||
<pIndex>2</pIndex>
|
||||
<pName>Knife</pName>
|
||||
<pSilhouette>11</pSilhouette>
|
||||
<pType>1</pType>
|
||||
<pRestriction>12</pRestriction>
|
||||
<pVolume>15</pVolume>
|
||||
<ItemCapacityPerSize12>2</ItemCapacityPerSize12>
|
||||
<ItemCapacityPerSize16>1</ItemCapacityPerSize16>
|
||||
|
||||
Reference in New Issue
Block a user