mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Added a Cowboy Hat item and LOBOT graphics, minor other changes and fixes
LOBOT: - Added cowboy hat graphics - Added a palette swap for the SVDS - Fixed female SWAT Helmet palette - Ghillie cover, jacket and leggings now display ghillie suit graphics when attached to armor items Other: - Added a new Cowboy Hat item, available from BR's later in the game and in Tex's starting gear kits
This commit is contained in:
@@ -17621,7 +17621,7 @@
|
||||
<mPriceMod>0</mPriceMod>
|
||||
<mGearKitName />
|
||||
<mAbsolutePrice>-1</mAbsolutePrice>
|
||||
<mHelmet>0</mHelmet>
|
||||
<mHelmet>1773</mHelmet>
|
||||
<mHelmetDrop>0</mHelmetDrop>
|
||||
<mHelmetStatus>0</mHelmetStatus>
|
||||
<mVest>0</mVest>
|
||||
@@ -17686,6 +17686,7 @@
|
||||
</GEARKIT>
|
||||
<GEARKIT>
|
||||
<mAbsolutePrice>-1</mAbsolutePrice>
|
||||
<mHelmet>1773</mHelmet>
|
||||
<mVest>188</mVest>
|
||||
<mVestStatus>95</mVestStatus>
|
||||
<mWeapon>66</mWeapon>
|
||||
@@ -17705,6 +17706,7 @@
|
||||
</GEARKIT>
|
||||
<GEARKIT>
|
||||
<mAbsolutePrice>-1</mAbsolutePrice>
|
||||
<mHelmet>1773</mHelmet>
|
||||
<mVest>161</mVest>
|
||||
<mVestStatus>95</mVestStatus>
|
||||
<mWeapon>66</mWeapon>
|
||||
@@ -17725,6 +17727,7 @@
|
||||
</GEARKIT>
|
||||
<GEARKIT>
|
||||
<mAbsolutePrice>-1</mAbsolutePrice>
|
||||
<mHelmet>1773</mHelmet>
|
||||
<mVest>164</mVest>
|
||||
<mVestStatus>95</mVestStatus>
|
||||
<mWeapon>66</mWeapon>
|
||||
@@ -17752,6 +17755,7 @@
|
||||
</GEARKIT>
|
||||
<GEARKIT>
|
||||
<mAbsolutePrice>-1</mAbsolutePrice>
|
||||
<mHelmet>1773</mHelmet>
|
||||
<mVest>164</mVest>
|
||||
<mVestStatus>95</mVestStatus>
|
||||
<mWeapon>66</mWeapon>
|
||||
|
||||
@@ -29523,6 +29523,11 @@
|
||||
<itemIndex>1772</itemIndex>
|
||||
<APCost>20</APCost>
|
||||
</ATTACHMENT>
|
||||
<ATTACHMENT>
|
||||
<attachmentIndex>1765</attachmentIndex>
|
||||
<itemIndex>1773</itemIndex>
|
||||
<APCost>20</APCost>
|
||||
</ATTACHMENT>
|
||||
<ATTACHMENT>
|
||||
<attachmentIndex>1766</attachmentIndex>
|
||||
<itemIndex>170</itemIndex>
|
||||
|
||||
@@ -8465,9 +8465,9 @@
|
||||
<ITEM>
|
||||
<uiIndex>285</uiIndex>
|
||||
<szItemName>Hat</szItemName>
|
||||
<szLongItemName>Hat</szLongItemName>
|
||||
<szItemDesc>A nice hat to wear when your helmet gets too hot. Provides limited camouflage.</szItemDesc>
|
||||
<szBRName>Hat</szBRName>
|
||||
<szLongItemName>Boonie Hat</szLongItemName>
|
||||
<szItemDesc>A nice boonie hat to wear when your helmet gets too hot. Provides limited camouflage.</szItemDesc>
|
||||
<szBRName>Boonie Hat</szBRName>
|
||||
<szBRDesc>As seen on TV! This is the same hat that "Wild Bill" wore on the G.I. Joe Saturday-morning cartoon show. Ok, so it's not the same hat. But it's still a nice hat.</szBRDesc>
|
||||
<usItemClass>2048</usItemClass>
|
||||
<nasLayoutClass>1</nasLayoutClass>
|
||||
@@ -52985,4 +52985,32 @@
|
||||
<CROUCH_MODIFIERS />
|
||||
<PRONE_MODIFIERS />
|
||||
</ITEM>
|
||||
<ITEM>
|
||||
<uiIndex>1773</uiIndex>
|
||||
<szItemName>Hat</szItemName>
|
||||
<szLongItemName>Cowboy Hat</szLongItemName>
|
||||
<szItemDesc>A wide-brimmed cowboy hat. This is the headwear of choice for dealing with rustlers and outlaws.</szItemDesc>
|
||||
<szBRName>Cowboy Hat</szBRName>
|
||||
<szBRDesc>Look as calm, cool and collected as Cordell Walker with one of these limited-edition western style hats. Comes with a reproduction Texas Ranger badge signed by Chuck Norris himself.</szBRDesc>
|
||||
<usItemClass>2048</usItemClass>
|
||||
<nasLayoutClass>1</nasLayoutClass>
|
||||
<ubClassIndex>42</ubClassIndex>
|
||||
<ubGraphicType>1</ubGraphicType>
|
||||
<ubGraphicNum>920</ubGraphicNum>
|
||||
<ubWeight>3</ubWeight>
|
||||
<ubPerPocket>1</ubPerPocket>
|
||||
<ItemSize>18</ItemSize>
|
||||
<usPrice>75</usPrice>
|
||||
<ubCoolness>6</ubCoolness>
|
||||
<BR_NewInventory>2</BR_NewInventory>
|
||||
<usOverheatingCooldownFactor>100</usOverheatingCooldownFactor>
|
||||
<Damageable>1</Damageable>
|
||||
<Repairable>1</Repairable>
|
||||
<Sinks>1</Sinks>
|
||||
<ShowStatus>1</ShowStatus>
|
||||
<BigGunList>1</BigGunList>
|
||||
<STAND_MODIFIERS />
|
||||
<CROUCH_MODIFIERS />
|
||||
<PRONE_MODIFIERS />
|
||||
</ITEM>
|
||||
</ITEMLIST>
|
||||
Reference in New Issue
Block a user