commit de653457dc7a30f8137f221ce997d65931678d93 Author: lalien Date: Wed Apr 19 13:18:26 2006 +0000 Original Data for 1.13 Mod High Resolution version from 12/06/05 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@22 3b4a5df2-a311-0410-b5c6-a8a6f20db521 diff --git a/gamedir-languages/Editor/Data/Editor/CHECKBOX.STI b/gamedir-languages/Editor/Data/Editor/CHECKBOX.STI new file mode 100644 index 000000000..82fd86471 Binary files /dev/null and b/gamedir-languages/Editor/Data/Editor/CHECKBOX.STI differ diff --git a/gamedir-languages/Editor/Instructions.txt b/gamedir-languages/Editor/Instructions.txt new file mode 100644 index 000000000..51ff7825a --- /dev/null +++ b/gamedir-languages/Editor/Instructions.txt @@ -0,0 +1,18 @@ +Unfortunately, the 10-07 Editor build does not work for one reason or another, with the current default Data folder. I'd rather trouble shoot the new editor than spend that time fixing this one. + +So, in the meantime, here are some instructions to get you going: + +Instructions: + +1. Revert back to a 10-07 release single Data folder (You can copy your current tabledata from \1.13-Data if you've modified it since the new release). Be sure to rename or backup your current default \Data folder before doing this. + +2. A 10-07 release \Data folder is available for download below the Editor download. + +2. Extract desired maps from maps.slf into \Data\Maps + +3. Extract the JA2EDITOR.zip into your JA2 install directory. + +4. Use the shortcut to start the map editor. + + +NOTE: It loads very slowly, so you may sit on a blank screen for approx. 5-10 seconds before the Sir-Tech logo appears. \ No newline at end of file diff --git a/gamedir-languages/Editor/Ja2_Options.INI b/gamedir-languages/Editor/Ja2_Options.INI new file mode 100644 index 000000000..c2763dbf3 --- /dev/null +++ b/gamedir-languages/Editor/Ja2_Options.INI @@ -0,0 +1,190 @@ +[Options] +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; Jagged Alliance 2: 1.13 MOD Release Version 10.22.05 +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; This options file cannot be added to without hard coding. But the settings within it can be changed as much as you want. +; By default, the values below are the values present in the 9-14-05 release of the code. +; +;****************************************************************************************************************************** + +XML_DIRECTORY = TableData\New_Items\ + + +;****************************************************************************************************************************** +;General Guidelines: +; +; +; +; PRICE_MODIFIER = 1-100 (Lower is better) +; +; +; MIN_ATTRIBUTE_POINT <= START_ATTRIBUTE <= MAX_ATTRIBUTE_POINT +; +; MIN_ATTRIBUTE_POINT < MAX_ATTRIBUTE_POINT 1-100 range +; +; MAX_ZERO_BONUS <= MIN_ATTRIBUTE_POINT (no bug, but you can cheat by making it a larger number) +; +; MAX_STRATEGIC_TEAM_SIZE >= 20 +; +; MAX_TRAINING_SQUAD_SIZE <= MAX_MILITIA_PER_SECTOR * 2 +; +; +; MAX_MILITIA_PER_SECTOR <= MAX_STRATEGIC_TEAM_SIZE +; +; _MIN_ENEMY_GROUP_SIZE <= MAX_STRATEGIC_TEAM_SIZE +; +; _ELITE_BONUS = 1-100 (percentages) +; +; This file contains the default values from 9-14-05 version of the 1.13 MOD. If you +; decide to change anything in this file, it's recommended that you make a backup copy +; before you make the changes. +; +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; These are the Starting cash values for the various difficulties. +; The only restriction with these, is the INT32 they are stored in. +;****************************************************************************************************************************** + +NOVICE_CASH = 45000 +EXPERIENCED_CASH = 35000 +EXPERT_CASH = 30000 +INSANE_CASH = 15000 + +;****************************************************************************************************************************** +; TRUE Enables the ability to sell items from the sector Inventory screen with ALT-LMB option. +; FALSE Turns off the option. PRICE_MODIFIER is a divisor, 4 = 25% of the item's value. +; Setting a value of 20 would mean 5% of the items value, and a value of 10 would mean 10%. +; Valid ranges for PRICE_MODIFIER are 1-100. +;****************************************************************************************************************************** + +CAN_SELL_ALT_LMB = TRUE +PRICE_MODIFIER = 4 + +;****************************************************************************************************************************** +; The following values deal with the IMP merc generation, MIN_ATTRIBUTE_POINT is the lowest +; you can lower an attribute, and the lowest you can lower a skill before it hits zero. +; Max_ATTRIBUTE_POINT is of course, the opposite, the highest amount you can raise a stat to. +; IMPATTRIBUTEPOINTS is the amount of extra points you start out with when all of your stats +; and skills are set to 55. MAX_ZERO_BONUS is the amount of stat points +; that you receive when you take a skill from 35 to Zero. Currently in the game, you lose +; 20 stat points when you do this, the skill goes from 35 to Zero and you gain 15 points in +; return. You can now change that here. START_ATTRIBUTE is the value all of your stats and skills +; start out as. Currently in game it is set to 55. +;****************************************************************************************************************************** + +MIN_ATTRIBUTE_POINT = 35 +MAX_ATTRIBUTE_POINT = 90 +IMPATTRIBUTEPOINTS = 40 +MAX_ZERO_BONUS = 15 +START_ATTRIBUTE = 55 + +;****************************************************************************************************************************** +; MAX_MILITIA_PER_SECTOR defines the max number of Militia that can be trained in each sector. +; Keep in Mind That there is not enough room on the strategic map to display more than 20 +; Militia per sector correctly(could possibly change) but they will still be there to defend, +; and you can still train them, and it will still cost you. +; MAX_TRAINING_SQUAD_SIZE is the number of Militia you train at one time for the price of: +; MILITIA_TRAINING_COST which is the cost of training militia. +; MIN_LOYALTY_TO_TRAIN is the lowest loyalty a town can have and still allow you to train Militia. +;****************************************************************************************************************************** + +MAX_MILITIA_PER_SECTOR = 20 +MAX_TRAINING_SQUAD_SIZE = 10 +MILITIA_TRAINING_COST = 750 +MIN_LOYALTY_TO_TRAIN = 20 + +;****************************************************************************************************************************** +; DO NOT LOWER ***MAX_STRATEGIC_TEAM_SIZE*** BELOW 20 +; +; Basically the 1st set are the number of available troops the queen starts with in her +; reinforcements pool. The Second four are is How full the initial Garrisons/patrols are. +; The 3rd set are percentages of extra troops converted to ELITE by the two highest difficulty levels. +; The last set is the minimum size of an enemy group. This is the smallest group size an enemy +; wants to travel with. And this option right under the comments, this is the largest size an +; enemy can attack with at one time. And thats kind of misleading, see, two groups of 20 could +; attack you at one time, only 20 would be shown in the sector, and as you slowly kill them off +; one at a time, they are replaced until the surpluss is under 20. (Mugsy, am I understanding that +; correctly?) Anyway, the most important thing, is that you DO NOT LOWER THIS NUMBER. It can and +; will crash your game. You can however raise it, but I would raise the MAX_MILITIA_PER_SECTOR along +; with it, otherwise you may find the need for your mercs to constantly babysit militia more than they do now. +;****************************************************************************************************************************** + +MAX_STRATEGIC_TEAM_SIZE = 20 + +NOVICE_QUEENS_POOL_OF_TROOPS = 150 +EXPERIENCED_QUEENS_POOL_OF_TROOPS = 200 +EXPERT_QUEENS_POOL_OF_TROOPS = 400 +INSANE_QUEENS_POOL_OF_TROOPS = 8000 + +EASY_INITIAL_GARRISON_PERCENTAGES = 70 +EXPERIENCED_INITIAL_GARRISON_PERCENTAGES = 100 +EXPERT_INITIAL_GARRISON_PERCENTAGES = 150 +INSANE_INITIAL_GARRISON_PERCENTAGES = 200 + +EXPERT_ELITE_BONUS = 25 +INSANE_ELITE_BONUS = 50 + +NOVICE_MIN_ENEMY_GROUP_SIZE = 3 +EXPERIENCED_MIN_ENEMY_GROUP_SIZE = 4 +EXPERT_MIN_ENEMY_GROUP_SIZE = 6 +INSANE_MIN_ENEMY_GROUP_SIZE = 8 + +;****************************************************************************************************************************** +; MERC_AVAILABLE_DAY_ONE set to TRUE sends the initial MERC e-mail at the beginning of the game and thus +; opens the website up on day one. +; +; ALL_MERCS_AT_MERC set to TRUE will allow you to hire any of the MERC mercs as soon as the site opens. +; This will include any future MERC Mercs that are added. +;****************************************************************************************************************************** + +MERC_AVAILABLE_DAY_ONE = FALSE +ALL_MERCS_AT_MERC = FALSE + +;****************************************************************************************************************************** +; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of +; your IMP Mercs. +; +; CUSTOM_PERSONALITY and CUSTOM_ATTITUDE allow you to specify what personality you want for your IMP +; Merc. This option does not work with USE_RANDOM_PERSONALITY, it won't be random at all. Another Note +: before I get on with the valid settings for these two options, The INI file is NOW read at the beginning +; of the game, so if you want to pick and choose your personalities and attitudes AND use multiple IMPS, you +; Will need to save and exit the game, change the settings and then start the game back up to create the next +; IMP. I WILL FIX THIS by creating another IMP Webpage. But for now, this will have to do. +; +; Here are the valid settings for personalities and Attitudes: +; +; PERSONALITIES: +; +; Normal = 0 +; Heat Intolerant = 1 +; Nervous = 2 +; Claustrophobic = 3 +; NonSwimmer = 4 +; Fear of Insects = 5 +; Forgetful = 6 +; Psycho = 7 +; +; ATTITUDES: +; +; NORMAL = 0 +; FRIENDLY = 1 +; LONER = 2 +; OPTIMIST = 3 +; PESSIMIST = 4 +; AGGRESSIVE = 5 +; ARROGANT = 6 +; BIG_SHOT = 7 +; ASSHOLE = 8 +; COWARD = 9 +;****************************************************************************************************************************** + +USE_RANDOM_PERSONALITY = FALSE +CUSTOM_PERSONALITY = 0 +CUSTOM_ATTITUDE = 0 + +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/JA2PAL.DAT b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/JA2PAL.DAT new file mode 100644 index 000000000..34d5a0e96 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/JA2PAL.DAT differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/Ja2bin.dat b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/Ja2bin.dat new file mode 100644 index 000000000..b6b70bc07 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/BinaryData/Ja2bin.dat differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/Ja2_Options.INI b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/Ja2_Options.INI new file mode 100644 index 000000000..f997b865b --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/Ja2_Options.INI @@ -0,0 +1,186 @@ +[Options] +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; Jagged Alliance 2: 1.13 MOD Release Version 10.22.05 +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; This options file cannot be added to without hard coding. But the settings within it can be changed as much as you want. +; By default, the values below are the values present in the 9-14-05 release of the code. +; +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;General Guidelines: +; +; +; +; PRICE_MODIFIER = 1-100 (Lower is better) +; +; +; MIN_ATTRIBUTE_POINT <= START_ATTRIBUTE <= MAX_ATTRIBUTE_POINT +; +; MIN_ATTRIBUTE_POINT < MAX_ATTRIBUTE_POINT 1-100 range +; +; MAX_ZERO_BONUS <= MIN_ATTRIBUTE_POINT (no bug, but you can cheat by making it a larger number) +; +; MAX_STRATEGIC_TEAM_SIZE >= 20 +; +; MAX_TRAINING_SQUAD_SIZE <= MAX_MILITIA_PER_SECTOR * 2 +; +; +; MAX_MILITIA_PER_SECTOR <= MAX_STRATEGIC_TEAM_SIZE +; +; _MIN_ENEMY_GROUP_SIZE <= MAX_STRATEGIC_TEAM_SIZE +; +; _ELITE_BONUS = 1-100 (percentages) +; +; This file contains the default values from 9-14-05 version of the 1.13 MOD. If you +; decide to change anything in this file, it's recommended that you make a backup copy +; before you make the changes. +; +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; These are the Starting cash values for the various difficulties. +; The only restriction with these, is the INT32 they are stored in. +;****************************************************************************************************************************** + +NOVICE_CASH = 45000 +EXPERIENCED_CASH = 35000 +EXPERT_CASH = 30000 +INSANE_CASH = 15000 + +;****************************************************************************************************************************** +; TRUE Enables the ability to sell items from the sector Inventory screen with ALT-LMB option. +; FALSE Turns off the option. PRICE_MODIFIER is a divisor, 4 = 25% of the item's value. +; Setting a value of 20 would mean 5% of the items value, and a value of 10 would mean 10%. +; Valid ranges for PRICE_MODIFIER are 1-100. +;****************************************************************************************************************************** + +CAN_SELL_ALT_LMB = TRUE +PRICE_MODIFIER = 4 + +;****************************************************************************************************************************** +; The following values deal with the IMP merc generation, MIN_ATTRIBUTE_POINT is the lowest +; you can lower an attribute, and the lowest you can lower a skill before it hits zero. +; Max_ATTRIBUTE_POINT is of course, the opposite, the highest amount you can raise a stat to. +; IMPATTRIBUTEPOINTS is the amount of extra points you start out with when all of your stats +; and skills are set to 55. MAX_ZERO_BONUS is the amount of stat points +; that you receive when you take a skill from 35 to Zero. Currently in the game, you lose +; 20 stat points when you do this, the skill goes from 35 to Zero and you gain 15 points in +; return. You can now change that here. START_ATTRIBUTE is the value all of your stats and skills +; start out as. Currently in game it is set to 55. +;****************************************************************************************************************************** + +MIN_ATTRIBUTE_POINT = 35 +MAX_ATTRIBUTE_POINT = 90 +IMPATTRIBUTEPOINTS = 40 +MAX_ZERO_BONUS = 15 +START_ATTRIBUTE = 55 + +;****************************************************************************************************************************** +; MAX_MILITIA_PER_SECTOR defines the max number of Militia that can be trained in each sector. +; Keep in Mind That there is not enough room on the strategic map to display more than 20 +; Militia per sector correctly(could possibly change) but they will still be there to defend, +; and you can still train them, and it will still cost you. +; MAX_TRAINING_SQUAD_SIZE is the number of Militia you train at one time for the price of: +; MILITIA_TRAINING_COST which is the cost of training militia. +; MIN_LOYALTY_TO_TRAIN is the lowest loyalty a town can have and still allow you to train Militia. +;****************************************************************************************************************************** + +MAX_MILITIA_PER_SECTOR = 20 +MAX_TRAINING_SQUAD_SIZE = 10 +MILITIA_TRAINING_COST = 750 +MIN_LOYALTY_TO_TRAIN = 20 + +;****************************************************************************************************************************** +; DO NOT LOWER ***MAX_STRATEGIC_TEAM_SIZE*** BELOW 20 +; +; Basically the 1st set are the number of available troops the queen starts with in her +; reinforcements pool. The Second four are is How full the initial Garrisons/patrols are. +; The 3rd set are percentages of extra troops converted to ELITE by the two highest difficulty levels. +; The last set is the minimum size of an enemy group. This is the smallest group size an enemy +; wants to travel with. And this option right under the comments, this is the largest size an +; enemy can attack with at one time. And thats kind of misleading, see, two groups of 20 could +; attack you at one time, only 20 would be shown in the sector, and as you slowly kill them off +; one at a time, they are replaced until the surpluss is under 20. (Mugsy, am I understanding that +; correctly?) Anyway, the most important thing, is that you DO NOT LOWER THIS NUMBER. It can and +; will crash your game. You can however raise it, but I would raise the MAX_MILITIA_PER_SECTOR along +; with it, otherwise you may find the need for your mercs to constantly babysit militia more than they do now. +;****************************************************************************************************************************** + +MAX_STRATEGIC_TEAM_SIZE = 20 + +NOVICE_QUEENS_POOL_OF_TROOPS = 150 +EXPERIENCED_QUEENS_POOL_OF_TROOPS = 200 +EXPERT_QUEENS_POOL_OF_TROOPS = 400 +INSANE_QUEENS_POOL_OF_TROOPS = 8000 + +EASY_INITIAL_GARRISON_PERCENTAGES = 70 +EXPERIENCED_INITIAL_GARRISON_PERCENTAGES = 100 +EXPERT_INITIAL_GARRISON_PERCENTAGES = 150 +INSANE_INITIAL_GARRISON_PERCENTAGES = 200 + +EXPERT_ELITE_BONUS = 25 +INSANE_ELITE_BONUS = 50 + +NOVICE_MIN_ENEMY_GROUP_SIZE = 3 +EXPERIENCED_MIN_ENEMY_GROUP_SIZE = 4 +EXPERT_MIN_ENEMY_GROUP_SIZE = 6 +INSANE_MIN_ENEMY_GROUP_SIZE = 8 + +;****************************************************************************************************************************** +; MERC_AVAILABLE_DAY_ONE set to TRUE sends the initial MERC e-mail at the beginning of the game and thus +; opens the website up on day one. +; +; ALL_MERCS_AT_MERC set to TRUE will allow you to hire any of the MERC mercs as soon as the site opens. +; This will include any future MERC Mercs that are added. +;****************************************************************************************************************************** + +MERC_AVAILABLE_DAY_ONE = FALSE +ALL_MERCS_AT_MERC = FALSE + +;****************************************************************************************************************************** +; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of +; your IMP Mercs. +; +; CUSTOM_PERSONALITY and CUSTOM_ATTITUDE allow you to specify what personality you want for your IMP +; Merc. This option does not work with USE_RANDOM_PERSONALITY, it won't be random at all. Another Note +: before I get on with the valid settings for these two options, The INI file is NOW read at the beginning +; of the game, so if you want to pick and choose your personalities and attitudes AND use multiple IMPS, you +; Will need to save and exit the game, change the settings and then start the game back up to create the next +; IMP. I WILL FIX THIS by creating another IMP Webpage. But for now, this will have to do. +; +; Here are the valid settings for personalities and Attitudes: +; +; PERSONALITIES: +; +; Normal = 0 +; Heat Intolerant = 1 +; Nervous = 2 +; Claustrophobic = 3 +; NonSwimmer = 4 +; Fear of Insects = 5 +; Forgetful = 6 +; Psycho = 7 +; +; ATTITUDES: +; +; NORMAL = 0 +; FRIENDLY = 1 +; LONER = 2 +; OPTIMIST = 3 +; PESSIMIST = 4 +; AGGRESSIVE = 5 +; ARROGANT = 6 +; BIG_SHOT = 7 +; ASSHOLE = 8 +; COWARD = 9 +;****************************************************************************************************************************** + +USE_RANDOM_PERSONALITY = FALSE +CUSTOM_PERSONALITY = 0 +CUSTOM_ATTITUDE = 0 + +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoStrings.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoStrings.xml new file mode 100644 index 000000000..144034432 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoStrings.xml @@ -0,0 +1,112 @@ + + + + 0 + 0 + + + + .38 cal + .38 cal + + + + 9mm + 9mm + 9mm Burst + + + .45 cal + .45 cal + 45 Caliber Burst + + + .357 cal + .357 cal + + + + 12 gauge + 12 gauge + + + + CAWS + CAWS + Shotgun Burst + + + 5.45mm + 5.45mm + 5,45 Burst + + + 5.56mm + 5.56mm + 5,56 Burst + + + 7.62mm NATO + 7.62mm N. + 7,62 NATO Burst + + + 7.62mm WP + 7.62mm WP + 7,62 WP Burst + + + 4.7mm + 4.7mm + 4,7 Caliber Burst + + + 5.7mm + 5.7mm + 5,7 Burst + + + Monster + Monster + + + + Rocket + Rocket + RL Automatic + + + + dart + + + + flame + + + + + .50 cal + .50 cal + + + + 9mm Hvy + 9mm Hvy + + + + 4.6mm + 4.6mm + 4,7 Caliber Burst + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoTypes.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoTypes.xml new file mode 100644 index 000000000..09dd90670 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AmmoTypes.xml @@ -0,0 +1,423 @@ + + + + 0 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + 24 + 12 + 9 + 11 + 2 + 1 + 3 + 2 + 1 + 1 + 17 + 10 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + 218 + 8 + 5 + 7 + 3 + 4 + 3 + 4 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + 218 + 8 + 5 + 7 + 1 + 2 + 1 + 2 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + 125 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 9 + 1 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + 75 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + + + 8 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + + + 9 + 75 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + 76 + 4 + 1 + 3 + 3 + 4 + 3 + 4 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + + + 12 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AttachmentInfo.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AttachmentInfo.xml new file mode 100644 index 000000000..aab1f52dd --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/AttachmentInfo.xml @@ -0,0 +1,167 @@ + + + + 0 + 207 + 2 + 0 + 0 + + + 1 + 208 + 2 + 0 + 0 + + + 2 + 241 + 2 + 0 + 0 + + + 3 + 209 + 2 + 0 + 0 + + + 4 + 50 + 2 + 0 + 0 + + + 5 + 244 + 2 + 0 + 0 + + + 6 + 307 + 2 + 13 + 0 + + + 7 + 310 + 2 + 13 + 0 + + + 8 + 223 + 512 + 3 + 0 + + + 9 + 224 + 512 + 4 + -10 + + + 10 + 224 + 512 + 4 + -10 + + + 11 + 319 + 1 + 14 + -15 + + + 12 + 316 + 1 + 14 + 20 + + + 13 + 183 + 2048 + 0 + 0 + + + 14 + 281 + 2 + 0 + 0 + + + 15 + 286 + 2 + 0 + 0 + + + 16 + 287 + 2 + 0 + 0 + + + 17 + 291 + 2 + 13 + 0 + + + 18 + 292 + 2 + 13 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Attachments.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Attachments.xml new file mode 100644 index 000000000..26262182f --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Attachments.xml @@ -0,0 +1,1947 @@ + + + + 207 + 1 + + + 207 + 2 + + + 207 + 3 + + + 207 + 4 + + + 207 + 5 + + + 207 + 6 + + + 207 + 301 + + + 207 + 7 + + + 207 + 8 + + + 207 + 9 + + + 207 + 10 + + + 207 + 11 + + + 207 + 15 + + + 207 + 330 + + + 207 + 331 + + + 207 + 329 + + + 207 + 333 + + + 207 + 335 + + + 207 + 337 + + + 207 + 338 + + + 207 + 341 + + + 207 + 346 + + + 208 + 12 + + + 208 + 17 + + + 208 + 18 + + + 208 + 19 + + + 208 + 20 + + + 208 + 21 + + + 208 + 22 + + + 208 + 23 + + + 208 + 24 + + + 208 + 25 + + + 208 + 26 + + + 208 + 27 + + + 208 + 28 + + + 208 + 29 + + + 208 + 30 + + + 208 + 328 + + + 208 + 66 + + + 208 + 68 + + + 208 + 67 + + + 208 + 69 + + + 208 + 332 + + + 208 + 339 + + + 208 + 340 + + + 208 + 341 + + + 208 + 343 + + + 208 + 344 + + + 241 + 1 + + + 241 + 2 + + + 241 + 3 + + + 241 + 4 + + + 241 + 5 + + + 241 + 6 + + + 241 + 301 + + + 241 + 7 + + + 241 + 8 + + + 241 + 9 + + + 241 + 10 + + + 241 + 11 + + + 241 + 12 + + + 241 + 13 + + + 241 + 14 + + + 241 + 15 + + + 241 + 16 + + + 241 + 17 + + + 241 + 18 + + + 241 + 19 + + + 241 + 20 + + + 241 + 21 + + + 241 + 22 + + + 241 + 23 + + + 241 + 24 + + + 241 + 25 + + + 241 + 26 + + + 241 + 27 + + + 241 + 28 + + + 241 + 29 + + + 241 + 30 + + + 241 + 31 + + + 241 + 32 + + + 241 + 33 + + + 241 + 34 + + + 241 + 35 + + + 241 + 36 + + + 241 + 56 + + + 241 + 331 + + + 241 + 328 + + + 241 + 329 + + + 241 + 330 + + + 241 + 66 + + + 241 + 68 + + + 241 + 67 + + + 241 + 69 + + + 241 + 332 + + + 241 + 333 + + + 241 + 335 + + + 241 + 336 + + + 241 + 334 + + + 241 + 337 + + + 241 + 338 + + + 241 + 339 + + + 241 + 340 + + + 241 + 341 + + + 241 + 342 + + + 241 + 343 + + + 241 + 344 + + + 241 + 346 + + + 209 + 17 + + + 209 + 18 + + + 209 + 19 + + + 209 + 20 + + + 209 + 21 + + + 209 + 22 + + + 209 + 23 + + + 209 + 24 + + + 209 + 25 + + + 209 + 26 + + + 209 + 27 + + + 209 + 28 + + + 209 + 29 + + + 209 + 30 + + + 209 + 33 + + + 209 + 34 + + + 209 + 35 + + + 209 + 36 + + + 209 + 328 + + + 209 + 66 + + + 209 + 68 + + + 209 + 67 + + + 209 + 69 + + + 209 + 332 + + + 209 + 341 + + + 209 + 343 + + + 209 + 344 + + + 209 + 345 + + + 244 + 31 + + + 244 + 32 + + + 244 + 33 + + + 244 + 342 + + + 50 + 12 + + + 50 + 14 + + + 50 + 20 + + + 50 + 21 + + + 50 + 22 + + + 50 + 23 + + + 50 + 24 + + + 50 + 25 + + + 50 + 26 + + + 50 + 27 + + + 50 + 28 + + + 50 + 29 + + + 50 + 69 + + + 50 + 332 + + + 50 + 328 + + + 50 + 30 + + + 50 + 17 + + + 50 + 339 + + + 50 + 340 + + + 50 + 343 + + + 50 + 344 + + + 307 + 1 + + + 307 + 2 + + + 307 + 3 + + + 307 + 4 + + + 307 + 5 + + + 307 + 6 + + + 307 + 301 + + + 307 + 7 + + + 307 + 8 + + + 307 + 9 + + + 307 + 10 + + + 307 + 11 + + + 307 + 12 + + + 307 + 13 + + + 307 + 14 + + + 307 + 15 + + + 307 + 16 + + + 307 + 17 + + + 307 + 18 + + + 307 + 19 + + + 307 + 20 + + + 307 + 21 + + + 307 + 22 + + + 307 + 23 + + + 307 + 24 + + + 307 + 25 + + + 307 + 26 + + + 307 + 27 + + + 307 + 28 + + + 307 + 29 + + + 307 + 30 + + + 307 + 31 + + + 307 + 32 + + + 307 + 33 + + + 307 + 34 + + + 307 + 35 + + + 307 + 36 + + + 307 + 56 + + + 307 + 331 + + + 307 + 328 + + + 307 + 329 + + + 307 + 330 + + + 307 + 66 + + + 307 + 68 + + + 307 + 67 + + + 307 + 69 + + + 307 + 332 + + + 307 + 333 + + + 307 + 335 + + + 307 + 336 + + + 307 + 334 + + + 307 + 337 + + + 307 + 338 + + + 307 + 339 + + + 307 + 340 + + + 307 + 341 + + + 307 + 342 + + + 307 + 343 + + + 307 + 344 + + + 307 + 346 + + + 307 + 345 + + + 310 + 1 + + + 310 + 2 + + + 310 + 3 + + + 310 + 4 + + + 310 + 5 + + + 310 + 6 + + + 310 + 301 + + + 310 + 7 + + + 310 + 8 + + + 310 + 9 + + + 310 + 10 + + + 310 + 11 + + + 310 + 12 + + + 310 + 13 + + + 310 + 14 + + + 310 + 15 + + + 310 + 16 + + + 310 + 17 + + + 310 + 18 + + + 310 + 19 + + + 310 + 20 + + + 310 + 21 + + + 310 + 22 + + + 310 + 23 + + + 310 + 24 + + + 310 + 25 + + + 310 + 26 + + + 310 + 27 + + + 310 + 28 + + + 310 + 29 + + + 310 + 30 + + + 310 + 31 + + + 310 + 32 + + + 310 + 33 + + + 310 + 34 + + + 310 + 35 + + + 310 + 36 + + + 310 + 56 + + + 310 + 331 + + + 310 + 328 + + + 310 + 329 + + + 310 + 330 + + + 310 + 66 + + + 310 + 68 + + + 310 + 67 + + + 310 + 69 + + + 310 + 332 + + + 310 + 333 + + + 310 + 335 + + + 310 + 336 + + + 310 + 334 + + + 310 + 337 + + + 310 + 338 + + + 310 + 339 + + + 310 + 340 + + + 310 + 341 + + + 310 + 342 + + + 310 + 343 + + + 310 + 344 + + + 310 + 345 + + + 310 + 346 + + + 281 + 9 + + + 281 + 10 + + + 281 + 11 + + + 281 + 12 + + + 281 + 13 + + + 281 + 14 + + + 281 + 15 + + + 281 + 16 + + + 281 + 17 + + + 281 + 18 + + + 281 + 19 + + + 281 + 20 + + + 281 + 21 + + + 281 + 22 + + + 281 + 23 + + + 281 + 24 + + + 281 + 25 + + + 281 + 26 + + + 281 + 27 + + + 281 + 28 + + + 281 + 29 + + + 281 + 30 + + + 281 + 34 + + + 281 + 35 + + + 281 + 36 + + + 281 + 331 + + + 281 + 328 + + + 281 + 329 + + + 281 + 330 + + + 281 + 66 + + + 281 + 68 + + + 281 + 67 + + + 281 + 69 + + + 281 + 332 + + + 281 + 333 + + + 281 + 335 + + + 281 + 336 + + + 281 + 339 + + + 281 + 340 + + + 281 + 341 + + + 281 + 343 + + + 281 + 344 + + + 281 + 345 + + + 281 + 346 + + + 286 + 1 + + + 286 + 2 + + + 286 + 3 + + + 286 + 4 + + + 286 + 5 + + + 286 + 6 + + + 286 + 301 + + + 286 + 7 + + + 286 + 8 + + + 286 + 9 + + + 286 + 10 + + + 286 + 11 + + + 286 + 12 + + + 286 + 13 + + + 286 + 14 + + + 286 + 15 + + + 286 + 16 + + + 286 + 17 + + + 286 + 20 + + + 286 + 21 + + + 286 + 22 + + + 286 + 23 + + + 286 + 24 + + + 286 + 25 + + + 286 + 26 + + + 286 + 27 + + + 286 + 28 + + + 286 + 29 + + + 286 + 30 + + + 286 + 31 + + + 286 + 32 + + + 286 + 33 + + + 286 + 34 + + + 286 + 35 + + + 286 + 36 + + + 286 + 56 + + + 286 + 331 + + + 286 + 328 + + + 286 + 329 + + + 286 + 330 + + + 286 + 69 + + + 286 + 332 + + + 286 + 333 + + + 286 + 335 + + + 286 + 336 + + + 286 + 334 + + + 286 + 337 + + + 286 + 338 + + + 286 + 339 + + + 286 + 340 + + + 286 + 342 + + + 286 + 343 + + + 286 + 344 + + + 286 + 346 + + + 287 + 1 + + + 287 + 2 + + + 287 + 3 + + + 287 + 4 + + + 287 + 5 + + + 287 + 6 + + + 287 + 301 + + + 287 + 7 + + + 287 + 8 + + + 287 + 9 + + + 287 + 10 + + + 287 + 11 + + + 287 + 12 + + + 287 + 13 + + + 287 + 14 + + + 287 + 15 + + + 287 + 16 + + + 287 + 17 + + + 287 + 18 + + + 287 + 19 + + + 287 + 20 + + + 287 + 21 + + + 287 + 22 + + + 287 + 23 + + + 287 + 24 + + + 287 + 25 + + + 287 + 26 + + + 287 + 27 + + + 287 + 28 + + + 287 + 29 + + + 287 + 30 + + + 287 + 31 + + + 287 + 32 + + + 287 + 33 + + + 287 + 34 + + + 287 + 35 + + + 287 + 36 + + + 287 + 56 + + + 287 + 331 + + + 287 + 328 + + + 287 + 329 + + + 287 + 330 + + + 287 + 66 + + + 287 + 68 + + + 287 + 67 + + + 287 + 69 + + + 287 + 332 + + + 287 + 333 + + + 287 + 335 + + + 287 + 336 + + + 287 + 334 + + + 287 + 337 + + + 287 + 338 + + + 287 + 339 + + + 287 + 340 + + + 287 + 341 + + + 287 + 342 + + + 287 + 343 + + + 287 + 344 + + + 287 + 346 + + + 223 + 137 + + + 223 + 138 + + + 223 + 139 + + + 223 + 142 + + + 224 + 137 + + + 224 + 138 + + + 224 + 139 + + + 224 + 142 + + + 183 + 161 + + + 183 + 162 + + + 183 + 163 + + + 183 + 164 + + + 183 + 165 + + + 183 + 166 + + + 183 + 167 + + + 183 + 168 + + + 183 + 169 + + + 183 + 196 + + + 183 + 197 + + + 183 + 198 + + + 306 + 305 + + + 309 + 308 + + + 304 + 308 + + + 319 + 318 + + + 320 + 318 + + + 322 + 324 + + + 316 + 315 + + + 316 + 264 + + + 291 + 333 + + + 291 + 334 + + + 291 + 335 + + + 292 + 12 + + + 292 + 13 + + + 292 + 20 + + + 292 + 21 + + + 292 + 23 + + + 292 + 24 + + + 292 + 69 + + + 292 + 332 + + + 292 + 339 + + + 292 + 340 + + + 292 + 345 + + + 296 + 345 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/DevinInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/DevinInventory.xml new file mode 100644 index 000000000..d6c327317 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/DevinInventory.xml @@ -0,0 +1,186 @@ + + + + 0 + 131 + 3 + + + 1 + 132 + 3 + + + 2 + 133 + 2 + + + 3 + 134 + 3 + + + 4 + 135 + 2 + + + 5 + 151 + 3 + + + 6 + 147 + 2 + + + 7 + 148 + 2 + + + 8 + 149 + 2 + + + 9 + 150 + 2 + + + 10 + 140 + 1 + + + 11 + 283 + 2 + + + 12 + 284 + 2 + + + 13 + 285 + 2 + + + 14 + 111 + 1 + + + 15 + 112 + 1 + + + 16 + 113 + 1 + + + 17 + 223 + 10 + + + 18 + 224 + 5 + + + 19 + 242 + 5 + + + 20 + 141 + 6 + + + 21 + 136 + 5 + + + 22 + 137 + 5 + + + 23 + 139 + 4 + + + 24 + 138 + 3 + + + 25 + 142 + 2 + + + 26 + 145 + 5 + + + 27 + 40 + 1 + + + 28 + 50 + 1 + + + 29 + 51 + 1 + + + 30 + 282 + 1 + + + 31 + 41 + 1 + + + 32 + 215 + 2 + + + 33 + 243 + 1 + + + 34 + 304 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyGunChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyGunChoices.xml new file mode 100644 index 000000000..dabcf1131 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyGunChoices.xml @@ -0,0 +1,620 @@ + + + + 0 + 6 + 5 + 6 + 7 + 1 + 8 + 3 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 1 + 5 + 2 + 4 + 338 + 31 + 329 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 2 + 7 + 16 + 11 + 333 + 13 + 9 + 334 + 337 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 3 + 4 + 22 + 17 + 342 + 32 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 4 + 7 + 10 + 14 + 331 + 12 + 330 + 336 + 335 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 5 + 6 + 26 + 29 + 21 + 25 + 328 + 343 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 6 + 6 + 18 + 19 + 68 + 67 + 66 + 341 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 7 + 8 + 24 + 27 + 20 + 23 + 332 + 339 + 340 + 344 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 8 + 6 + 28 + 15 + 30 + 69 + 346 + 33 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 9 + 3 + 34 + 35 + 36 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 10 + 5 + 55 + 65 + 35 + 36 + 34 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyItemChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyItemChoices.xml new file mode 100644 index 000000000..48d0fd934 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/EnemyItemChoices.xml @@ -0,0 +1,1060 @@ + + + + 0 + 3 + 176 + 177 + 180 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 1 + 4 + 161 + 164 + 167 + 196 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 2 + 2 + 170 + 173 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 3 + 7 + 131 + 132 + 133 + 134 + 135 + 146 + 151 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 4 + 8 + 201 + 202 + 204 + 205 + 201 + 201 + 202 + 203 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 5 + 8 + 137 + 139 + 141 + 142 + 145 + 223 + 224 + 242 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 6 + 27 + 49 + 214 + 214 + 214 + 216 + 222 + 235 + 243 + 245 + 255 + 256 + 257 + 264 + 266 + 267 + 269 + 304 + 305 + 306 + 308 + 309 + 311 + 312 + 316 + 320 + 322 + 323 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 7 + 2 + 40 + 347 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 8 + 1 + 51 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 9 + 1 + 282 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 10 + 2 + 41 + 293 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 11 + 1 + 183 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 12 + 1 + 213 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 13 + 2 + 211 + 212 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 14 + 1 + 246 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 15 + 1 + 210 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 16 + 1 + 208 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 17 + 10 + 207 + 208 + 209 + 241 + 244 + 281 + 286 + 287 + 291 + 292 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 18 + 3 + 37 + 38 + 54 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Explosives.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Explosives.xml new file mode 100644 index 000000000..881fcbb30 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Explosives.xml @@ -0,0 +1,464 @@ + + + + 0 + 1 + 1 + 140 + 4 + 0 + 0 + 4 + 0 + 0 + + + 1 + 2 + 0 + 40 + 4 + 0 + 0 + 6 + 5 + 1 + + + 2 + 3 + 15 + 40 + 4 + 0 + 0 + 8 + 5 + 1 + + + 3 + 0 + 15 + 7 + 3 + 15 + 1 + 1 + 0 + 0 + + + 4 + 0 + 25 + 10 + 4 + 25 + 1 + 1 + 0 + 0 + + + 5 + 0 + 40 + 12 + 5 + 20 + 10 + 2 + 0 + 0 + + + 6 + 0 + 50 + 15 + 5 + 50 + 2 + 2 + 0 + 0 + + + 7 + 0 + 60 + 15 + 6 + 60 + 2 + 2 + 0 + 0 + + + 8 + 0 + 55 + 15 + 6 + 55 + 0 + 2 + 0 + 0 + + + 9 + 0 + 50 + 22 + 6 + 50 + 2 + 2 + 0 + 0 + + + 10 + 0 + 30 + 30 + 2 + 30 + 2 + 1 + 0 + 0 + + + 11 + 0 + 65 + 30 + 7 + 65 + 0 + 1 + 0 + 0 + + + 12 + 4 + 0 + 0 + 10 + 0 + 0 + 1 + 0 + 0 + + + 13 + 5 + 0 + 0 + 50 + 50 + 0 + 1 + 0 + 0 + + + 14 + 0 + 20 + 0 + 1 + 20 + 0 + 1 + 0 + 0 + + + 15 + 4 + 0 + 0 + 10 + 0 + 0 + 1 + 0 + 0 + + + 16 + 0 + 25 + 5 + 4 + 25 + 1 + 1 + 0 + 0 + + + 17 + 2 + 0 + 40 + 3 + 0 + 0 + 6 + 5 + 1 + + + 18 + 1 + 1 + 120 + 4 + 0 + 0 + 4 + 0 + 0 + + + 19 + 6 + 0 + 0 + 3 + 0 + 0 + 7 + 5 + 1 + + + 20 + 6 + 0 + 0 + 4 + 0 + 0 + 7 + 5 + 1 + + + 21 + 0 + 60 + 20 + 6 + 60 + 2 + 2 + 0 + 0 + + + 22 + 0 + 100 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + + 23 + 0 + 100 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + 24 + 0 + 50 + 10 + 5 + 50 + 2 + 2 + 0 + 0 + + + 25 + 0 + 50 + 10 + 5 + 50 + 2 + 3 + 0 + 0 + + + 26 + 2 + 0 + 80 + 4 + 0 + 0 + 6 + 5 + 1 + + + 27 + 7 + 5 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + + + 28 + 7 + 8 + 0 + 3 + 0 + 0 + 0 + 0 + 1 + + + 29 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 30 + 0 + 55 + 15 + 6 + 55 + 0 + 2 + 0 + 0 + + + 31 + 0 + 100 + 10 + 3 + 75 + 0 + 1 + 0 + 0 + + + 32 + 0 + 25 + 200 + 8 + 65 + 0 + 2 + 0 + 0 + + + 33 + 3 + 25 + 50 + 16 + 0 + 0 + 8 + 8 + 6 + + + 34 + 0 + 20 + 5 + 4 + 25 + 1 + 1 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IMPItemChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IMPItemChoices.xml new file mode 100644 index 000000000..513a73199 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IMPItemChoices.xml @@ -0,0 +1,1553 @@ + + + + 0 + 2 + 2 + 161 + 214 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + 2 + 1 + 0 + 176 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 8 + 10 + 1 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 9 + 9 + 9 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 9 + 20 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 137 + 223 + 137 + 223 + 137 + 137 + 223 + 137 + 223 + 137 + 223 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + 2 + 1 + 0 + 203 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + 10 + 1 + 0 + 0 + 201 + 201 + 201 + 202 + 202 + 202 + 202 + 202 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 12 + 1 + 1 + 49 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 13 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 14 + 2 + 1 + 281 + 211 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 15 + 1 + 1 + 207 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 16 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 17 + 1 + 1 + 204 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 18 + 1 + 1 + 215 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 19 + 1 + 1 + 38 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 20 + 1 + 1 + 37 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 21 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 23 + 1 + 1 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 24 + 1 + 1 + 205 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 26 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IncompatibleAttachments.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IncompatibleAttachments.xml new file mode 100644 index 000000000..6c5d3688d --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/IncompatibleAttachments.xml @@ -0,0 +1,52 @@ + + + + 209 + 50 + + + 50 + 209 + + + 223 + 224 + + + 224 + 223 + + + 208 + 286 + + + 286 + 208 + + + 286 + 287 + + + 287 + 286 + + + 207 + 281 + + + 281 + 207 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml new file mode 100644 index 000000000..e8c456a91 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml @@ -0,0 +1,40539 @@ + + + + 0 + Nada + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + Glock 17 + Glock 17 + Favored by most military officers, this Austrian semi-automatic pistol is considered the defacto standard side-arm worldwide. + Glock 17 + Even though most of this Austrian pistol's parts are plastic, it will get detected by airport x-ray machines. The simple design of this recoil operated self-loader contains only 32 components, and is a common army issue worldwide. + 2 + 1 + 3 + 0 + 0 + 1 + 6 + 1 + 350 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + Glock 18 + Glock 18 + As the fully automatic version of the Glock 17, this Austrian pistol was specifically designed for military use. + Glock 18 + Of Austrian origin, the Glock 18 is deserving of the classification of machine pistol. As the Glock 17's successor, it was built to offer the option for automatic fire. Sorry, but parts from the Glock 17 and 18 are not interchangeable. + 2 + 2 + 3 + 0 + 0 + 2 + 6 + 1 + 480 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 1300 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + Beretta 92F + Beretta 92F + This Italian double action pistol can quickly turn any shooter into a Lethal Weapon. + Beretta 92F + U.S. Army issued, the Beretta 92F is a standard 9mm Parabellum pistol, with a modified trigger-guard to allow a two-handed grip. This is a very functional weapon. + 2 + 3 + 3 + 0 + 0 + 3 + 11 + 1 + 450 + 2 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 45 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + Beretta 93R + Beretta 93R + The 92F's leaner and meaner cousin. This fully automatic machine pistol could be your best friend in a close range fire fight. + Beretta 93R + The most pistol you'll ever need. Classified as a machine pistol, it features a fold-down front grip and an extendible steel shoulder stock, that attaches at the rear of the butt, to facilitate three-round mode shooting. + 2 + 4 + 3 + 0 + 0 + 4 + 11 + 1 + 470 + 2 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 1100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + .38 S&W + .38 Special + Tried and true by the boys in blue. This American pistol is the most common police service revolver in the world. + .38 S&W Special + The standard Smith and Wesson military and police double-action revolver is ideal for both self-defense and offensive purposes. When the mainspring ages however, the gun is prone to light hammer blows. + 2 + 5 + 3 + 0 + 0 + 5 + 11 + 1 + 250 + 1 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + Barracuda + Barracuda + The preferred weapon of Dirty Harry's little brother, this Belgian revolver has found its way into many American police holsters. + .357 Barracuda + The Belgian .357 magnum Barracuda revolver is a powerful choice for both offense and defense. Numerous test trials have shown that both men and women find it easier to handle than most handguns. + 2 + 6 + 3 + 0 + 0 + 6 + 10 + 1 + 300 + 1 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 23 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + Desert Eagle + Desert Eagle + This former Israeli pistol that is about as subtle as a hand-held nuke, is now being produced in the good ol' USA. + .357 Desert Eagle + This single-action, power-packed, gas-operated pistol is one hundred per cent U.S. made. Originally produced in Israel, it features a rotating bolt for positive lock-up, an ambidextrous safety, a steel frame, and a nickel or chrome finish. + 2 + 7 + 3 + 0 + 0 + 7 + 17 + 1 + 300 + 1 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 8 + Colt .45 + Colt .45 + The Almighty may have created man, but over the last century, this pistol has more than helped to keep them in line. + Colt .45 + This American made automatic pistol of classic design, is one of the most successful combat pistols ever invented. A proven man-stopper, it creates a wide wound channel that can cause severe nerve trauma. + 2 + 8 + 3 + 0 + 0 + 8 + 11 + 1 + 400 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 7 + 1 + 35 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 9 + MP5K + H&K MP5K + This German sub-machine gun is the must-have weapon for Die Hard terrorists and two-bit South American drug lords. + H&K MP5K + Heckler and Koch's MP5K is one of the most compact and deadly German sub-machine guns around. Anti-terrorist groups and drug cartels love this weapon because it's so small and easy to use. This tiny weapon is easily hidden under clothing. + 2 + 9 + 3 + 0 + 0 + 9 + 21 + 0 + 980 + 3 + -1 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + MAC-10 + MAC-10 + The American Uzi. Born in the days of disco, this weapon has been very popular in the land of pink flamingos and snow. + .45 MAC-10 + The U.S. Military Armament Corp. Model-10: a real man's sub-machine gun. Its steadiness allows for single-handed firing and its threaded barrel can fit a 'sound suppressor,' which is similar to a silencer but won't reduce bullet velocity. + 2 + 10 + 3 + 0 + 0 + 10 + 28 + 0 + 1170 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 1090 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + Thompson + Thompson M1A1 + As the successor to the Tommy Gun, this weapon became very popular on the streets of prohibition-Chicago and the beaches of Normandy. + Thompson M1A1 + Although heavier than most submachine guns, the 'Tommy Gun' is still favored by Commando and Ranger forces. None have been built since the 1960's, but they are still very common, and have definitely weathered the test of time. + 2 + 11 + 3 + 0 + 0 + 11 + 48 + 0 + 700 + 3 + 3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 700 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 12 + M4A1 + Colt M4A1 + This mini version of the M-16 is a prized tool for knocking off noisy neighbors and petty dictators. + Colt M4A1 + Very small, and yet, very deadly. The Colt M4A1 is an attractively short and concealable assault rifle that was based on the M16 design. It is extremely popular among several US armed forces. + 2 + 12 + 3 + 0 + 0 + 12 + 26 + 0 + 1330 + 5 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 13 + H&K 53 + H&K 53 + Only two inches longer than the MP5 submachine gun, the HK53 provides all the hard-hitting firepower of the 5.56mm caliber in a compact package. + H&K 53 + Only two inches longer than the MP5 submachine gun, the HK53 provides all the hard-hitting firepower of the 5.56mm caliber in a compact package. + 2 + 13 + 3 + 0 + 0 + 13 + 28 + 0 + 1000 + 4 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 14 + AKSU-74 + AKSU-74 + Commonly used by the Russian Spetsnaz, the muzzle flash from this SMG's short barrel has singed many an eyebrow. + AKSU-74 + Russian in origin, this sub-machine gun is a shorter version of the AK-74. It's a combat intensive weapon with a bulbous muzzle attachment to compensate for firing 5.45mm Soviet rifle cartridges in a much shorter barrel. + 2 + 14 + 3 + 0 + 0 + 14 + 39 + 0 + 1180 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 15 + P90 + FN-P90 + This Belgian weapon is one of the most advanced submachine guns in the world and is highly coveted by several special forces. + 5.7mm FN-P90 + Chews through Kevlar like it was butter. The FN-P90 is a blowback machine pistol with truly powerful ballistic capabilities. All controls are fully ambidextrous, with a cocking handle fitted on both sides and two open sights. + 2 + 15 + 3 + 0 + 0 + 15 + 28 + 0 + 2750 + 10 + -2 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 16 + Type-85 + Type-85 + Cheap, simple, and rugged. This motto for Chinese military designs is truly reflected in this mass-produced weapon. + Type-85 + Of Chinese design, the Type-85 submachine gun is a plain blowback weapon that is remarkably lightweight due to its rotating bolt system. The weapon's manufacturers claim that it also fires the subsonic type-64 cartridge. + 2 + 16 + 3 + 0 + 0 + 16 + 19 + 0 + 620 + 3 + -4 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 780 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 17 + SKS + SKS + This extremely common semi-automatic carbine weapon has seen action in almost every Communist country in the world. + SKS + The Simonov self-loading SKS automatic rifle has a simple design and is easy to operate. Developed during WWII, it was later distributed to most Warsaw Pact members. Its only weak spot: it's a little heavy for its cartridge. + 2 + 17 + 3 + 0 + 0 + 17 + 39 + 0 + 1350 + 5 + -4 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 18 + Dragunov + Dragunov + Reach out and touch someone the Russian Army way. This rifle has struck more than fear into the hearts of officers worldwide. + Dragunov + This Russian sniping rifle is known for its accuracy. Standard issues with the rifle are the PSO-1 telescope sight and the image-intensifying NSPU-3 night sight. + 2 + 18 + 3 + 0 + 0 + 18 + 43 + 0 + 1930 + 6 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 19 + M24 + M24 + Call on the M-24 to deliver your 7.62mm package up to a mile away in two seconds flat. It guarantees delivery every time. + M24 + The Remington M24 is the standard sniping rifle of the US Army. This bolt-action rifle's stock is made of synthetic material with an aluminum bedding lock and comes with an adjustable buttplate. + 2 + 19 + 3 + 0 + 0 + 19 + 55 + 0 + 1950 + 6 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 20 + Steyr + Steyr AUG + The 'Evil Assault Rifle' poster-child for US gun control lobbyists is the futuristic looking Austrian army standard rifle. + Steyr AUG + This Austrian automatic rifle has a unique modular design with many interchangeable parts. It was one of the first rifles to use a plastic firing mechanism as well as plastic furniture. + 2 + 20 + 3 + 0 + 0 + 20 + 36 + 0 + 2380 + 8 + 1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 21 + G41 + H&K G41 + Harder hitting than a hangover from a night of downing German lager, this G41 will quickly become your enemy's headache. + H&K G41 + Built to NATO weapons standards, this assault rifle is a great piece of German engineering. It features an ejection port dust cover and a hold-open device to keep the bolt open when emptying the mag. + 2 + 21 + 3 + 0 + 0 + 21 + 41 + 0 + 1620 + 6 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 850 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 22 + Mini-14 + Ruger Mini-14 + This Sturm Ruger rifle is a 70's era mechanical copy of the W.W.II Garand. It makes an ideal gift for the Survivalist in the family. + Ruger Mini-14 + Considered to be the great American hunting rifle, it's perfect for paramilitary use. It naturally enhances your ability to hit on target because of its low recoil forces. + 2 + 22 + 3 + 0 + 0 + 22 + 29 + 0 + 1100 + 4 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 23 + C-7 + C-7 + This rifle shouts the Canuck motto, 'Anything the Yanks can do, we can do better.' This version of the M-16 is every merc's dream come true. + C-7 + It's the Canadian version of the American M16A2. Trust those crazy Canucks to incorporate such safety devices as a case deflector to prevent empty cases from being flung into the faces of left-handed firers. + 2 + 23 + 3 + 0 + 0 + 23 + 36 + 0 + 2680 + 8 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 24 + FA-MAS + FA-MAS + Nicknamed 'The Bugle' by French Army Troops, this bullpup rifle packs the utility of the M-16 in under two-and-a-half feet. + FA-MAS + The French Army's FA-MAS rifle was the first 'bullpup' design to enter military service. It handles well, and shoots quite accurately. A bipod can also be attached for steadier shooting. + 2 + 24 + 3 + 0 + 0 + 24 + 36 + 0 + 1970 + 7 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 25 + AK-74 + AK-74 + This rifle is destined to become one of Russia's greatest exports, second only to tactical nuclear warheads. + AK-74 + Used as the Soviet infantry's standard automatic rifle, the AK-74 is a smaller caliber version of the AKM. While highly efficient and steady, with minimal recoil, it can be nasty to bystanders, as muzzle gases are diverted sideways. + 2 + 25 + 3 + 0 + 0 + 25 + 36 + 0 + 1830 + 6 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 26 + AKM + AKM + The AKM is the newest version of the infamous AK-47. This line of rifles has been used in Vietnam, Afghanistan, and many passenger jets. + AKM + As the modernized version of the AK-47 automatic rifle, it was one of the best and most widely distributed Soviet weapons. Designed for mass production, you'll find one of these automatic rifles slung over every frugal mercenary's shoulder. + 2 + 26 + 3 + 0 + 0 + 26 + 43 + 0 + 1450 + 5 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 27 + M-14 + M-14 + The M-14 is about as All-American as apple pie and the 4th of July. Any A-Team equipped with this rifle is gunning for victory. + M-14 + Truly American through and through. This lighter automatic rifle offers multiple firing options, but is best kept locked at semi-automatic. Unfortunately, without the ability to change its barrel, it can overheat with sustained firing. + 2 + 27 + 3 + 0 + 0 + 27 + 29 + 0 + 2120 + 7 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 28 + FN-FAL + FN-FAL + The phrase, 'Help, I've FAL-len and I can't get up,' takes on a whole new meaning when this rifle is involved. + FN-FAL + This Belgian automatic rifle set a new standard in weaponry in the early 1950's. Its robust and reliable design made it simple to use and maintain, despite its tendency for excessive climbing in automatic mode. + 2 + 28 + 3 + 0 + 0 + 28 + 43 + 0 + 2680 + 8 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 29 + G3A3 + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this ugly looking rifle delivers wounds that are equally foul. + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this Heckler and Koch automatic rifle sure ain't pretty, but it is definitely robust, reliable and highly effective. + 2 + 29 + 3 + 0 + 0 + 29 + 44 + 0 + 1570 + 5 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 500 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 30 + G11 + H&K G11 + The Porsche of assault rifles. This rifle goes from 0 to 3 rounds in under a second, and tears through Kevlar like butter. + H&K G11 + Germany's Heckler and Koch designed this weapon as the fastest automatic rifle around. Its high velocity shots tear right through Kevlar. Despite its unusual appearance, it is very comfortable to use and shoots extremely accurately. + 2 + 30 + 3 + 0 + 0 + 30 + 38 + 0 + 2530 + 8 + 3 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 31 + M870 + Remington M870 + This pump-action shotgun is one of the most versatile weapons money can buy. It can be used for hunting, home defense, and lock picking. + Remington M870 + A cherished 12-gauge shotgun for its smooth pump-action, it's a favorite of many police forces around the world. Commonly used as a hunting rifle, it can be found for sale in most local hardware stores. + 2 + 31 + 3 + 0 + 0 + 31 + 36 + 0 + 670 + 3 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 21 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 32 + SPAS-15 + SPAS-15 + This fearsome looking Italian semi-automatic assault shotgun has been banned in several countries. + SPAS-15 + The 12-gauge Franchi SPAS-15 shotgun's design is true Italian brilliance. It provides the options for gas, semi-automatic or manual pump action. + 2 + 32 + 3 + 0 + 0 + 32 + 38 + 0 + 980 + 4 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 30 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 33 + CAWS + CAWS + This German/US experimental Close Assault Weapon System makes the concept of human skeet shooting a gory reality. + CAWS + Olin/Heckler and Koch's Close Assault Weapon System is the ideal light support weapon for any aspiring mercenary. Designed for the 12-guage shotgun shell, it also fires miniature grenades. + 2 + 33 + 3 + 0 + 0 + 33 + 41 + 0 + 2900 + 9 + -3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + -1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 34 + Minimi + FN Minimi + This light machine gun, also known as the C-9 and M-249, has been known to moonlight as a beefed-up assault rifle. + FN Minimi + Reputed for its reliability, this Belgian machine gun is gas operated, with a simple rotating bolt system. Its design was adopted by the US Army as the M249 machine gun. + 2 + 34 + 3 + 0 + 0 + 34 + 68 + 0 + 3100 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 35 + RPK-74 + RPK-74 + The latest Russian squad support weapon is this light machine gun. It brings new meaning to the concept of 'spray and pray.' + RPK-74 + This Russian squad light automatic machine gun is simply a heavy-barreled version of the AK74 rifle. Its only drawback is that it tends to shoot the rifling out of its barrel within 5,000 rounds. + 2 + 35 + 3 + 0 + 0 + 35 + 48 + 0 + 3180 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 36 + H&K 21 + H&K 21 + This German infantry support weapon is a (not so) light machine gun that helps you pump up while mowing down your opposition. + H&K 21 + The German Heckler and Koch 21 is a fantastic all-purpose machine gun, featuring a heavy yet easily changeable barrel. Its bipod offers 3 height settings on which the gun can pivot 30 degrees in either direction. + 2 + 36 + 3 + 0 + 0 + 36 + 93 + 0 + 3420 + 10 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 37 + Knife + Combat Knife + This full-tang bowie-styled combat knife will convert you into a whirling, twirling machine of silent, subtle death. + Combat Knife + When the enemy is too close for comfort, this full-tang bowie-styled combat knife will definitely come in handy. It features a serrated 9" blade, and a wooden handle with a heavy-duty guard and pommel. + 4 + 37 + 4 + 0 + 1 + 79 + 9 + 2 + 100 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 38 + Throw. Knife + Throwing Knife + This finely balanced steel throwing knife brings new meaning to the expression killing them softly. Or, in this case, silently. + Throwing Knife + Polish up on your throwing skills with this double-edged chrome-plated high carbon steel blade. This slim little knife is a perfect choice for both novice and experienced throwers. + 8 + 38 + 3 + 0 + 1 + 53 + 1 + 4 + 50 + 3 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 62 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 39 + Rock + A Rock + A rock. + A Rock + A rock is what you've got in your head if you don't know what one is. + 64 + 39 + 6 + 0 + 1 + 57 + 5 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 40 + M79 + Grenade Launcher + If quick passage through a brick wall or a cluster of bad guys is what you need, the M79, a 40mm US grenade launcher from the Vietnam era, will terminate your troubles every time. + Grenade Launcher + Known for its accuracy at longer ranges, the 40mm M79 Grenade Launcher is not your average rifle grenade. This breech loaded, single shot, break-open weapon is usually fired from the shoulder. It features a blade foresight and a folding-leaf adjustable rear sight. + 16 + 40 + 20 + 0 + 0 + 37 + 26 + 0 + 900 + 6 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 41 + Mortar + Mortar + The M224 is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate, and a bipod. It was built to handle HE bombs. + Mortar + Commonly referred to as the battalion commander's artillery, the M224 mortar is a must-have for the serious mercenary commandant. It is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate and bipod, that was built to specifically accommodate HE shells. + 16 + 41 + 20 + 0 + 0 + 0 + 77 + 0 + 1800 + 10 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 42 + Rock + Another Rock + A rock is what you've got in your head if you don't know what one is. + Another Rock + A rock usually associated with a roll is a form of modern music that tends to be loud and a preferred choice of adolescents. + 64 + 42 + 6 + 0 + 1 + 60 + 4 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 43 + YM Claws + Young Male Claws + NO DESCRIPTION NECESSARY! + Young Male Claws + Not for sale through BR. + 4 + 43 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 44 + AM Claws + Adult Male Claws + NO DESCRIPTION NECESSARY! + Adult Male Claws + Not for sale through BR. + 4 + 44 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 45 + YF Claws + Young Female Claws + NO DESCRIPTION NECESSARY! + Young Female Claws + Not for sale through BR. + 4 + 45 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 46 + AF Claws + Adult Female Creature Claws + NO DESCRIPTION NECESSARY! + Adult Female Creature Claws + Not for sale through BR. + 4 + 46 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 47 + Queen Tentacle + Queen Tentacle + NO DESCRIPTION NECESSARY! + Queen Tentacle + Not for sale through BR. + 32 + 47 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 48 + Queen Spit + Queen Creature Spit + NO DESCRIPTION NECESSARY! + Queen Creature Spit + Not for sale through BR. + 2 + 48 + 3 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 49 + Dusters + Knuckle Dusters + This sturdy set of brass knuckles fits most hands. They will add some power to your punch. + Knuckle Dusters + You'll be packing a real punch with this set of handy brass knuckles. Although sturdy, they're small enough to fit into most back pockets. One size fits all. + 128 + 49 + 2 + 0 + 1 + 102 + 1 + 4 + 20 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 50 + Talon + Underslung Grenade Launcher + The "Talon" US military grenade launcher is known to propel enemies into the waiting claws of death. + Talon Underslung Grenade Launcher + Developed by the US military, this launcher can be attached to a wide range of assault rifles and machine guns. It comes equipped with a light folding stock and a special pistol grip stock, allowing it to be fired like a pistol. It is considered to be a good entry weapon. + 16 + 50 + 0 + 0 + 0 + 39 + 13 + 0 + 500 + 7 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 51 + LAW + LAW + One hit from this Light Anti-Tank Weapon is better than a one way ticket to Judgement Day. No judge, no jury, and all executioner. + LAW + The M72A2 Light Anti-Tank Weapon is a light-weight shoulder-fired rocket launcher which can penetrate a foot of tank armour or destroy small battlefield fortifications. A one-shot weapon of awesome destructive power. + 2 + 51 + 3 + 0 + 0 + 38 + 21 + 0 + 500 + 9 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 247 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 52 + Bloodcat Claws + Bloodcat Claws + NO DESCRIPTION NECESSARY! + Bloodcat Claws + Not for sale through BR. + 4 + 52 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 53 + Bloodcat Bite + Bloodcat Bite + NO DESCRIPTION NECESSARY! + Bloodcat Bite + Not for sale through BR. + 4 + 53 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 54 + Machete + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + 4 + 54 + 4 + 0 + 0 + 41 + 13 + 0 + 200 + 3 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 55 + Rocket Rifle + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + 2 + 55 + 3 + 0 + 0 + 45 + 40 + 0 + 5000 + 10 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 56 + Automag + Automag III + This Automag has been modified into a monster of a pistol which fires 7.62mm NATO rifle rounds. The name "Big Bertha" has been engraved on its sides. + Automag III + Not for sale through BR. + 2 + 56 + 3 + 0 + 0 + 40 + 12 + 0 + 1000 + 0 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 666 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 57 + Infant Spit + Infant Spit + NO DESCRIPTION NECESSARY! + Infant Spit + Not for sale through BR. + 2 + 57 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 58 + Young Male Spit + Young Male Spit + NO DESCRIPTION NECESSARY! + Young Male Spit + Not for sale through BR. + 2 + 58 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 59 + Old Male Spit + Old Male Spit + NO DESCRIPTION NECESSARY! + Old Male Spit + Not for sale through BR. + 2 + 59 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 60 + Cannon + Tank Cannon + NO DESCRIPTION NECESSARY! + Tank Cannon + Not for sale through BR. + 2 + 60 + 3 + 0 + 0 + 37 + 26 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 61 + Dart Gun + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + 2 + 61 + 3 + 0 + 0 + 46 + 12 + 1 + 500 + 5 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 62 + Bloody Knife + Bloody Throwing Knife + A small lightweight throwing knife with a double-edged, chrome-plated, high carbon steel blade that is covered in blood. + Bloody Throwing Knife + Not for sale through BR. + 8 + 62 + 3 + 0 + 1 + 95 + 1 + 4 + 50 + 0 + 0 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 63 + Flamethrower + Flamethrower + Sorry, guys, but this item didn't make it into the game! + Flamethrower + + 2 + 63 + 3 + 0 + 0 + 48 + 18 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 64 + Crowbar + Crowbar + This durable lever tool is a one-piece bar of titanium. While harder and stronger than steel, it weighs less, and won't rust. + Crowbar + This titanium crowbar will come in handy when stuck in a jam. It's a one piece bar of titanium that's harder and stronger than steel, and corrosion resistant. Since it weighs almost nothing, you can take it anywhere. + 128 + 64 + 2 + 0 + 1 + 85 + 30 + 0 + 40 + 1 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 65 + A. R. Rifle + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + 2 + 65 + 3 + 0 + 0 + 45 + 40 + 0 + 10000 + 10 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 66 + Barrett + Barrett M82A2 Sniper Rifle + This modified M82A1's bullpup layout places the action and barrel further back in the stock, retaining its barrel length while shortening its overall size. + Barrett M82A2 Sniper Rifle + This modified M82A1's bullpup layout places the action and barrel further back in the stock, retaining its barrel length while shortening its overall size. + 2 + 66 + 3 + 0 + 0 + 55 + 122 + 0 + 6200 + 10 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 67 + VAL Silent + VAL Silent Sniper Rifle + This silent sniper rifle from Russia fires heavy 9mm bullets at subsonic speeds and apparently can pierce all types of body armor at over 400 meters. + VAL Silent Sniper Rifle + This silent sniper rifle from Russia fires heavy 9mm bullets at subsonic speeds and apparently can pierce all types of body armor at over 400 meters. + 2 + 67 + 3 + 0 + 0 + 56 + 25 + 0 + 4100 + 9 + -3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 25 + 60 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 68 + H&K PSG1 + H&K PSG1 Sniper Rifle + This German made weapon exemplifies the country's reputation for precision and is a sniper's weapon of choice. + H&K PSG1 Sniper Rifle + This German made weapon exemplifies the country's reputation for precision and is a sniper's weapon of choice. + 2 + 68 + 3 + 0 + 0 + 57 + 80 + 0 + 2700 + 8 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 69 + TAR 21 + T.A.R. 21 + This new Israeli high-tech machine gun will bullpup your socks off. Weighing only 5.5 pounds empty, this weapon of death can fire off 900 5.56mm bullets a minute. + T.A.R. 21 + This new Israeli high-tech machine gun will bullpup your socks off. Weighing only 5.5 pounds empty, this weapon of death can fire off 900 5.56mm bullets a minute. + 2 + 69 + 3 + 0 + 0 + 58 + 24 + 0 + 2100 + 8 + 3 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 70 + Nothing + Using this slot will cause the game to crash. + Nada. + Nothing + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 71 + 9mm mag + 9mm Pistol Magazine, 15 + This magazine holds 15 rounds of 9mm ball ammunition. Although small, this ammo travels at rather high velocities, making it the preferred sidearm round to many military and law enforcement personnel. + 9mm Pistol Magazine + These 15 rounds of fine quality 115 grain Fiocchi round tip ammunition are ideal for anyone looking for an economical means of personal defense. + 1024 + 0 + 0 + 0 + 1 + 32 + 2 + 8 + 15 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 72 + 9mm SMG mag + 9mm SMG Magazine + This sub-machine gun magazine contains 30 rounds of 9mm ammunition. As a jacketed round, it has a lesser tendency for barrel leading than its non-jacketed counterpart. + 9mm SMG Magazine + This SMG magazine contains 30 rounds of Fiocchi round tip ammunition. This round is a popular purchase among seasoned mercenaries and up-and-coming soldiers of fortune. + 1024 + 1 + 0 + 0 + 1 + 35 + 3 + 4 + 30 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 73 + 9mm mag AP + 9mm Pistol Magazine, 15, AP + This magazine contains 15 hardened steel rounds of 9mm ammunition. Even though this round easily cuts through light body armor, it doesn't cause as much damage as jacketed and regular hollow point versions. + 9mm Pistol Magazine, AP + They've got Kevlar? Have no fear with this magazine; it's brimming with 15 rounds of hardened steel. This low power pistol round is your best bet against Kevlar. + 1024 + 2 + 0 + 0 + 1 + 33 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 74 + 9mm SMG mag AP + 9mm SMG Magazine, AP + These 30 hardened steel rounds are the best sub-machine gun armor-defeating ammunition. + 9mm SMG Magazine, AP + We searched far and wide for this round; the Armor Piercing ability of the 30-round magazine makes it the bane of all unwelcome law enforcement personnel. + 1024 + 3 + 0 + 0 + 1 + 36 + 3 + 4 + 90 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 75 + 9mm mag HP + 9mm Pistol Magazine, 15, HP + This magazine contains 15 rounds of 9mm federal-135-grain hollow point ammo. While its armor piercing capabilities are questionable, its tendency to expand in tissue more than makes up for its weaknesses. + 9mm Pistol Magazine, HP + This 15-round magazine of COR-BON 9mm Jacketed Hollow Point ammunition is truly the top of the line. It's a definite deterrent against any unarmored assailant. + 1024 + 4 + 0 + 0 + 1 + 34 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 76 + 9mm SMG mag HP + 9mm SMG Magazine, HP + This magazine holds 30 rounds of federal jacketed hollow point ammunition. It combines the wound characteristics of hollow point with the penetration abilities of standard ball ammunition. + 9mm SMG Magazine, HP + This 30-round mag of 115 grain Jacketed Hollow Point ammunition is a special buy straight from COR-BON. We guarantee it will make your MP-5 the envy of any SWAT team. + 1024 + 5 + 0 + 0 + 1 + 37 + 3 + 4 + 60 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 77 + .38 S-load + .38 Speed Loader + This 6-round speed loader of .38 Special ball ammunition offers average damage and penetration abilities by combining the features of both hollow point and armor piercing ammo. + .38 Speed Loader + This 6-round speed loader comes filled with 158 grain Winchester standard .38 Special round tip ammunition. For countless years, it has been the tried and true round in law enforcement. + 1024 + 6 + 0 + 0 + 1 + 24 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 78 + .38 S-load AP + .38 Speed Loader, AP + This speed loader contains 6 rounds of .38 caliber armor piercing ammunition. While its armor piercing abilities are due to its steel construction, it tends to create smaller wounds than lead ammo. + .38 Speed Loader, AP + Turn your classic .38 into a force to be reckoned with. Our own custom loaded .38 Full Metal Jacket round guarantees to stop any armored attacker dead in his tracks. + 1024 + 7 + 0 + 0 + 1 + 25 + 1 + 8 + 15 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 79 + .38 S-load HP + .38 Speed Loader, HP + Although these 6 rounds of .38 Special hollow point ammo tend to perform poorly against armor, it makes up for it by creating wider wound channels in unarmored opponents. + .38 Speed Loader, HP + The latest deal from Cor-Bon brought us this 6-round package of .38 Special +P 158 grain ammunition. It packs a punch few will live to forget. Warning: its continuous use in alloy frame revolvers is highly inadvisable. + 1024 + 8 + 0 + 0 + 1 + 26 + 1 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 80 + .45 mag + .45 Pistol Magazine + This 7-round magazine contains .45 Automatic Colt pistol ammunition. The standard .45ACP round creates wound channels that are comparable to those generated by 9mm and .38 hollow point rounds. + .45 Pistol Magazine + No collection would be complete without this classic man-stopper: a 7-round magazine of 230 grain UMC .45 ACP. + 1024 + 9 + 0 + 0 + 1 + 14 + 2 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 81 + .45 SMG mag + .45 SMG Magazine + The .45 standard round tip ball ammunition in this 30-round magazine offers a trade-off between the wound characteristics of hollow point and the penetration abilities of armor piercing ammo. + .45 SMG Magazine + Our Pre-Ban 30-round magazines come complete with a full load of UMC .45 ACP. + 1024 + 10 + 0 + 0 + 1 + 4 + 10 + 4 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 82 + .45 mag AP + .45 Pistol Magazine, AP + These 7 rounds hold .45 automatic armor piercing ammunition. Although this high velocity steel ammo may defeat most light body armor, it causes less tissue damage than lead-based rounds. + .45 Pistol Magazine, AP + These hardened steel Armor Piercing rounds tear through Kevlar like it was butter. This 7-round magazine is known for leaving wide wound cavities. + 1024 + 11 + 0 + 0 + 1 + 15 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 83 + .45 SMG mag AP + .45 SMG Magazine, AP + This 30-round magazine holds .45 caliber armor piercing ammunition. While this ammunition offers better penetration than either ball or hollow point ammo, it tends to do less damage. + .45 SMG Magazine, AP + Some of the best pistol ammunition money can buy is our 30 rounds of hand-loaded Armor Piercing ammunition. It will quickly send a Kevlar vest to the scrap heap. + 1024 + 12 + 0 + 0 + 1 + 5 + 10 + 4 + 135 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 84 + .45 mag HP + .45 Pistol Magazine, HP + A 7-round mag of .45 ACP hollow point ammo. Its hollow point forces the round to mushroom on impact, creating a large wound channel that is wider than wounds from both standard and armor piercing variants. + .45 Pistol Magazine, HP + If you are serious about your .45 ammo, this 7-round magazine of Golden Sabre Jacketed Hollow Point ammunition is a sure-fire way to prove it. + 1024 + 13 + 0 + 0 + 1 + 16 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 85 + .45 SMG mag HP + .45 SMG Magazine, HP + These 30 rounds of .45 hollow point ammunition expand in soft tissue on impact, causing a large of amount of bleeding and nerve trauma. + .45 SMG Magazine, HP + Turns your sub machine gun into a lean mean killing machine. This magazine is jam packed with 30 rounds of our high quality Remington .45 Gold Sabre ammunition. + 1024 + 14 + 0 + 0 + 1 + 6 + 10 + 4 + 90 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 86 + .357 S-load + .357 Speed Loader + This speed loader holds 6 rounds of .357 Magnum ammunition. As one of the most powerful handgun rounds around, it packs more of a punch than .38, .45 or 9mm ammo. + .357 speed loader + Splatter your troubles against a wall with a little help from our 6-round speed loaders of Federal Hydra-Shok .357 Magnum ammunition. + 1024 + 15 + 0 + 0 + 1 + 11 + 1 + 8 + 10 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 87 + .357 mag + .357 Magazine + This magazine holds 9 rounds of .357 Magnum standard ball ammunition. Its power leaves little question about its superiority as a combat handgun round. + .357 magazine + We offer the finest quality rust resistant 9-round magazines, filled with Federal 158 grain .357 ammunition. These babies are a great way to finish off a problem that just won't kick it. + 1024 + 16 + 0 + 0 + 1 + 17 + 3 + 8 + 15 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 88 + .357 S-load AP + .357 Speed Loader, AP + Although these 6 rounds of .357 Magnum hardened steel ammo can punch through armor as though it were tissue paper, they don't tend to fragment on impact, resulting in inferior wounding capabilities. + .357 speed loader, AP + They said the White Hippos were a hoax but Bobby Ray's has the real thing that are just itchin' to be fired off by you. This 6-round speed loader is packed with the lastest in Armor Piercing technology. + 1024 + 17 + 0 + 0 + 1 + 12 + 1 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 89 + .357 mag AP + .357 Magazine, AP + While these 9 rounds of steel .357 armor piercing ammunition can penetrate walls and body armor, they only create small wound channels with minimal blood loss. + .357 magazine, AP + Satisfy your insatiable desire to punch holes through a bullet proof vest with these 9 rounds of White Hippo Armor Piercing ammo. It's exactly what the doctor ordered. + 1024 + 18 + 0 + 0 + 1 + 18 + 3 + 8 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 90 + .357 S-load HP + .357 Speed Loader, HP + This speed loader contains 6 rounds of .357 hollow point ammunition. Although it lacks armor piercing abilities, it more than makes up for it with its damage potential. + .357 speed loader, HP + These 6 rounds of Federal's own Hydra-Shok Jacketed Hollow Point comes complete with a complimentary speed loader when purchasing through this site. + 1024 + 19 + 0 + 0 + 1 + 13 + 1 + 8 + 20 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 91 + .357 mag HP + .357 Magazine, HP + This magazine contains 9 rounds of .357 hollow point ammunition. The hollow point allows for substantial expansion on impact, thus creating a large but shallow wound. + 357 magazine, HP + Want that last gunfight to go out with a bang? Then we've got the deal for you. The Federal's own .357 Jacketed Hollow Point Hydra-Shok guarantees to deliver. + 1024 + 20 + 0 + 0 + 1 + 19 + 3 + 8 + 30 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 92 + 5.45mm mag + 5.45mm Magazine + This 30-round magazine holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 5.45mm Magazine + One of our hottest commodities is this 30-round mag of 'acquired' Russian 5.45mm Armor Piercing ammunition. This round is guaranteed to make you the death of any party. + 1024 + 21 + 0 + 0 + 1 + 9 + 6 + 4 + 150 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 93 + 5.45mm mag HP + 5.45mm Magazine, HP + This 30-round magazine contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 5.45mm Magazine, HP + Need a quick sure-shot way to collect on a life insurance policy? These 30 rounds of 5.45mm Hollow Point ammunition will show you the money in no time at all. + 1024 + 22 + 0 + 0 + 1 + 10 + 6 + 4 + 100 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 94 + 5.56mm mag + 5.56mm Magazine + These 30 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm Magazine + This 30-round magazine is filled with our NATO standard 5.56mm. This round's steel penetrator makes it possible to beat all but the best in today's body armor. + 1024 + 23 + 0 + 0 + 1 + 7 + 5 + 4 + 150 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 95 + 5.56mm mag HP + 5.56mm Magazine, HP + This 30-round magazine of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm Magazine, HP + This is the economical choice for target shooting, hunting, or stopping potential long-range muggings. These 30 rounds of 50 grain .223 JHP can save your life and your pocket book. + 1024 + 24 + 0 + 0 + 1 + 8 + 5 + 4 + 100 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 96 + 7.62mm WP 10 + 7.62mm WP Magazine, 10 + This 10-round magazine of 7.62 Warsaw Pact issued AP ammunition is noted for its ability to defeat almost all forms of body armor and cause significant damage to unwilling recipients. + 7.62mm WP Mag, 10 + Packaged especially for the aspiring sharpshooter, these 10 rounds of Chinese 7.62mm Armor Piercing ammo is sure to provide you with the 'One Shot, One Kill' that'll make headlines the world over. + 1024 + 25 + 0 + 0 + 1 + 22 + 3 + 6 + 60 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 97 + 7.62mm WP 30 + 7.62mm WP Magazine, 30 + These 30 rounds of Warsaw Pact issued 7.62mm anti-personnel AP ammo tend to maintain their shape on impact. Shape retention may increase its ability to defeat light body armor but it also reduces injury severity. + 7.62mm WP Mag, 30 + Looking for the perfect gift for the terrorist who has it all? Try a magazine of our surplus 7.62mm Warsaw Pact AP. It's the gift to end all gift giving. + 1024 + 26 + 0 + 0 + 1 + 29 + 8 + 4 + 180 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 98 + 7.62mm WP 10 HP + 7.62mm WP Magazine, 10 HP + These 10 rounds of 7.62 Warsaw Pact jacketed hollow point ammunition won't penetrate body armor as well as its armor piercing counterpart, but it makes up for it by making larger wound cavities. + 7.62mm WP Mag, 10 HP + When killing them is simply not enough. A small 10-round box of 7.62mm Hollow Point is a great way to send the point home in true brain splattering style. + 1024 + 27 + 0 + 0 + 1 + 23 + 3 + 6 + 40 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 99 + 7.62mm WP 30 HP + 7.62mm WP Magazine, 30 HP + This magazine contains 30 rounds of 7.62 Warsaw Pact hollow point ammo. Although use of this round against light armored opponents can sway a battle in your favor, it's less effective against heavy armor. + 7.62mm WP Mag, 30 HP + Ever get the urge to turn a person into a bloody sausage with legs? We recommend reaching for 30 rounds of our 7.62mm Hollow Point ammunition. + 1024 + 28 + 0 + 0 + 1 + 30 + 8 + 4 + 120 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 100 + 7.62mm NATO 5 + 7.62mm NATO Magazine, 5 + These 5 loose rounds of 7.62mm NATO armor piercing ammo have the ability to defeat body armor at long ranges, making it the ideal sniping round. + 7.62mm NATO Mag, 5 + This Armor Piercing 7.62mm NATO ammunition offers an ideal combination of range, penetration and damage that professional snipers demand. + 1024 + 29 + 0 + 0 + 1 + 3 + 1 + 6 + 30 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 101 + 7.62mm NATO 20 + 7.62mm NATO Magazine, 20 + This mag contains 20 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 7.62mm NATO Mag, 20 + This 7.62mm 20-round magazine is simply brimming with death, especially when it's filled with a surplus of Full Metal Jacketed rounds. This magazine makes armor more or less moot. + 1024 + 30 + 0 + 0 + 1 + 27 + 8 + 4 + 120 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 102 + 7.62mm NATO 5 HP + 7.62mm NATO Magazine, 5 HP + What these 5 rounds of civilian .308 Winchester hunting ammunition lack in armor piercing abilities, is compensated for with their ability to cause severe injuries in unarmored opponents. + 7.62mm NATO Mag, 5 HP + Take advantage of our limited time offer on a price-reduced 5-round sampler box of .308 Winchester Hollow Point ammunition. Whether you're out hunting or sniping, this round will be your one-shot stopper. + 1024 + 31 + 0 + 0 + 1 + 2 + 1 + 6 + 20 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 103 + 7.62mm NATO 20 HP + 7.62mm NATO Magazine, 20 HP + This high capacity magazine holds 20 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 7.62mm NATO Mag, 20 HP + If power is what you demand, more power is what you'll get with these 20 rounds of Cor-Bon Tactical .308 Winchester ammunition, the civilian variant of the 7.62mm NATO round. It's more than enough power to put any problem 6-feet under. + 1024 + 32 + 0 + 0 + 1 + 28 + 8 + 4 + 80 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 104 + 4.7mm mag + 4.7mm Magazine + This 50-round magazine contains 4.7mm caseless ammunition. This round possesses wound and range capabilites that are comparable to the 5.56mm NATO round, but is 40 per cent lighter. + 4.7mm Magazine + Recovered crates from a classified German warehouse have supplied us with these 50-round magazines. They come complete with a full load of the legandary 4.7mm caseless ammunition. + 1024 + 33 + 0 + 0 + 1 + 31 + 5 + 4 + 700 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 105 + 5.7mm mag + 5.7mm Magazine, 50 + This magazine contains 50 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 5.7mm Magazine, 50 + Do you loathe it when your opponents wear body armor? Say hasta la vista to every form of body armor that might stand between your target and Judgement Day with our 50-round magazine of 5.7mm pistol ammo. + 1024 + 34 + 0 + 0 + 1 + 20 + 9 + 4 + 750 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 106 + 5.7mm mag HP + 5.7mm Magazine, 50 HP + These 50 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 5.7mm Magazine, 50 HP + Get the job done right the first time. You're kill-rate will be the best around if you use this 50-round magazine of 5.7mm Hollow Point ammunition. Your victim's chance at survival: roughly zero per cent, give or take a few points. + 1024 + 35 + 0 + 0 + 1 + 21 + 9 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 107 + 12 Gauge + 12 Gauge Magazine + This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 12 Gauge Magazine + This is definitely the ammunition for real men only. This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 1024 + 36 + 0 + 0 + 2 + 22 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 65 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 108 + 12 Gauge BS + 12 Gauge Magazine, Buckshot + This 12 gauge magazine holds 7 rounds of "00" SSG ammunition. Favored by law enforcement personnel, it is very effective in urban firefights against unarmored opponents. + 12 Gauge Mag, Buckshot + The ideal short-range man-stopper round. This 12 gauge magazine holds 7 rounds of '00' SSG ammunition. Law enforcement personnel worldwide favor this round for its effectiveness in urban firefights against unarmored opponents. + 1024 + 37 + 0 + 0 + 2 + 4 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 109 + CAWS mag + CAWS Magazine + This 10-round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and car engine blocks. + CAWS Magazine + This 10 round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and most car engine blocks. No serious mercenary should leave home-base without it. + 1024 + 38 + 0 + 0 + 1 + 0 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 110 + CAWS Buckshot + CAWS Magazine, Buckshot + The 10 rounds of "00" sized tungsten buckshot ammunition in this mag can penetrate like armor piercing ammo and produce large wound channels like hollow point without with the limitations of either ammo. + CAWS Magazine, Buckshot + Have you ever wanted to kill an unwanted intruder and expand your study by knocking down a wall at the same time? Our 10 round magazine of tungsten buckshot ammo allows you to do just that, and much, much more. + 1024 + 39 + 0 + 0 + 1 + 1 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 111 + Minirockets, AP + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + 1024 + 40 + 0 + 0 + 1 + 110 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 112 + Minirockets, HE + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + 1024 + 41 + 0 + 0 + 1 + 115 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 113 + Minirockets, HEAP + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + 1024 + 42 + 0 + 0 + 1 + 114 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 114 + Dart + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + 1024 + 43 + 0 + 0 + 1 + 119 + 1 + 8 + 10 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 115 + Flamethrower Clip + Flamethrower Clip + NO DESCRIPTION NECESSARY! + Flamethrower Clip + NO DESCRIPTION NECESSARY! + 1024 + 44 + 0 + 0 + 0 + 49 + 8 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 116 + .50 mag + .50 Magazine + An 11 round magazine of .50 caliber (Browning) bullets for the Barrett M82A2. + .50 Magazine + An 11 round magazine of .50 caliber (Browning) bullets for the Barrett M82A2. + 1024 + 45 + 0 + 0 + 1 + 138 + 9 + 4 + 300 + 10 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 117 + 9mm heavy mag, 20 + 9mm Heavy Magazine 20 + Heavier than regular 9mm ammo, this 20 round magazine is manufactured specifically for the VAL silent sniper. + 9mm Heavy Magazine 20 + Heavier than regular 9mm ammo, this 20 round magazine is manufactured specifically for the VAL silent sniper. + 1024 + 46 + 0 + 0 + 1 + 139 + 4 + 4 + 50 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 118 + 9mm large mag + 9mm Large Magazine + 9mm bullets for a Calico model. A 50-pack for when you know it's gonna be a long night. + 9mm Large Magazine + 9mm bullets for a Calico model. A 50-pack for when you know it's gonna be a long night. + 1024 + 47 + 0 + 0 + 1 + 140 + 8 + 4 + 50 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 119 + 9mm large AP mag + 9mm Large AP Magazine + A 50 round magazine of 9mm AP. ammo for the Calico model. + 9mm Large AP Magazine + A 50 round magazine of 9mm AP. ammo for the Calico model. + 1024 + 48 + 0 + 0 + 1 + 141 + 8 + 4 + 50 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 120 + 9mm large HP mag + 9mm Large HP Magazine + A 50 round magazine of 9mm HP. ammo for the Calico model. + 9mm Large HP Magazine + A 50 round magazine of 9mm HP. ammo for the Calico model. + 1024 + 49 + 0 + 0 + 1 + 142 + 8 + 4 + 60 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 121 + 5.45mm Drum + 5.45mm Drum, 75 + This 75-round drum holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 5.45mm Drum, 75 + This 75-round drum holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 1024 + 50 + 0 + 0 + 1 + 143 + 15 + 1 + 375 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 122 + 5.45mm Drum HP + 5.45mm Drum, 75 HP + This 75-round drum contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 5.45mm Drum, 75 HP + This 75-round drum contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 1024 + 51 + 0 + 0 + 1 + 144 + 15 + 1 + 250 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 123 + 5.56mm Belt + 5.56mm Belt, 200 + These 200 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm Belt, 200 + These 200 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 1024 + 52 + 0 + 0 + 1 + 145 + 30 + 1 + 1000 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 124 + 5.56mm Belt HP + 5.56mm Belt, 200 HP + This 200-round belt of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm Belt, 200 HP + This 200-round belt of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 1024 + 53 + 0 + 0 + 1 + 146 + 30 + 1 + 650 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 125 + 7.62mm NATO Belt + 7.62mm NATO Belt, 100 + This belt contains 100 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 7.62mm NATO Belt, 100 + This belt contains 100 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 1024 + 54 + 0 + 0 + 1 + 164 + 40 + 1 + 600 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 126 + 7.62mm NATO Belt HP + 7.62mm NATO Belt, 100 HP + This heavy machine gun belt holds 100 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 7.62mm NATO Belt, 100 HP + This heavy machine gun belt holds 100 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 1024 + 55 + 0 + 0 + 1 + 165 + 40 + 1 + 400 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 127 + 5.7mm mag 20 AP + 5.7mm Magazine, 20 AP + This magazine contains 20 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 5.7mm Magazine, 20 AP + This magazine contains 20 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 1024 + 56 + 0 + 0 + 1 + 147 + 3 + 8 + 300 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 128 + 5.7mm mag 20 HP + 5.7mm Magazine, 20 HP + These 20 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 5.7mm Magazine, 20 HP + These 20 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 1024 + 57 + 0 + 0 + 1 + 148 + 3 + 8 + 200 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 129 + 5.56mm C-Mag + 5.56mm C-Mag, 100 + These 100 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm C-Mag, 100 + This 100-round Beta C-Mag is filled with our NATO standard 5.56mm. This round's steel penetrator makes it possible to beat all but the best in today's body armor. + 1024 + 58 + 0 + 0 + 1 + 153 + 15 + 2 + 500 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 130 + 5.56mm C-Mag HP + 5.56mm C-Mag, 100 HP + This Beta-C magazine of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm C-Mag, HP + This is the economical choice for target shooting, hunting, or stopping potential long-range muggings. These 100 rounds of 50 grain .223 JHP can save your life and your pocket book. + 1024 + 59 + 0 + 0 + 1 + 154 + 15 + 2 + 325 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 131 + Stun Grenade + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. Anyone standing within the detonated area won't know what hit them as they frantically gasp for air. + 256 + 0 + 6 + 0 + 1 + 38 + 6 + 4 + 100 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 132 + Tear Gas + Tear Gas Grenade + This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. + Tear Gas Grenade + Guaranteed to make its victims cry like the babies they are. This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. It'll send everyone in its radius running for clearer pastures. + 256 + 1 + 6 + 0 + 1 + 48 + 6 + 4 + 120 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 133 + Mustard Gas + Mustard Gas Grenade + This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + Mustard Gas Grenade + This ain't no hot dog garnish. This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + 256 + 2 + 6 + 0 + 1 + 41 + 6 + 4 + 500 + 7 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 134 + Mini Grenade + Mini Hand Grenade + This small TNT loaded grenade was designed to ensure a significant throwing range and effective fragmentation. It has been proven to provide good lethal coverage. + Mini Hand Grenade + This small grenade was developed for maximum throwing range combined with effective fragmentation. The body is loaded with TNT and provides good lethal coverage. Because of its size, even women find this grenade an easy toss. + 256 + 3 + 6 + 0 + 1 + 50 + 3 + 6 + 150 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 135 + Hand Grenade + Reg Hand Grenade + This standard army issued fragmentation grenade is packed with TNT and has a pull-ring, pressure-released firing trigger. + Reg Hand Grenade + Your typical army issue standard fragmentation hand grenade. Jam packed with TNT, this pressure-released firing device with pull-ring, provides great lethal coverage. Stop 'em dead in their tracks, every time. + 256 + 4 + 6 + 0 + 1 + 49 + 6 + 4 + 200 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 136 + RDX + A Jar of RDX Crystals + A jar filled with RDX crystals is more powerful than TNT and easier to detonate. The only drawback of RDX is its instability; it can be set off by a moderate shock. + RDX + A jar of RDX crystals are more powerful than TNT and easier to detonate. Better be forewarned, this stuff isn't too stable and can be set off by a moderate shock. + 512 + 5 + 0 + 0 + 2 + 3 + 11 + 2 + 400 + 7 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 137 + TNT + TNT + Trinitrotoluene is the second oldest and most commonly used explosive known to man - the first is dynamite. These sticks of explosives are highly stable, strawboard rolled, and contain a quarter-pound charge. + TNT + Good old reliable trinitrotoluene is the second oldest and most commonly used explosive known to man-the first is dynamite. These sticks of explosives are highly stable, strawboard rolled and contain a quarter- pound charge. + 512 + 6 + 0 + 0 + 2 + 0 + 11 + 1 + 500 + 4 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 138 + HMX + HMX + HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + HMX + This explosive packs a real punch. HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + 512 + 7 + 0 + 0 + 2 + 23 + 11 + 1 + 1000 + 8 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 139 + C1 + C1 + Composition C1 is a solution of RDX and a small amount of mineral oil. This combination retains the explosive power of RDX while increasing its stability. + C1 + Composition C1 is a highly explosive solution of RDX, mixed with a small amount of mineral oil. This composition is just as effective as straight RDX, but it won't accidentally blow up in your face. + 512 + 8 + 0 + 0 + 1 + 45 + 11 + 1 + 750 + 7 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 140 + Mortar Shell + Mortar Shell + This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for a delayed, impact, near-surface, or proximity burst detonation. + Mortar Shell + A real man's mortar. This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for delayed, impact, near-surface or proximity burst detonations. + 512 + 9 + 0 + 0 + 1 + 40 + 41 + 2 + 400 + 9 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 141 + Mine + Land Mine + This anti-personnel mine is a fragmentation weapon that becomes activated when stepped on. It includes an anti-disturbance device to inhibit clearance, and a sensor that neutralizes the mine after a specified time. + Mine + Designed to stop enemies dead in their tracks, or at least slow them up a while. This anti-personnel mine is a fragmentation weapon that blows up when stepped on. It includes a built-in anti-disturbance device to inhibit clearance, and a sensor that neutralizes the minefield after a while. + 512 + 10 + 18 + 0 + 1 + 46 + 8 + 1 + 300 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 142 + C4 + C4 + Composition C4 is a white plastic explosive that is more powerful than TNT. This plastic-covered block has a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + C4 + This white plastic explosive packs a bigger punch than TNT. Composition C4 comes in a plastic-covered block with a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + 512 + 11 + 0 + 0 + 1 + 44 + 11 + 1 + 1500 + 9 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 143 + Trip Flare + Trip Flare + It's an illuminating mine with a tripwire attached to it. Pull pressure or cutting the tripwire will ignite the flare, letting mercenaries know of enemy whereabouts. + Trip Flare + This illuminating mine with an attached tripwire will shine light on the situation every time. Pull pressure or cutting the tripwire will ignite the flare, visually announcing that enemies are about. + 512 + 12 + 18 + 0 + 1 + 42 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 144 + Trip Klaxon + Trip Klaxon + This illuminating mine with an attached tripwire will alert mercs of nearby enemies. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a loud wailing siren. + Trip Klaxon + This illuminating mine with an attached tripwire will brighten up the place with a resounding roar. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a wailing siren, letting nearby mercenaries know that enemies are skulking about the area. + 512 + 13 + 18 + 0 + 1 + 43 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 145 + Shaped Charge + Shaped Charge + Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + Shaped Charge + Don't get left out in the cold just because you forgot your key. This trusty shaped-charge will solve all your problems. Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + 512 + 14 + 0 + 0 + 1 + 107 + 2 + 4 + 250 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 146 + Break Light + Chemical Break Light + One time use chemical break lights are an extremely convenient and portable light source. Simply break 'n' throw to brighten your way. + Chemical Break Light + These one time use chemical break lights will certainly help to lighten up those dreary night missions. Stock up on these handy little babies 'cause you'll never know when you'll need them. Simply break 'n' shake to brighten your way. + 256 + 15 + 6 + 0 + 2 + 24 + 1 + 6 + 50 + 3 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 147 + 40mm Grenade + 40mm Grenade + This fragmentation grenade when fired from the 40mm grenade launcher will ignite its encased TNT after a short delay. + 40mm Grenade + This standard fragmentation grenade features a time-delayed firing device to ignite its encased TNT. Fired from the Talon grenade launcher, this round can provide great lethal coverage. + 256 + 16 + 0 + 0 + 1 + 97 + 10 + 4 + 400 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 148 + 40mm Tear Gas + 40mm Tear Gas Grenade + This rubber-like round will disperse tear gas after a short delay. These projectiles are meant to be fired from the 40mm grenade launcher. + 40mm Tear Gas + This projectile's body is made of rubbery plastic to prevent impact injuries and keep it from being picked up and thrown back. The rubber melts quickly from the heat of burning. This time-delayed round for the Talon grenade launcher releases an irritant gas when ignited. + 256 + 17 + 0 + 0 + 1 + 111 + 10 + 4 + 250 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 149 + 40mm Stun + 40mm Stun Grenade + When fired from the 40mm grenade launcher, these projectiles create a massive vacuum that will leave your enemies gasping for air. + 40mm Stun Grenade + These Talon grenade launcher projectile rounds create a massive vacuum, depriving the surrounding impact area of oxygen. Anyone standing within the detonated area will be left gasping, as waves of air rush back into its core. + 256 + 18 + 0 + 0 + 1 + 113 + 10 + 4 + 200 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 150 + 40mm Smoke + 40mm Smoke Grenade + Now they see you, now they don't. When properly employed, this 40mm smoke grenade will leave your opposition thinking they're dealing with Houdini himself. + 40mm Smoke Grenade + When fired from a 40mm grenade launcher, this grenade will quickly release a cloud of smoke that will aid in battlefield entry or withdrawal. + 256 + 19 + 0 + 0 + 1 + 112 + 10 + 4 + 100 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 151 + Smoke Grenade + Smoke Grenade + When it comes to generating cover, this hand-held phosphorus-based smoke grenade is proven to be far more effective than any magazine stuffed with bullets. + Smoke Grenade + This hand grenade will help to fulfill a myriad a roles including: unseen advancement on enemy positions, marking possible landing sites, and wreaking havoc with fire-rangers. + 256 + 20 + 6 + 0 + 1 + 98 + 6 + 4 + 50 + 3 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 152 + Shell + Tank Shell + NO DESCRIPTION NECESSARY + Tank Shell + Not for sale through BR. + 512 + 21 + 0 + 0 + 1 + 40 + 41 + 8 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 153 + Struct Ignite + Struct Ignite + INTERNAL ITEM + unused + + 512 + 22 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 154 + Cocktail + Creature cocktail + AXED + unused + + 256 + 23 + 6 + 0 + 2 + 37 + 6 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 155 + Struct Exp + Structure Explosion + INTERNAL ITEM + unused + + 512 + 24 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 156 + GB Exp + Great big explosion + INTERNAL ITEM + unused + + 512 + 25 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 157 + Big Tear Gas + Big Tear Gas + INTERNAL ITEM + unused + + 256 + 26 + 6 + 0 + 1 + 48 + 6 + 4 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 158 + S C Gas + Small Creature Gas + INTERNAL ITEM + unused + + 256 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 159 + L C Gas + Large Creature Gas + INTERNAL ITEM + unused + + 256 + 28 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 160 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 256 + 29 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 161 + Flak Jacket + Flak Jacket + The Armorshield ultra-light flak jacket is a highly protective sleeveless vest with a neck protector and pelvic plate. Its Velcro fasteners are concealed on the sides. + Flak Jacket + The Armorshield ultra-light flak jacket was designed to be as light and thin as possible without compromising maximum protection. It's a sleeveless vest with a neck protector, pelvic plate, and no front openings as its Velcro fasteners are concealed on the sides. + 2048 + 0 + 0 + 0 + 1 + 66 + 20 + 0 + 300 + 2 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 162 + Flak-18 Jacket + Compound 18 Flak Jacket + This Armorshield ultra-light flak jacket was dipped in Compound 18 for anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + Flak-18 Jacket + Better than average protection-the Armorshield ultra-light flak jacket dipped in Compound 18 offer true anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + 2048 + 1 + 0 + 0 + 2 + 18 + 22 + 0 + 350 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 163 + C.Flak Jacket + Coated Flak Jacket + The Armorshield ultra-light flak jacket with neck protector and pelvic plate was coated with jelly from the queen Crepitus to improve its protectiveness. + Coated Flak Jacket + Not for sale through BR. + 2048 + 2 + 0 + 0 + 2 + 11 + 18 + 0 + 400 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 164 + Kevlar Vest + Kevlar Vest + The ballistic panels on this vest are made from 28 piles of Kevlar. It wraps around your shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + Kevlar Vest + This vest offers 28 piles of Kevlar for better than average anti-ballistic type protection. It provides full protective coverage as it wraps around the shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + 2048 + 3 + 0 + 0 + 1 + 64 + 32 + 0 + 500 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 165 + Kevlar-18 Vest + Compound 18 Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even more anti-ballistic protection as they have been treated with Compound 18. + Kevlar-18 Vest + If you thought Kevlar was good, it's even better when it has been treated with Compound 18. This vest's ballistic panels, made from 28 piles of Kevlar, offer even more protection as they have been treated with the liquid anti-ballistic solution. + 2048 + 4 + 0 + 0 + 2 + 16 + 35 + 0 + 600 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 166 + C.Kevlar Vest + Coated Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even better protection since they have been treated with Crepitus royal jelly. + Coated Kevlar Vest + Not for sale through BR. + 2048 + 5 + 0 + 0 + 2 + 9 + 29 + 0 + 700 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 167 + Spectra Vest + Spectra Vest + This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + Spectra Vest + The most advanced technology in body armor. This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + 2048 + 6 + 0 + 0 + 1 + 65 + 32 + 0 + 1000 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 168 + Spec-18 Vest + Compound 18 Spectra Vest + This Spectra Shield vest, made from an ultra high-performance ballistic sheet to reduce blunt trauma from multiple hits and angled shots, has been treated with Compound 18 to further improve its impenetrability. + Spectra-18 Vest + Advanced body armor technology combined with chemistry produced this Spectra Shield vest. Made from high-performance ballistic sheets, it dramatically reduces blunt trauma from multiple hits and angled shots. Add on Compound-18 and you're virtually invincible. + 2048 + 7 + 0 + 0 + 2 + 17 + 35 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 169 + C.Spec Vest + Coated Spectra Vest + Made from an ultra high-performance ballistic sheet that reduces blunt trauma from multiple hits and angled shots, this Spectra Shield vest offers even more protection with its coating of queen Crepitus jelly. + Coated Spectra Vest + Not for sale through BR. + 2048 + 8 + 0 + 0 + 2 + 10 + 29 + 0 + 1200 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 170 + Kevlar Pants + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit. + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit without reducing mobility. These should be standard fare in every mercenary's wardrobe. + 2048 + 9 + 0 + 0 + 1 + 67 + 39 + 0 + 650 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 171 + Kevlar-18 Pants + Compound 18 Kevlar Leggings + The ballistic panels on these leggings, made from 28 piles of Kevlar, have been treated with Compound 18 for extra anti-ballistic protection. + Kevlar-18 Leggings + Above standard body armor protection--the ballistic panels on these leggings are made from 28 piles of Kevlar, and have been treated with Compound 18 for extra anti-ballistic protection. + 2048 + 10 + 0 + 0 + 2 + 19 + 43 + 0 + 800 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 172 + C.Kevlar Pants + Coated Kevlar Leggings + Made from 28 piles of Kevlar, these leggings have been smeared with jelly from the queen Crepitus for extra protection. + Coated Kevlar Leggings + Not for sale through BR. + 2048 + 11 + 0 + 0 + 2 + 12 + 35 + 0 + 950 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 173 + Spectra Pants + Spectra Leggings + These Spectra Shield leggings reduces blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps won't restrain mobility. + Spectra Leggings + These Spectra Shield leggings are the most body armor protection available on the market. They reduce blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps make for a snug fit without reduced mobility. + 2048 + 12 + 0 + 0 + 1 + 68 + 39 + 0 + 900 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 174 + Spec-18 Pants + Compound 18 Spectra Leggings + These Spectra Shield, Compound 18 treated, leggings offer even more protection against blunt trauma from multiple hits and angled shots, than standard Spectra leggings. + Spectra-18 Leggings + Take the most advanced body armor protection available and make it better--these Spectra Shield Compound 18 treated leggings offer even more protection against blunt trauma, from multiple hits and angled shots, than standard Spectra leggings. + 2048 + 13 + 0 + 0 + 2 + 20 + 43 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 175 + C.Spec Pants + Coated Spectra Leggings + These Spectra Shield leggings, made from an ultra high-performance ballistic material for reduced trauma from multiple hits and angled shots, have been coated in queen Crepitus jelly for superior protection. + Coated Spectra Legs + Not for sale through BR. + 2048 + 14 + 0 + 0 + 2 + 13 + 35 + 0 + 1300 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 176 + Steel Helmet + Steel Helmet + This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + Steel Helmet + Comfortable and extremely practical. This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + 2048 + 15 + 0 + 0 + 1 + 61 + 14 + 0 + 50 + 2 + 0 + 2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 177 + Kevlar Helmet + Kevlar Helmet + The Personal Armor System Ground Troops Helmet is made from Kevlar, with a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than standard helmets. + Kevlar Helmet + For above average protection, the wise merc always wears the Personal Armor System Ground Troops Helmet. It's made from Kevlar, and has a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than average helmets. + 2048 + 16 + 0 + 0 + 1 + 63 + 14 + 0 + 200 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 178 + Kvlr-18 Helmet + Compound 18 Kevlar Helmet + Made from Kevlar, this Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive capabilities. + Kevlar-18 Helmet + Made from Kevlar, for above average protection, This Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive purposes. + 2048 + 17 + 0 + 0 + 2 + 15 + 15 + 0 + 250 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 179 + C.Kvlr Helmet + Coated Kevlar Helmet + This Personal Armor System Ground Troops Kevlar Helmet has been covered with queen creature jelly to further protect your noggin. + Coated Kevlar Helmet + Not for sale through BR. + 2048 + 18 + 0 + 0 + 2 + 8 + 13 + 0 + 300 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 180 + Spectra Helmet + Spectra Helmet + This light Spectra composite helmet, known for its anti-ballistic qualities,has an IR-absorbing black finish, cushioning foam, and an adjustable harness system with a leather head band and rubber chin strap. + Spectra Helmet + This helmet is made from a light Spectra composite that is famous for its superior anti-ballistic qualities. It features an IR-absorbing black finish, cushioning foam and an adjustable harness system with a leather headband and rubber chin strap. + 2048 + 19 + 0 + 0 + 1 + 62 + 14 + 0 + 450 + 7 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 181 + Spec-18 Helmet + Compound 18 Spectra Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum available amount of anti-ballistic protection. + Spectra-18 Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum amount of anti-ballistic protection possible. Rumor has it that this type of helmet has made a world of difference for some mercs who actually make it back from the front line. + 2048 + 20 + 0 + 0 + 2 + 14 + 15 + 0 + 550 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 182 + C.Spec Helmet + Coated Spectra Helmet + This light Spectra composite helmet that's covered in queen Crepitus jelly offers even more advanced anti-ballistic protection. + Coated Spectra Helmet + Not for sale through BR. + 2048 + 21 + 0 + 0 + 2 + 7 + 13 + 0 + 650 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 183 + Ceramic Plates + Ceramic Plates + These hard ceramic plates can be inserted into the front and back of most vests to provide extra protection by dispersing the impact from most standard ammunition loads. + Ceramic Plates + Any mercenary that wants to come out alive, never leaves home without a few of these plates. Made from a hard ceramic composite, they can be inserted into the breast plate of most vests to improve their impenetrability. + 2048 + 22 + 0 + 0 + 1 + 81 + 12 + 2 + 250 + 5 + 0 + -4 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 184 + Infant Hide + Infant Creature Hide + NO DESCRIPTION NECESSARY! + Infant Creature Hide + Not for sale through BR. + 2048 + 23 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 185 + Kiddy Hide + Young Adult Creature Hide + NO DESCRIPTION NECESSARY! + Young Adult Creature Hide + Not for sale through BR. + 2048 + 24 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 186 + Adult Hide + Adult Creature Hide + NO DESCRIPTION NECESSARY! + Adult Creature Hide + Not for sale through BR. + 2048 + 25 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 187 + Queen Hide + Queen Creature Hide + NO DESCRIPTION NECESSARY! + Queen Creature Hide + Not for sale through BR. + 2048 + 26 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 188 + Leather Jacket + Leather Jacket + A bomber-style leather aviation jacket. + Leather Jacket + A bomber-style leather aviation jacket. + 2048 + 27 + 0 + 0 + 1 + 96 + 20 + 0 + 200 + 2 + 0 + 4 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 189 + Kvlr Leather + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + 2048 + 28 + 0 + 0 + 1 + 116 + 20 + 0 + 950 + 3 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 190 + Kvlr-18 Leather + Compound 18 Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and treated with compound 18 for added protection. + Compound 18 Leather & Kevlar Jacket + Not for sale through BR. + 2048 + 29 + 0 + 0 + 1 + 117 + 20 + 0 + 1200 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 191 + C.Kvlr Leather + Coated Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and coated with queen Crepitus jelly to enhance its protectiveness. + Coated Leather& Kevlar Jacket + Not for sale through BR. + 2048 + 30 + 0 + 0 + 1 + 118 + 20 + 0 + 1500 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 192 + YF Hide + Young Female Hide + NO DESCRIPTION NECESSARY! + Young Female Hide + Not for sale through BR. + 2048 + 31 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 193 + OF Hide + Old Female Hide + NO DESCRIPTION NECESSARY! + Old Female Hide + Not for sale through BR. + 2048 + 32 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 194 + T-Shirt + Arulco T-Shirt + No tourist could ever resist one of these trendy 'I love Arulco' t-shirts. Made from 100 per cent pre-shrunk cotton, it was a popular buy before the days of Deidranna. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 25 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 195 + T-Shirt + Deidranna T-Shirt + Show your allegiance to the queen with style. Ever since she acquired power, sporting one of these 'Deidranna rules' t-shirts at government-sponsored events has become a common practice among Arulcans. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 34 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 196 + Guardian Vest + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. It is fully adjustable and has a pocket for a ceramic armour insert. + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. Also available in tuxedo style for those especially dangerous formal occasions. + 2048 + 34 + 0 + 0 + 1 + 137 + 32 + 0 + 700 + 6 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 197 + T. Guard Vest + Treated Guardian Vest + This high quality ballistic vest, brought to you by Guardian Armories, has been improved through treatment with Compound 18. + Treated Guardian Vest + Not for sale through BR. + 2048 + 35 + 0 + 0 + 2 + 40 + 35 + 0 + 800 + 0 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 198 + C. Guard Vest + Coated Guardian Vest + This high quality Guardian Armories ballistic vest has been coated with jelly from the queen Crepitus and now provides amazing protection! + Coated Guardian Vest + Not for sale through BR. + 2048 + 36 + 0 + 0 + 2 + 41 + 29 + 0 + 900 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 199 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 200 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 201 + 1st Aid Kit + First Aid Kit + This kit contains: antiseptic, cotton rolls, a thermometer, iodine and merthiolate vials, arm slings, safety pins, scissors, forceps, various bandages and a mini first aid manual. + First Aid Kit + From fractures to abrasions, this all-canvas kit-to-go includes everything you'll need to attend to most minor injuries. It includes: bandages, antiseptic, cotton balls, thermometers, iodine, arm slings, safety pins, scissors, and a mini first aid manual. + 4096 + 0 + 5 + 0 + 1 + 73 + 5 + 4 + 100 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 202 + Med Kit + Medical Kit + Aside from standard first aid supplies, this kit includes: a suture set and scissors, prep pads, a scalpel, Kelly forceps, tweezers, pain killers, anesthetic, antibiotics, a pen light, and a surgical manual. + Medical Kit + It's a first aid kit and then some. Aside from standard first aid supplies, this kit includes: a suture set, prep pads, suture scissors, a scalpel, Kelly forceps, tweezers, anesthetic, pain killers, antibiotics, a pen light, and the "Emergency War Surgery" manual. + 4096 + 0 + 5 + 0 + 1 + 86 + 18 + 0 + 300 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 203 + Tool Kit + Tool Kit + This kit includes: a wide range of screwdrivers, ratchets, pliers, clamps, clasps, a hammer and a sewing kit. + Tool Kit + This kit offers every tool you'll need to repair most combat items. A wide range of screwdrivers, ratchets, pliers, clamps, and clasps are included, as well as a hammer and sewing kit. + 8192 + 0 + 19 + 0 + 2 + 21 + 50 + 0 + 250 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 204 + Locksmith Kit + Locksmith Kit + This top-grain cowhide leather zipped case offers expert lockpicking tools including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press. + Locksmith Kit + The perfect solution for getting behind locked doors and into security safes. This kit offers expert lockpicking tools, including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press, all in a top-grain cowhide leather zipped case. + 8192 + 0 + 0 + 0 + 1 + 78 + 3 + 1 + 250 + 3 + 0 + -2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 205 + Camo Kit + Camouflage kit + The Military Camo Compact includes: olive drab, olive green, tan and white cream-based facial paint, a mirror, and a manual on the proper use and care of your camo compact. + Camouflage Kit + The Military Camo Compact includes olive drab, olive green, tan and white cream based facial paint, and a mirror. This long-lasting, non-running, facial paint can be easily removed with soap and water. The kit also includes a manual that outlines the proper use and care of your compact. + 8192 + 0 + 0 + 0 + 1 + 58 + 1 + 4 + 250 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 206 + Traps Kit + Boobytrap Kit + This kit contains everything required to build traps including: trip-wire, explosives, and triggers. + Boobytrap Kit + Everything you need to build the most lethal trap for unsuspecting passers-by, is contained in this kit. From trip-wire to batteries, you'll be entertained for hours. + 268435456 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 207 + Silencer + Silencer + The light, compact design of this silencer can be fitted easily to most handguns and sub-machine guns. + Silencer + This is the ideal silencer for both indoor and outdoor missions that have to be kept quiet. Its light and compact design can be fitted easily to most handguns and sub-machine guns. + 268435456 + 0 + 0 + 0 + 1 + 52 + 5 + 4 + 300 + 4 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 85 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 208 + Sniper Scope + Sniper Scope + This scope that can be attached to most rifles, significantly improves targeting with its accurate windage adjustment, range-finder precision scale, and its coated optics. + Sniper Scope + Dramatically improve your targeting accuracy with this extremely versatile sniper scope. Attachable to most rifles, you'll quickly appreciate this scope's accurate windage adjustment, a range-finder precision scale, and coated optics. + 268435456 + 0 + 0 + 0 + 1 + 76 + 9 + 4 + 500 + 5 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 60 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 209 + Bipod + Bipod + The universal bipod fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use for easy storage. + Bipod + Every sensible mercenary packs one of these universal bipods. It fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use, for easy storage. + 268435456 + 0 + 0 + 0 + 1 + 69 + 5 + 2 + 50 + 3 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 0 + 1 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 210 + Extended Ear + Extended Ear + The Bionic Ear Scout is a high fidelity stereo amplifier headset with dual wind-resistant microphones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit. + Extended Ear + The Bionic Ear Scout offers advanced warning of approaching intruders. This high fidelity stereo amplifier head set features dual wind-resistant micro-phones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit even when on the run. + 32768 + 0 + 0 + 0 + 1 + 77 + 9 + 1 + 400 + 7 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 211 + Night Goggles + Night Vision Goggles + These night vision goggles amplify existing light to allow the user to see in all but the darkest places. Comes equipped with two "AA" batteries, carrying case, and nylon head strap. + Night Vision Goggles + True GenII night vision technology--these goggles offer dual-focus, unity magnification, a built-in infrared illuminator, and a focus range from ten inches to infinity. It also comes equipped with two "AA" batteries, a carrying case and a nylon head strap. + 32768 + 0 + 0 + 0 + 1 + 74 + 9 + 1 + 800 + 7 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 212 + Sun Goggles + Sun Goggles + These paramilitary eye protectors have triple-lenses: an anti-fog interior acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. + Sun Goggles + These paramilitary eye goggles feature triple-protection lenses: an interior anti-fog acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. And as an added bonus, they can be worn comfortably over prescription glasses. + 32768 + 0 + 0 + 0 + 1 + 55 + 2 + 4 + 150 + 3 + 0 + 3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 213 + Gas Mask + Gas Mask + Replicated from the Russian M-17A1, this rubber mask has cheek filters, scratch-proof lenses, adjustable head straps, and a drinking attachment. A vinyl shoulder bag and plastic poncho are also included. + Gas Mask + This Russian rubber mask is a copy of the American M-17A1. It has cheek filters, scratch-proof lenses, adjustable head straps, and a unique drinking attachment. It also comes with a vinyl shoulder bag, and plastic poncho to help protect you from blistering agents. + 32768 + 0 + 0 + 0 + 1 + 75 + 9 + 1 + 100 + 4 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 214 + Canteen + Canteen + This polyethylene canteen may not be reusable, refillable, or recyclable but it is extremely practical. Once its five shots of reviving water are used up, this canteen is fit for the garbage pit. + Canteen + Any sensible mercenary carries plenty of these with him. This water-filled polyetherene canteen isn't refillable or reusable so be sure to stock up. + 8192 + 0 + 0 + 0 + 2 + 5 + 10 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 215 + Metal Detector + Metal Detector + This is an extremely light and powerful transistorized metal detector with aural signalization. All the user has to do is have it on his person and an alarm sounds when metal is detected. + Metal Detector + This hand-held metal detector is extremely powerful-it'll find more than just coins on the beach. It is a lightweight transistorized metal detector with aural signalization that is used most effectively by explosive detection operatives. + 268435456 + 0 + 0 + 0 + 1 + 80 + 10 + 1 + 200 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + + + 216 + Compound 18 + Compound 18 + This quick-hardening liquid when administered to most body armor, claims to further advance the protective properties of standard anti-ballistic materials. + Compound 18 + Slop on some of this stuff to feel truly invincible. This quick-hardening liquid claims to enhance the protective qualities of your standard Kevlar or Spectra Shield body armor. + 268435456 + 0 + 0 + 0 + 2 + 6 + 1 + 4 + 900 + 7 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 217 + Jelly + Royal Jelly + This is a blob of royal jelly from the queen Crepitus. + Jar of Queen Creature Blood + Ewwwww! It's goopy blood! + 268435456 + 0 + 0 + 0 + 2 + 42 + 1 + 4 + 2500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 218 + Elixir + Jar of Elixir + A glass jar containing an elixir made from creature blood and Gabby's secret blend of eleven herbs and spices. + unused + + 268435456 + 0 + 0 + 0 + 2 + 2 + 1 + 4 + 500 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 219 + Money + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + 536870912 + 0 + 0 + 0 + 2 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 220 + Jar + Glass Jar + An empty glass jar is great for storing preserves, grandma's teeth, or anything else for that matter. + Glass Jar + An empty glass jar is great for storing, preserves, grandma's teeth, or anything else for that matter. + 268435456 + 0 + 21 + 0 + 1 + 71 + 1 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + + 221 + Full Jar + Jar of Blood + A glass jar containing what appears to be creature blood. + Jar of Creature Blood + Ewwwwwwww! This jar's full of goopy queen creature blood! Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 50 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 222 + Energy Boost + Energy Booster + This hypodermic syringe is filled with a chemical stimulant that will temporarily boost your energy level. Caution: repeated use has been known to cause cardiac arrest. + Energy Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 8 + 150 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 223 + Detonator + Detonator + This firing device features a timer that can be set anywhere between five seconds and ten minutes to allow you to move to a position of safety before its attached explosive goes off. + Detonator + Attach this baby to an explosive for real power and control. This time-delayed detonator allows you anywhere from five seconds to ten minutes to move to a location of safety before its attached explosive goes off. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 100 + 3 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 224 + Remote Det. + Remote Detonator + Place this time-delayed firing device onto any explosive to allow you to blow up a target from a position of safety. The detonator won't ignite until you use a separate remote trigger device. + Remote Detonator + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 200 + 6 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 225 + Videotape + Videotape + This VHS tape entitled, 'Pant Suit Loretta 6: The Men Are Away,' is an adult XXX film. Parental and viewer discretion is advised. + Videotape + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 93 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 226 + Deed + Deed + This is the deed to Angel's leather shop. + Deed + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 94 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 227 + Letter + Letter from Enrico + This is the letter Enrico gave you. Deliver it to Miguel, leader of the rebels. + Letter + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 56 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 228 + Diskette + Computer Diskette + This diskette is labelled, 'Intercept's Most Wanted.' It contains confidential information on known international terrorists. It has been copied onto the laptop computer for easy reference. + Diskette + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 59 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 229 + Chalice + Chalice of Chance + Goblet of goodness, tumbler of treasures, glass of gambles. This drinking cup is a national treasure around Arulco, so don't mock it. + Chalice + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 124 + 0 + 1 + 3000 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 230 + Claws + Bloodcat Claws + Taken right out from under them, these razor-sharp bloodcat claws could bring you a pretty penny in the right market. + Bloodcat Claws + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 120 + 1 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 231 + Teeth + Bloodcat Teeth + It takes a real man to rip these babies off. Bloodcat teeth are a rare and treasured commodity in some parts of the world. + Bloodcat Teeth + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 121 + 1 + 4 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 232 + Pelt + Bloodcat Pelt + Skinning a cat is no small feat. The price on this exotic fur won't be cheap. + Bloodcat Pelt + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 3 + 9 + 60 + 0 + 400 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 233 + Switch + Switch + NO DESCRIPTION NECESSARY! + Switch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 54 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 234 + Action Item + Action Item + NO DESCRIPTION NECESSARY! + Action Item + + 268435456 + 0 + 0 + 0 + 1 + 47 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 235 + Regen Boost + Regeneration Booster + This hypodermic syringe is filled with 10cc's of a fast-acting healing drug. The warning label reads: "Do not exceed more than 4 doses per day." + Regeneration Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 6 + 300 + 6 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 236 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 237 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 238 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 239 + Full Jar + Jar of Human Blood + A glass jar containing what appears to be human blood. What kind of sicko stores human blood anyway??? + Jar of Human Blood + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 240 + Ownership + Ownership + If you can read this, JA2 programmers messed up! NO DESCRIPTION NECESSARY! + Ownership + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 241 + Laser Scope + Laser Scope + The Universal Daylight Laser projects a highly visible red spot at a rather significant range. In a stainless steel housing, it fits onto the trigger guard of most sub-machine guns and pistols. + Laser Scope + You won't lose sight of your target when using one of these. The Universal Daylight Laser projects a highly visible red spot upt to 100ft during the day and over 1,000ft at night. In a stainless steel housing, it fits onto the trigger guard of most weapons. + 268435456 + 0 + 0 + 0 + 1 + 51 + 4 + 4 + 750 + 7 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 242 + Remote Trigger + Remote Bomb Trigger + Once the remote detonator has been placed onto an explosive, it won't ignite until you use this remote trigger device. + Remote Trigger + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 243 + Wire Cutters + Wire Cutters + Your average everyday handyman's wire cutters. + Wire Cutters + Your average everyday handyman's wire cutters. Extremely useful and versatile-don't leave home without them! + 268435456 + 0 + 16 + 0 + 1 + 88 + 4 + 2 + 20 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 244 + Duckbill + Duckbill + This metal object, when attached to the end of a shotgun barrel, causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. + Duckbill + Attach this metal object to the end of a shotgun barrel for a real deadly effect. It causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. Say good-bye to anyone who gets into its path. + 268435456 + 0 + 0 + 0 + 1 + 90 + 9 + 4 + 30 + 2 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 245 + Alcohol + Bottle of Alcohol + Booze, spirits, swamp root, hooch. At 80 proof, drinking this stuff will definitely lead to intoxication. + Bottle of Alcohol + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 106 + 20 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 246 + UV Goggles + UV Goggles + These UltraVision goggles provide superior night vision by using ultra-violet light. A warning label mentions they are not suitable for spelunking. + UV Goggles + These UltraVision goggles are the latest rage! Using ultra-violet light, they turn night into day. Ultra powerful, ultra comfortable, and ultra cool! + 32768 + 0 + 0 + 0 + 1 + 74 + 11 + 1 + 1500 + 9 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 247 + Discarded LAW + Discarded LAW + Having already delivered the hammer of justice upon its target, this empty LAW rocket launcher will live out the rest of its Dredd-ful existence as a glorified paper weight. + Discarded LAW + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 44 + 21 + 0 + 30 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 248 + Head + Head + One unidentified, slightly decaying, human head. + Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 249 + Head + Impostor's Head + The Imposter won't be imposing on anyone anymore. You're the proud owner of his slightly decaying head. + Impostor's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 250 + Head + T-Rex's Head + T-Rex may be gone like the dinosaurs, but be sure to hold on to his head for posterity. + T-Rex's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 2 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 251 + Head + Slay's Head + Slay's been slain and all that remains is his decomposing head. + Slay's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 3 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 252 + Head + Druggist's Head + This Druggist won't be renewing any prescriptions. His head is on your chopping block now. + Druggist's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 4 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 253 + Head + Matron's Head + No one's gonna miss MOM, or her head. It's yours for the taking. + Matron's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 5 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 254 + Head + Tiffany's Head + Tiffany Eddie may not have profited from using his head but you will, now that he's dead. + Tiffany's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 6 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 255 + Wine + Wine + This bottle of Saw Mill Spring's finest red vino combines fermented grape juice with the flavor of wood pulp for a truly unique taste. + Wine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 100 + 12 + 1 + 20 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 256 + Beer + Beer + At 6.9 per cent alcohol, who the hell cares where this stuff came from? This ice beer will even put a Russian under the table. + Beer + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 101 + 4 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 257 + Porn + Porno Magazine + Bustler magazine, July issue. Features an interesting pictorial by Demi Moon and various articles no one will ever read. + Porno Magazine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 99 + 0 + 2 + 20 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 258 + Video Camera + Video Camera + This VHS camera will record and play back all your favorite memories, including embarrassing wedding moments or local magistrates in compromising positions. + Video Camera + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 43 + 20 + 0 + 900 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 259 + Robot Remote + Robot Remote Control + Send your robot out to do your dirty work with this trusty remote control. Let him do your bidding as you sit pretty from a point of safety. + Robot Remote Control + Not for sale through BR. + 32768 + 0 + 0 + 0 + 0 + 42 + 5 + 1 + 2500 + 0 + 0 + -5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 260 + Claw + Creature Claw + A razor-sharp claw from one of those repugnant creatures that is thankfully dead. + Creature Claw + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 103 + 20 + 0 + 500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 261 + Flesh + Creature Flesh + A rotting chunk of putrified creature flesh. At least this one's dead now. + Creature Flesh + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 7 + 40 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 262 + Organ + Unidentifiable Creature Organ + Dead creature innards, just in time for lunch! + Unidentifiable Creature Organ + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 104 + 10 + 0 + 1000 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 263 + Remote + Remote Control + This is device to control something from a distance. It only has one button on it, though. + Remote Control + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 264 + Platinum Watch + Platinum Watch + Tell time in style with this designer watch featuring a quartz crystal, swiss movement and 4 microns of beautiful platinum plating. + Platinum Watch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 47 + 2 + 8 + 500 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 265 + Golf Clubs + Golf Clubs + This bag of woods and irons is a vintage set that has seen better days on the green. Although slightly beat up, you could still score under par with them. + Golf Clubs + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 136 + 100 + 0 + 200 + 2 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 266 + Walkman + Walkman + Listen to your favorite tunes wherever you go with this portable cassette player and mini-headphones. They will make any long trek a little more merry. + Walkman + Not for sale through BR. + 32768 + 0 + 0 + 0 + 3 + 11 + 5 + 1 + 100 + 1 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 267 + Portable TV + Portable TV + You won't miss your favorite cartoon or lose track of the football scores with this portable television. Don't leave home without it! + Portable TV + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 8 + 50 + 0 + 300 + 2 + 0 + -3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 268 + CurBal + Current Balance: + This is how you access your main 'bank account' where you can get your hands on cash by clicking on the different amounts followed by 'Done'. Having cash in hand is sometimes very useful. + Current Balance: + Not for sale through BR. + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 269 + Cigars + Cigars + A solid box of robustos. Suitable to be clenched between your teeth in the heat of battle or for hanging around a cigar lounge with a fine glass of port. + Cigars + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 10 + 10 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 270 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 271 + Key + Small key + A small gold-coloured key which might fit a cabinet lock. + Key + + 65536 + 0 + 0 + 0 + 1 + 82 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 272 + Key + Prison key + A prison key made of stainless steel. + Key + + 65536 + 1 + 0 + 0 + 1 + 83 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 273 + Key + Cheap key + A simple key. Looks like it would fit a pretty crummy lock. + Key + + 65536 + 2 + 0 + 0 + 1 + 84 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 274 + Key + Dull key + A dull-coloured key. + Key + + 65536 + 3 + 0 + 0 + 1 + 87 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 275 + Key + Shiny key + A shiny key which probably fits a more than ordinary lock. + Key + + 65536 + 4 + 0 + 0 + 1 + 91 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 276 + Key + Padlock key + A padlock key. + Key + + 65536 + 5 + 0 + 0 + 1 + 92 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 277 + Key + Electronic Key + An electronic key with a magnetic strip in place of metal teeth. + Key + + 65536 + 6 + 0 + 0 + 1 + 108 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 278 + Key card + Key card + An electronic key card. + Key + + 65536 + 7 + 0 + 0 + 1 + 109 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 279 + Key + + + Key + + 65536 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 280 + Key + Key + + Key + + 65536 + 9 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 281 + Suppressor + Flash Suppressor + Standard equipment for keeping those pesky muzzle flashes from giving away your position. + Flash Suppressor + Standard equipment for keeping those pesky muzzle flashes from giving away your position. + 268435456 + 0 + 0 + 0 + 1 + 149 + 4 + 4 + 100 + 3 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 282 + RPG-7 + RPG-7 + Hey, it's an RPG, baby! + RPG-7 + The Rocket Propelled Grenade, or RPG, is a cheap, single-shot weapon. It's main purpose to to provide an inexpensive albeit devastating weapon against soft targets. + 16 + 282 + 3 + 0 + 0 + 68 + 79 + 0 + 1500 + 10 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 283 + HE RPG + High Explosive RPG + Perfect for those times when you need to make a big entrance. + HE RPG + A high explosive rocket propelled grenade is perfect for those times when you need to make a big entrance. + 256 + 30 + 0 + 0 + 1 + 150 + 21 + 0 + 1200 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 284 + AP RPG + Armor Piercing RPG + One shot. One kill. One big mess to clean up afterwards. + AP RPG + One shot. One kill. One big mess to clean up afterwards. (Mop sold separately) + 256 + 31 + 0 + 0 + 1 + 152 + 21 + 0 + 2000 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 285 + Frag RPG + Fragmentation RPG + Put 'em down for the count with flying shrapnel. + Frag RPG + Put 'em down for the count with flying shrapnel from this rocket propelled grenade. + 256 + 32 + 0 + 0 + 1 + 151 + 21 + 0 + 1000 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 286 + Reflex Scope + ACOG Scoped Reflex Sight + Reflex advanced combat gun scope with 4x magnification, integral rear ghost ring aperture yellow center illumination for close-combat sighting. + ACOG Scoped Reflex Sight + Reflex advanced combat gun scope with 4x magnification, integral rear ghost ring aperture yellow center illumination for close-combat sighting. Includes flat top adapter, backup iron sights and dust cover. + 268435456 + 0 + 0 + 0 + 1 + 155 + 4 + 4 + 1200 + 6 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 30 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 287 + Reflex Sight + Trijicon Reflex Sight + This reflex dual-illuminated advanced combat gun sight is the new standard for instant any-light shooting accuracy. + Trijicon Reflex Sight + This reflex dual-illuminated advanced combat gun sight is the new standard for instant any-light shooting accuracy. It gives you maximum accuracy and true-to-life targeting, instantly. + 268435456 + 0 + 0 + 0 + 1 + 156 + 2 + 4 + 1200 + 6 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 288 + 9mm C-Mag + 9mm C-Mag + This Beta C-Mag magazine contains 100 rounds of 9mm ammunition. As a jacketed round, it has a lesser tendency for barrel leading than its non-jacketed counterpart. + 9mm C-Mag + This Beta C-Mag contains 100 rounds of Fiocchi round tip ammunition. This round is a popular purchase among seasoned mercenaries and up-and-coming soldiers of fortune. + 1024 + 60 + 0 + 0 + 1 + 157 + 10 + 2 + 100 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 289 + 9mm C-Mag AP + 9mm C-Mag, AP + These 100 hardened steel rounds are the best sub-machine gun armor-defeating ammunition. + 9mm C-Mag, AP + We searched far and wide for this round; the Armor Piercing ability of the 100-round Beta C-Mag makes it the bane of all unwelcome law enforcement personnel. + 1024 + 61 + 0 + 0 + 1 + 158 + 10 + 2 + 300 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 290 + 9mm C-Mag HP + 9mm C-Mag, HP + This Beta C-Mag holds 100 rounds of federal jacketed hollow point ammunition. It combines the wound characteristics of hollow point with the penetration abilities of standard ball ammunition. + 9mm C-Mag, HP + This 100-round Beta C-Mag of 115 grain Jacketed Hollow Point ammunition is a special buy straight from COR-BON. We guarantee it will make your MP-5 the envy of any SWAT team. + 1024 + 62 + 0 + 0 + 1 + 159 + 10 + 2 + 200 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 291 + 9mm C-Mag Adapter + 9mm C-Mag Adapter + This special adapter can be attached to certain 9mm weapons to allow for the use of the 100-rd Beta C-Mags. + 9mm C-Mag Adapter + This special adapter can be attached to certain 9mm weapons to allow for the use of the 100-rd Beta C-Mags. + 268435456 + 0 + 0 + 0 + 1 + 162 + 3 + 2 + 1000 + 7 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 70 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 292 + 5.56mm C-Mag Adapter + 5.56mm C-Mag Adapter + This special adapter can be attached to certain 5.56mm weapons to allow for the use of the 100-rd Beta C-Mags. + 5.56mm C-Mag Adapter + This special adapter can be attached to certain 5.56mm weapons to allow for the use of the 100-rd Beta C-Mags. + 268435456 + 0 + 0 + 0 + 1 + 161 + 3 + 2 + 1000 + 8 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 70 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 293 + Commando Mortar + Commando Mortar + The Commando Mortar is a 60mm caliber mortar, slightly lighter and faster than the M224. + Commando Mortar + The Commando Mortar is a 60mm caliber mortar, slightly lighter and faster than the M224. + 16 + 293 + 20 + 0 + 0 + 71 + 50 + 0 + 2500 + 10 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 294 + Mustard Gas Shell + Mustard Gas Mortar Shell + This Mustard Gas bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for a delayed, impact, near-surface, or proximity burst detonation. + Mustard Gas Shell + This Mustard Gas mortar shell features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for delayed, impact, near-surface or proximity burst detonations. + 512 + 33 + 0 + 0 + 1 + 160 + 34 + 2 + 350 + 9 + 0 + -5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 295 + 20mm HE Clip + 20mm HE Clip + A six-shot clip of 20mm high explosive grenades. + 20mm HE Clip + A six-shot magazine of 20mm high explosive fragmentation grenades. Fun for the whole family! + 256 + 34 + 0 + 0 + 1 + 163 + 8 + 4 + 800 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 296 + OICW Launcher + OICW Grenade Launcher + The XM-29 OICW comes with an integrated 20mm grenade launcher that can fire either single shot or dual-shot bursts. + OICW Grenade Launcher + The XM-29 OICW comes with an integrated 20mm grenade launcher that can fire either single shot or dual-shot bursts. + 16 + 296 + 0 + 0 + 0 + 39 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 297 + 4.6mm mag + 4.6mm Magazine + This 40-round magazine contains 4.6mm ammunition for the HK MP-7. This round possesses wound and range capabilites comparable to a rifle round. + 4.6mm Magazine + Specialized ammunition uniquely used by the HK MP-7. Each bullet is about as large as a rifle round, and packs around the same punch. + 1024 + 63 + 0 + 0 + 1 + 166 + 4 + 4 + 900 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 298 + Frag Cylinder + 40mm Grenade Cylinder + This is a six-shot grenade cylinder filled with fragmentation grenades. When fired from the 40mm grenade launcher each grenade will ignite its encased TNT after a short delay. + 40mm Grenade Cylinder + This is a six-shot grenade cylinder filled with fragmentation grenades. Each grenade features a time-delayed firing device to ignite its encased TNT. Fired from the MGL Mk.1 grenade launcher, this round can provide great lethal coverage. + 256 + 16 + 0 + 0 + 1 + 167 + 60 + 2 + 2400 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 299 + Smoke Cylinder + 40mm Smoke Grenade Cylinder + Now they see you, now they don't. When properly employed, this six-shot 40mm smoke grenade cylinder will leave your opposition thinking they're dealing with Houdini himself. + 40mm Smoke Grenade Cylinder + When fired from a MGL Mk.1, the grenades in this six-shot cylinder will quickly release a cloud of smoke that will aid in battlefield entry or withdrawal. + 256 + 19 + 0 + 0 + 1 + 168 + 60 + 2 + 600 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 300 + Stun Cylinder + 40mm Stun Grenade Cylinder + When fired from the MGL Mk.1, the six projectiles contained in this cylinder will create a massive vacuum that will leave your enemies gasping for air. + 40mm Stun Grenade Cylinder + This six-shot MGL Mk.1 grenade cylinder contains projectile rounds that will create a massive vacuum, depriving the surrounding impact area of oxygen. Anyone standing within the detonated area will be left gasping, as waves of air rush back into its core. + 256 + 18 + 0 + 0 + 1 + 169 + 60 + 2 + 1200 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 301 + Hartford 6 + Modified EMF Hartford 6 Shooter + This is a .357 caliber, six shooter modified for Tex Colburn. It has a ten inch barrel and a sculptured ivory handle with TEX engraved in 14kt gold flake. + Modified EMF Hartford 6 Shooter + This is a .357 caliber, six shooter modified for Tex Colburn. It has a ten inch barrel and a sculptured ivory handle with TEX engraved in 14kt gold flake. + 2 + 6 + 3 + 0 + 0 + 76 + 16 + 1 + 2250 + 9 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 23 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 302 + Key + Key + + Key + + 65536 + 31 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 303 + Platter + Silver Platter + This rather tarnished silver platter bears no inscription. It looks as though it may have been a thoughtful gift at one time. + Silver Platter + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 31 + 4 + 0 + 150 + 2 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 304 + Duct Tape + Duct Tape + This roll of gray, 2-inch wide heavy-duty tape is great for patching holes and keeping things together. + Duct Tape + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 30 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 305 + Rod + Aluminum Rod + This aluminum curtain rod is broken at both ends. Wonder what happened to the curtains. + Aluminum Rod + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 28 + 3 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 306 + Spring + Spring + This small, heavy-duty, metal coil spring is common to many household appliances. + Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 32 + 1 + 8 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 307 + Rod & Spring + Rod & Spring + Install this smart, well-crafted spring and bolt replacement in a firearm to boost its rate of fire! + Rod & Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 33 + 4 + 1 + 25 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 308 + Steel Tube + Steel Tube + A basic raw piece of steel, looking for a home. + Steel Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 133 + 4 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 309 + Quick Glue + Quick Glue + Once this glue gets a grip, it doesn't let go. It will permanently stick to most substances in less than 3 minutes. + Quick Glue + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 132 + 2 + 6 + 5 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 310 + Extender + Gun Barrel Extender + attach this nifty chunk of hardware to any gun barrel and watch your range soar. + Gun Barrel Extender + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 134 + 6 + 1 + 150 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 311 + String + String + A 19-foot piece of typical white string. + String + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 35 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 312 + Can + Soda Can + This old soda can looks as though it's been kicking around for quite some time. + Soda Can + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 27 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 313 + Can w/ String + Soda Can with String + A piece of string attached to a soda can makes a great noise-maker when tied to a car bumper at a wedding party procession. + Soda Can with String + Not for sale through BR. + 268435456 + 0 + 22 + 0 + 2 + 36 + 2 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 314 + Marbles + Marbles + These round, shiny, colorful, and surprisingly heavy balls of glass are usually found in young boys' pockets. They are used mostly for amusement. + Marbles + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 122 + 3 + 6 + 5 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 315 + LameBoy + LameBoy Display + A Liquid Crystal Display ripped out of a small, portable, grayscale game machine. + LameBoy Display + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 127 + 6 + 1 + 200 + 6 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 316 + Copper Wire + Copper Wire + Your everyday copper wire, great for electronics. + Copper Wire + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 128 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 317 + Display Unit + Display Unit + This contraption is essentially a LameBoy LCD rigged with copper wiring. + Display Unit + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 126 + 7 + 1 + 50 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 318 + FumblePak + FumblePak + This Kid-tendo Fumble Pak device vibrates a video game joystick during gameplay. Warning: it may cause the player to lose his grip. + FumblePak + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 130 + 1 + 1 + 100 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 319 + X-ray Tube + X-ray Tube + This is a piece of a hospital x-ray machine. + X-ray Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 131 + 1 + 2 + 10 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 320 + Gum + Pack of Gum + A pack of sugurless, spearmint flavored chewing gum. Dentists recommend chewing after every meal and between brushings. + Pack of Gum + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 29 + 1 + 8 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 321 + X-ray Device + X-ray Device + This is a nifty looking, but sticky device made from various parts. It looks like it could light up and vibrate. + X-ray Device + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 129 + 3 + 1 + 100 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 322 + Batteries + Batteries + NeverReady double 'A' batteries. This may sound like a description of some woman you know, and just like a woman, these batteries will likely conk out on you, just when you need them the most. + Batteries + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 26 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + + + 323 + Rubber Band + Rubber Band + Elasticity at its best. This rather old invention is still great for keeping a few things together. + Rubber Band + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 123 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 324 + X-ray Detector + X-ray Detector + This homemade x-ray device looks like it will actually function, flashing a vibrating x-ray pulse and crudely displaying the results on its LCD. Batteries required. + X-ray Detector + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 125 + 10 + 1 + 2500 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + + + 325 + Silver + Silver Nugget + A nugget of pure silver, probably right out of Arulco's silver mines. + Silver Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 2 + 38 + 2 + 1 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 326 + Gold + Gold Nugget + Just like cash, only heavier. This is a shiny, impressive nugget of pure gold, compliments of Arulco's rather meager mineral mines. + Gold Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 1 + 135 + 2 + 1 + 300 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 327 + Gas + Tank of Gas + Use this tank of gas wisely. They are extremely hard to come by, here in Arulco. + Gas Can + + 8192 + 0 + 23 + 0 + 2 + 39 + 20 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + + 328 + Calico M-900 + Calico M-900 + Another reincarnation of the M960, this version has a unusually longer barrel for a 9mm weapon and semi auto-fires with the same 50 round clip. + Calico M-900 + Another reincarnation of the M960, this version has a unusually longer barrel for a 9mm weapon and semi auto-fires with the same 50 round clip. + 2 + 328 + 3 + 0 + 0 + 50 + 22 + 0 + 900 + 8 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 1300 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 329 + Calico M-950 + Calico M-950 + An American made, pistol version of the M960. Using the same 50 round clip, it could probably only be classified a pistol in the U.S.A. + Calico M-950 + An American made, pistol version of the M960. Using only semi-automatic and limited burst fire & the same 50 round clip, it could probably only be classified a pistol in the U.S.A. + 2 + 329 + 3 + 0 + 0 + 51 + 10 + 0 + 400 + 6 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 330 + Calico M-960A + Calico M-960A + Known as the "Mini Sub Machine Gun" this American model uses a helical-feed 50 round magazine of 9mm bullets, and has been making things right since 1990. + Calico M-960A + Known as the "Mini Sub Machine Gun" this American model uses a helical-feed 50 round magazine of 9mm bullets, and has been making things right since 1990. + 2 + 330 + 3 + 0 + 0 + 52 + 22 + 0 + 900 + 7 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 331 + Micro-Uzi + Micro-Uzi + The name says it all, it's an Uzi. First there was the Mini-Uzi, now the Micro-Uzi. One can only wonder when the Pocket-Uzi will roll-off the Israeli assembly line. + Micro-Uzi + The name says it all, it's an Uzi. First there was the Mini-Uzi, now the Micro-Uzi. One can only wonder when the Pocket-Uzi will roll-off the Israeli assembly line. + 2 + 331 + 3 + 0 + 0 + 53 + 19 + 1 + 300 + 5 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 332 + L85A2 + Enfield L85A2 + This British weapon was actually made in Nottingham, not Enfield, where computer controlled tools were finally able to eliminate all of its serious defects. + Enfield L85A2 + This British weapon was actually made in Nottingham, not Enfield, where computer controlled tools were finally able to eliminate all of its serious defects. + 2 + 332 + 3 + 0 + 0 + 54 + 38 + 0 + 1300 + 6 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 333 + MP-5A2 + H&K MP-5A2 + The MP-5A2, basically, is no more than the scaled-down version of the Heckler-Koch G3 battle rifle. + H&K MP-5A2 + The MP-5A2, basically, is no more than the scaled-down version of the Heckler-Koch G3 battle rifle. + 2 + 333 + 3 + 0 + 0 + 59 + 25 + 0 + 900 + 4 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 334 + MP-5SD3 + H&K MP-5SD3 + A silenced version of the H&K MP-5 with integral silencer and retractable stock of A3 version. + H&K MP-5SD3 + A silenced version of the H&K MP-5 with integral silencer and retractable stock of A3 version. + 2 + 334 + 3 + 0 + 0 + 60 + 29 + 0 + 1000 + 4 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 800 + 90 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 335 + MP-5N + H&K MP-5N + The MP-5N was orignally developed for US Navy SEALs. + H&K MP-5N + Modern version of the MP-5 developed for US Navy SEALs. The barrel is threaded to accept US-made detachable silencers. + 2 + 335 + 3 + 0 + 0 + 61 + 29 + 0 + 1600 + 7 + 2 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 336 + UMP-45 + H&K UMP-45 + The UMP (Universal Machinen-Pistole = Universal Submachine Gun) was developed by the Heckler & Koch company of Germany in the mid- to late- 1990s. + H&K UMP-45 + The UMP (Universal Machinen-Pistole = Universal Submachine Gun) was developed by the Heckler & Koch company of Germany in the mid- to late- 1990s. + 2 + 336 + 3 + 0 + 0 + 62 + 22 + 0 + 1300 + 6 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 337 + Five-seveN + FN Five-seveN + The Five-seveN pistol was designed as a complimentary sidearm for the P90 submachine-gun. The Five-seveN is a delayed blowback operated, semi-automatic firearm. + FN Five-seveN + The Five-seveN pistol was designed as a complimentary sidearm for the P90 submachine-gun. The Five-seveN is a delayed blowback operated, semi-automatic firearm. It features a polymer frame with underbarrel acessory rail. + 2 + 337 + 3 + 0 + 0 + 63 + 6 + 1 + 1000 + 7 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 45 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 338 + P7M8 + H&K P7M8 + The P7 pistols are known for their low barrel axis and slim profile, which makes them accurate and easily concealable pistols. + H&K P7M8 + The P7 pistols are known for their low barrel axis and slim profile, which makes them accurate and easily concealable pistols. They also are somewhat expensive, but have a strong following among many shooters. + 2 + 338 + 3 + 0 + 0 + 64 + 7 + 1 + 400 + 4 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 339 + G36K + H&K G36K + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36K is the carbine version. + H&K G36K + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36K is the carbine version, and comes with standard dual scope mount. + 2 + 339 + 3 + 0 + 0 + 65 + 33 + 0 + 2500 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 340 + G36C + H&K G36C + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36C is the compact version. + H&K G36C + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36C is the compact or commando version. + 2 + 340 + 3 + 0 + 0 + 66 + 28 + 0 + 2400 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 341 + MSG-90A1 + H&K MSG-90A1 + The MSG-90 sniper rifle was made by Heckler-Koch as a "militarized" offspring of their PSG-1 police sniper rifle. + H&K MSG-90A1 + The MSG-90 sniper rifle was made by Heckler-Koch as a "militarized" offspring of their PSG-1 police sniper rifle. The MSG-90A1 is fitted with the barrel threaded on the muzzle to accept screw-on silencers. + 2 + 341 + 3 + 0 + 0 + 67 + 64 + 0 + 3000 + 10 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 342 + M4 Super 90 + Bennelli M4 Super 90 + The M4 is a high quality, very versatile shotgun, and is very popular as a police weapon, and as a civilian weapon for self defense. + Bennelli M4 Super 90 + The M4 uses an inertia recoil semi-automatic system which allows to the shooter to lock the semi-automatic action and switch to the manually operated pump-action mode and back in the matter of seconds. + 2 + 342 + 3 + 0 + 0 + 69 + 32 + 0 + 1400 + 7 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 35 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 343 + AK-103 + AK-103 + More powerful than its predescent AK-74, this rifle employs many of today's new technologies. Long live the AK-47! + AK-103 + Back to the future... The return of the 7.62mm cartridges. More powerful than its predescent AK-74, this rifle employs many of today's new technologies. Long live the AK-47! + 2 + 343 + 3 + 0 + 0 + 70 + 34 + 0 + 2200 + 8 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 344 + G36E + H&K G36E + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. + H&K G36E + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. + 2 + 344 + 3 + 0 + 0 + 72 + 36 + 0 + 2500 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 345 + OICW + XM-29 OICW + The XM-29 is part 20mm magazine fed grenade launcher, part G36 5.56mm assault rifle, and all kinds of whoop-ass. + XM-29 OICW + The XM-29 is a combination weapon, part 20mm magazine fed grenade launcher and part 5.56mm assault rifle. Both parts are assembled into the single one-man portable unit with a built-in target acquisition / fire control system (TA/FCS). + 2 + 345 + 3 + 0 + 0 + 73 + 55 + 0 + 5000 + 10 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 2 + 1 + 750 + 0 + 0 + 0 + 0 + 20 + 90 + 10 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 296 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 346 + MP-7 + H&K MP-7 PDW + The MP-7 is a compact submachine gun with folding forward grip and telescoped buttstock, and is designed to fire special, high velocity 4.6mm ammunition. + H&K MP-7 PDW + The MP-7 is a compact submachine gun with folding forward grip and telescoped buttstock, and is designed to fire special, high velocity 4.6mm ammunition. + 2 + 346 + 3 + 0 + 0 + 74 + 15 + 0 + 2900 + 10 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 950 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 347 + MGL Mk1 + Milkor MGL Mk.1 Grenade Launcher + The Milkor MGL six-shot 40mm grenade launcher is the world's first mass-produced multi-shot, rapid-fire 40mm hand-held weapon. + Milkor MGL Mk.1 Grenade Launcher + The Milkor MGL six-shot 40mm grenade launcher is the world's first mass-produced multi-shot, rapid-fire 40mm hand-held weapon. The MGL can fire six shots in less than three seconds, making it essential in dealing with ambush situations and in urban warfare. + 16 + 347 + 20 + 0 + 0 + 75 + 53 + 0 + 2400 + 8 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 348 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 349 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 350 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml.bak b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml.bak new file mode 100644 index 000000000..99a9838ce --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Items.xml.bak @@ -0,0 +1,40539 @@ + + + + 0 + Nada + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + Glock 17 + Glock 17 + Favored by most military officers, this Austrian semi-automatic pistol is considered the defacto standard side-arm worldwide. + Glock 17 + Even though most of this Austrian pistol's parts are plastic, it will get detected by airport x-ray machines. The simple design of this recoil operated self-loader contains only 32 components, and is a common army issue worldwide. + 2 + 1 + 3 + 0 + 0 + 1 + 6 + 1 + 350 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + Glock 18 + Glock 18 + As the fully automatic version of the Glock 17, this Austrian pistol was specifically designed for military use. + Glock 18 + Of Austrian origin, the Glock 18 is deserving of the classification of machine pistol. As the Glock 17's successor, it was built to offer the option for automatic fire. Sorry, but parts from the Glock 17 and 18 are not interchangeable. + 2 + 2 + 3 + 0 + 0 + 2 + 6 + 1 + 480 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 1300 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + Beretta 92F + Beretta 92F + This Italian double action pistol can quickly turn any shooter into a Lethal Weapon. + Beretta 92F + U.S. Army issued, the Beretta 92F is a standard 9mm Parabellum pistol, with a modified trigger-guard to allow a two-handed grip. This is a very functional weapon. + 2 + 3 + 3 + 0 + 0 + 3 + 11 + 1 + 450 + 2 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 45 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + Beretta 93R + Beretta 93R + The 92F's leaner and meaner cousin. This fully automatic machine pistol could be your best friend in a close range fire fight. + Beretta 93R + The most pistol you'll ever need. Classified as a machine pistol, it features a fold-down front grip and an extendible steel shoulder stock, that attaches at the rear of the butt, to facilitate three-round mode shooting. + 2 + 4 + 3 + 0 + 0 + 4 + 11 + 1 + 470 + 2 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 1100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + .38 S&W + .38 Special + Tried and true by the boys in blue. This American pistol is the most common police service revolver in the world. + .38 S&W Special + The standard Smith and Wesson military and police double-action revolver is ideal for both self-defense and offensive purposes. When the mainspring ages however, the gun is prone to light hammer blows. + 2 + 5 + 3 + 0 + 0 + 5 + 11 + 1 + 250 + 1 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + Barracuda + Barracuda + The preferred weapon of Dirty Harry's little brother, this Belgian revolver has found its way into many American police holsters. + .357 Barracuda + The Belgian .357 magnum Barracuda revolver is a powerful choice for both offense and defense. Numerous test trials have shown that both men and women find it easier to handle than most handguns. + 2 + 6 + 3 + 0 + 0 + 6 + 10 + 1 + 300 + 1 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 23 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + Desert Eagle + Desert Eagle + This former Israeli pistol that is about as subtle as a hand-held nuke, is now being produced in the good ol' USA. + .357 Desert Eagle + This single-action, power-packed, gas-operated pistol is one hundred per cent U.S. made. Originally produced in Israel, it features a rotating bolt for positive lock-up, an ambidextrous safety, a steel frame, and a nickel or chrome finish. + 2 + 7 + 3 + 0 + 0 + 7 + 17 + 1 + 300 + 1 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 8 + Colt .45 + Colt .45 + The Almighty may have created man, but over the last century, this pistol has more than helped to keep them in line. + Colt .45 + This American made automatic pistol of classic design, is one of the most successful combat pistols ever invented. A proven man-stopper, it creates a wide wound channel that can cause severe nerve trauma. + 2 + 8 + 3 + 0 + 0 + 8 + 11 + 1 + 400 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 7 + 1 + 35 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 9 + MP5K + H&K MP5K + This German sub-machine gun is the must-have weapon for Die Hard terrorists and two-bit South American drug lords. + H&K MP5K + Heckler and Koch's MP5K is one of the most compact and deadly German sub-machine guns around. Anti-terrorist groups and drug cartels love this weapon because it's so small and easy to use. This tiny weapon is easily hidden under clothing. + 2 + 9 + 3 + 0 + 0 + 9 + 21 + 0 + 980 + 3 + -1 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + MAC-10 + MAC-10 + The American Uzi. Born in the days of disco, this weapon has been very popular in the land of pink flamingos and snow. + .45 MAC-10 + The U.S. Military Armament Corp. Model-10: a real man's sub-machine gun. Its steadiness allows for single-handed firing and its threaded barrel can fit a 'sound suppressor,' which is similar to a silencer but won't reduce bullet velocity. + 2 + 10 + 3 + 0 + 0 + 10 + 28 + 0 + 1170 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 1090 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + Thompson + Thompson M1A1 + As the successor to the Tommy Gun, this weapon became very popular on the streets of prohibition-Chicago and the beaches of Normandy. + Thompson M1A1 + Although heavier than most submachine guns, the 'Tommy Gun' is still favored by Commando and Ranger forces. None have been built since the 1960's, but they are still very common, and have definitely weathered the test of time. + 2 + 11 + 3 + 0 + 0 + 11 + 48 + 0 + 700 + 3 + 3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 700 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 12 + M4A1 + Colt M4A1 + This mini version of the M-16 is a prized tool for knocking off noisy neighbors and petty dictators. + Colt M4A1 + Very small, and yet, very deadly. The Colt M4A1 is an attractively short and concealable assault rifle that was based on the M16 design. It is extremely popular among several US armed forces. + 2 + 12 + 3 + 0 + 0 + 12 + 26 + 0 + 1330 + 5 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 13 + H&K 53 + H&K 53 + Only two inches longer than the MP5 submachine gun, the HK53 provides all the hard-hitting firepower of the 5.56mm caliber in a compact package. + H&K 53 + Only two inches longer than the MP5 submachine gun, the HK53 provides all the hard-hitting firepower of the 5.56mm caliber in a compact package. + 2 + 13 + 3 + 0 + 0 + 13 + 28 + 0 + 1000 + 4 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 14 + AKSU-74 + AKSU-74 + Commonly used by the Russian Spetsnaz, the muzzle flash from this SMG's short barrel has singed many an eyebrow. + AKSU-74 + Russian in origin, this sub-machine gun is a shorter version of the AK-74. It's a combat intensive weapon with a bulbous muzzle attachment to compensate for firing 5.45mm Soviet rifle cartridges in a much shorter barrel. + 2 + 14 + 3 + 0 + 0 + 14 + 39 + 0 + 1180 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 15 + P90 + FN-P90 + This Belgian weapon is one of the most advanced submachine guns in the world and is highly coveted by several special forces. + 5.7mm FN-P90 + Chews through Kevlar like it was butter. The FN-P90 is a blowback machine pistol with truly powerful ballistic capabilities. All controls are fully ambidextrous, with a cocking handle fitted on both sides and two open sights. + 2 + 15 + 3 + 0 + 0 + 15 + 28 + 0 + 2750 + 10 + -2 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 16 + Type-85 + Type-85 + Cheap, simple, and rugged. This motto for Chinese military designs is truly reflected in this mass-produced weapon. + Type-85 + Of Chinese design, the Type-85 submachine gun is a plain blowback weapon that is remarkably lightweight due to its rotating bolt system. The weapon's manufacturers claim that it also fires the subsonic type-64 cartridge. + 2 + 16 + 3 + 0 + 0 + 16 + 19 + 0 + 620 + 3 + -4 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 780 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 17 + SKS + SKS + This extremely common semi-automatic carbine weapon has seen action in almost every Communist country in the world. + SKS + The Simonov self-loading SKS automatic rifle has a simple design and is easy to operate. Developed during WWII, it was later distributed to most Warsaw Pact members. Its only weak spot: it's a little heavy for its cartridge. + 2 + 17 + 3 + 0 + 0 + 17 + 39 + 0 + 1350 + 5 + -4 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 18 + Dragunov + Dragunov + Reach out and touch someone the Russian Army way. This rifle has struck more than fear into the hearts of officers worldwide. + Dragunov + This Russian sniping rifle is known for its accuracy. Standard issues with the rifle are the PSO-1 telescope sight and the image-intensifying NSPU-3 night sight. + 2 + 18 + 3 + 0 + 0 + 18 + 43 + 0 + 1930 + 6 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 19 + M24 + M24 + Call on the M-24 to deliver your 7.62mm package up to a mile away in two seconds flat. It guarantees delivery every time. + M24 + The Remington M24 is the standard sniping rifle of the US Army. This bolt-action rifle's stock is made of synthetic material with an aluminum bedding lock and comes with an adjustable buttplate. + 2 + 19 + 3 + 0 + 0 + 19 + 55 + 0 + 1950 + 6 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 20 + Steyr + Steyr AUG + The 'Evil Assault Rifle' poster-child for US gun control lobbyists is the futuristic looking Austrian army standard rifle. + Steyr AUG + This Austrian automatic rifle has a unique modular design with many interchangeable parts. It was one of the first rifles to use a plastic firing mechanism as well as plastic furniture. + 2 + 20 + 3 + 0 + 0 + 20 + 36 + 0 + 2380 + 8 + 1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 21 + G41 + H&K G41 + Harder hitting than a hangover from a night of downing German lager, this G41 will quickly become your enemy's headache. + H&K G41 + Built to NATO weapons standards, this assault rifle is a great piece of German engineering. It features an ejection port dust cover and a hold-open device to keep the bolt open when emptying the mag. + 2 + 21 + 3 + 0 + 0 + 21 + 41 + 0 + 1620 + 6 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 850 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 22 + Mini-14 + Ruger Mini-14 + This Sturm Ruger rifle is a 70's era mechanical copy of the W.W.II Garand. It makes an ideal gift for the Survivalist in the family. + Ruger Mini-14 + Considered to be the great American hunting rifle, it's perfect for paramilitary use. It naturally enhances your ability to hit on target because of its low recoil forces. + 2 + 22 + 3 + 0 + 0 + 22 + 29 + 0 + 1100 + 4 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 23 + C-7 + C-7 + This rifle shouts the Canuck motto, 'Anything the Yanks can do, we can do better.' This version of the M-16 is every merc's dream come true. + C-7 + It's the Canadian version of the American M16A2. Trust those crazy Canucks to incorporate such safety devices as a case deflector to prevent empty cases from being flung into the faces of left-handed firers. + 2 + 23 + 3 + 0 + 0 + 23 + 36 + 0 + 2680 + 8 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 24 + FA-MAS + FA-MAS + Nicknamed 'The Bugle' by French Army Troops, this bullpup rifle packs the utility of the M-16 in under two-and-a-half feet. + FA-MAS + The French Army's FA-MAS rifle was the first 'bullpup' design to enter military service. It handles well, and shoots quite accurately. A bipod can also be attached for steadier shooting. + 2 + 24 + 3 + 0 + 0 + 24 + 36 + 0 + 1970 + 7 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 25 + AK-74 + AK-74 + This rifle is destined to become one of Russia's greatest exports, second only to tactical nuclear warheads. + AK-74 + Used as the Soviet infantry's standard automatic rifle, the AK-74 is a smaller caliber version of the AKM. While highly efficient and steady, with minimal recoil, it can be nasty to bystanders, as muzzle gases are diverted sideways. + 2 + 25 + 3 + 0 + 0 + 25 + 36 + 0 + 1830 + 6 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 26 + AKM + AKM + The AKM is the newest version of the infamous AK-47. This line of rifles has been used in Vietnam, Afghanistan, and many passenger jets. + AKM + As the modernized version of the AK-47 automatic rifle, it was one of the best and most widely distributed Soviet weapons. Designed for mass production, you'll find one of these automatic rifles slung over every frugal mercenary's shoulder. + 2 + 26 + 3 + 0 + 0 + 26 + 43 + 0 + 1450 + 5 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 27 + M-14 + M-14 + The M-14 is about as All-American as apple pie and the 4th of July. Any A-Team equipped with this rifle is gunning for victory. + M-14 + Truly American through and through. This lighter automatic rifle offers multiple firing options, but is best kept locked at semi-automatic. Unfortunately, without the ability to change its barrel, it can overheat with sustained firing. + 2 + 27 + 3 + 0 + 0 + 27 + 29 + 0 + 2120 + 7 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 28 + FN-FAL + FN-FAL + The phrase, 'Help, I've FAL-len and I can't get up,' takes on a whole new meaning when this rifle is involved. + FN-FAL + This Belgian automatic rifle set a new standard in weaponry in the early 1950's. Its robust and reliable design made it simple to use and maintain, despite its tendency for excessive climbing in automatic mode. + 2 + 28 + 3 + 0 + 0 + 28 + 43 + 0 + 2680 + 8 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 29 + G3A3 + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this ugly looking rifle delivers wounds that are equally foul. + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this Heckler and Koch automatic rifle sure ain't pretty, but it is definitely robust, reliable and highly effective. + 2 + 29 + 3 + 0 + 0 + 29 + 44 + 0 + 1570 + 5 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 500 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 30 + G11 + H&K G11 + The Porsche of assault rifles. This rifle goes from 0 to 3 rounds in under a second, and tears through Kevlar like butter. + H&K G11 + Germany's Heckler and Koch designed this weapon as the fastest automatic rifle around. Its high velocity shots tear right through Kevlar. Despite its unusual appearance, it is very comfortable to use and shoots extremely accurately. + 2 + 30 + 3 + 0 + 0 + 30 + 38 + 0 + 2530 + 8 + 3 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 31 + M870 + Remington M870 + This pump-action shotgun is one of the most versatile weapons money can buy. It can be used for hunting, home defense, and lock picking. + Remington M870 + A cherished 12-gauge shotgun for its smooth pump-action, it's a favorite of many police forces around the world. Commonly used as a hunting rifle, it can be found for sale in most local hardware stores. + 2 + 31 + 3 + 0 + 0 + 31 + 36 + 0 + 670 + 3 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 21 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 32 + SPAS-15 + SPAS-15 + This fearsome looking Italian semi-automatic assault shotgun has been banned in several countries. + SPAS-15 + The 12-gauge Franchi SPAS-15 shotgun's design is true Italian brilliance. It provides the options for gas, semi-automatic or manual pump action. + 2 + 32 + 3 + 0 + 0 + 32 + 38 + 0 + 980 + 4 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 30 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 33 + CAWS + CAWS + This German/US experimental Close Assault Weapon System makes the concept of human skeet shooting a gory reality. + CAWS + Olin/Heckler and Koch's Close Assault Weapon System is the ideal light support weapon for any aspiring mercenary. Designed for the 12-guage shotgun shell, it also fires miniature grenades. + 2 + 33 + 3 + 0 + 0 + 33 + 41 + 0 + 2900 + 9 + -3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + -1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 34 + Minimi + FN Minimi + This light machine gun, also known as the C-9 and M-249, has been known to moonlight as a beefed-up assault rifle. + FN Minimi + Reputed for its reliability, this Belgian machine gun is gas operated, with a simple rotating bolt system. Its design was adopted by the US Army as the M249 machine gun. + 2 + 34 + 3 + 0 + 0 + 34 + 68 + 0 + 3100 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 35 + RPK-74 + RPK-74 + The latest Russian squad support weapon is this light machine gun. It brings new meaning to the concept of 'spray and pray.' + RPK-74 + This Russian squad light automatic machine gun is simply a heavy-barreled version of the AK74 rifle. Its only drawback is that it tends to shoot the rifling out of its barrel within 5,000 rounds. + 2 + 35 + 3 + 0 + 0 + 35 + 48 + 0 + 3180 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 36 + H&K 21 + H&K 21 + This German infantry support weapon is a (not so) light machine gun that helps you pump up while mowing down your opposition. + H&K 21 + The German Heckler and Koch 21 is a fantastic all-purpose machine gun, featuring a heavy yet easily changeable barrel. Its bipod offers 3 height settings on which the gun can pivot 30 degrees in either direction. + 2 + 36 + 3 + 0 + 0 + 36 + 93 + 0 + 3420 + 10 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 37 + Knife + Combat Knife + This full-tang bowie-styled combat knife will convert you into a whirling, twirling machine of silent, subtle death. + Combat Knife + When the enemy is too close for comfort, this full-tang bowie-styled combat knife will definitely come in handy. It features a serrated 9" blade, and a wooden handle with a heavy-duty guard and pommel. + 4 + 37 + 4 + 0 + 1 + 79 + 9 + 2 + 100 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 38 + Throw. Knife + Throwing Knife + This finely balanced steel throwing knife brings new meaning to the expression killing them softly. Or, in this case, silently. + Throwing Knife + Polish up on your throwing skills with this double-edged chrome-plated high carbon steel blade. This slim little knife is a perfect choice for both novice and experienced throwers. + 8 + 38 + 3 + 0 + 1 + 53 + 1 + 4 + 50 + 3 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 62 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 39 + Rock + A Rock + A rock. + A Rock + A rock is what you've got in your head if you don't know what one is. + 64 + 39 + 6 + 0 + 1 + 57 + 5 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 40 + M79 + Grenade Launcher + If quick passage through a brick wall or a cluster of bad guys is what you need, the M79, a 40mm US grenade launcher from the Vietnam era, will terminate your troubles every time. + Grenade Launcher + Known for its accuracy at longer ranges, the 40mm M79 Grenade Launcher is not your average rifle grenade. This breech loaded, single shot, break-open weapon is usually fired from the shoulder. It features a blade foresight and a folding-leaf adjustable rear sight. + 16 + 40 + 20 + 0 + 0 + 37 + 26 + 0 + 900 + 6 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 41 + Mortar + Mortar + The M224 is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate, and a bipod. It was built to handle HE bombs. + Mortar + Commonly referred to as the battalion commander's artillery, the M224 mortar is a must-have for the serious mercenary commandant. It is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate and bipod, that was built to specifically accommodate HE shells. + 16 + 41 + 20 + 0 + 0 + 0 + 77 + 0 + 1800 + 10 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 42 + Rock + Another Rock + A rock is what you've got in your head if you don't know what one is. + Another Rock + A rock usually associated with a roll is a form of modern music that tends to be loud and a preferred choice of adolescents. + 64 + 42 + 6 + 0 + 1 + 60 + 4 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 43 + YM Claws + Young Male Claws + NO DESCRIPTION NECESSARY! + Young Male Claws + Not for sale through BR. + 4 + 43 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 44 + AM Claws + Adult Male Claws + NO DESCRIPTION NECESSARY! + Adult Male Claws + Not for sale through BR. + 4 + 44 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 45 + YF Claws + Young Female Claws + NO DESCRIPTION NECESSARY! + Young Female Claws + Not for sale through BR. + 4 + 45 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 46 + AF Claws + Adult Female Creature Claws + NO DESCRIPTION NECESSARY! + Adult Female Creature Claws + Not for sale through BR. + 4 + 46 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 47 + Queen Tentacle + Queen Tentacle + NO DESCRIPTION NECESSARY! + Queen Tentacle + Not for sale through BR. + 32 + 47 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 48 + Queen Spit + Queen Creature Spit + NO DESCRIPTION NECESSARY! + Queen Creature Spit + Not for sale through BR. + 2 + 48 + 3 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 49 + Dusters + Knuckle Dusters + This sturdy set of brass knuckles fits most hands. They will add some power to your punch. + Knuckle Dusters + You'll be packing a real punch with this set of handy brass knuckles. Although sturdy, they're small enough to fit into most back pockets. One size fits all. + 128 + 49 + 2 + 0 + 1 + 102 + 1 + 4 + 20 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 50 + Talon + Underslung Grenade Launcher + The "Talon" US military grenade launcher is known to propel enemies into the waiting claws of death. + Talon Underslung Grenade Launcher + Developed by the US military, this launcher can be attached to a wide range of assault rifles and machine guns. It comes equipped with a light folding stock and a special pistol grip stock, allowing it to be fired like a pistol. It is considered to be a good entry weapon. + 16 + 50 + 0 + 0 + 0 + 39 + 13 + 0 + 500 + 7 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 51 + LAW + LAW + One hit from this Light Anti-Tank Weapon is better than a one way ticket to Judgement Day. No judge, no jury, and all executioner. + LAW + The M72A2 Light Anti-Tank Weapon is a light-weight shoulder-fired rocket launcher which can penetrate a foot of tank armour or destroy small battlefield fortifications. A one-shot weapon of awesome destructive power. + 2 + 51 + 3 + 0 + 0 + 38 + 21 + 0 + 500 + 9 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 247 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 52 + Bloodcat Claws + Bloodcat Claws + NO DESCRIPTION NECESSARY! + Bloodcat Claws + Not for sale through BR. + 4 + 52 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 53 + Bloodcat Bite + Bloodcat Bite + NO DESCRIPTION NECESSARY! + Bloodcat Bite + Not for sale through BR. + 4 + 53 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 54 + Machete + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + 4 + 54 + 4 + 0 + 0 + 41 + 13 + 0 + 200 + 3 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 55 + Rocket Rifle + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + 2 + 55 + 3 + 0 + 0 + 45 + 40 + 0 + 5000 + 10 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 56 + Automag + Automag III + This Automag has been modified into a monster of a pistol which fires 7.62mm NATO rifle rounds. The name "Big Bertha" has been engraved on its sides. + Automag III + Not for sale through BR. + 2 + 56 + 3 + 0 + 0 + 40 + 12 + 0 + 1000 + 0 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 666 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 57 + Infant Spit + Infant Spit + NO DESCRIPTION NECESSARY! + Infant Spit + Not for sale through BR. + 2 + 57 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 58 + Young Male Spit + Young Male Spit + NO DESCRIPTION NECESSARY! + Young Male Spit + Not for sale through BR. + 2 + 58 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 59 + Old Male Spit + Old Male Spit + NO DESCRIPTION NECESSARY! + Old Male Spit + Not for sale through BR. + 2 + 59 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 60 + Cannon + Tank Cannon + NO DESCRIPTION NECESSARY! + Tank Cannon + Not for sale through BR. + 2 + 60 + 3 + 0 + 0 + 37 + 26 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 61 + Dart Gun + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + 2 + 61 + 3 + 0 + 0 + 46 + 12 + 1 + 500 + 5 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 62 + Bloody Knife + Bloody Throwing Knife + A small lightweight throwing knife with a double-edged, chrome-plated, high carbon steel blade that is covered in blood. + Bloody Throwing Knife + Not for sale through BR. + 8 + 62 + 3 + 0 + 1 + 95 + 1 + 4 + 50 + 0 + 0 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 63 + Flamethrower + Flamethrower + Sorry, guys, but this item didn't make it into the game! + Flamethrower + + 2 + 63 + 3 + 0 + 0 + 48 + 18 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 64 + Crowbar + Crowbar + This durable lever tool is a one-piece bar of titanium. While harder and stronger than steel, it weighs less, and won't rust. + Crowbar + This titanium crowbar will come in handy when stuck in a jam. It's a one piece bar of titanium that's harder and stronger than steel, and corrosion resistant. Since it weighs almost nothing, you can take it anywhere. + 128 + 64 + 2 + 0 + 1 + 85 + 30 + 0 + 40 + 1 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 65 + A. R. Rifle + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + 2 + 65 + 3 + 0 + 0 + 45 + 40 + 0 + 10000 + 10 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 66 + Barrett + Barrett M82A2 Sniper Rifle + This modified M82A1's bullpup layout places the action and barrel further back in the stock, retaining its barrel length while shortening its overall size. + Barrett M82A2 Sniper Rifle + This modified M82A1's bullpup layout places the action and barrel further back in the stock, retaining its barrel length while shortening its overall size. + 2 + 66 + 3 + 0 + 0 + 55 + 122 + 0 + 6200 + 10 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 67 + VAL Silent + VAL Silent Sniper Rifle + This silent sniper rifle from Russia fires heavy 9mm bullets at subsonic speeds and apparently can pierce all types of body armor at over 400 meters. + VAL Silent Sniper Rifle + This silent sniper rifle from Russia fires heavy 9mm bullets at subsonic speeds and apparently can pierce all types of body armor at over 400 meters. + 2 + 67 + 3 + 0 + 0 + 56 + 25 + 0 + 4100 + 9 + -3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 68 + H&K PSG1 + H&K PSG1 Sniper Rifle + This German made weapon exemplifies the country's reputation for precision and is a sniper's weapon of choice. + H&K PSG1 Sniper Rifle + This German made weapon exemplifies the country's reputation for precision and is a sniper's weapon of choice. + 2 + 68 + 3 + 0 + 0 + 57 + 80 + 0 + 2700 + 8 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 69 + TAR 21 + T.A.R. 21 + This new Israeli high-tech machine gun will bullpup your socks off. Weighing only 5.5 pounds empty, this weapon of death can fire off 900 5.56mm bullets a minute. + T.A.R. 21 + This new Israeli high-tech machine gun will bullpup your socks off. Weighing only 5.5 pounds empty, this weapon of death can fire off 900 5.56mm bullets a minute. + 2 + 69 + 3 + 0 + 0 + 58 + 24 + 0 + 2100 + 8 + 3 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 70 + Nothing + Using this slot will cause the game to crash. + Nada. + Nothing + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 71 + 9mm mag + 9mm Pistol Magazine, 15 + This magazine holds 15 rounds of 9mm ball ammunition. Although small, this ammo travels at rather high velocities, making it the preferred sidearm round to many military and law enforcement personnel. + 9mm Pistol Magazine + These 15 rounds of fine quality 115 grain Fiocchi round tip ammunition are ideal for anyone looking for an economical means of personal defense. + 1024 + 0 + 0 + 0 + 1 + 32 + 2 + 8 + 15 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 72 + 9mm SMG mag + 9mm SMG Magazine + This sub-machine gun magazine contains 30 rounds of 9mm ammunition. As a jacketed round, it has a lesser tendency for barrel leading than its non-jacketed counterpart. + 9mm SMG Magazine + This SMG magazine contains 30 rounds of Fiocchi round tip ammunition. This round is a popular purchase among seasoned mercenaries and up-and-coming soldiers of fortune. + 1024 + 1 + 0 + 0 + 1 + 35 + 3 + 4 + 30 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 73 + 9mm mag AP + 9mm Pistol Magazine, 15, AP + This magazine contains 15 hardened steel rounds of 9mm ammunition. Even though this round easily cuts through light body armor, it doesn't cause as much damage as jacketed and regular hollow point versions. + 9mm Pistol Magazine, AP + They've got Kevlar? Have no fear with this magazine; it's brimming with 15 rounds of hardened steel. This low power pistol round is your best bet against Kevlar. + 1024 + 2 + 0 + 0 + 1 + 33 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 74 + 9mm SMG mag AP + 9mm SMG Magazine, AP + These 30 hardened steel rounds are the best sub-machine gun armor-defeating ammunition. + 9mm SMG Magazine, AP + We searched far and wide for this round; the Armor Piercing ability of the 30-round magazine makes it the bane of all unwelcome law enforcement personnel. + 1024 + 3 + 0 + 0 + 1 + 36 + 3 + 4 + 90 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 75 + 9mm mag HP + 9mm Pistol Magazine, 15, HP + This magazine contains 15 rounds of 9mm federal-135-grain hollow point ammo. While its armor piercing capabilities are questionable, its tendency to expand in tissue more than makes up for its weaknesses. + 9mm Pistol Magazine, HP + This 15-round magazine of COR-BON 9mm Jacketed Hollow Point ammunition is truly the top of the line. It's a definite deterrent against any unarmored assailant. + 1024 + 4 + 0 + 0 + 1 + 34 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 76 + 9mm SMG mag HP + 9mm SMG Magazine, HP + This magazine holds 30 rounds of federal jacketed hollow point ammunition. It combines the wound characteristics of hollow point with the penetration abilities of standard ball ammunition. + 9mm SMG Magazine, HP + This 30-round mag of 115 grain Jacketed Hollow Point ammunition is a special buy straight from COR-BON. We guarantee it will make your MP-5 the envy of any SWAT team. + 1024 + 5 + 0 + 0 + 1 + 37 + 3 + 4 + 60 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 77 + .38 S-load + .38 Speed Loader + This 6-round speed loader of .38 Special ball ammunition offers average damage and penetration abilities by combining the features of both hollow point and armor piercing ammo. + .38 Speed Loader + This 6-round speed loader comes filled with 158 grain Winchester standard .38 Special round tip ammunition. For countless years, it has been the tried and true round in law enforcement. + 1024 + 6 + 0 + 0 + 1 + 24 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 78 + .38 S-load AP + .38 Speed Loader, AP + This speed loader contains 6 rounds of .38 caliber armor piercing ammunition. While its armor piercing abilities are due to its steel construction, it tends to create smaller wounds than lead ammo. + .38 Speed Loader, AP + Turn your classic .38 into a force to be reckoned with. Our own custom loaded .38 Full Metal Jacket round guarantees to stop any armored attacker dead in his tracks. + 1024 + 7 + 0 + 0 + 1 + 25 + 1 + 8 + 15 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 79 + .38 S-load HP + .38 Speed Loader, HP + Although these 6 rounds of .38 Special hollow point ammo tend to perform poorly against armor, it makes up for it by creating wider wound channels in unarmored opponents. + .38 Speed Loader, HP + The latest deal from Cor-Bon brought us this 6-round package of .38 Special +P 158 grain ammunition. It packs a punch few will live to forget. Warning: its continuous use in alloy frame revolvers is highly inadvisable. + 1024 + 8 + 0 + 0 + 1 + 26 + 1 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 80 + .45 mag + .45 Pistol Magazine + This 7-round magazine contains .45 Automatic Colt pistol ammunition. The standard .45ACP round creates wound channels that are comparable to those generated by 9mm and .38 hollow point rounds. + .45 Pistol Magazine + No collection would be complete without this classic man-stopper: a 7-round magazine of 230 grain UMC .45 ACP. + 1024 + 9 + 0 + 0 + 1 + 14 + 2 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 81 + .45 SMG mag + .45 SMG Magazine + The .45 standard round tip ball ammunition in this 30-round magazine offers a trade-off between the wound characteristics of hollow point and the penetration abilities of armor piercing ammo. + .45 SMG Magazine + Our Pre-Ban 30-round magazines come complete with a full load of UMC .45 ACP. + 1024 + 10 + 0 + 0 + 1 + 4 + 10 + 4 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 82 + .45 mag AP + .45 Pistol Magazine, AP + These 7 rounds hold .45 automatic armor piercing ammunition. Although this high velocity steel ammo may defeat most light body armor, it causes less tissue damage than lead-based rounds. + .45 Pistol Magazine, AP + These hardened steel Armor Piercing rounds tear through Kevlar like it was butter. This 7-round magazine is known for leaving wide wound cavities. + 1024 + 11 + 0 + 0 + 1 + 15 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 83 + .45 SMG mag AP + .45 SMG Magazine, AP + This 30-round magazine holds .45 caliber armor piercing ammunition. While this ammunition offers better penetration than either ball or hollow point ammo, it tends to do less damage. + .45 SMG Magazine, AP + Some of the best pistol ammunition money can buy is our 30 rounds of hand-loaded Armor Piercing ammunition. It will quickly send a Kevlar vest to the scrap heap. + 1024 + 12 + 0 + 0 + 1 + 5 + 10 + 4 + 135 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 84 + .45 mag HP + .45 Pistol Magazine, HP + A 7-round mag of .45 ACP hollow point ammo. Its hollow point forces the round to mushroom on impact, creating a large wound channel that is wider than wounds from both standard and armor piercing variants. + .45 Pistol Magazine, HP + If you are serious about your .45 ammo, this 7-round magazine of Golden Sabre Jacketed Hollow Point ammunition is a sure-fire way to prove it. + 1024 + 13 + 0 + 0 + 1 + 16 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 85 + .45 SMG mag HP + .45 SMG Magazine, HP + These 30 rounds of .45 hollow point ammunition expand in soft tissue on impact, causing a large of amount of bleeding and nerve trauma. + .45 SMG Magazine, HP + Turns your sub machine gun into a lean mean killing machine. This magazine is jam packed with 30 rounds of our high quality Remington .45 Gold Sabre ammunition. + 1024 + 14 + 0 + 0 + 1 + 6 + 10 + 4 + 90 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 86 + .357 S-load + .357 Speed Loader + This speed loader holds 6 rounds of .357 Magnum ammunition. As one of the most powerful handgun rounds around, it packs more of a punch than .38, .45 or 9mm ammo. + .357 speed loader + Splatter your troubles against a wall with a little help from our 6-round speed loaders of Federal Hydra-Shok .357 Magnum ammunition. + 1024 + 15 + 0 + 0 + 1 + 11 + 1 + 8 + 10 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 87 + .357 mag + .357 Magazine + This magazine holds 9 rounds of .357 Magnum standard ball ammunition. Its power leaves little question about its superiority as a combat handgun round. + .357 magazine + We offer the finest quality rust resistant 9-round magazines, filled with Federal 158 grain .357 ammunition. These babies are a great way to finish off a problem that just won't kick it. + 1024 + 16 + 0 + 0 + 1 + 17 + 3 + 8 + 15 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 88 + .357 S-load AP + .357 Speed Loader, AP + Although these 6 rounds of .357 Magnum hardened steel ammo can punch through armor as though it were tissue paper, they don't tend to fragment on impact, resulting in inferior wounding capabilities. + .357 speed loader, AP + They said the White Hippos were a hoax but Bobby Ray's has the real thing that are just itchin' to be fired off by you. This 6-round speed loader is packed with the lastest in Armor Piercing technology. + 1024 + 17 + 0 + 0 + 1 + 12 + 1 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 89 + .357 mag AP + .357 Magazine, AP + While these 9 rounds of steel .357 armor piercing ammunition can penetrate walls and body armor, they only create small wound channels with minimal blood loss. + .357 magazine, AP + Satisfy your insatiable desire to punch holes through a bullet proof vest with these 9 rounds of White Hippo Armor Piercing ammo. It's exactly what the doctor ordered. + 1024 + 18 + 0 + 0 + 1 + 18 + 3 + 8 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 90 + .357 S-load HP + .357 Speed Loader, HP + This speed loader contains 6 rounds of .357 hollow point ammunition. Although it lacks armor piercing abilities, it more than makes up for it with its damage potential. + .357 speed loader, HP + These 6 rounds of Federal's own Hydra-Shok Jacketed Hollow Point comes complete with a complimentary speed loader when purchasing through this site. + 1024 + 19 + 0 + 0 + 1 + 13 + 1 + 8 + 20 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 91 + .357 mag HP + .357 Magazine, HP + This magazine contains 9 rounds of .357 hollow point ammunition. The hollow point allows for substantial expansion on impact, thus creating a large but shallow wound. + 357 magazine, HP + Want that last gunfight to go out with a bang? Then we've got the deal for you. The Federal's own .357 Jacketed Hollow Point Hydra-Shok guarantees to deliver. + 1024 + 20 + 0 + 0 + 1 + 19 + 3 + 8 + 30 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 92 + 5.45mm mag + 5.45mm Magazine + This 30-round magazine holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 5.45mm Magazine + One of our hottest commodities is this 30-round mag of 'acquired' Russian 5.45mm Armor Piercing ammunition. This round is guaranteed to make you the death of any party. + 1024 + 21 + 0 + 0 + 1 + 9 + 6 + 4 + 150 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 93 + 5.45mm mag HP + 5.45mm Magazine, HP + This 30-round magazine contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 5.45mm Magazine, HP + Need a quick sure-shot way to collect on a life insurance policy? These 30 rounds of 5.45mm Hollow Point ammunition will show you the money in no time at all. + 1024 + 22 + 0 + 0 + 1 + 10 + 6 + 4 + 100 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 94 + 5.56mm mag + 5.56mm Magazine + These 30 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm Magazine + This 30-round magazine is filled with our NATO standard 5.56mm. This round's steel penetrator makes it possible to beat all but the best in today's body armor. + 1024 + 23 + 0 + 0 + 1 + 7 + 5 + 4 + 150 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 95 + 5.56mm mag HP + 5.56mm Magazine, HP + This 30-round magazine of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm Magazine, HP + This is the economical choice for target shooting, hunting, or stopping potential long-range muggings. These 30 rounds of 50 grain .223 JHP can save your life and your pocket book. + 1024 + 24 + 0 + 0 + 1 + 8 + 5 + 4 + 100 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + -50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 96 + 7.62mm WP 10 + 7.62mm WP Magazine, 10 + This 10-round magazine of 7.62 Warsaw Pact issued AP ammunition is noted for its ability to defeat almost all forms of body armor and cause significant damage to unwilling recipients. + 7.62mm WP Mag, 10 + Packaged especially for the aspiring sharpshooter, these 10 rounds of Chinese 7.62mm Armor Piercing ammo is sure to provide you with the 'One Shot, One Kill' that'll make headlines the world over. + 1024 + 25 + 0 + 0 + 1 + 22 + 3 + 6 + 60 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 97 + 7.62mm WP 30 + 7.62mm WP Magazine, 30 + These 30 rounds of Warsaw Pact issued 7.62mm anti-personnel AP ammo tend to maintain their shape on impact. Shape retention may increase its ability to defeat light body armor but it also reduces injury severity. + 7.62mm WP Mag, 30 + Looking for the perfect gift for the terrorist who has it all? Try a magazine of our surplus 7.62mm Warsaw Pact AP. It's the gift to end all gift giving. + 1024 + 26 + 0 + 0 + 1 + 29 + 8 + 4 + 180 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 98 + 7.62mm WP 10 HP + 7.62mm WP Magazine, 10 HP + These 10 rounds of 7.62 Warsaw Pact jacketed hollow point ammunition won't penetrate body armor as well as its armor piercing counterpart, but it makes up for it by making larger wound cavities. + 7.62mm WP Mag, 10 HP + When killing them is simply not enough. A small 10-round box of 7.62mm Hollow Point is a great way to send the point home in true brain splattering style. + 1024 + 27 + 0 + 0 + 1 + 23 + 3 + 6 + 40 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 99 + 7.62mm WP 30 HP + 7.62mm WP Magazine, 30 HP + This magazine contains 30 rounds of 7.62 Warsaw Pact hollow point ammo. Although use of this round against light armored opponents can sway a battle in your favor, it's less effective against heavy armor. + 7.62mm WP Mag, 30 HP + Ever get the urge to turn a person into a bloody sausage with legs? We recommend reaching for 30 rounds of our 7.62mm Hollow Point ammunition. + 1024 + 28 + 0 + 0 + 1 + 30 + 8 + 4 + 120 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 100 + 7.62mm NATO 5 + 7.62mm NATO Magazine, 5 + These 5 loose rounds of 7.62mm NATO armor piercing ammo have the ability to defeat body armor at long ranges, making it the ideal sniping round. + 7.62mm NATO Mag, 5 + This Armor Piercing 7.62mm NATO ammunition offers an ideal combination of range, penetration and damage that professional snipers demand. + 1024 + 29 + 0 + 0 + 1 + 3 + 1 + 6 + 30 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 101 + 7.62mm NATO 20 + 7.62mm NATO Magazine, 20 + This mag contains 20 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 7.62mm NATO Mag, 20 + This 7.62mm 20-round magazine is simply brimming with death, especially when it's filled with a surplus of Full Metal Jacketed rounds. This magazine makes armor more or less moot. + 1024 + 30 + 0 + 0 + 1 + 27 + 8 + 4 + 120 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 102 + 7.62mm NATO 5 HP + 7.62mm NATO Magazine, 5 HP + What these 5 rounds of civilian .308 Winchester hunting ammunition lack in armor piercing abilities, is compensated for with their ability to cause severe injuries in unarmored opponents. + 7.62mm NATO Mag, 5 HP + Take advantage of our limited time offer on a price-reduced 5-round sampler box of .308 Winchester Hollow Point ammunition. Whether you're out hunting or sniping, this round will be your one-shot stopper. + 1024 + 31 + 0 + 0 + 1 + 2 + 1 + 6 + 20 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 103 + 7.62mm NATO 20 HP + 7.62mm NATO Magazine, 20 HP + This high capacity magazine holds 20 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 7.62mm NATO Mag, 20 HP + If power is what you demand, more power is what you'll get with these 20 rounds of Cor-Bon Tactical .308 Winchester ammunition, the civilian variant of the 7.62mm NATO round. It's more than enough power to put any problem 6-feet under. + 1024 + 32 + 0 + 0 + 1 + 28 + 8 + 4 + 80 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 104 + 4.7mm mag + 4.7mm Magazine + This 50-round magazine contains 4.7mm caseless ammunition. This round possesses wound and range capabilites that are comparable to the 5.56mm NATO round, but is 40 per cent lighter. + 4.7mm Magazine + Recovered crates from a classified German warehouse have supplied us with these 50-round magazines. They come complete with a full load of the legandary 4.7mm caseless ammunition. + 1024 + 33 + 0 + 0 + 1 + 31 + 5 + 4 + 700 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 105 + 5.7mm mag + 5.7mm Magazine, 50 + This magazine contains 50 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 5.7mm Magazine, 50 + Do you loathe it when your opponents wear body armor? Say hasta la vista to every form of body armor that might stand between your target and Judgement Day with our 50-round magazine of 5.7mm pistol ammo. + 1024 + 34 + 0 + 0 + 1 + 20 + 9 + 4 + 750 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 106 + 5.7mm mag HP + 5.7mm Magazine, 50 HP + These 50 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 5.7mm Magazine, 50 HP + Get the job done right the first time. You're kill-rate will be the best around if you use this 50-round magazine of 5.7mm Hollow Point ammunition. Your victim's chance at survival: roughly zero per cent, give or take a few points. + 1024 + 35 + 0 + 0 + 1 + 21 + 9 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 107 + 12 Gauge + 12 Gauge Magazine + This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 12 Gauge Magazine + This is definitely the ammunition for real men only. This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 1024 + 36 + 0 + 0 + 2 + 22 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 65 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 108 + 12 Gauge BS + 12 Gauge Magazine, Buckshot + This 12 gauge magazine holds 7 rounds of "00" SSG ammunition. Favored by law enforcement personnel, it is very effective in urban firefights against unarmored opponents. + 12 Gauge Mag, Buckshot + The ideal short-range man-stopper round. This 12 gauge magazine holds 7 rounds of '00' SSG ammunition. Law enforcement personnel worldwide favor this round for its effectiveness in urban firefights against unarmored opponents. + 1024 + 37 + 0 + 0 + 2 + 4 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 109 + CAWS mag + CAWS Magazine + This 10-round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and car engine blocks. + CAWS Magazine + This 10 round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and most car engine blocks. No serious mercenary should leave home-base without it. + 1024 + 38 + 0 + 0 + 1 + 0 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 110 + CAWS Buckshot + CAWS Magazine, Buckshot + The 10 rounds of "00" sized tungsten buckshot ammunition in this mag can penetrate like armor piercing ammo and produce large wound channels like hollow point without with the limitations of either ammo. + CAWS Magazine, Buckshot + Have you ever wanted to kill an unwanted intruder and expand your study by knocking down a wall at the same time? Our 10 round magazine of tungsten buckshot ammo allows you to do just that, and much, much more. + 1024 + 39 + 0 + 0 + 1 + 1 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 111 + Minirockets, AP + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + 1024 + 40 + 0 + 0 + 1 + 110 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 112 + Minirockets, HE + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + 1024 + 41 + 0 + 0 + 1 + 115 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 113 + Minirockets, HEAP + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + 1024 + 42 + 0 + 0 + 1 + 114 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 114 + Dart + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + 1024 + 43 + 0 + 0 + 1 + 119 + 1 + 8 + 10 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 115 + Flamethrower Clip + Flamethrower Clip + NO DESCRIPTION NECESSARY! + Flamethrower Clip + NO DESCRIPTION NECESSARY! + 1024 + 44 + 0 + 0 + 0 + 49 + 8 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 116 + .50 mag + .50 Magazine + An 11 round magazine of .50 caliber (Browning) bullets for the Barrett M82A2. + .50 Magazine + An 11 round magazine of .50 caliber (Browning) bullets for the Barrett M82A2. + 1024 + 45 + 0 + 0 + 1 + 138 + 9 + 4 + 300 + 10 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 117 + 9mm heavy mag, 20 + 9mm Heavy Magazine 20 + Heavier than regular 9mm ammo, this 20 round magazine is manufactured specifically for the VAL silent sniper. + 9mm Heavy Magazine 20 + Heavier than regular 9mm ammo, this 20 round magazine is manufactured specifically for the VAL silent sniper. + 1024 + 46 + 0 + 0 + 1 + 139 + 4 + 4 + 50 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 118 + 9mm large mag + 9mm Large Magazine + 9mm bullets for a Calico model. A 50-pack for when you know it's gonna be a long night. + 9mm Large Magazine + 9mm bullets for a Calico model. A 50-pack for when you know it's gonna be a long night. + 1024 + 47 + 0 + 0 + 1 + 140 + 8 + 4 + 50 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 119 + 9mm large AP mag + 9mm Large AP Magazine + A 50 round magazine of 9mm AP. ammo for the Calico model. + 9mm Large AP Magazine + A 50 round magazine of 9mm AP. ammo for the Calico model. + 1024 + 48 + 0 + 0 + 1 + 141 + 8 + 4 + 50 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 120 + 9mm large HP mag + 9mm Large HP Magazine + A 50 round magazine of 9mm HP. ammo for the Calico model. + 9mm Large HP Magazine + A 50 round magazine of 9mm HP. ammo for the Calico model. + 1024 + 49 + 0 + 0 + 1 + 142 + 8 + 4 + 60 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 121 + 5.45mm Drum + 5.45mm Drum, 75 + This 75-round drum holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 5.45mm Drum, 75 + This 75-round drum holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 1024 + 50 + 0 + 0 + 1 + 143 + 15 + 1 + 375 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 122 + 5.45mm Drum HP + 5.45mm Drum, 75 HP + This 75-round drum contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 5.45mm Drum, 75 HP + This 75-round drum contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 1024 + 51 + 0 + 0 + 1 + 144 + 15 + 1 + 250 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 123 + 5.56mm Belt + 5.56mm Belt, 200 + These 200 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm Belt, 200 + These 200 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 1024 + 52 + 0 + 0 + 1 + 145 + 30 + 1 + 1000 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 124 + 5.56mm Belt HP + 5.56mm Belt, 200 HP + This 200-round belt of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm Belt, 200 HP + This 200-round belt of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 1024 + 53 + 0 + 0 + 1 + 146 + 30 + 1 + 650 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 125 + 7.62mm NATO Belt + 7.62mm NATO Belt, 100 + This belt contains 100 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 7.62mm NATO Belt, 100 + This belt contains 100 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 1024 + 54 + 0 + 0 + 1 + 164 + 40 + 1 + 600 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 126 + 7.62mm NATO Belt HP + 7.62mm NATO Belt, 100 HP + This heavy machine gun belt holds 100 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 7.62mm NATO Belt, 100 HP + This heavy machine gun belt holds 100 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 1024 + 55 + 0 + 0 + 1 + 165 + 40 + 1 + 400 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 127 + 5.7mm mag 20 AP + 5.7mm Magazine, 20 AP + This magazine contains 20 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 5.7mm Magazine, 20 AP + This magazine contains 20 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 1024 + 56 + 0 + 0 + 1 + 147 + 3 + 8 + 300 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 128 + 5.7mm mag 20 HP + 5.7mm Magazine, 20 HP + These 20 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 5.7mm Magazine, 20 HP + These 20 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 1024 + 57 + 0 + 0 + 1 + 148 + 3 + 8 + 200 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 129 + 5.56mm C-Mag + 5.56mm C-Mag, 100 + These 100 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm C-Mag, 100 + This 100-round Beta C-Mag is filled with our NATO standard 5.56mm. This round's steel penetrator makes it possible to beat all but the best in today's body armor. + 1024 + 58 + 0 + 0 + 1 + 153 + 15 + 2 + 500 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 130 + 5.56mm C-Mag HP + 5.56mm C-Mag, 100 HP + This Beta-C magazine of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm C-Mag, HP + This is the economical choice for target shooting, hunting, or stopping potential long-range muggings. These 100 rounds of 50 grain .223 JHP can save your life and your pocket book. + 1024 + 59 + 0 + 0 + 1 + 154 + 15 + 2 + 325 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 131 + Stun Grenade + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. Anyone standing within the detonated area won't know what hit them as they frantically gasp for air. + 256 + 0 + 6 + 0 + 1 + 38 + 6 + 4 + 100 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 132 + Tear Gas + Tear Gas Grenade + This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. + Tear Gas Grenade + Guaranteed to make its victims cry like the babies they are. This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. It'll send everyone in its radius running for clearer pastures. + 256 + 1 + 6 + 0 + 1 + 48 + 6 + 4 + 120 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 133 + Mustard Gas + Mustard Gas Grenade + This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + Mustard Gas Grenade + This ain't no hot dog garnish. This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + 256 + 2 + 6 + 0 + 1 + 41 + 6 + 4 + 500 + 7 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 134 + Mini Grenade + Mini Hand Grenade + This small TNT loaded grenade was designed to ensure a significant throwing range and effective fragmentation. It has been proven to provide good lethal coverage. + Mini Hand Grenade + This small grenade was developed for maximum throwing range combined with effective fragmentation. The body is loaded with TNT and provides good lethal coverage. Because of its size, even women find this grenade an easy toss. + 256 + 3 + 6 + 0 + 1 + 50 + 3 + 6 + 150 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 135 + Hand Grenade + Reg Hand Grenade + This standard army issued fragmentation grenade is packed with TNT and has a pull-ring, pressure-released firing trigger. + Reg Hand Grenade + Your typical army issue standard fragmentation hand grenade. Jam packed with TNT, this pressure-released firing device with pull-ring, provides great lethal coverage. Stop 'em dead in their tracks, every time. + 256 + 4 + 6 + 0 + 1 + 49 + 6 + 4 + 200 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 136 + RDX + A Jar of RDX Crystals + A jar filled with RDX crystals is more powerful than TNT and easier to detonate. The only drawback of RDX is its instability; it can be set off by a moderate shock. + RDX + A jar of RDX crystals are more powerful than TNT and easier to detonate. Better be forewarned, this stuff isn't too stable and can be set off by a moderate shock. + 512 + 5 + 0 + 0 + 2 + 3 + 11 + 2 + 400 + 7 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 137 + TNT + TNT + Trinitrotoluene is the second oldest and most commonly used explosive known to man - the first is dynamite. These sticks of explosives are highly stable, strawboard rolled, and contain a quarter-pound charge. + TNT + Good old reliable trinitrotoluene is the second oldest and most commonly used explosive known to man-the first is dynamite. These sticks of explosives are highly stable, strawboard rolled and contain a quarter- pound charge. + 512 + 6 + 0 + 0 + 2 + 0 + 11 + 1 + 500 + 4 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 138 + HMX + HMX + HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + HMX + This explosive packs a real punch. HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + 512 + 7 + 0 + 0 + 2 + 23 + 11 + 1 + 1000 + 8 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 139 + C1 + C1 + Composition C1 is a solution of RDX and a small amount of mineral oil. This combination retains the explosive power of RDX while increasing its stability. + C1 + Composition C1 is a highly explosive solution of RDX, mixed with a small amount of mineral oil. This composition is just as effective as straight RDX, but it won't accidentally blow up in your face. + 512 + 8 + 0 + 0 + 1 + 45 + 11 + 1 + 750 + 7 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 140 + Mortar Shell + Mortar Shell + This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for a delayed, impact, near-surface, or proximity burst detonation. + Mortar Shell + A real man's mortar. This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for delayed, impact, near-surface or proximity burst detonations. + 512 + 9 + 0 + 0 + 1 + 40 + 41 + 2 + 400 + 9 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 141 + Mine + Land Mine + This anti-personnel mine is a fragmentation weapon that becomes activated when stepped on. It includes an anti-disturbance device to inhibit clearance, and a sensor that neutralizes the mine after a specified time. + Mine + Designed to stop enemies dead in their tracks, or at least slow them up a while. This anti-personnel mine is a fragmentation weapon that blows up when stepped on. It includes a built-in anti-disturbance device to inhibit clearance, and a sensor that neutralizes the minefield after a while. + 512 + 10 + 18 + 0 + 1 + 46 + 8 + 1 + 300 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 142 + C4 + C4 + Composition C4 is a white plastic explosive that is more powerful than TNT. This plastic-covered block has a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + C4 + This white plastic explosive packs a bigger punch than TNT. Composition C4 comes in a plastic-covered block with a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + 512 + 11 + 0 + 0 + 1 + 44 + 11 + 1 + 1500 + 9 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 143 + Trip Flare + Trip Flare + It's an illuminating mine with a tripwire attached to it. Pull pressure or cutting the tripwire will ignite the flare, letting mercenaries know of enemy whereabouts. + Trip Flare + This illuminating mine with an attached tripwire will shine light on the situation every time. Pull pressure or cutting the tripwire will ignite the flare, visually announcing that enemies are about. + 512 + 12 + 18 + 0 + 1 + 42 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 144 + Trip Klaxon + Trip Klaxon + This illuminating mine with an attached tripwire will alert mercs of nearby enemies. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a loud wailing siren. + Trip Klaxon + This illuminating mine with an attached tripwire will brighten up the place with a resounding roar. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a wailing siren, letting nearby mercenaries know that enemies are skulking about the area. + 512 + 13 + 18 + 0 + 1 + 43 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 145 + Shaped Charge + Shaped Charge + Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + Shaped Charge + Don't get left out in the cold just because you forgot your key. This trusty shaped-charge will solve all your problems. Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + 512 + 14 + 0 + 0 + 1 + 107 + 2 + 4 + 250 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 146 + Break Light + Chemical Break Light + One time use chemical break lights are an extremely convenient and portable light source. Simply break 'n' throw to brighten your way. + Chemical Break Light + These one time use chemical break lights will certainly help to lighten up those dreary night missions. Stock up on these handy little babies 'cause you'll never know when you'll need them. Simply break 'n' shake to brighten your way. + 256 + 15 + 6 + 0 + 2 + 24 + 1 + 6 + 50 + 3 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 147 + 40mm Grenade + 40mm Grenade + This fragmentation grenade when fired from the 40mm grenade launcher will ignite its encased TNT after a short delay. + 40mm Grenade + This standard fragmentation grenade features a time-delayed firing device to ignite its encased TNT. Fired from the Talon grenade launcher, this round can provide great lethal coverage. + 256 + 16 + 0 + 0 + 1 + 97 + 10 + 4 + 400 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 148 + 40mm Tear Gas + 40mm Tear Gas Grenade + This rubber-like round will disperse tear gas after a short delay. These projectiles are meant to be fired from the 40mm grenade launcher. + 40mm Tear Gas + This projectile's body is made of rubbery plastic to prevent impact injuries and keep it from being picked up and thrown back. The rubber melts quickly from the heat of burning. This time-delayed round for the Talon grenade launcher releases an irritant gas when ignited. + 256 + 17 + 0 + 0 + 1 + 111 + 10 + 4 + 250 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 149 + 40mm Stun + 40mm Stun Grenade + When fired from the 40mm grenade launcher, these projectiles create a massive vacuum that will leave your enemies gasping for air. + 40mm Stun Grenade + These Talon grenade launcher projectile rounds create a massive vacuum, depriving the surrounding impact area of oxygen. Anyone standing within the detonated area will be left gasping, as waves of air rush back into its core. + 256 + 18 + 0 + 0 + 1 + 113 + 10 + 4 + 200 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 150 + 40mm Smoke + 40mm Smoke Grenade + Now they see you, now they don't. When properly employed, this 40mm smoke grenade will leave your opposition thinking they're dealing with Houdini himself. + 40mm Smoke Grenade + When fired from a 40mm grenade launcher, this grenade will quickly release a cloud of smoke that will aid in battlefield entry or withdrawal. + 256 + 19 + 0 + 0 + 1 + 112 + 10 + 4 + 100 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 151 + Smoke Grenade + Smoke Grenade + When it comes to generating cover, this hand-held phosphorus-based smoke grenade is proven to be far more effective than any magazine stuffed with bullets. + Smoke Grenade + This hand grenade will help to fulfill a myriad a roles including: unseen advancement on enemy positions, marking possible landing sites, and wreaking havoc with fire-rangers. + 256 + 20 + 6 + 0 + 1 + 98 + 6 + 4 + 50 + 3 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 152 + Shell + Tank Shell + NO DESCRIPTION NECESSARY + Tank Shell + Not for sale through BR. + 512 + 21 + 0 + 0 + 1 + 40 + 41 + 8 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 153 + Struct Ignite + Struct Ignite + INTERNAL ITEM + unused + + 512 + 22 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 154 + Cocktail + Creature cocktail + AXED + unused + + 256 + 23 + 6 + 0 + 2 + 37 + 6 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 155 + Struct Exp + Structure Explosion + INTERNAL ITEM + unused + + 512 + 24 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 156 + GB Exp + Great big explosion + INTERNAL ITEM + unused + + 512 + 25 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 157 + Big Tear Gas + Big Tear Gas + INTERNAL ITEM + unused + + 256 + 26 + 6 + 0 + 1 + 48 + 6 + 4 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 158 + S C Gas + Small Creature Gas + INTERNAL ITEM + unused + + 256 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 159 + L C Gas + Large Creature Gas + INTERNAL ITEM + unused + + 256 + 28 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 160 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 256 + 29 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 161 + Flak Jacket + Flak Jacket + The Armorshield ultra-light flak jacket is a highly protective sleeveless vest with a neck protector and pelvic plate. Its Velcro fasteners are concealed on the sides. + Flak Jacket + The Armorshield ultra-light flak jacket was designed to be as light and thin as possible without compromising maximum protection. It's a sleeveless vest with a neck protector, pelvic plate, and no front openings as its Velcro fasteners are concealed on the sides. + 2048 + 0 + 0 + 0 + 1 + 66 + 20 + 0 + 300 + 2 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 162 + Flak-18 Jacket + Compound 18 Flak Jacket + This Armorshield ultra-light flak jacket was dipped in Compound 18 for anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + Flak-18 Jacket + Better than average protection-the Armorshield ultra-light flak jacket dipped in Compound 18 offer true anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + 2048 + 1 + 0 + 0 + 2 + 18 + 22 + 0 + 350 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 163 + C.Flak Jacket + Coated Flak Jacket + The Armorshield ultra-light flak jacket with neck protector and pelvic plate was coated with jelly from the queen Crepitus to improve its protectiveness. + Coated Flak Jacket + Not for sale through BR. + 2048 + 2 + 0 + 0 + 2 + 11 + 18 + 0 + 400 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 164 + Kevlar Vest + Kevlar Vest + The ballistic panels on this vest are made from 28 piles of Kevlar. It wraps around your shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + Kevlar Vest + This vest offers 28 piles of Kevlar for better than average anti-ballistic type protection. It provides full protective coverage as it wraps around the shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + 2048 + 3 + 0 + 0 + 1 + 64 + 32 + 0 + 500 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 165 + Kevlar-18 Vest + Compound 18 Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even more anti-ballistic protection as they have been treated with Compound 18. + Kevlar-18 Vest + If you thought Kevlar was good, it's even better when it has been treated with Compound 18. This vest's ballistic panels, made from 28 piles of Kevlar, offer even more protection as they have been treated with the liquid anti-ballistic solution. + 2048 + 4 + 0 + 0 + 2 + 16 + 35 + 0 + 600 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 166 + C.Kevlar Vest + Coated Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even better protection since they have been treated with Crepitus royal jelly. + Coated Kevlar Vest + Not for sale through BR. + 2048 + 5 + 0 + 0 + 2 + 9 + 29 + 0 + 700 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 167 + Spectra Vest + Spectra Vest + This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + Spectra Vest + The most advanced technology in body armor. This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + 2048 + 6 + 0 + 0 + 1 + 65 + 32 + 0 + 1000 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 168 + Spec-18 Vest + Compound 18 Spectra Vest + This Spectra Shield vest, made from an ultra high-performance ballistic sheet to reduce blunt trauma from multiple hits and angled shots, has been treated with Compound 18 to further improve its impenetrability. + Spectra-18 Vest + Advanced body armor technology combined with chemistry produced this Spectra Shield vest. Made from high-performance ballistic sheets, it dramatically reduces blunt trauma from multiple hits and angled shots. Add on Compound-18 and you're virtually invincible. + 2048 + 7 + 0 + 0 + 2 + 17 + 35 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 169 + C.Spec Vest + Coated Spectra Vest + Made from an ultra high-performance ballistic sheet that reduces blunt trauma from multiple hits and angled shots, this Spectra Shield vest offers even more protection with its coating of queen Crepitus jelly. + Coated Spectra Vest + Not for sale through BR. + 2048 + 8 + 0 + 0 + 2 + 10 + 29 + 0 + 1200 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 170 + Kevlar Pants + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit. + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit without reducing mobility. These should be standard fare in every mercenary's wardrobe. + 2048 + 9 + 0 + 0 + 1 + 67 + 39 + 0 + 650 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 171 + Kevlar-18 Pants + Compound 18 Kevlar Leggings + The ballistic panels on these leggings, made from 28 piles of Kevlar, have been treated with Compound 18 for extra anti-ballistic protection. + Kevlar-18 Leggings + Above standard body armor protection--the ballistic panels on these leggings are made from 28 piles of Kevlar, and have been treated with Compound 18 for extra anti-ballistic protection. + 2048 + 10 + 0 + 0 + 2 + 19 + 43 + 0 + 800 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 172 + C.Kevlar Pants + Coated Kevlar Leggings + Made from 28 piles of Kevlar, these leggings have been smeared with jelly from the queen Crepitus for extra protection. + Coated Kevlar Leggings + Not for sale through BR. + 2048 + 11 + 0 + 0 + 2 + 12 + 35 + 0 + 950 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 173 + Spectra Pants + Spectra Leggings + These Spectra Shield leggings reduces blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps won't restrain mobility. + Spectra Leggings + These Spectra Shield leggings are the most body armor protection available on the market. They reduce blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps make for a snug fit without reduced mobility. + 2048 + 12 + 0 + 0 + 1 + 68 + 39 + 0 + 900 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 174 + Spec-18 Pants + Compound 18 Spectra Leggings + These Spectra Shield, Compound 18 treated, leggings offer even more protection against blunt trauma from multiple hits and angled shots, than standard Spectra leggings. + Spectra-18 Leggings + Take the most advanced body armor protection available and make it better--these Spectra Shield Compound 18 treated leggings offer even more protection against blunt trauma, from multiple hits and angled shots, than standard Spectra leggings. + 2048 + 13 + 0 + 0 + 2 + 20 + 43 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 175 + C.Spec Pants + Coated Spectra Leggings + These Spectra Shield leggings, made from an ultra high-performance ballistic material for reduced trauma from multiple hits and angled shots, have been coated in queen Crepitus jelly for superior protection. + Coated Spectra Legs + Not for sale through BR. + 2048 + 14 + 0 + 0 + 2 + 13 + 35 + 0 + 1300 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 176 + Steel Helmet + Steel Helmet + This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + Steel Helmet + Comfortable and extremely practical. This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + 2048 + 15 + 0 + 0 + 1 + 61 + 14 + 0 + 50 + 2 + 0 + 2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 177 + Kevlar Helmet + Kevlar Helmet + The Personal Armor System Ground Troops Helmet is made from Kevlar, with a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than standard helmets. + Kevlar Helmet + For above average protection, the wise merc always wears the Personal Armor System Ground Troops Helmet. It's made from Kevlar, and has a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than average helmets. + 2048 + 16 + 0 + 0 + 1 + 63 + 14 + 0 + 200 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 178 + Kvlr-18 Helmet + Compound 18 Kevlar Helmet + Made from Kevlar, this Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive capabilities. + Kevlar-18 Helmet + Made from Kevlar, for above average protection, This Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive purposes. + 2048 + 17 + 0 + 0 + 2 + 15 + 15 + 0 + 250 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 179 + C.Kvlr Helmet + Coated Kevlar Helmet + This Personal Armor System Ground Troops Kevlar Helmet has been covered with queen creature jelly to further protect your noggin. + Coated Kevlar Helmet + Not for sale through BR. + 2048 + 18 + 0 + 0 + 2 + 8 + 13 + 0 + 300 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 180 + Spectra Helmet + Spectra Helmet + This light Spectra composite helmet, known for its anti-ballistic qualities,has an IR-absorbing black finish, cushioning foam, and an adjustable harness system with a leather head band and rubber chin strap. + Spectra Helmet + This helmet is made from a light Spectra composite that is famous for its superior anti-ballistic qualities. It features an IR-absorbing black finish, cushioning foam and an adjustable harness system with a leather headband and rubber chin strap. + 2048 + 19 + 0 + 0 + 1 + 62 + 14 + 0 + 450 + 7 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 181 + Spec-18 Helmet + Compound 18 Spectra Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum available amount of anti-ballistic protection. + Spectra-18 Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum amount of anti-ballistic protection possible. Rumor has it that this type of helmet has made a world of difference for some mercs who actually make it back from the front line. + 2048 + 20 + 0 + 0 + 2 + 14 + 15 + 0 + 550 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 182 + C.Spec Helmet + Coated Spectra Helmet + This light Spectra composite helmet that's covered in queen Crepitus jelly offers even more advanced anti-ballistic protection. + Coated Spectra Helmet + Not for sale through BR. + 2048 + 21 + 0 + 0 + 2 + 7 + 13 + 0 + 650 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 183 + Ceramic Plates + Ceramic Plates + These hard ceramic plates can be inserted into the front and back of most vests to provide extra protection by dispersing the impact from most standard ammunition loads. + Ceramic Plates + Any mercenary that wants to come out alive, never leaves home without a few of these plates. Made from a hard ceramic composite, they can be inserted into the breast plate of most vests to improve their impenetrability. + 2048 + 22 + 0 + 0 + 1 + 81 + 12 + 2 + 250 + 5 + 0 + -4 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 184 + Infant Hide + Infant Creature Hide + NO DESCRIPTION NECESSARY! + Infant Creature Hide + Not for sale through BR. + 2048 + 23 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 185 + Kiddy Hide + Young Adult Creature Hide + NO DESCRIPTION NECESSARY! + Young Adult Creature Hide + Not for sale through BR. + 2048 + 24 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 186 + Adult Hide + Adult Creature Hide + NO DESCRIPTION NECESSARY! + Adult Creature Hide + Not for sale through BR. + 2048 + 25 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 187 + Queen Hide + Queen Creature Hide + NO DESCRIPTION NECESSARY! + Queen Creature Hide + Not for sale through BR. + 2048 + 26 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 188 + Leather Jacket + Leather Jacket + A bomber-style leather aviation jacket. + Leather Jacket + A bomber-style leather aviation jacket. + 2048 + 27 + 0 + 0 + 1 + 96 + 20 + 0 + 200 + 2 + 0 + 4 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 189 + Kvlr Leather + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + 2048 + 28 + 0 + 0 + 1 + 116 + 20 + 0 + 950 + 3 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 190 + Kvlr-18 Leather + Compound 18 Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and treated with compound 18 for added protection. + Compound 18 Leather & Kevlar Jacket + Not for sale through BR. + 2048 + 29 + 0 + 0 + 1 + 117 + 20 + 0 + 1200 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 191 + C.Kvlr Leather + Coated Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and coated with queen Crepitus jelly to enhance its protectiveness. + Coated Leather& Kevlar Jacket + Not for sale through BR. + 2048 + 30 + 0 + 0 + 1 + 118 + 20 + 0 + 1500 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 192 + YF Hide + Young Female Hide + NO DESCRIPTION NECESSARY! + Young Female Hide + Not for sale through BR. + 2048 + 31 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 193 + OF Hide + Old Female Hide + NO DESCRIPTION NECESSARY! + Old Female Hide + Not for sale through BR. + 2048 + 32 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 194 + T-Shirt + Arulco T-Shirt + No tourist could ever resist one of these trendy 'I love Arulco' t-shirts. Made from 100 per cent pre-shrunk cotton, it was a popular buy before the days of Deidranna. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 25 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 195 + T-Shirt + Deidranna T-Shirt + Show your allegiance to the queen with style. Ever since she acquired power, sporting one of these 'Deidranna rules' t-shirts at government-sponsored events has become a common practice among Arulcans. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 34 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 196 + Guardian Vest + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. It is fully adjustable and has a pocket for a ceramic armour insert. + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. Also available in tuxedo style for those especially dangerous formal occasions. + 2048 + 34 + 0 + 0 + 1 + 137 + 32 + 0 + 700 + 6 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 197 + T. Guard Vest + Treated Guardian Vest + This high quality ballistic vest, brought to you by Guardian Armories, has been improved through treatment with Compound 18. + Treated Guardian Vest + Not for sale through BR. + 2048 + 35 + 0 + 0 + 2 + 40 + 35 + 0 + 800 + 0 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 198 + C. Guard Vest + Coated Guardian Vest + This high quality Guardian Armories ballistic vest has been coated with jelly from the queen Crepitus and now provides amazing protection! + Coated Guardian Vest + Not for sale through BR. + 2048 + 36 + 0 + 0 + 2 + 41 + 29 + 0 + 900 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 199 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 200 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 201 + 1st Aid Kit + First Aid Kit + This kit contains: antiseptic, cotton rolls, a thermometer, iodine and merthiolate vials, arm slings, safety pins, scissors, forceps, various bandages and a mini first aid manual. + First Aid Kit + From fractures to abrasions, this all-canvas kit-to-go includes everything you'll need to attend to most minor injuries. It includes: bandages, antiseptic, cotton balls, thermometers, iodine, arm slings, safety pins, scissors, and a mini first aid manual. + 4096 + 0 + 5 + 0 + 1 + 73 + 5 + 4 + 100 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 202 + Med Kit + Medical Kit + Aside from standard first aid supplies, this kit includes: a suture set and scissors, prep pads, a scalpel, Kelly forceps, tweezers, pain killers, anesthetic, antibiotics, a pen light, and a surgical manual. + Medical Kit + It's a first aid kit and then some. Aside from standard first aid supplies, this kit includes: a suture set, prep pads, suture scissors, a scalpel, Kelly forceps, tweezers, anesthetic, pain killers, antibiotics, a pen light, and the "Emergency War Surgery" manual. + 4096 + 0 + 5 + 0 + 1 + 86 + 18 + 0 + 300 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 203 + Tool Kit + Tool Kit + This kit includes: a wide range of screwdrivers, ratchets, pliers, clamps, clasps, a hammer and a sewing kit. + Tool Kit + This kit offers every tool you'll need to repair most combat items. A wide range of screwdrivers, ratchets, pliers, clamps, and clasps are included, as well as a hammer and sewing kit. + 8192 + 0 + 19 + 0 + 2 + 21 + 50 + 0 + 250 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 204 + Locksmith Kit + Locksmith Kit + This top-grain cowhide leather zipped case offers expert lockpicking tools including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press. + Locksmith Kit + The perfect solution for getting behind locked doors and into security safes. This kit offers expert lockpicking tools, including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press, all in a top-grain cowhide leather zipped case. + 8192 + 0 + 0 + 0 + 1 + 78 + 3 + 1 + 250 + 3 + 0 + -2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 205 + Camo Kit + Camouflage kit + The Military Camo Compact includes: olive drab, olive green, tan and white cream-based facial paint, a mirror, and a manual on the proper use and care of your camo compact. + Camouflage Kit + The Military Camo Compact includes olive drab, olive green, tan and white cream based facial paint, and a mirror. This long-lasting, non-running, facial paint can be easily removed with soap and water. The kit also includes a manual that outlines the proper use and care of your compact. + 8192 + 0 + 0 + 0 + 1 + 58 + 1 + 4 + 250 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 206 + Traps Kit + Boobytrap Kit + This kit contains everything required to build traps including: trip-wire, explosives, and triggers. + Boobytrap Kit + Everything you need to build the most lethal trap for unsuspecting passers-by, is contained in this kit. From trip-wire to batteries, you'll be entertained for hours. + 268435456 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 207 + Silencer + Silencer + The light, compact design of this silencer can be fitted easily to most handguns and sub-machine guns. + Silencer + This is the ideal silencer for both indoor and outdoor missions that have to be kept quiet. Its light and compact design can be fitted easily to most handguns and sub-machine guns. + 268435456 + 0 + 0 + 0 + 1 + 52 + 5 + 4 + 300 + 4 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 85 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 208 + Sniper Scope + Sniper Scope + This scope that can be attached to most rifles, significantly improves targeting with its accurate windage adjustment, range-finder precision scale, and its coated optics. + Sniper Scope + Dramatically improve your targeting accuracy with this extremely versatile sniper scope. Attachable to most rifles, you'll quickly appreciate this scope's accurate windage adjustment, a range-finder precision scale, and coated optics. + 268435456 + 0 + 0 + 0 + 1 + 76 + 9 + 4 + 500 + 5 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 75 + 0 + 0 + 0 + 0 + 0 + 20 + 60 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 209 + Bipod + Bipod + The universal bipod fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use for easy storage. + Bipod + Every sensible mercenary packs one of these universal bipods. It fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use, for easy storage. + 268435456 + 0 + 0 + 0 + 1 + 69 + 5 + 2 + 50 + 3 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 0 + 1 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 210 + Extended Ear + Extended Ear + The Bionic Ear Scout is a high fidelity stereo amplifier headset with dual wind-resistant microphones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit. + Extended Ear + The Bionic Ear Scout offers advanced warning of approaching intruders. This high fidelity stereo amplifier head set features dual wind-resistant micro-phones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit even when on the run. + 32768 + 0 + 0 + 0 + 1 + 77 + 9 + 1 + 400 + 7 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 211 + Night Goggles + Night Vision Goggles + These night vision goggles amplify existing light to allow the user to see in all but the darkest places. Comes equipped with two "AA" batteries, carrying case, and nylon head strap. + Night Vision Goggles + True GenII night vision technology--these goggles offer dual-focus, unity magnification, a built-in infrared illuminator, and a focus range from ten inches to infinity. It also comes equipped with two "AA" batteries, a carrying case and a nylon head strap. + 32768 + 0 + 0 + 0 + 1 + 74 + 9 + 1 + 800 + 7 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 212 + Sun Goggles + Sun Goggles + These paramilitary eye protectors have triple-lenses: an anti-fog interior acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. + Sun Goggles + These paramilitary eye goggles feature triple-protection lenses: an interior anti-fog acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. And as an added bonus, they can be worn comfortably over prescription glasses. + 32768 + 0 + 0 + 0 + 1 + 55 + 2 + 4 + 150 + 3 + 0 + 3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 213 + Gas Mask + Gas Mask + Replicated from the Russian M-17A1, this rubber mask has cheek filters, scratch-proof lenses, adjustable head straps, and a drinking attachment. A vinyl shoulder bag and plastic poncho are also included. + Gas Mask + This Russian rubber mask is a copy of the American M-17A1. It has cheek filters, scratch-proof lenses, adjustable head straps, and a unique drinking attachment. It also comes with a vinyl shoulder bag, and plastic poncho to help protect you from blistering agents. + 32768 + 0 + 0 + 0 + 1 + 75 + 9 + 1 + 100 + 4 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 214 + Canteen + Canteen + This polyethylene canteen may not be reusable, refillable, or recyclable but it is extremely practical. Once its five shots of reviving water are used up, this canteen is fit for the garbage pit. + Canteen + Any sensible mercenary carries plenty of these with him. This water-filled polyetherene canteen isn't refillable or reusable so be sure to stock up. + 8192 + 0 + 0 + 0 + 2 + 5 + 10 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 215 + Metal Detector + Metal Detector + This is an extremely light and powerful transistorized metal detector with aural signalization. All the user has to do is have it on his person and an alarm sounds when metal is detected. + Metal Detector + This hand-held metal detector is extremely powerful-it'll find more than just coins on the beach. It is a lightweight transistorized metal detector with aural signalization that is used most effectively by explosive detection operatives. + 268435456 + 0 + 0 + 0 + 1 + 80 + 10 + 1 + 200 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + + + 216 + Compound 18 + Compound 18 + This quick-hardening liquid when administered to most body armor, claims to further advance the protective properties of standard anti-ballistic materials. + Compound 18 + Slop on some of this stuff to feel truly invincible. This quick-hardening liquid claims to enhance the protective qualities of your standard Kevlar or Spectra Shield body armor. + 268435456 + 0 + 0 + 0 + 2 + 6 + 1 + 4 + 900 + 7 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 217 + Jelly + Royal Jelly + This is a blob of royal jelly from the queen Crepitus. + Jar of Queen Creature Blood + Ewwwww! It's goopy blood! + 268435456 + 0 + 0 + 0 + 2 + 42 + 1 + 4 + 2500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 218 + Elixir + Jar of Elixir + A glass jar containing an elixir made from creature blood and Gabby's secret blend of eleven herbs and spices. + unused + + 268435456 + 0 + 0 + 0 + 2 + 2 + 1 + 4 + 500 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 219 + Money + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + 536870912 + 0 + 0 + 0 + 2 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 220 + Jar + Glass Jar + An empty glass jar is great for storing preserves, grandma's teeth, or anything else for that matter. + Glass Jar + An empty glass jar is great for storing, preserves, grandma's teeth, or anything else for that matter. + 268435456 + 0 + 21 + 0 + 1 + 71 + 1 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + + 221 + Full Jar + Jar of Blood + A glass jar containing what appears to be creature blood. + Jar of Creature Blood + Ewwwwwwww! This jar's full of goopy queen creature blood! Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 50 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 222 + Energy Boost + Energy Booster + This hypodermic syringe is filled with a chemical stimulant that will temporarily boost your energy level. Caution: repeated use has been known to cause cardiac arrest. + Energy Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 8 + 150 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 223 + Detonator + Detonator + This firing device features a timer that can be set anywhere between five seconds and ten minutes to allow you to move to a position of safety before its attached explosive goes off. + Detonator + Attach this baby to an explosive for real power and control. This time-delayed detonator allows you anywhere from five seconds to ten minutes to move to a location of safety before its attached explosive goes off. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 100 + 3 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 224 + Remote Det. + Remote Detonator + Place this time-delayed firing device onto any explosive to allow you to blow up a target from a position of safety. The detonator won't ignite until you use a separate remote trigger device. + Remote Detonator + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 200 + 6 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 225 + Videotape + Videotape + This VHS tape entitled, 'Pant Suit Loretta 6: The Men Are Away,' is an adult XXX film. Parental and viewer discretion is advised. + Videotape + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 93 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 226 + Deed + Deed + This is the deed to Angel's leather shop. + Deed + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 94 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 227 + Letter + Letter from Enrico + This is the letter Enrico gave you. Deliver it to Miguel, leader of the rebels. + Letter + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 56 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 228 + Diskette + Computer Diskette + This diskette is labelled, 'Intercept's Most Wanted.' It contains confidential information on known international terrorists. It has been copied onto the laptop computer for easy reference. + Diskette + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 59 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 229 + Chalice + Chalice of Chance + Goblet of goodness, tumbler of treasures, glass of gambles. This drinking cup is a national treasure around Arulco, so don't mock it. + Chalice + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 124 + 0 + 1 + 3000 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 230 + Claws + Bloodcat Claws + Taken right out from under them, these razor-sharp bloodcat claws could bring you a pretty penny in the right market. + Bloodcat Claws + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 120 + 1 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 231 + Teeth + Bloodcat Teeth + It takes a real man to rip these babies off. Bloodcat teeth are a rare and treasured commodity in some parts of the world. + Bloodcat Teeth + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 121 + 1 + 4 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 232 + Pelt + Bloodcat Pelt + Skinning a cat is no small feat. The price on this exotic fur won't be cheap. + Bloodcat Pelt + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 3 + 9 + 60 + 0 + 400 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 233 + Switch + Switch + NO DESCRIPTION NECESSARY! + Switch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 54 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 234 + Action Item + Action Item + NO DESCRIPTION NECESSARY! + Action Item + + 268435456 + 0 + 0 + 0 + 1 + 47 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 235 + Regen Boost + Regeneration Booster + This hypodermic syringe is filled with 10cc's of a fast-acting healing drug. The warning label reads: "Do not exceed more than 4 doses per day." + Regeneration Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 6 + 300 + 6 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 236 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 237 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 238 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 239 + Full Jar + Jar of Human Blood + A glass jar containing what appears to be human blood. What kind of sicko stores human blood anyway??? + Jar of Human Blood + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 240 + Ownership + Ownership + If you can read this, JA2 programmers messed up! NO DESCRIPTION NECESSARY! + Ownership + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 241 + Laser Scope + Laser Scope + The Universal Daylight Laser projects a highly visible red spot at a rather significant range. In a stainless steel housing, it fits onto the trigger guard of most sub-machine guns and pistols. + Laser Scope + You won't lose sight of your target when using one of these. The Universal Daylight Laser projects a highly visible red spot upt to 100ft during the day and over 1,000ft at night. In a stainless steel housing, it fits onto the trigger guard of most weapons. + 268435456 + 0 + 0 + 0 + 1 + 51 + 4 + 4 + 750 + 7 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + -200 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 242 + Remote Trigger + Remote Bomb Trigger + Once the remote detonator has been placed onto an explosive, it won't ignite until you use this remote trigger device. + Remote Trigger + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 243 + Wire Cutters + Wire Cutters + Your average everyday handyman's wire cutters. + Wire Cutters + Your average everyday handyman's wire cutters. Extremely useful and versatile-don't leave home without them! + 268435456 + 0 + 16 + 0 + 1 + 88 + 4 + 2 + 20 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 244 + Duckbill + Duckbill + This metal object, when attached to the end of a shotgun barrel, causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. + Duckbill + Attach this metal object to the end of a shotgun barrel for a real deadly effect. It causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. Say good-bye to anyone who gets into its path. + 268435456 + 0 + 0 + 0 + 1 + 90 + 9 + 4 + 30 + 2 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 245 + Alcohol + Bottle of Alcohol + Booze, spirits, swamp root, hooch. At 80 proof, drinking this stuff will definitely lead to intoxication. + Bottle of Alcohol + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 106 + 20 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 246 + UV Goggles + UV Goggles + These UltraVision goggles provide superior night vision by using ultra-violet light. A warning label mentions they are not suitable for spelunking. + UV Goggles + These UltraVision goggles are the latest rage! Using ultra-violet light, they turn night into day. Ultra powerful, ultra comfortable, and ultra cool! + 32768 + 0 + 0 + 0 + 1 + 74 + 11 + 1 + 1500 + 9 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 247 + Discarded LAW + Discarded LAW + Having already delivered the hammer of justice upon its target, this empty LAW rocket launcher will live out the rest of its Dredd-ful existence as a glorified paper weight. + Discarded LAW + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 44 + 21 + 0 + 30 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 248 + Head + Head + One unidentified, slightly decaying, human head. + Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 249 + Head + Impostor's Head + The Imposter won't be imposing on anyone anymore. You're the proud owner of his slightly decaying head. + Impostor's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 250 + Head + T-Rex's Head + T-Rex may be gone like the dinosaurs, but be sure to hold on to his head for posterity. + T-Rex's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 2 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 251 + Head + Slay's Head + Slay's been slain and all that remains is his decomposing head. + Slay's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 3 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 252 + Head + Druggist's Head + This Druggist won't be renewing any prescriptions. His head is on your chopping block now. + Druggist's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 4 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 253 + Head + Matron's Head + No one's gonna miss MOM, or her head. It's yours for the taking. + Matron's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 5 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 254 + Head + Tiffany's Head + Tiffany Eddie may not have profited from using his head but you will, now that he's dead. + Tiffany's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 6 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 255 + Wine + Wine + This bottle of Saw Mill Spring's finest red vino combines fermented grape juice with the flavor of wood pulp for a truly unique taste. + Wine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 100 + 12 + 1 + 20 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 256 + Beer + Beer + At 6.9 per cent alcohol, who the hell cares where this stuff came from? This ice beer will even put a Russian under the table. + Beer + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 101 + 4 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 257 + Porn + Porno Magazine + Bustler magazine, July issue. Features an interesting pictorial by Demi Moon and various articles no one will ever read. + Porno Magazine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 99 + 0 + 2 + 20 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 258 + Video Camera + Video Camera + This VHS camera will record and play back all your favorite memories, including embarrassing wedding moments or local magistrates in compromising positions. + Video Camera + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 43 + 20 + 0 + 900 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 259 + Robot Remote + Robot Remote Control + Send your robot out to do your dirty work with this trusty remote control. Let him do your bidding as you sit pretty from a point of safety. + Robot Remote Control + Not for sale through BR. + 32768 + 0 + 0 + 0 + 0 + 42 + 5 + 1 + 2500 + 0 + 0 + -5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 260 + Claw + Creature Claw + A razor-sharp claw from one of those repugnant creatures that is thankfully dead. + Creature Claw + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 103 + 20 + 0 + 500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 261 + Flesh + Creature Flesh + A rotting chunk of putrified creature flesh. At least this one's dead now. + Creature Flesh + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 7 + 40 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 262 + Organ + Unidentifiable Creature Organ + Dead creature innards, just in time for lunch! + Unidentifiable Creature Organ + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 104 + 10 + 0 + 1000 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 263 + Remote + Remote Control + This is device to control something from a distance. It only has one button on it, though. + Remote Control + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 264 + Platinum Watch + Platinum Watch + Tell time in style with this designer watch featuring a quartz crystal, swiss movement and 4 microns of beautiful platinum plating. + Platinum Watch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 47 + 2 + 8 + 500 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 265 + Golf Clubs + Golf Clubs + This bag of woods and irons is a vintage set that has seen better days on the green. Although slightly beat up, you could still score under par with them. + Golf Clubs + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 136 + 100 + 0 + 200 + 2 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 266 + Walkman + Walkman + Listen to your favorite tunes wherever you go with this portable cassette player and mini-headphones. They will make any long trek a little more merry. + Walkman + Not for sale through BR. + 32768 + 0 + 0 + 0 + 3 + 11 + 5 + 1 + 100 + 1 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 267 + Portable TV + Portable TV + You won't miss your favorite cartoon or lose track of the football scores with this portable television. Don't leave home without it! + Portable TV + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 8 + 50 + 0 + 300 + 2 + 0 + -3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 268 + CurBal + Current Balance: + This is how you access your main 'bank account' where you can get your hands on cash by clicking on the different amounts followed by 'Done'. Having cash in hand is sometimes very useful. + Current Balance: + Not for sale through BR. + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 269 + Cigars + Cigars + A solid box of robustos. Suitable to be clenched between your teeth in the heat of battle or for hanging around a cigar lounge with a fine glass of port. + Cigars + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 10 + 10 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 270 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 271 + Key + Small key + A small gold-coloured key which might fit a cabinet lock. + Key + + 65536 + 0 + 0 + 0 + 1 + 82 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 272 + Key + Prison key + A prison key made of stainless steel. + Key + + 65536 + 1 + 0 + 0 + 1 + 83 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 273 + Key + Cheap key + A simple key. Looks like it would fit a pretty crummy lock. + Key + + 65536 + 2 + 0 + 0 + 1 + 84 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 274 + Key + Dull key + A dull-coloured key. + Key + + 65536 + 3 + 0 + 0 + 1 + 87 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 275 + Key + Shiny key + A shiny key which probably fits a more than ordinary lock. + Key + + 65536 + 4 + 0 + 0 + 1 + 91 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 276 + Key + Padlock key + A padlock key. + Key + + 65536 + 5 + 0 + 0 + 1 + 92 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 277 + Key + Electronic Key + An electronic key with a magnetic strip in place of metal teeth. + Key + + 65536 + 6 + 0 + 0 + 1 + 108 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 278 + Key card + Key card + An electronic key card. + Key + + 65536 + 7 + 0 + 0 + 1 + 109 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 279 + Key + + + Key + + 65536 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 280 + Key + Key + + Key + + 65536 + 9 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 281 + Suppressor + Flash Suppressor + Standard equipment for keeping those pesky muzzle flashes from giving away your position. + Flash Suppressor + Standard equipment for keeping those pesky muzzle flashes from giving away your position. + 268435456 + 0 + 0 + 0 + 1 + 149 + 4 + 4 + 100 + 3 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 282 + RPG-7 + RPG-7 + Hey, it's an RPG, baby! + RPG-7 + The Rocket Propelled Grenade, or RPG, is a cheap, single-shot weapon. It's main purpose to to provide an inexpensive albeit devastating weapon against soft targets. + 16 + 282 + 3 + 0 + 0 + 68 + 79 + 0 + 1500 + 10 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 283 + HE RPG + High Explosive RPG + Perfect for those times when you need to make a big entrance. + HE RPG + A high explosive rocket propelled grenade is perfect for those times when you need to make a big entrance. + 256 + 30 + 0 + 0 + 1 + 150 + 21 + 0 + 1200 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 284 + AP RPG + Armor Piercing RPG + One shot. One kill. One big mess to clean up afterwards. + AP RPG + One shot. One kill. One big mess to clean up afterwards. (Mop sold separately) + 256 + 31 + 0 + 0 + 1 + 152 + 21 + 0 + 2000 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 285 + Frag RPG + Fragmentation RPG + Put 'em down for the count with flying shrapnel. + Frag RPG + Put 'em down for the count with flying shrapnel from this rocket propelled grenade. + 256 + 32 + 0 + 0 + 1 + 151 + 21 + 0 + 1000 + 10 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 286 + Reflex Scope + ACOG Scoped Reflex Sight + Reflex advanced combat gun scope with 4x magnification, integral rear ghost ring aperture yellow center illumination for close-combat sighting. + ACOG Scoped Reflex Sight + Reflex advanced combat gun scope with 4x magnification, integral rear ghost ring aperture yellow center illumination for close-combat sighting. Includes flat top adapter, backup iron sights and dust cover. + 268435456 + 0 + 0 + 0 + 1 + 155 + 4 + 4 + 1200 + 6 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 30 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 287 + Reflex Sight + Trijicon Reflex Sight + This reflex dual-illuminated advanced combat gun sight is the new standard for instant any-light shooting accuracy. + Trijicon Reflex Sight + This reflex dual-illuminated advanced combat gun sight is the new standard for instant any-light shooting accuracy. It gives you maximum accuracy and true-to-life targeting, instantly. + 268435456 + 0 + 0 + 0 + 1 + 156 + 2 + 4 + 1200 + 6 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 6 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 288 + 9mm C-Mag + 9mm C-Mag + This Beta C-Mag magazine contains 100 rounds of 9mm ammunition. As a jacketed round, it has a lesser tendency for barrel leading than its non-jacketed counterpart. + 9mm C-Mag + This Beta C-Mag contains 100 rounds of Fiocchi round tip ammunition. This round is a popular purchase among seasoned mercenaries and up-and-coming soldiers of fortune. + 1024 + 60 + 0 + 0 + 1 + 157 + 10 + 2 + 100 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 289 + 9mm C-Mag AP + 9mm C-Mag, AP + These 100 hardened steel rounds are the best sub-machine gun armor-defeating ammunition. + 9mm C-Mag, AP + We searched far and wide for this round; the Armor Piercing ability of the 100-round Beta C-Mag makes it the bane of all unwelcome law enforcement personnel. + 1024 + 61 + 0 + 0 + 1 + 158 + 10 + 2 + 300 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 290 + 9mm C-Mag HP + 9mm C-Mag, HP + This Beta C-Mag holds 100 rounds of federal jacketed hollow point ammunition. It combines the wound characteristics of hollow point with the penetration abilities of standard ball ammunition. + 9mm C-Mag, HP + This 100-round Beta C-Mag of 115 grain Jacketed Hollow Point ammunition is a special buy straight from COR-BON. We guarantee it will make your MP-5 the envy of any SWAT team. + 1024 + 62 + 0 + 0 + 1 + 159 + 10 + 2 + 200 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 291 + 9mm C-Mag Adapter + 9mm C-Mag Adapter + This special adapter can be attached to certain 9mm weapons to allow for the use of the 100-rd Beta C-Mags. + 9mm C-Mag Adapter + This special adapter can be attached to certain 9mm weapons to allow for the use of the 100-rd Beta C-Mags. + 268435456 + 0 + 0 + 0 + 1 + 162 + 3 + 2 + 1000 + 7 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 70 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 292 + 5.56mm C-Mag Adapter + 5.56mm C-Mag Adapter + This special adapter can be attached to certain 5.56mm weapons to allow for the use of the 100-rd Beta C-Mags. + 5.56mm C-Mag Adapter + This special adapter can be attached to certain 5.56mm weapons to allow for the use of the 100-rd Beta C-Mags. + 268435456 + 0 + 0 + 0 + 1 + 161 + 3 + 2 + 1000 + 8 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 70 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 293 + Commando Mortar + Commando Mortar + The Commando Mortar is a 60mm caliber mortar, slightly lighter and faster than the M224. + Commando Mortar + The Commando Mortar is a 60mm caliber mortar, slightly lighter and faster than the M224. + 16 + 293 + 20 + 0 + 0 + 71 + 50 + 0 + 2500 + 10 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 294 + Mustard Gas Shell + Mustard Gas Mortar Shell + This Mustard Gas bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for a delayed, impact, near-surface, or proximity burst detonation. + Mustard Gas Shell + This Mustard Gas mortar shell features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for delayed, impact, near-surface or proximity burst detonations. + 512 + 33 + 0 + 0 + 1 + 160 + 34 + 2 + 350 + 9 + 0 + -5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 295 + 20mm HE Clip + 20mm HE Clip + A six-shot clip of 20mm high explosive grenades. + 20mm HE Clip + A six-shot magazine of 20mm high explosive fragmentation grenades. Fun for the whole family! + 256 + 34 + 0 + 0 + 1 + 163 + 8 + 4 + 800 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 296 + OICW Launcher + OICW Grenade Launcher + The XM-29 OICW comes with an integrated 20mm grenade launcher that can fire either single shot or dual-shot bursts. + OICW Grenade Launcher + The XM-29 OICW comes with an integrated 20mm grenade launcher that can fire either single shot or dual-shot bursts. + 16 + 296 + 0 + 0 + 0 + 39 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 297 + 4.6mm mag + 4.6mm Magazine + This 40-round magazine contains 4.6mm ammunition for the HK MP-7. This round possesses wound and range capabilites comparable to a rifle round. + 4.6mm Magazine + Specialized ammunition uniquely used by the HK MP-7. Each bullet is about as large as a rifle round, and packs around the same punch. + 1024 + 63 + 0 + 0 + 1 + 166 + 4 + 4 + 900 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 298 + Frag Cylinder + 40mm Grenade Cylinder + This is a six-shot grenade cylinder filled with fragmentation grenades. When fired from the 40mm grenade launcher each grenade will ignite its encased TNT after a short delay. + 40mm Grenade Cylinder + This is a six-shot grenade cylinder filled with fragmentation grenades. Each grenade features a time-delayed firing device to ignite its encased TNT. Fired from the MGL Mk.1 grenade launcher, this round can provide great lethal coverage. + 256 + 16 + 0 + 0 + 1 + 167 + 60 + 2 + 2400 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 299 + Smoke Cylinder + 40mm Smoke Grenade Cylinder + Now they see you, now they don't. When properly employed, this six-shot 40mm smoke grenade cylinder will leave your opposition thinking they're dealing with Houdini himself. + 40mm Smoke Grenade Cylinder + When fired from a MGL Mk.1, the grenades in this six-shot cylinder will quickly release a cloud of smoke that will aid in battlefield entry or withdrawal. + 256 + 19 + 0 + 0 + 1 + 168 + 60 + 2 + 600 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 300 + Stun Cylinder + 40mm Stun Grenade Cylinder + When fired from the MGL Mk.1, the six projectiles contained in this cylinder will create a massive vacuum that will leave your enemies gasping for air. + 40mm Stun Grenade Cylinder + This six-shot MGL Mk.1 grenade cylinder contains projectile rounds that will create a massive vacuum, depriving the surrounding impact area of oxygen. Anyone standing within the detonated area will be left gasping, as waves of air rush back into its core. + 256 + 18 + 0 + 0 + 1 + 169 + 60 + 2 + 1200 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 301 + Hartford 6 + Modified EMF Hartford 6 Shooter + This is a .357 caliber, six shooter modified for Tex Colburn. It has a ten inch barrel and a sculptured ivory handle with TEX engraved in 14kt gold flake. + Modified EMF Hartford 6 Shooter + This is a .357 caliber, six shooter modified for Tex Colburn. It has a ten inch barrel and a sculptured ivory handle with TEX engraved in 14kt gold flake. + 2 + 6 + 3 + 0 + 0 + 76 + 16 + 1 + 2250 + 9 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 23 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 302 + Key + Key + + Key + + 65536 + 31 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 303 + Platter + Silver Platter + This rather tarnished silver platter bears no inscription. It looks as though it may have been a thoughtful gift at one time. + Silver Platter + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 31 + 4 + 0 + 150 + 2 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 304 + Duct Tape + Duct Tape + This roll of gray, 2-inch wide heavy-duty tape is great for patching holes and keeping things together. + Duct Tape + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 30 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 305 + Rod + Aluminum Rod + This aluminum curtain rod is broken at both ends. Wonder what happened to the curtains. + Aluminum Rod + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 28 + 3 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 306 + Spring + Spring + This small, heavy-duty, metal coil spring is common to many household appliances. + Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 32 + 1 + 8 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 307 + Rod & Spring + Rod & Spring + Install this smart, well-crafted spring and bolt replacement in a firearm to boost its rate of fire! + Rod & Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 33 + 4 + 1 + 25 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 308 + Steel Tube + Steel Tube + A basic raw piece of steel, looking for a home. + Steel Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 133 + 4 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 309 + Quick Glue + Quick Glue + Once this glue gets a grip, it doesn't let go. It will permanently stick to most substances in less than 3 minutes. + Quick Glue + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 132 + 2 + 6 + 5 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 310 + Extender + Gun Barrel Extender + attach this nifty chunk of hardware to any gun barrel and watch your range soar. + Gun Barrel Extender + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 134 + 6 + 1 + 150 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 311 + String + String + A 19-foot piece of typical white string. + String + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 35 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 312 + Can + Soda Can + This old soda can looks as though it's been kicking around for quite some time. + Soda Can + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 27 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 313 + Can w/ String + Soda Can with String + A piece of string attached to a soda can makes a great noise-maker when tied to a car bumper at a wedding party procession. + Soda Can with String + Not for sale through BR. + 268435456 + 0 + 22 + 0 + 2 + 36 + 2 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 314 + Marbles + Marbles + These round, shiny, colorful, and surprisingly heavy balls of glass are usually found in young boys' pockets. They are used mostly for amusement. + Marbles + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 122 + 3 + 6 + 5 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 315 + LameBoy + LameBoy Display + A Liquid Crystal Display ripped out of a small, portable, grayscale game machine. + LameBoy Display + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 127 + 6 + 1 + 200 + 6 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 316 + Copper Wire + Copper Wire + Your everyday copper wire, great for electronics. + Copper Wire + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 128 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 317 + Display Unit + Display Unit + This contraption is essentially a LameBoy LCD rigged with copper wiring. + Display Unit + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 126 + 7 + 1 + 50 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 318 + FumblePak + FumblePak + This Kid-tendo Fumble Pak device vibrates a video game joystick during gameplay. Warning: it may cause the player to lose his grip. + FumblePak + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 130 + 1 + 1 + 100 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 319 + X-ray Tube + X-ray Tube + This is a piece of a hospital x-ray machine. + X-ray Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 131 + 1 + 2 + 10 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 320 + Gum + Pack of Gum + A pack of sugurless, spearmint flavored chewing gum. Dentists recommend chewing after every meal and between brushings. + Pack of Gum + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 29 + 1 + 8 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 321 + X-ray Device + X-ray Device + This is a nifty looking, but sticky device made from various parts. It looks like it could light up and vibrate. + X-ray Device + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 129 + 3 + 1 + 100 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 322 + Batteries + Batteries + NeverReady double 'A' batteries. This may sound like a description of some woman you know, and just like a woman, these batteries will likely conk out on you, just when you need them the most. + Batteries + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 26 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + + + 323 + Rubber Band + Rubber Band + Elasticity at its best. This rather old invention is still great for keeping a few things together. + Rubber Band + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 123 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 324 + X-ray Detector + X-ray Detector + This homemade x-ray device looks like it will actually function, flashing a vibrating x-ray pulse and crudely displaying the results on its LCD. Batteries required. + X-ray Detector + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 125 + 10 + 1 + 2500 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + + + 325 + Silver + Silver Nugget + A nugget of pure silver, probably right out of Arulco's silver mines. + Silver Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 2 + 38 + 2 + 1 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 326 + Gold + Gold Nugget + Just like cash, only heavier. This is a shiny, impressive nugget of pure gold, compliments of Arulco's rather meager mineral mines. + Gold Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 1 + 135 + 2 + 1 + 300 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 327 + Gas + Tank of Gas + Use this tank of gas wisely. They are extremely hard to come by, here in Arulco. + Gas Can + + 8192 + 0 + 23 + 0 + 2 + 39 + 20 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + + 328 + Calico M-900 + Calico M-900 + Another reincarnation of the M960, this version has a unusually longer barrel for a 9mm weapon and semi auto-fires with the same 50 round clip. + Calico M-900 + Another reincarnation of the M960, this version has a unusually longer barrel for a 9mm weapon and semi auto-fires with the same 50 round clip. + 2 + 328 + 3 + 0 + 0 + 50 + 22 + 0 + 900 + 8 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 1300 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 329 + Calico M-950 + Calico M-950 + An American made, pistol version of the M960. Using the same 50 round clip, it could probably only be classified a pistol in the U.S.A. + Calico M-950 + An American made, pistol version of the M960. Using only semi-automatic and limited burst fire & the same 50 round clip, it could probably only be classified a pistol in the U.S.A. + 2 + 329 + 3 + 0 + 0 + 51 + 10 + 0 + 400 + 6 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 330 + Calico M-960A + Calico M-960A + Known as the "Mini Sub Machine Gun" this American model uses a helical-feed 50 round magazine of 9mm bullets, and has been making things right since 1990. + Calico M-960A + Known as the "Mini Sub Machine Gun" this American model uses a helical-feed 50 round magazine of 9mm bullets, and has been making things right since 1990. + 2 + 330 + 3 + 0 + 0 + 52 + 22 + 0 + 900 + 7 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 331 + Micro-Uzi + Micro-Uzi + The name says it all, it's an Uzi. First there was the Mini-Uzi, now the Micro-Uzi. One can only wonder when the Pocket-Uzi will roll-off the Israeli assembly line. + Micro-Uzi + The name says it all, it's an Uzi. First there was the Mini-Uzi, now the Micro-Uzi. One can only wonder when the Pocket-Uzi will roll-off the Israeli assembly line. + 2 + 331 + 3 + 0 + 0 + 53 + 19 + 1 + 300 + 5 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 332 + L85A2 + Enfield L85A2 + This British weapon was actually made in Nottingham, not Enfield, where computer controlled tools were finally able to eliminate all of its serious defects. + Enfield L85A2 + This British weapon was actually made in Nottingham, not Enfield, where computer controlled tools were finally able to eliminate all of its serious defects. + 2 + 332 + 3 + 0 + 0 + 54 + 38 + 0 + 1300 + 6 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 333 + MP-5A2 + H&K MP-5A2 + The MP-5A2, basically, is no more than the scaled-down version of the Heckler-Koch G3 battle rifle. + H&K MP-5A2 + The MP-5A2, basically, is no more than the scaled-down version of the Heckler-Koch G3 battle rifle. + 2 + 333 + 3 + 0 + 0 + 59 + 25 + 0 + 900 + 4 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 334 + MP-5SD3 + H&K MP-5SD3 + A PercentNoiseReduction version of the H&K MP-5 with integral silencer and retractable stock of A3 version. + H&K MP-5SD3 + A PercentNoiseReduction version of the H&K MP-5 with integral silencer and retractable stock of A3 version. + 2 + 334 + 3 + 0 + 0 + 60 + 29 + 0 + 1000 + 4 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 800 + 90 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 335 + MP-5N + H&K MP-5N + The MP-5N was orignally developed for US Navy SEALs. + H&K MP-5N + Modern version of the MP-5 developed for US Navy SEALs. The barrel is threaded to accept US-made detachable silencers. + 2 + 335 + 3 + 0 + 0 + 61 + 29 + 0 + 1600 + 7 + 2 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 336 + UMP-45 + H&K UMP-45 + The UMP (Universal Machinen-Pistole = Universal Submachine Gun) was developed by the Heckler & Koch company of Germany in the mid- to late- 1990s. + H&K UMP-45 + The UMP (Universal Machinen-Pistole = Universal Submachine Gun) was developed by the Heckler & Koch company of Germany in the mid- to late- 1990s. + 2 + 336 + 3 + 0 + 0 + 62 + 22 + 0 + 1300 + 6 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 337 + Five-seveN + FN Five-seveN + The Five-seveN pistol was designed as a complimentary sidearm for the P90 submachine-gun. The Five-seveN is a delayed blowback operated, semi-automatic firearm. + FN Five-seveN + The Five-seveN pistol was designed as a complimentary sidearm for the P90 submachine-gun. The Five-seveN is a delayed blowback operated, semi-automatic firearm. It features a polymer frame with underbarrel acessory rail. + 2 + 337 + 3 + 0 + 0 + 63 + 6 + 1 + 1000 + 7 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 45 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 338 + P7M8 + H&K P7M8 + The P7 pistols are known for their low barrel axis and slim profile, which makes them accurate and easily concealable pistols. + H&K P7M8 + The P7 pistols are known for their low barrel axis and slim profile, which makes them accurate and easily concealable pistols. They also are somewhat expensive, but have a strong following among many shooters. + 2 + 338 + 3 + 0 + 0 + 64 + 7 + 1 + 400 + 4 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 339 + G36K + H&K G36K + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36K is the carbine version. + H&K G36K + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36K is the carbine version, and comes with standard dual scope mount. + 2 + 339 + 3 + 0 + 0 + 65 + 33 + 0 + 2500 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 340 + G36C + H&K G36C + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36C is the compact version. + H&K G36C + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. The G36C is the compact or commando version. + 2 + 340 + 3 + 0 + 0 + 66 + 28 + 0 + 2400 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 341 + MSG-90A1 + H&K MSG-90A1 + The MSG-90 sniper rifle was made by Heckler-Koch as a "militarized" offspring of their PSG-1 police sniper rifle. + H&K MSG-90A1 + The MSG-90 sniper rifle was made by Heckler-Koch as a "militarized" offspring of their PSG-1 police sniper rifle. The MSG-90A1 is fitted with the barrel threaded on the muzzle to accept screw-on silencers. + 2 + 341 + 3 + 0 + 0 + 67 + 64 + 0 + 3000 + 10 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 342 + M4 Super 90 + Bennelli M4 Super 90 + The M4 is a high quality, very versatile shotgun, and is very popular as a police weapon, and as a civilian weapon for self defense. + Bennelli M4 Super 90 + The M4 uses an inertia recoil semi-automatic system which allows to the shooter to lock the semi-automatic action and switch to the manually operated pump-action mode and back in the matter of seconds. + 2 + 342 + 3 + 0 + 0 + 69 + 32 + 0 + 1400 + 7 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 35 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 343 + AK-103 + AK-103 + More powerful than its predescent AK-74, this rifle employs many of today's new technologies. Long live the AK-47! + AK-103 + Back to the future... The return of the 7.62mm cartridges. More powerful than its predescent AK-74, this rifle employs many of today's new technologies. Long live the AK-47! + 2 + 343 + 3 + 0 + 0 + 70 + 34 + 0 + 2200 + 8 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 344 + G36E + H&K G36E + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. + H&K G36E + The G36 is a conventional gas operated, selective fire rifle, made from most modern materials and using most modern technologies. + 2 + 344 + 3 + 0 + 0 + 72 + 36 + 0 + 2500 + 9 + 3 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 345 + OICW + XM-29 OICW + The XM-29 is part 20mm magazine fed grenade launcher, part G36 5.56mm assault rifle, and all kinds of whoop-ass. + XM-29 OICW + The XM-29 is a combination weapon, part 20mm magazine fed grenade launcher and part 5.56mm assault rifle. Both parts are assembled into the single one-man portable unit with a built-in target acquisition / fire control system (TA/FCS). + 2 + 345 + 3 + 0 + 0 + 73 + 55 + 0 + 5000 + 10 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 2 + 1 + 750 + 0 + 0 + 0 + 0 + 20 + 90 + 10 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 296 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 346 + MP-7 + H&K MP-7 PDW + The MP-7 is a compact submachine gun with folding forward grip and telescoped buttstock, and is designed to fire special, high velocity 4.6mm ammunition. + H&K MP-7 PDW + The MP-7 is a compact submachine gun with folding forward grip and telescoped buttstock, and is designed to fire special, high velocity 4.6mm ammunition. + 2 + 346 + 3 + 0 + 0 + 74 + 15 + 0 + 2900 + 10 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 950 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 347 + MGL Mk1 + Milkor MGL Mk.1 Grenade Launcher + The Milkor MGL six-shot 40mm grenade launcher is the world's first mass-produced multi-shot, rapid-fire 40mm hand-held weapon. + Milkor MGL Mk.1 Grenade Launcher + The Milkor MGL six-shot 40mm grenade launcher is the world's first mass-produced multi-shot, rapid-fire 40mm hand-held weapon. The MGL can fire six shots in less than three seconds, making it essential in dealing with ambush situations and in urban warfare. + 16 + 347 + 20 + 0 + 0 + 75 + 53 + 0 + 2400 + 8 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 348 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 349 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 350 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Launchables.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Launchables.xml new file mode 100644 index 000000000..70f0deea1 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Launchables.xml @@ -0,0 +1,95 @@ + + + + + 147 + 40 + + + 147 + 50 + + + 148 + 40 + + + 148 + 50 + + + 149 + 40 + + + 149 + 50 + + + 150 + 40 + + + 150 + 50 + + + 140 + 41 + + + 140 + 293 + + + 152 + 60 + + + 283 + 282 + + + 284 + 282 + + + 285 + 282 + + + 294 + 293 + + + 294 + 41 + + + 295 + 296 + + + 298 + 347 + + + 299 + 347 + + + 300 + 347 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Magazines.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Magazines.xml new file mode 100644 index 000000000..ae01aac6f --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Magazines.xml @@ -0,0 +1,417 @@ + + + + 0 + 2 + 15 + 0 + + + 1 + 2 + 30 + 0 + + + 2 + 2 + 15 + 2 + + + 3 + 2 + 30 + 2 + + + 4 + 2 + 15 + 1 + + + 5 + 2 + 30 + 1 + + + 6 + 1 + 6 + 0 + + + 7 + 1 + 6 + 2 + + + 8 + 1 + 6 + 1 + + + 9 + 3 + 7 + 0 + + + 10 + 3 + 30 + 0 + + + 11 + 3 + 7 + 2 + + + 12 + 3 + 30 + 2 + + + 13 + 3 + 7 + 1 + + + 14 + 3 + 30 + 1 + + + 15 + 4 + 6 + 0 + + + 16 + 4 + 9 + 0 + + + 17 + 4 + 6 + 2 + + + 18 + 4 + 9 + 2 + + + 19 + 4 + 6 + 1 + + + 20 + 4 + 9 + 1 + + + 21 + 7 + 30 + 2 + + + 22 + 7 + 30 + 1 + + + 23 + 8 + 30 + 2 + + + 24 + 8 + 30 + 1 + + + 25 + 10 + 10 + 2 + + + 26 + 10 + 30 + 2 + + + 27 + 10 + 10 + 1 + + + 28 + 10 + 30 + 1 + + + 29 + 9 + 5 + 2 + + + 30 + 9 + 20 + 2 + + + 31 + 9 + 5 + 1 + + + 32 + 9 + 20 + 1 + + + 33 + 11 + 50 + 3 + + + 34 + 12 + 50 + 2 + + + 35 + 12 + 50 + 1 + + + 36 + 5 + 7 + 0 + + + 37 + 5 + 7 + 4 + + + 38 + 6 + 10 + 3 + + + 39 + 6 + 10 + 4 + + + 40 + 14 + 5 + 3 + + + 41 + 14 + 5 + 9 + + + 42 + 14 + 5 + 10 + + + 43 + 15 + 1 + 11 + + + 44 + 16 + 5 + 4 + + + 45 + 17 + 11 + 3 + + + 46 + 18 + 20 + 3 + + + 47 + 2 + 50 + 0 + + + 48 + 2 + 50 + 2 + + + 49 + 2 + 50 + 1 + + + 50 + 7 + 75 + 2 + + + 51 + 7 + 75 + 1 + + + 52 + 8 + 200 + 2 + + + 53 + 8 + 200 + 1 + + + 54 + 9 + 100 + 2 + + + 55 + 9 + 100 + 1 + + + 56 + 12 + 20 + 2 + + + 57 + 12 + 20 + 1 + + + 58 + 8 + 100 + 2 + + + 59 + 8 + 100 + 1 + + + 60 + 2 + 100 + 0 + + + 61 + 2 + 100 + 2 + + + 62 + 2 + 100 + 1 + + + 63 + 19 + 40 + 3 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Merges.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Merges.xml new file mode 100644 index 000000000..10b8fabf6 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Merges.xml @@ -0,0 +1,364 @@ + + + + + 201 + 201 + 201 + 1 + + + 202 + 202 + 202 + 1 + + + 214 + 214 + 214 + 1 + + + 204 + 204 + 204 + 1 + + + 203 + 203 + 203 + 1 + + + 327 + 327 + 327 + 1 + + + 205 + 205 + 205 + 1 + + + 256 + 256 + 256 + 1 + + + 255 + 255 + 255 + 1 + + + 245 + 245 + 245 + 1 + + + 216 + 161 + 162 + 2 + + + 216 + 164 + 165 + 2 + + + 216 + 196 + 197 + 2 + + + 216 + 167 + 168 + 2 + + + 216 + 189 + 190 + 2 + + + 216 + 170 + 171 + 2 + + + 216 + 173 + 174 + 2 + + + 216 + 177 + 178 + 2 + + + 216 + 180 + 181 + 2 + + + 216 + 163 + 0 + 0 + + + 216 + 166 + 0 + 0 + + + 216 + 169 + 0 + 0 + + + 216 + 191 + 0 + 0 + + + 216 + 172 + 0 + 0 + + + 216 + 175 + 0 + 0 + + + 216 + 179 + 0 + 0 + + + 216 + 182 + 0 + 0 + + + 217 + 161 + 163 + 2 + + + 217 + 164 + 166 + 2 + + + 217 + 167 + 169 + 2 + + + 217 + 189 + 191 + 2 + + + 217 + 196 + 198 + 2 + + + 217 + 170 + 172 + 2 + + + 217 + 173 + 175 + 2 + + + 217 + 177 + 179 + 2 + + + 217 + 180 + 182 + 2 + + + 217 + 162 + 0 + 0 + + + 217 + 165 + 0 + 0 + + + 217 + 197 + 0 + 0 + + + 217 + 168 + 0 + 0 + + + 217 + 190 + 0 + 0 + + + 217 + 171 + 0 + 0 + + + 217 + 174 + 0 + 0 + + + 217 + 178 + 0 + 0 + + + 217 + 181 + 0 + 0 + + + 136 + 137 + 138 + 3 + + + 136 + 139 + 142 + 3 + + + 137 + 136 + 138 + 3 + + + 139 + 136 + 142 + 3 + + + 311 + 312 + 313 + 4 + + + 312 + 311 + 313 + 4 + + + 321 + 317 + 324 + 5 + + + 317 + 321 + 324 + 5 + + + 295 + 295 + 295 + 1 + + + 298 + 298 + 298 + 1 + + + 299 + 299 + 299 + 1 + + + 300 + 300 + 300 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Sounds.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Sounds.xml new file mode 100644 index 000000000..f02ecc4d7 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Sounds.xml @@ -0,0 +1,295 @@ + + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\DIRT IMPACT 01.WAV + SOUNDS\DIRT IMPACT 01.WAV + SOUNDS\KNIFE HIT GROUND.WAV + SOUNDS\FALL TO KNEES 01.WAV + SOUNDS\FALL TO KNEES 02.WAV + SOUNDS\KNEES TO DIRT 01.WAV + SOUNDS\KNEES TO DIRT 02.WAV + SOUNDS\KNEES TO DIRT 03.WAV + SOUNDS\HEAVY FALL 01.WAV + SOUNDS\BODY_SPLAT.WAV + SOUNDS\GLASS_BREAK1.WAV + SOUNDS\GLASS_BREAK2.WAV + SOUNDS\DOOR OPEN 01.WAV + SOUNDS\DOOR OPEN 02.WAV + SOUNDS\DOOR OPEN 03.WAV + SOUNDS\DOOR CLOSE 01.WAV + SOUNDS\DOOR CLOSE 02.WAV + SOUNDS\UNLOCK LOCK.WAV + SOUNDS\KICKIN LOCK.WAV + SOUNDS\BREAK LOCK.WAV + SOUNDS\PICKING LOCK.WAV + SOUNDS\GARAGE DOOR OPEN.WAV + SOUNDS\GARAGE DOOR CLOSE.WAV + SOUNDS\ELEVATOR DOOR OPEN.WAV + SOUNDS\ELEVATOR DOOR CLOSE.WAV + SOUNDS\HIGH TECH DOOR OPEN.WAV + SOUNDS\HIGH TECH DOOR CLOSE.WAV + SOUNDS\CURTAINS DOOR OPEN.WAV + SOUNDS\CURTAINS DOOR CLOSE.WAV + SOUNDS\METAL DOOR OPEN.WAV + SOUNDS\METAL DOOR CLOSE.WAV + SOUNDS\ftp gravel 01.WAV + SOUNDS\ftp gravel 02.WAV + SOUNDS\ftp gravel 03.WAV + SOUNDS\ftp gravel 04.WAV + SOUNDS\ftp gritty 01.WAV + SOUNDS\ftp gritty 02.WAV + SOUNDS\ftp gritty 03.WAV + SOUNDS\ftp gritty 04.WAV + SOUNDS\ftp leaves 01.WAV + SOUNDS\ftp leaves 02.WAV + SOUNDS\ftp leaves 03.WAV + SOUNDS\ftp leaves 04.WAV + SOUNDS\CRAWLING 01.WAV + SOUNDS\CRAWLING 02.WAV + SOUNDS\CRAWLING 03.WAV + SOUNDS\CRAWLING 04.WAV + SOUNDS\BEEP2.WAV + SOUNDS\ENDTURN.WAV + SOUNDS\JA2 DEATH HIT.WAV + SOUNDS\DOORCR_B.WAV + SOUNDS\HEAD EXPLODING 01.WAV + SOUNDS\BODY EXPLODING.WAV + SOUNDS\EXPLODE1.WAV + SOUNDS\CROW EXPLODING.WAV + SOUNDS\SMALL EXPLOSION 01.WAV + SOUNDS\HELI1.WAV + SOUNDS\BULLET IMPACT 01.WAV + SOUNDS\BULLET IMPACT 02.WAV + SOUNDS\BULLET IMPACT 02.WAV + STSOUNDS\BLAH.WAV + SOUNDS\STEP INTO WATER.WAV + SOUNDS\SPLASH FROM SHALLOW TO DEEP.WAV + SOUNDS\COW HIT.WAV + SOUNDS\COW DIE.WAV + SOUNDS\LINE 02 FX.WAV + SOUNDS\LINE 01 FX.WAV + SOUNDS\LINE 03 FX.WAV + SOUNDS\CAVE COLLAPSING.WAV + SOUNDS\RAID WHISTLE.WAV + SOUNDS\RAID AMBIENT.WAV + SOUNDS\RAID DIVE.WAV + SOUNDS\RAID DIVE.WAV + SOUNDS\RAID WHISTLE.WAV + SOUNDS\DRIVING 01.WAV + SOUNDS\ENGINE START.WAV + SOUNDS\ENGINE OFF.WAV + SOUNDS\INTO VEHICLE.WAV + SOUNDS\WEAPONS\DRY FIRE 1.WAV + SOUNDS\WOOD IMPACT 01A.WAV + SOUNDS\WOOD IMPACT 01B.WAV + SOUNDS\WOOD IMPACT 01A.WAV + SOUNDS\PORCELAIN IMPACT.WAV + SOUNDS\TIRE IMPACT 01.WAV + SOUNDS\STONE IMPACT 01.WAV + SOUNDS\WATER IMPACT 01.WAV + SOUNDS\VEG IMPACT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\SLAP_IMPACT.WAV + SOUNDS\WEAPONS\REVOLVER RELOAD.WAV + SOUNDS\WEAPONS\PISTOL RELOAD.WAV + SOUNDS\WEAPONS\SMG RELOAD.WAV + SOUNDS\WEAPONS\RIFLE RELOAD.WAV + SOUNDS\WEAPONS\SHOTGUN RELOAD.WAV + SOUNDS\WEAPONS\LMG RELOAD.WAV + SOUNDS\WEAPONS\REVOLVER LNL.WAV + SOUNDS\WEAPONS\PISTOL LNL.WAV + SOUNDS\WEAPONS\SMG LNL.WAV + SOUNDS\WEAPONS\RIFLE LNL.WAV + SOUNDS\WEAPONS\SHOTGUN LNL.WAV + SOUNDS\WEAPONS\LMG LNL.WAV + SOUNDS\WEAPONS\SMALL ROCKET LAUNCHER.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\ROCKET LAUNCHER.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\38 CALIBER.WAV + SOUNDS\WEAPONS\357 SINGLE SHOT.WAV + SOUNDS\WEAPONS\357 SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,7 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\4,7 SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\KNIFE THROW SWOOSH.WAV + SOUNDS\WEAPONS\TANK_CANNON.WAV + SOUNDS\WEAPONS\BURSTTYPE1.WAV + SOUNDS\WEAPONS\AUTOMAG SINGLE.WAV + SOUNDS\WEAPONS\SILENCER 02.WAV + SOUNDS\WEAPONS\SILENCER 03.WAV + SOUNDS\SWOOSH 01.WAV + SOUNDS\SWOOSH 03.WAV + SOUNDS\SWOOSH 05.WAV + SOUNDS\SWOOSH 06.WAV + SOUNDS\SWOOSH 11.WAV + SOUNDS\SWOOSH 14.WAV + SOUNDS\ADULT FALL 01.WAV + SOUNDS\ADULT STEP 01.WAV + SOUNDS\ADULT STEP 02.WAV + SOUNDS\ADULT SWIPE 01.WAV + SOUNDS\Eating_Flesh 01.WAV + SOUNDS\ADULT CRIPPLED.WAV + SOUNDS\ADULT DYING PART 1.WAV + SOUNDS\ADULT DYING PART 2.WAV + SOUNDS\ADULT LUNGE 01.WAV + SOUNDS\ADULT SMELLS THREAT.WAV + SOUNDS\ADULT SMELLS PREY.WAV + SOUNDS\ADULT SPIT.WAV + SOUNDS\BABY DYING 01.WAV + SOUNDS\BABY DRAGGING 01.WAV + SOUNDS\BABY SHRIEK 01.WAV + SOUNDS\BABY SPITTING 01.WAV + SOUNDS\LARVAE MOVEMENT 01.WAV + SOUNDS\LARVAE RUPTURE 01.WAV + SOUNDS\QUEEN SHRIEK 01.WAV + SOUNDS\QUEEN DYING 01.WAV + SOUNDS\QUEEN ENRAGED ATTACK.WAV + SOUNDS\QUEEN RUPTURING.WAV + SOUNDS\QUEEN CRIPPLED.WAV + SOUNDS\QUEEN SMELLS THREAT.WAV + SOUNDS\QUEEN WHIP ATTACK.WAV + SOUNDS\ROCK HIT 01.WAV + SOUNDS\ROCK HIT 02.WAV + SOUNDS\SCRATCH.WAV + SOUNDS\ARMPIT.WAV + SOUNDS\CRACKING BACK.WAV + SOUNDS\WEAPONS\Auto Resolve Composite 02 (8-22).wav + SOUNDS\Email Alert 01.wav + SOUNDS\Entering Text 02.wav + SOUNDS\Removing Text 02.wav + SOUNDS\Computer Beep 01 In.wav + SOUNDS\Computer Beep 01 Out.wav + SOUNDS\Computer Switch 01 In.wav + SOUNDS\Computer Switch 01 Out.wav + SOUNDS\Very Small Switch 01 In.wav + SOUNDS\Very Small Switch 01 Out.wav + SOUNDS\Very Small Switch 02 In.wav + SOUNDS\Very Small Switch 02 Out.wav + SOUNDS\Small Switch 01 In.wav + SOUNDS\Small Switch 01 Out.wav + SOUNDS\Small Switch 02 In.wav + SOUNDS\Small Switch 02 Out.wav + SOUNDS\Small Switch 03 In.wav + SOUNDS\Small Switch 03 Out.wav + SOUNDS\Big Switch 03 In.wav + SOUNDS\Big Switch 03 Out.wav + SOUNDS\Alarm.wav + SOUNDS\Fight Bell.wav + SOUNDS\Helicopter Crash Sequence.wav + SOUNDS\Attachment.wav + SOUNDS\Ceramic Armour Insert.wav + SOUNDS\Detonator Beep.wav + SOUNDS\Grab Roof.wav + SOUNDS\Land On Roof.wav + SOUNDS\Branch Snap 01.wav + SOUNDS\Branch Snap 02.wav + SOUNDS\Indoor Bump 01.wav + SOUNDS\Fridge Door Open.wav + SOUNDS\Fridge Door Close.wav + SOUNDS\Fire 03 Loop.wav + SOUNDS\GLASS_CRACK.wav + SOUNDS\SPIT RICOCHET.WAV + SOUNDS\TIGER HIT.WAV + SOUNDS\bloodcat dying 02.WAV + SOUNDS\SLAP.WAV + SOUNDS\ROBOT BEEP.WAV + SOUNDS\ELECTRICITY.WAV + SOUNDS\SWIMMING 01.WAV + SOUNDS\SWIMMING 02.WAV + SOUNDS\KEY FAILURE.WAV + SOUNDS\target cursor.WAV + SOUNDS\statue open.WAV + SOUNDS\remote activate.WAV + SOUNDS\wirecutters.WAV + SOUNDS\drink from canteen.WAV + SOUNDS\bloodcat attack.wav + SOUNDS\bloodcat loud roar.wav + SOUNDS\robot greeting.wav + SOUNDS\robot death.wav + SOUNDS\gas grenade explode.WAV + SOUNDS\air escaping.WAV + SOUNDS\drawer open.WAV + SOUNDS\drawer close.WAV + SOUNDS\locker door open.WAV + SOUNDS\locker door close.WAV + SOUNDS\wooden box open.WAV + SOUNDS\wooden box close.WAV + SOUNDS\robot stop moving.WAV + SOUNDS\water movement 01.wav + SOUNDS\water movement 02.wav + SOUNDS\water movement 03.wav + SOUNDS\water movement 04.wav + SOUNDS\PRONE TO CROUCH.WAV + SOUNDS\CROUCH TO PRONE.WAV + SOUNDS\CROUCH TO STAND.WAV + SOUNDS\STAND TO CROUCH.WAV + SOUNDS\picking something up.WAV + SOUNDS\cow falling.wav + SOUNDS\bloodcat_growl_01.wav + SOUNDS\bloodcat_growl_02.wav + SOUNDS\bloodcat_growl_03.wav + SOUNDS\bloodcat_growl_04.wav + SOUNDS\spit ricochet.wav + SOUNDS\ADULT crippled.WAV + SOUNDS\death disintegration.wav + SOUNDS\Queen Ambience.wav + SOUNDS\Alien Impact.wav + SOUNDS\crow pecking flesh 01.wav + SOUNDS\crow fly.wav + SOUNDS\slap 02.wav + SOUNDS\setting up mortar.wav + SOUNDS\mortar whistle.wav + SOUNDS\load mortar.wav + SOUNDS\tank turret a.wav + SOUNDS\tank turret b.wav + SOUNDS\cow falling b.wav + SOUNDS\stab into flesh.wav + SOUNDS\explosion 10.wav + SOUNDS\explosion 12.wav + SOUNDS\drink from canteen male.WAV + SOUNDS\x ray activated.WAV + SOUNDS\catch object.wav + SOUNDS\fence open.wav + SOUNDS\WEAPONS\50CAL.WAV + SOUNDS\WEAPONS\VALSILENT.WAV + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/TonyInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/TonyInventory.xml new file mode 100644 index 000000000..5bc6f56c6 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/TonyInventory.xml @@ -0,0 +1,826 @@ + + + + 0 + 55 + 0 + + + 1 + 65 + 0 + + + 2 + 56 + 0 + + + 3 + 1 + 1 + + + 4 + 2 + 1 + + + 5 + 3 + 1 + + + 6 + 4 + 1 + + + 7 + 5 + 1 + + + 8 + 6 + 1 + + + 9 + 7 + 1 + + + 10 + 8 + 1 + + + 11 + 9 + 1 + + + 12 + 10 + 1 + + + 13 + 11 + 1 + + + 14 + 12 + 1 + + + 15 + 13 + 1 + + + 16 + 14 + 1 + + + 17 + 16 + 1 + + + 18 + 17 + 1 + + + 19 + 18 + 1 + + + 20 + 19 + 1 + + + 21 + 20 + 1 + + + 22 + 21 + 1 + + + 23 + 22 + 1 + + + 24 + 23 + 1 + + + 25 + 24 + 1 + + + 26 + 25 + 1 + + + 27 + 26 + 1 + + + 28 + 27 + 1 + + + 29 + 29 + 1 + + + 30 + 28 + 1 + + + 31 + 34 + 1 + + + 32 + 35 + 1 + + + 33 + 36 + 1 + + + 34 + 31 + 1 + + + 35 + 32 + 1 + + + 36 + 40 + 1 + + + 37 + 50 + 1 + + + 38 + 51 + 1 + + + 39 + 282 + 1 + + + 40 + 41 + 1 + + + 41 + 30 + 1 + + + 42 + 33 + 1 + + + 43 + 15 + 1 + + + 44 + 61 + 1 + + + 45 + 328 + 1 + + + 46 + 329 + 1 + + + 47 + 330 + 1 + + + 48 + 331 + 1 + + + 49 + 332 + 1 + + + 50 + 69 + 1 + + + 51 + 68 + 1 + + + 52 + 67 + 1 + + + 53 + 66 + 1 + + + 54 + 333 + 1 + + + 55 + 336 + 1 + + + 56 + 334 + 1 + + + 57 + 335 + 1 + + + 58 + 337 + 1 + + + 59 + 338 + 1 + + + 60 + 340 + 1 + + + 61 + 339 + 1 + + + 62 + 341 + 1 + + + 63 + 342 + 1 + + + 64 + 343 + 1 + + + 65 + 71 + 8 + + + 66 + 72 + 6 + + + 67 + 73 + 3 + + + 68 + 74 + 3 + + + 69 + 75 + 3 + + + 70 + 76 + 3 + + + 71 + 77 + 10 + + + 72 + 78 + 5 + + + 73 + 79 + 5 + + + 74 + 80 + 6 + + + 75 + 81 + 8 + + + 76 + 82 + 3 + + + 77 + 83 + 3 + + + 78 + 84 + 3 + + + 79 + 85 + 3 + + + 80 + 86 + 6 + + + 81 + 87 + 5 + + + 82 + 88 + 3 + + + 83 + 89 + 3 + + + 84 + 90 + 3 + + + 85 + 91 + 3 + + + 86 + 92 + 6 + + + 87 + 93 + 3 + + + 88 + 94 + 6 + + + 89 + 95 + 3 + + + 90 + 96 + 6 + + + 91 + 97 + 5 + + + 92 + 98 + 3 + + + 93 + 99 + 3 + + + 94 + 100 + 8 + + + 95 + 101 + 5 + + + 96 + 102 + 3 + + + 97 + 103 + 3 + + + 98 + 104 + 5 + + + 99 + 105 + 6 + + + 100 + 106 + 3 + + + 101 + 107 + 9 + + + 102 + 108 + 9 + + + 103 + 109 + 5 + + + 104 + 110 + 3 + + + 105 + 111 + 3 + + + 106 + 112 + 1 + + + 107 + 113 + 1 + + + 108 + 114 + 5 + + + 109 + 116 + 3 + + + 110 + 117 + 3 + + + 111 + 118 + 4 + + + 112 + 119 + 3 + + + 113 + 120 + 2 + + + 114 + 121 + 3 + + + 115 + 122 + 2 + + + 116 + 123 + 3 + + + 117 + 124 + 2 + + + 118 + 125 + 3 + + + 119 + 126 + 2 + + + 120 + 127 + 6 + + + 121 + 128 + 4 + + + 122 + 147 + 2 + + + 123 + 148 + 2 + + + 124 + 149 + 2 + + + 125 + 150 + 2 + + + 126 + 140 + 1 + + + 127 + 37 + 3 + + + 128 + 38 + 6 + + + 129 + 49 + 1 + + + 130 + 54 + 1 + + + 131 + 207 + 3 + + + 132 + 208 + 3 + + + 133 + 241 + 2 + + + 134 + 209 + 3 + + + 135 + 244 + 3 + + + 136 + 281 + 3 + + + 137 + 286 + 3 + + + 138 + 287 + 3 + + + 139 + 344 + 1 + + + 140 + 347 + 0 + + + 141 + 346 + 0 + + + 142 + 345 + 0 + + + 143 + 282 + 0 + + + 144 + 283 + 0 + + + 145 + 284 + 0 + + + 146 + 285 + 0 + + + 147 + 129 + 0 + + + 148 + 130 + 0 + + + 149 + 288 + 0 + + + 150 + 289 + 0 + + + 151 + 290 + 0 + + + 152 + 291 + 0 + + + 153 + 292 + 0 + + + 154 + 293 + 0 + + + 155 + 294 + 0 + + + 156 + 295 + 0 + + + 157 + 296 + 0 + + + 158 + 297 + 0 + + + 159 + 298 + 0 + + + 160 + 299 + 0 + + + 161 + 300 + 0 + + + 162 + 301 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Weapons.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Weapons.xml new file mode 100644 index 000000000..188603163 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data-1.13/TableData/Weapons.xml @@ -0,0 +1,3286 @@ + + + + 0 + nothing + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 1 + Glock 17 + 1 + 1 + 2 + 0 + 16 + 0 + 0 + 24 + 21 + 8 + 0 + 15 + 120 + 200 + 50 + 3 + 116 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 1 + 7 + + + 2 + Glock 18 + 1 + 2 + 2 + 0 + 16 + 5 + 15 + 24 + 21 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 117 + 154 + 100 + 106 + 156 + 5 + 0 + 5 + 1 + 7 + + + 3 + Beretta 92F + 1 + 1 + 2 + 0 + 18 + 0 + 0 + 23 + 22 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 118 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 1 + 7 + + + 4 + Beretta 93R + 1 + 2 + 2 + 0 + 15 + 5 + 15 + 23 + 22 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 119 + 154 + 100 + 106 + 156 + 5 + 0 + 5 + 1 + 7 + + + 5 + S&W Special + 1 + 1 + 1 + 0 + 13 + 0 + 0 + 23 + 22 + 6 + 0 + 6 + 130 + 200 + 45 + 3 + 120 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 0 + 7 + + + 6 + .357 Barracuda + 1 + 1 + 4 + 0 + 13 + 0 + 0 + 23 + 24 + 7 + 0 + 6 + 135 + 200 + 60 + 5 + 121 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 0 + 7 + + + 7 + .357 DesertEagle + 1 + 1 + 4 + 0 + 13 + 0 + 0 + 24 + 24 + 7 + 0 + 9 + 135 + 200 + 60 + 5 + 122 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 8 + .45 M1911 + 1 + 1 + 3 + 0 + 15 + 0 + 0 + 24 + 23 + 9 + 0 + 7 + 125 + 200 + 55 + 3 + 123 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 9 + H&K MP5K + 2 + 3 + 2 + 1 + 15 + 5 + 8 + 23 + 23 + 17 + 0 + 30 + 180 + 200 + 50 + 3 + 124 + 154 + 101 + 107 + 156 + 5 + 7 + 5 + 1 + 7 + + + 10 + .45 MAC-10 + 2 + 3 + 3 + 2 + 13 + 5 + 8 + 23 + 27 + 20 + 0 + 30 + 200 + 200 + 55 + 3 + 125 + 154 + 101 + 107 + 157 + 5 + 7 + 5 + 1 + 7 + + + 11 + Thompson M1A1 + 2 + 3 + 3 + 2 + 10 + 4 + 8 + 23 + 24 + 14 + 0 + 30 + 200 + 200 + 55 + 3 + 126 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 12 + Colt Commando + 2 + 3 + 8 + 2 + 15 + 4 + 8 + 20 + 29 + 23 + 0 + 30 + 240 + 200 + 72 + 7 + 127 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 13 + H&K MP53 + 2 + 3 + 8 + 2 + 14 + 3 + 8 + 22 + 25 + 15 + 0 + 30 + 200 + 200 + 72 + 7 + 128 + 154 + 101 + 107 + 157 + 5 + 4 + 5 + 1 + 7 + + + 14 + AKSU-74 + 2 + 3 + 7 + 2 + 17 + 4 + 8 + 21 + 26 + 21 + 0 + 30 + 200 + 200 + 72 + 7 + 129 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 15 + 5.7mm FN P90 + 2 + 3 + 12 + 2 + 15 + 5 + 8 + 21 + 30 + 42 + 0 + 50 + 225 + 200 + 45 + 3 + 130 + 154 + 101 + 107 + 156 + 5 + 7 + 5 + 1 + 7 + + + 16 + Type-85 + 2 + 3 + 10 + 1 + 10 + 4 + 11 + 23 + 23 + 12 + 0 + 30 + 200 + 200 + 45 + 3 + 131 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 17 + SKS + 3 + 4 + 10 + 2 + 13 + 0 + 0 + 22 + 31 + 24 + 0 + 10 + 300 + 200 + 80 + 8 + 132 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 18 + Dragunov + 3 + 5 + 10 + 5 + 11 + 0 + 0 + 21 + 46 + 42 + 0 + 10 + 750 + 200 + 90 + 8 + 133 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 15 + + + 19 + M24 + 3 + 5 + 9 + 5 + 8 + 0 + 0 + 21 + 46 + 32 + 0 + 5 + 800 + 200 + 90 + 8 + 134 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 15 + + + 20 + Steyr AUG + 3 + 6 + 8 + 2 + 13 + 3 + 8 + 20 + 30 + 38 + 0 + 30 + 500 + 200 + 77 + 7 + 135 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 21 + H&K G41 + 3 + 6 + 8 + 2 + 13 + 4 + 8 + 20 + 29 + 27 + 0 + 30 + 300 + 200 + 77 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 5 + 5 + 1 + 7 + + + 22 + Ruger Mini-14 + 3 + 4 + 8 + 2 + 13 + 0 + 0 + 20 + 30 + 20 + 0 + 30 + 250 + 200 + 77 + 7 + 137 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 23 + C-7 + 3 + 6 + 8 + 2 + 15 + 3 + 8 + 20 + 30 + 41 + 0 + 30 + 400 + 200 + 77 + 7 + 138 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 24 + FA-MAS + 3 + 6 + 8 + 2 + 17 + 5 + 8 + 20 + 30 + 32 + 0 + 30 + 250 + 200 + 77 + 7 + 139 + 154 + 102 + 108 + 157 + 5 + 7 + 5 + 1 + 7 + + + 25 + AK-74 + 3 + 6 + 7 + 2 + 17 + 3 + 8 + 20 + 28 + 30 + 0 + 30 + 350 + 200 + 77 + 7 + 140 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 26 + AKM + 3 + 6 + 10 + 2 + 17 + 3 + 11 + 22 + 29 + 25 + 0 + 30 + 250 + 200 + 80 + 8 + 141 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 27 + M-14 + 3 + 6 + 9 + 2 + 13 + 4 + 11 + 20 + 33 + 33 + 0 + 20 + 330 + 200 + 85 + 8 + 142 + 154 + 102 + 108 + 157 + 5 + 5 + 5 + 1 + 7 + + + 28 + FN-FAL + 3 + 6 + 9 + 2 + 17 + 3 + 11 + 20 + 32 + 41 + 0 + 20 + 425 + 200 + 85 + 8 + 143 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 29 + H&K G3A3 + 3 + 6 + 9 + 2 + 13 + 3 + 11 + 21 + 31 + 26 + 0 + 20 + 300 + 200 + 85 + 8 + 144 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 30 + H&K G11 + 3 + 6 + 11 + 2 + 13 + 3 + 6 + 20 + 27 + 40 + 0 + 50 + 300 + 200 + 70 + 7 + 145 + 154 + 102 + 108 + 157 + 1 + 4 + 5 + 1 + 7 + + + 31 + Remington M870 + 5 + 8 + 5 + 2 + 7 + 0 + 0 + 24 + 32 + 14 + 0 + 7 + 135 + 200 + 85 + 8 + 146 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 0 + 7 + + + 32 + SPAS-15 + 5 + 8 + 5 + 2 + 10 + 0 + 0 + 24 + 32 + 18 + 0 + 7 + 135 + 200 + 85 + 8 + 147 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 0 + 7 + + + 33 + CAWS + 5 + 8 + 6 + 2 + 10 + 3 + 11 + 24 + 40 + 44 + 0 + 10 + 135 + 200 + 85 + 8 + 148 + 154 + 103 + 109 + 157 + 5 + 0 + 5 + 1 + 7 + + + 34 + FN Minimi + 4 + 7 + 8 + 3 + 13 + 6 + 5 + 20 + 28 + 48 + 0 + 200 + 500 + 200 + 77 + 8 + 149 + 154 + 104 + 110 + 157 + 5 + 8 + 5 + 1 + 7 + + + 35 + RPK-74 + 4 + 7 + 7 + 2 + 13 + 5 + 5 + 21 + 30 + 49 + 0 + 75 + 500 + 200 + 77 + 8 + 150 + 154 + 104 + 110 + 157 + 5 + 7 + 5 + 1 + 7 + + + 36 + H&K 21E + 4 + 7 + 9 + 3 + 13 + 5 + 7 + 21 + 32 + 52 + 0 + 100 + 500 + 200 + 85 + 8 + 151 + 154 + 104 + 110 + 157 + 5 + 7 + 5 + 1 + 7 + + + 37 + Combat knife + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 18 + 5 + 0 + 0 + 40 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 38 + Throwing knife + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 15 + 4 + 0 + 0 + 150 + 200 + 2 + 0 + 152 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 39 + rock + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 40 + grenade launcher + 3 + 0 + 0 + 3 + 5 + 0 + 0 + 30 + 1 + 80 + 0 + 1 + 500 + 200 + 20 + 10 + 112 + 154 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 41 + mortar + 3 + 0 + 0 + 0 + 5 + 0 + 0 + 30 + 1 + 100 + 0 + 0 + 550 + 200 + 20 + 10 + 115 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 42 + another rock + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 43 + yng male claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 14 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 44 + yng fem claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 18 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 45 + old male claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 20 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 46 + old fem claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 24 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 47 + queen tentacles + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 20 + 1 + 0 + 0 + 70 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 48 + queen spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 20 + 1 + 0 + 50 + 300 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 49 + brass knuckles + 6 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 12 + 1 + 0 + 0 + 10 + 200 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 50 + underslung GL + 3 + 0 + 0 + 3 + 7 + 0 + 0 + 30 + 1 + 80 + 0 + 1 + 450 + 200 + 20 + 10 + 113 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 51 + rocket launcher + 3 + 0 + 0 + 0 + 5 + 0 + 0 + 30 + 80 + 80 + 0 + 1 + 500 + 200 + 80 + 10 + 114 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 52 + bloodcat claws + 6 + 0 + 0 + 0 + 14 + 0 + 0 + 0 + 12 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 53 + bloodcat bite + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 24 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 54 + machete + 6 + 0 + 0 + 0 + 9 + 0 + 0 + 0 + 24 + 6 + 0 + 0 + 40 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 55 + rocket rifle + 3 + 4 + 14 + 2 + 10 + 0 + 0 + 20 + 38 + 62 + 0 + 5 + 600 + 200 + 80 + 10 + 111 + 0 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 56 + automag III + 1 + 1 + 9 + 1 + 9 + 0 + 0 + 24 + 29 + 13 + 0 + 5 + 220 + 200 + 72 + 7 + 155 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 57 + infant spit + 7 + 0 + 13 + 0 + 13 + 0 + 0 + 250 + 12 + 1 + 0 + 5 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 58 + yng male spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 16 + 1 + 0 + 10 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 59 + old male spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 20 + 1 + 0 + 20 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 60 + tank cannon + 3 + 0 + 0 + 0 + 8 + 0 + 0 + 30 + 80 + 80 + 0 + 1 + 800 + 200 + 90 + 10 + 153 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 61 + DART GUN + 1 + 1 + 15 + 1 + 13 + 0 + 0 + 25 + 2 + 10 + 0 + 1 + 200 + 200 + 0 + 0 + 0 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 62 + Bloody Thrw KN + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 15 + 3 + 0 + 0 + 150 + 200 + 2 + 0 + 152 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 63 + Flamethrower + 5 + 8 + 16 + 2 + 10 + 0 + 0 + 24 + 60 + 53 + 0 + 5 + 130 + 200 + 40 + 8 + 148 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 1 + 7 + + + 64 + crowbar + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 25 + 4 + 0 + 0 + 10 + 200 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 65 + auto rckt rifle + 3 + 6 + 14 + 2 + 12 + 5 + 10 + 20 + 38 + 97 + 0 + 5 + 600 + 200 + 80 + 10 + 111 + 154 + 102 + 108 + 157 + 5 + 0 + 5 + 1 + 7 + + + 66 + Barrett + 3 + 5 + 17 + 6 + 10 + 0 + 0 + 20 + 64 + 166 + 0 + 11 + 1500 + 200 + 100 + 10 + 291 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 28 + + + 67 + VAL Silent + 3 + 5 + 18 + 3 + 12 + 0 + 0 + 20 + 39 + 37 + 0 + 20 + 400 + 200 + 70 + 4 + 292 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 12 + + + 68 + H&K PSG1 + 3 + 5 + 9 + 5 + 11 + 0 + 0 + 20 + 48 + 60 + 0 + 20 + 800 + 200 + 85 + 8 + 134 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 15 + + + 69 + TAR 21 + 3 + 6 + 8 + 2 + 17 + 5 + 6 + 21 + 30 + 43 + 0 + 30 + 350 + 200 + 75 + 7 + 149 + 154 + 102 + 108 + 157 + 5 + 7 + 5 + 1 + 7 + + + 282 + rpg-7 + 3 + 0 + 0 + 0 + 5 + 0 + 0 + 30 + 50 + 80 + 0 + 1 + 500 + 200 + 80 + 10 + 114 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 293 + commando mortar + 3 + 0 + 0 + 0 + 8 + 0 + 0 + 30 + 1 + 100 + 0 + 0 + 400 + 200 + 20 + 10 + 115 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 296 + OICW GL + 3 + 0 + 0 + 2 + 12 + 2 + 8 + 30 + 1 + 80 + 0 + 6 + 450 + 200 + 20 + 10 + 113 + 0 + 0 + 0 + 157 + 5 + 0 + 5 + 1 + 7 + + + 301 + Hartford 6 Shooter + 1 + 1 + 4 + 0 + 13 + 0 + 0 + 27 + 25 + 10 + 0 + 6 + 175 + 200 + 60 + 5 + 121 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 0 + 7 + + + 328 + Calico M900 + 3 + 6 + 2 + 3 + 14 + 4 + 8 + 25 + 25 + 20 + 0 + 50 + 350 + 200 + 50 + 3 + 124 + 154 + 102 + 108 + 156 + 5 + 5 + 5 + 1 + 7 + + + 329 + Calico M950 + 1 + 1 + 2 + 0 + 15 + 4 + 4 + 23 + 22 + 11 + 0 + 50 + 150 + 200 + 50 + 3 + 119 + 154 + 100 + 106 + 156 + 5 + 0 + 5 + 1 + 7 + + + 330 + Calico M960A + 2 + 3 + 2 + 1 + 15 + 5 + 8 + 23 + 26 + 24 + 0 + 50 + 250 + 200 + 50 + 3 + 124 + 154 + 101 + 107 + 156 + 5 + 7 + 5 + 1 + 7 + + + 331 + Micro Uzi + 2 + 3 + 2 + 1 + 17 + 6 + 11 + 22 + 23 + 16 + 0 + 30 + 140 + 200 + 50 + 3 + 119 + 154 + 101 + 107 + 156 + 5 + 8 + 5 + 1 + 7 + + + 332 + L85A1 + 3 + 6 + 8 + 2 + 15 + 4 + 8 + 20 + 30 + 37 + 0 + 30 + 350 + 200 + 77 + 7 + 149 + 154 + 102 + 108 + 157 + 5 + 5 + 5 + 1 + 7 + + + 333 + H&K MP5A2 + 2 + 3 + 2 + 2 + 17 + 3 + 6 + 23 + 24 + 15 + 0 + 30 + 200 + 200 + 50 + 3 + 124 + 154 + 101 + 107 + 156 + 5 + 4 + 5 + 1 + 7 + + + 334 + H&K MP5SD + 2 + 3 + 2 + 2 + 17 + 3 + 6 + 22 + 24 + 20 + 0 + 30 + 200 + 200 + 50 + 3 + 124 + 154 + 101 + 107 + 156 + 5 + 4 + 5 + 1 + 7 + + + 335 + H&K MP5N + 2 + 3 + 2 + 1 + 17 + 3 + 6 + 23 + 25 + 35 + 0 + 30 + 220 + 200 + 50 + 3 + 128 + 154 + 101 + 107 + 156 + 5 + 4 + 5 + 1 + 7 + + + 336 + H&K UMP45 + 2 + 3 + 3 + 2 + 17 + 3 + 6 + 23 + 28 + 38 + 0 + 30 + 200 + 200 + 55 + 3 + 125 + 154 + 101 + 107 + 157 + 5 + 4 + 5 + 1 + 7 + + + 337 + Five seveN + 1 + 1 + 12 + 0 + 18 + 0 + 0 + 23 + 28 + 35 + 0 + 20 + 100 + 200 + 45 + 3 + 130 + 0 + 100 + 0 + 156 + 0 + 0 + 5 + 1 + 7 + + + 338 + P7M8 + 1 + 1 + 2 + 0 + 20 + 0 + 0 + 22 + 21 + 15 + 0 + 15 + 120 + 200 + 50 + 3 + 116 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 1 + 7 + + + 339 + G36K + 3 + 6 + 8 + 2 + 17 + 3 + 7 + 22 + 32 + 50 + 0 + 30 + 350 + 200 + 75 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 340 + G36C + 3 + 6 + 8 + 1 + 19 + 3 + 6 + 22 + 30 + 45 + 0 + 30 + 250 + 200 + 70 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 341 + HK MSG-90A1 + 3 + 5 + 9 + 4 + 13 + 0 + 0 + 21 + 48 + 65 + 0 + 20 + 550 + 200 + 85 + 8 + 134 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 14 + + + 342 + Bennelli + 5 + 8 + 5 + 2 + 13 + 0 + 0 + 24 + 35 + 25 + 0 + 7 + 135 + 200 + 85 + 8 + 147 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 0 + 7 + + + 343 + AK-103 + 3 + 6 + 10 + 2 + 17 + 3 + 8 + 22 + 30 + 30 + 0 + 30 + 350 + 200 + 77 + 7 + 141 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 344 + G36E + 3 + 6 + 8 + 2 + 16 + 3 + 7 + 22 + 35 + 50 + 0 + 30 + 400 + 200 + 75 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 345 + OICW + 3 + 6 + 8 + 2 + 15 + 3 + 6 + 22 + 35 + 100 + 0 + 30 + 400 + 200 + 70 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 10 + + + 346 + MP-7 + 2 + 3 + 19 + 1 + 19 + 5 + 7 + 28 + 28 + 65 + 0 + 40 + 225 + 200 + 50 + 3 + 145 + 154 + 101 + 107 + 157 + 5 + 7 + 5 + 1 + 7 + + + 347 + Milkor MGL + 3 + 0 + 0 + 2 + 12 + 3 + 10 + 30 + 1 + 90 + 0 + 6 + 500 + 200 + 20 + 10 + 112 + 154 + 0 + 0 + 157 + 5 + 0 + 5 + 1 + 7 + + + 348 + nothing + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 349 + nothing + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 350 + nothing + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/BinaryData/Ja2bin.dat b/gamedir-languages/Jagged Alliance 2 v1.13/Data/BinaryData/Ja2bin.dat new file mode 100644 index 000000000..7276fd174 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/BinaryData/Ja2bin.dat differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/Ja2_Options.INI b/gamedir-languages/Jagged Alliance 2 v1.13/Data/Ja2_Options.INI new file mode 100644 index 000000000..1ef259177 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/Ja2_Options.INI @@ -0,0 +1,186 @@ +[Options] +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; Jagged Alliance 2: 1.13 MOD Release Version 10.22.05 +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; This options file cannot be added to without hard coding. But the settings within it can be changed as much as you want. +; By default, the values below are the values present in the 9-14-05 release of the code. +; +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;General Guidelines: +; +; +; +; PRICE_MODIFIER = 1-100 (Lower is better) +; +; +; MIN_ATTRIBUTE_POINT <= START_ATTRIBUTE <= MAX_ATTRIBUTE_POINT +; +; MIN_ATTRIBUTE_POINT < MAX_ATTRIBUTE_POINT 1-100 range +; +; MAX_ZERO_BONUS <= MIN_ATTRIBUTE_POINT (no bug, but you can cheat by making it a larger number) +; +; MAX_STRATEGIC_TEAM_SIZE >= 20 +; +; MAX_TRAINING_SQUAD_SIZE <= MAX_MILITIA_PER_SECTOR * 2 +; +; +; MAX_MILITIA_PER_SECTOR <= MAX_STRATEGIC_TEAM_SIZE +; +; _MIN_ENEMY_GROUP_SIZE <= MAX_STRATEGIC_TEAM_SIZE +; +; _ELITE_BONUS = 1-100 (percentages) +; +; This file contains the default values from 9-14-05 version of the 1.13 MOD. If you +; decide to change anything in this file, it's recommended that you make a backup copy +; before you make the changes. +; +;****************************************************************************************************************************** +;****************************************************************************************************************************** +; These are the Starting cash values for the various difficulties. +; The only restriction with these, is the INT32 they are stored in. +;****************************************************************************************************************************** + +NOVICE_CASH = 45000 +EXPERIENCED_CASH = 35000 +EXPERT_CASH = 30000 +INSANE_CASH = 15000 + +;****************************************************************************************************************************** +; TRUE Enables the ability to sell items from the sector Inventory screen with ALT-LMB option. +; FALSE Turns off the option. PRICE_MODIFIER is a divisor, 4 = 25% of the item's value. +; Setting a value of 20 would mean 5% of the items value, and a value of 10 would mean 10%. +; Valid ranges for PRICE_MODIFIER are 1-100. +;****************************************************************************************************************************** + +CAN_SELL_ALT_LMB = FALSE +PRICE_MODIFIER = 4 + +;****************************************************************************************************************************** +; The following values deal with the IMP merc generation, MIN_ATTRIBUTE_POINT is the lowest +; you can lower an attribute, and the lowest you can lower a skill before it hits zero. +; Max_ATTRIBUTE_POINT is of course, the opposite, the highest amount you can raise a stat to. +; IMPATTRIBUTEPOINTS is the amount of extra points you start out with when all of your stats +; and skills are set to 55. MAX_ZERO_BONUS is the amount of stat points +; that you receive when you take a skill from 35 to Zero. Currently in the game, you lose +; 20 stat points when you do this, the skill goes from 35 to Zero and you gain 15 points in +; return. You can now change that here. START_ATTRIBUTE is the value all of your stats and skills +; start out as. Currently in game it is set to 55. +;****************************************************************************************************************************** + +MIN_ATTRIBUTE_POINT = 35 +MAX_ATTRIBUTE_POINT = 85 +IMPATTRIBUTEPOINTS = 30 +MAX_ZERO_BONUS = 15 +START_ATTRIBUTE = 55 + +;****************************************************************************************************************************** +; MAX_MILITIA_PER_SECTOR defines the max number of Militia that can be trained in each sector. +; Keep in Mind That there is not enough room on the strategic map to display more than 20 +; Militia per sector correctly(could possibly change) but they will still be there to defend, +; and you can still train them, and it will still cost you. +; MAX_TRAINING_SQUAD_SIZE is the number of Militia you train at one time for the price of: +; MILITIA_TRAINING_COST which is the cost of training militia. +; MIN_LOYALTY_TO_TRAIN is the lowest loyalty a town can have and still allow you to train Militia. +;****************************************************************************************************************************** + +MAX_MILITIA_PER_SECTOR = 20 +MAX_TRAINING_SQUAD_SIZE = 10 +MILITIA_TRAINING_COST = 750 +MIN_LOYALTY_TO_TRAIN = 20 + +;****************************************************************************************************************************** +; DO NOT LOWER ***MAX_STRATEGIC_TEAM_SIZE*** BELOW 20 +; +; Basically the 1st set are the number of available troops the queen starts with in her +; reinforcements pool. The Second four are is How full the initial Garrisons/patrols are. +; The 3rd set are percentages of extra troops converted to ELITE by the two highest difficulty levels. +; The last set is the minimum size of an enemy group. This is the smallest group size an enemy +; wants to travel with. And this option right under the comments, this is the largest size an +; enemy can attack with at one time. And thats kind of misleading, see, two groups of 20 could +; attack you at one time, only 20 would be shown in the sector, and as you slowly kill them off +; one at a time, they are replaced until the surpluss is under 20. (Mugsy, am I understanding that +; correctly?) Anyway, the most important thing, is that you DO NOT LOWER THIS NUMBER. It can and +; will crash your game. You can however raise it, but I would raise the MAX_MILITIA_PER_SECTOR along +; with it, otherwise you may find the need for your mercs to constantly babysit militia more than they do now. +;****************************************************************************************************************************** + +MAX_STRATEGIC_TEAM_SIZE = 20 + +NOVICE_QUEENS_POOL_OF_TROOPS = 150 +EXPERIENCED_QUEENS_POOL_OF_TROOPS = 200 +EXPERT_QUEENS_POOL_OF_TROOPS = 400 +INSANE_QUEENS_POOL_OF_TROOPS = 8000 + +EASY_INITIAL_GARRISON_PERCENTAGES = 70 +EXPERIENCED_INITIAL_GARRISON_PERCENTAGES = 100 +EXPERT_INITIAL_GARRISON_PERCENTAGES = 150 +INSANE_INITIAL_GARRISON_PERCENTAGES = 200 + +EXPERT_ELITE_BONUS = 0 +INSANE_ELITE_BONUS = 50 + +NOVICE_MIN_ENEMY_GROUP_SIZE = 3 +EXPERIENCED_MIN_ENEMY_GROUP_SIZE = 4 +EXPERT_MIN_ENEMY_GROUP_SIZE = 6 +INSANE_MIN_ENEMY_GROUP_SIZE = 8 + +;****************************************************************************************************************************** +; MERC_AVAILABLE_DAY_ONE set to TRUE sends the initial MERC e-mail at the beginning of the game and thus +; opens the website up on day one. +; +; ALL_MERCS_AT_MERC set to TRUE will allow you to hire any of the MERC mercs as soon as the site opens. +; This will include any future MERC Mercs that are added. +;****************************************************************************************************************************** + +MERC_AVAILABLE_DAY_ONE = FALSE +ALL_MERCS_AT_MERC = FALSE + +;****************************************************************************************************************************** +; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of +; your IMP Mercs. +; +; CUSTOM_PERSONALITY and CUSTOM_ATTITUDE allow you to specify what personality you want for your IMP +; Merc. This option does not work with USE_RANDOM_PERSONALITY, it won't be random at all. Another Note +: before I get on with the valid settings for these two options, The INI file is NOW read at the beginning +; of the game, so if you want to pick and choose your personalities and attitudes AND use multiple IMPS, you +; Will need to save and exit the game, change the settings and then start the game back up to create the next +; IMP. I WILL FIX THIS by creating another IMP Webpage. But for now, this will have to do. +; +; Here are the valid settings for personalities and Attitudes: +; +; PERSONALITIES: +; +; Normal = 0 +; Heat Intolerant = 1 +; Nervous = 2 +; Claustrophobic = 3 +; NonSwimmer = 4 +; Fear of Insects = 5 +; Forgetful = 6 +; Psycho = 7 +; +; ATTITUDES: +; +; NORMAL = 0 +; FRIENDLY = 1 +; LONER = 2 +; OPTIMIST = 3 +; PESSIMIST = 4 +; AGGRESSIVE = 5 +; ARROGANT = 6 +; BIG_SHOT = 7 +; ASSHOLE = 8 +; COWARD = 9 +;****************************************************************************************************************************** + +USE_RANDOM_PERSONALITY = TRUE +CUSTOM_PERSONALITY = 0 +CUSTOM_ATTITUDE = 0 + +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** +;****************************************************************************************************************************** \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/067.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/067.npc new file mode 100644 index 000000000..ca8ab7f94 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/067.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/087.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/087.npc new file mode 100644 index 000000000..60e78656c Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/087.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/097.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/097.npc new file mode 100644 index 000000000..5bb5c5f3d Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/097.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/117.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/117.npc new file mode 100644 index 000000000..044edcc24 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/117.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/118.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/118.npc new file mode 100644 index 000000000..f2df42cd5 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/118.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/122.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/122.npc new file mode 100644 index 000000000..66b79770a Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/122.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.edt b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.edt new file mode 100644 index 000000000..0bcc049d8 Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.edt differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.npc b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.npc new file mode 100644 index 000000000..c50eee5ca Binary files /dev/null and b/gamedir-languages/Jagged Alliance 2 v1.13/Data/NpcData/H8.npc differ diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AlbertoInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AlbertoInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AlbertoInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoStrings.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoStrings.xml new file mode 100644 index 000000000..65622669d --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoStrings.xml @@ -0,0 +1,97 @@ + + + + 0 + 0 + + + + .38 cal + .38 cal + + + + 9mm + 9mm + 9mm Burst + + + .45 cal + .45 cal + 45 Caliber Burst + + + .357 cal + .357 cal + + + + 12 gauge + 12 gauge + + + + CAWS + CAWS + Shotgun Burst + + + 5.45mm + 5.45mm + 5,45 Burst + + + 5.56mm + 5.56mm + 5,56 Burst + + + 7.62mm NATO + 7.62mm N. + 7,62 NATO Burst + + + 7.62mm WP + 7.62mm WP + 7,62 WP Burst + + + 4.7mm + 4.7mm + 4,7 Caliber Burst + + + 5.7mm + 5.7mm + 5,7 Burst + + + Monster + Monster + + + + Rocket + Rocket + RL Automatic + + + + dart + + + + flame + + + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoTypes.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoTypes.xml new file mode 100644 index 000000000..09dd90670 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AmmoTypes.xml @@ -0,0 +1,423 @@ + + + + 0 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + 24 + 12 + 9 + 11 + 2 + 1 + 3 + 2 + 1 + 1 + 17 + 10 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + 218 + 8 + 5 + 7 + 3 + 4 + 3 + 4 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + 218 + 8 + 5 + 7 + 1 + 2 + 1 + 2 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + 125 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 9 + 1 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + 75 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + + + 8 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + + + 9 + 75 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + 76 + 4 + 1 + 3 + 3 + 4 + 3 + 4 + 4 + 3 + 1 + 1 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + + + 12 + 136 + 4 + 1 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Armours.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Armours.xml new file mode 100644 index 000000000..4104a8127 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Armours.xml @@ -0,0 +1,244 @@ + + + + 0 + 1 + 10 + 25 + + + 1 + 1 + 13 + 20 + + + 2 + 1 + 16 + 15 + + + 3 + 1 + 15 + 20 + + + 4 + 1 + 19 + 15 + + + 5 + 1 + 24 + 10 + + + 6 + 1 + 30 + 15 + + + 7 + 1 + 36 + 10 + + + 8 + 1 + 42 + 5 + + + 9 + 2 + 15 + 20 + + + 10 + 2 + 19 + 15 + + + 11 + 2 + 24 + 10 + + + 12 + 2 + 30 + 15 + + + 13 + 2 + 36 + 10 + + + 14 + 2 + 42 + 5 + + + 15 + 0 + 10 + 5 + + + 16 + 0 + 15 + 20 + + + 17 + 0 + 19 + 15 + + + 18 + 0 + 24 + 10 + + + 19 + 0 + 30 + 15 + + + 20 + 0 + 36 + 10 + + + 21 + 0 + 42 + 5 + + + 22 + 3 + 15 + 200 + + + 23 + 4 + 3 + 0 + + + 24 + 4 + 5 + 0 + + + 25 + 4 + 6 + 0 + + + 26 + 4 + 20 + 0 + + + 27 + 1 + 2 + 25 + + + 28 + 1 + 12 + 30 + + + 29 + 1 + 16 + 25 + + + 30 + 1 + 19 + 20 + + + 31 + 4 + 7 + 0 + + + 32 + 4 + 8 + 0 + + + 33 + 1 + 1 + 25 + + + 34 + 1 + 22 + 20 + + + 35 + 1 + 27 + 15 + + + 36 + 1 + 32 + 10 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ArnieInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ArnieInventory.xml new file mode 100644 index 000000000..ec8130603 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ArnieInventory.xml @@ -0,0 +1,16 @@ + + + + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentComboMerges.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentComboMerges.xml new file mode 100644 index 000000000..9c5defcca --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentComboMerges.xml @@ -0,0 +1,49 @@ + + + + + 0 + 305 + 306 + 0 + 307 + + + 1 + 308 + 309 + 304 + 310 + + + 2 + 318 + 319 + 320 + 321 + + + 3 + 315 + 316 + 0 + 317 + + + 4 + 264 + 316 + 0 + 223 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentInfo.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentInfo.xml new file mode 100644 index 000000000..733f41066 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/AttachmentInfo.xml @@ -0,0 +1,132 @@ + + + + 0 + 207 + 2 + 0 + 0 + + + 1 + 208 + 2 + 0 + 0 + + + 2 + 241 + 2 + 0 + 0 + + + 3 + 209 + 2 + 0 + 0 + + + 4 + 50 + 2 + 0 + 0 + + + 5 + 244 + 2 + 0 + 0 + + + 6 + 307 + 2 + 13 + 0 + + + 7 + 310 + 2 + 13 + 0 + + + 8 + 223 + 512 + 3 + 0 + + + 9 + 224 + 512 + 4 + -10 + + + 10 + 224 + 512 + 4 + -10 + + + 11 + 319 + 1 + 14 + -15 + + + 12 + 316 + 1 + 14 + 20 + + + 13 + 183 + 2048 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Attachments.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Attachments.xml new file mode 100644 index 000000000..a47675b96 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Attachments.xml @@ -0,0 +1,823 @@ + + + + 207 + 1 + + + 207 + 2 + + + 207 + 3 + + + 207 + 4 + + + 207 + 5 + + + 207 + 6 + + + 207 + 7 + + + 207 + 8 + + + 207 + 9 + + + 207 + 10 + + + 207 + 11 + + + 207 + 15 + + + 208 + 12 + + + 208 + 17 + + + 208 + 18 + + + 208 + 19 + + + 208 + 20 + + + 208 + 21 + + + 208 + 22 + + + 208 + 23 + + + 208 + 24 + + + 208 + 25 + + + 208 + 26 + + + 208 + 27 + + + 208 + 28 + + + 208 + 29 + + + 208 + 30 + + + 208 + 68 + + + 208 + 67 + + + 208 + 69 + + + 241 + 1 + + + 241 + 2 + + + 241 + 3 + + + 241 + 4 + + + 241 + 5 + + + 241 + 6 + + + 241 + 7 + + + 241 + 8 + + + 241 + 9 + + + 241 + 10 + + + 241 + 11 + + + 241 + 12 + + + 241 + 13 + + + 241 + 14 + + + 241 + 15 + + + 241 + 16 + + + 241 + 17 + + + 241 + 18 + + + 241 + 19 + + + 241 + 20 + + + 241 + 21 + + + 241 + 22 + + + 241 + 23 + + + 241 + 24 + + + 241 + 25 + + + 241 + 26 + + + 241 + 27 + + + 241 + 28 + + + 241 + 29 + + + 241 + 30 + + + 241 + 31 + + + 241 + 32 + + + 241 + 33 + + + 241 + 34 + + + 241 + 35 + + + 241 + 36 + + + 241 + 56 + + + 209 + 17 + + + 209 + 18 + + + 209 + 19 + + + 209 + 20 + + + 209 + 21 + + + 209 + 22 + + + 209 + 23 + + + 209 + 24 + + + 209 + 25 + + + 209 + 26 + + + 209 + 27 + + + 209 + 28 + + + 209 + 29 + + + 209 + 30 + + + 209 + 33 + + + 209 + 34 + + + 209 + 35 + + + 209 + 36 + + + 244 + 31 + + + 244 + 32 + + + 244 + 33 + + + 50 + 12 + + + 50 + 14 + + + 50 + 20 + + + 50 + 21 + + + 50 + 22 + + + 50 + 23 + + + 50 + 24 + + + 50 + 25 + + + 50 + 26 + + + 50 + 27 + + + 50 + 28 + + + 50 + 29 + + + 50 + 69 + + + 307 + 1 + + + 307 + 2 + + + 307 + 3 + + + 307 + 4 + + + 307 + 5 + + + 307 + 6 + + + 307 + 7 + + + 307 + 8 + + + 307 + 9 + + + 307 + 10 + + + 307 + 11 + + + 307 + 12 + + + 307 + 13 + + + 307 + 14 + + + 307 + 15 + + + 307 + 16 + + + 307 + 17 + + + 307 + 18 + + + 307 + 19 + + + 307 + 20 + + + 307 + 21 + + + 307 + 22 + + + 307 + 23 + + + 307 + 24 + + + 307 + 25 + + + 307 + 26 + + + 307 + 27 + + + 307 + 28 + + + 307 + 29 + + + 307 + 30 + + + 307 + 31 + + + 307 + 32 + + + 307 + 33 + + + 307 + 34 + + + 307 + 35 + + + 307 + 36 + + + 307 + 56 + + + 310 + 1 + + + 310 + 2 + + + 310 + 3 + + + 310 + 4 + + + 310 + 5 + + + 310 + 6 + + + 310 + 7 + + + 310 + 8 + + + 310 + 9 + + + 310 + 10 + + + 310 + 11 + + + 310 + 12 + + + 310 + 13 + + + 310 + 14 + + + 310 + 15 + + + 310 + 16 + + + 310 + 17 + + + 310 + 18 + + + 310 + 19 + + + 310 + 20 + + + 310 + 21 + + + 310 + 22 + + + 310 + 23 + + + 310 + 24 + + + 310 + 25 + + + 310 + 26 + + + 310 + 27 + + + 310 + 28 + + + 310 + 29 + + + 310 + 30 + + + 310 + 31 + + + 310 + 32 + + + 310 + 33 + + + 310 + 34 + + + 310 + 35 + + + 310 + 36 + + + 310 + 56 + + + 223 + 137 + + + 223 + 138 + + + 223 + 139 + + + 223 + 142 + + + 224 + 137 + + + 224 + 138 + + + 224 + 139 + + + 224 + 142 + + + 183 + 161 + + + 183 + 162 + + + 183 + 163 + + + 183 + 164 + + + 183 + 165 + + + 183 + 166 + + + 183 + 167 + + + 183 + 168 + + + 183 + 169 + + + 183 + 196 + + + 183 + 197 + + + 183 + 198 + + + 306 + 305 + + + 309 + 308 + + + 304 + 308 + + + 319 + 318 + + + 320 + 318 + + + 322 + 324 + + + 316 + 315 + + + 316 + 264 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CarloInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CarloInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CarloInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Cities.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Cities.xml new file mode 100644 index 000000000..271b0a357 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Cities.xml @@ -0,0 +1,168 @@ + + + + 1 + Omerta + + 9 + 1 + + + 90 + 10 + + + + 2 + Drassen + + 13 + 2 + + + 125 + 40 + + + + 3 + Alma + + 13 + 8 + + + 130 + 90 + + + + 4 + Grumm + + 1 + 7 + + + 15 + 80 + + + + 5 + Tixa + + 8 + 9 + + + 85 + 100 + + + + 6 + Cambria + + 8 + 6 + + + 95 + 70 + + + + 7 + San Mona + + 4 + 2 + + + 45 + 40 + + + + 8 + Estoni + + 5 + 8 + + + 55 + 90 + + + + 9 + Orta + + 3 + 10 + + + 35 + 110 + + + + 10 + Balime + + 11 + 11 + + + 110 + 120 + + + + 11 + Meduna + + 3 + 14 + + + 45 + 150 + + + + 12 + Chitzena + + 2 + 1 + + + 15 + 20 + + + + + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 12 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 + 0 0 12 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 + 0 0 0 0 0 7 7 0 0 0 0 0 0 2 0 0 0 0 + 0 0 0 0 7 7 0 0 0 0 0 0 0 2 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 6 6 0 0 0 0 0 0 0 0 + 0 4 4 0 0 0 0 0 6 6 0 0 0 0 0 0 0 0 + 0 4 4 4 0 0 0 0 6 0 0 0 0 3 3 0 0 0 + 0 0 0 0 0 0 8 0 0 0 0 0 0 3 3 0 0 0 + 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 0 0 0 + 0 0 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 0 10 10 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 11 11 11 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 11 11 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 + + \ No newline at end of file diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CompatibleFaceItems.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CompatibleFaceItems.xml new file mode 100644 index 000000000..696b0c275 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/CompatibleFaceItems.xml @@ -0,0 +1,161 @@ + + + + 210 + 211 + + + 210 + 246 + + + 210 + 212 + + + 210 + 213 + + + 210 + 0 + + + 266 + 211 + + + 266 + 246 + + + 266 + 212 + + + 266 + 213 + + + 266 + 0 + + + 211 + 210 + + + 211 + 266 + + + 211 + 259 + + + 211 + 213 + + + 211 + 0 + + + 212 + 210 + + + 212 + 266 + + + 212 + 213 + + + 212 + 259 + + + 212 + 0 + + + 246 + 210 + + + 246 + 266 + + + 246 + 213 + + + 246 + 259 + + + 246 + 0 + + + 213 + 210 + + + 213 + 266 + + + 213 + 211 + + + 213 + 246 + + + 213 + 212 + + + 213 + 259 + + + 213 + 0 + + + 259 + 211 + + + 259 + 246 + + + 259 + 212 + + + 259 + 213 + + + 259 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/DevinInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/DevinInventory.xml new file mode 100644 index 000000000..16fb7c7e9 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/DevinInventory.xml @@ -0,0 +1,166 @@ + + + + 0 + 131 + 3 + + + 1 + 132 + 3 + + + 2 + 133 + 2 + + + 3 + 134 + 3 + + + 4 + 135 + 2 + + + 5 + 151 + 3 + + + 6 + 147 + 2 + + + 7 + 148 + 2 + + + 8 + 149 + 2 + + + 9 + 150 + 2 + + + 10 + 140 + 1 + + + 11 + 111 + 1 + + + 12 + 112 + 1 + + + 13 + 113 + 1 + + + 14 + 223 + 10 + + + 15 + 224 + 5 + + + 16 + 242 + 5 + + + 17 + 141 + 6 + + + 18 + 136 + 5 + + + 19 + 137 + 5 + + + 20 + 139 + 4 + + + 21 + 138 + 3 + + + 22 + 142 + 2 + + + 23 + 145 + 5 + + + 24 + 40 + 1 + + + 25 + 50 + 1 + + + 26 + 51 + 1 + + + 27 + 41 + 1 + + + 28 + 215 + 2 + + + 29 + 243 + 1 + + + 30 + 304 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ElginInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ElginInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/ElginInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyGunChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyGunChoices.xml new file mode 100644 index 000000000..dfbbf7099 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyGunChoices.xml @@ -0,0 +1,620 @@ + + + + 0 + 6 + 5 + 6 + 7 + 1 + 8 + 3 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 1 + 3 + 2 + 4 + 31 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 2 + 4 + 16 + 11 + 9 + 13 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 3 + 3 + 22 + 17 + 32 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 4 + 3 + 10 + 14 + 12 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 5 + 4 + 26 + 29 + 21 + 25 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 6 + 2 + 18 + 19 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 7 + 4 + 24 + 27 + 20 + 23 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 8 + 1 + 28 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 9 + 3 + 34 + 35 + 36 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 10 + 5 + 55 + 65 + 35 + 36 + 34 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyItemChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyItemChoices.xml new file mode 100644 index 000000000..a42965bc9 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/EnemyItemChoices.xml @@ -0,0 +1,1060 @@ + + + + 0 + 3 + 176 + 177 + 180 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 1 + 4 + 161 + 164 + 167 + 196 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 2 + 2 + 170 + 173 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 3 + 7 + 131 + 132 + 133 + 134 + 135 + 146 + 151 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 4 + 8 + 201 + 202 + 204 + 205 + 201 + 201 + 202 + 203 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 5 + 8 + 137 + 139 + 141 + 142 + 145 + 223 + 224 + 242 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 6 + 27 + 49 + 214 + 214 + 214 + 216 + 222 + 235 + 243 + 245 + 255 + 256 + 257 + 264 + 266 + 267 + 269 + 304 + 305 + 306 + 308 + 309 + 311 + 312 + 316 + 320 + 322 + 323 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 7 + 2 + 40 + 347 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 8 + 1 + 51 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 9 + 0 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 10 + 1 + 41 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 11 + 1 + 183 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 12 + 1 + 213 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 13 + 2 + 211 + 212 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 14 + 1 + 246 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 15 + 1 + 210 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 16 + 1 + 208 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 17 + 5 + 207 + 208 + 209 + 241 + 244 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + + 18 + 3 + 37 + 38 + 54 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + -1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Explosives.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Explosives.xml new file mode 100644 index 000000000..8380aa6a2 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Explosives.xml @@ -0,0 +1,440 @@ + + + + 0 + 1 + 1 + 140 + 4 + 0 + 0 + 4 + 0 + 0 + + + 1 + 2 + 0 + 40 + 4 + 0 + 0 + 6 + 5 + 1 + + + 2 + 3 + 15 + 40 + 4 + 0 + 0 + 8 + 5 + 1 + + + 3 + 0 + 15 + 7 + 3 + 15 + 1 + 1 + 0 + 0 + + + 4 + 0 + 25 + 10 + 4 + 25 + 1 + 1 + 0 + 0 + + + 5 + 0 + 40 + 12 + 5 + 20 + 10 + 2 + 0 + 0 + + + 6 + 0 + 50 + 15 + 5 + 50 + 2 + 2 + 0 + 0 + + + 7 + 0 + 60 + 15 + 6 + 60 + 2 + 2 + 0 + 0 + + + 8 + 0 + 55 + 15 + 6 + 55 + 0 + 2 + 0 + 0 + + + 9 + 0 + 50 + 22 + 6 + 50 + 2 + 2 + 0 + 0 + + + 10 + 0 + 30 + 30 + 2 + 30 + 2 + 1 + 0 + 0 + + + 11 + 0 + 65 + 30 + 7 + 65 + 0 + 1 + 0 + 0 + + + 12 + 4 + 0 + 0 + 10 + 0 + 0 + 1 + 0 + 0 + + + 13 + 5 + 0 + 0 + 50 + 50 + 0 + 1 + 0 + 0 + + + 14 + 0 + 20 + 0 + 1 + 20 + 0 + 1 + 0 + 0 + + + 15 + 4 + 0 + 0 + 10 + 0 + 0 + 1 + 0 + 0 + + + 16 + 0 + 25 + 5 + 4 + 25 + 1 + 1 + 0 + 0 + + + 17 + 2 + 0 + 40 + 3 + 0 + 0 + 6 + 5 + 1 + + + 18 + 1 + 1 + 120 + 4 + 0 + 0 + 4 + 0 + 0 + + + 19 + 6 + 0 + 0 + 3 + 0 + 0 + 7 + 5 + 1 + + + 20 + 6 + 0 + 0 + 4 + 0 + 0 + 7 + 5 + 1 + + + 21 + 0 + 60 + 20 + 6 + 60 + 2 + 2 + 0 + 0 + + + 22 + 0 + 100 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + + 23 + 0 + 100 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + + + 24 + 0 + 50 + 10 + 5 + 50 + 2 + 2 + 0 + 0 + + + 25 + 0 + 50 + 10 + 5 + 50 + 2 + 3 + 0 + 0 + + + 26 + 2 + 0 + 80 + 4 + 0 + 0 + 6 + 5 + 1 + + + 27 + 7 + 5 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + + + 28 + 7 + 8 + 0 + 3 + 0 + 0 + 0 + 0 + 1 + + + 29 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 30 + 0 + 55 + 15 + 6 + 55 + 0 + 2 + 0 + 0 + + + 31 + 0 + 100 + 10 + 3 + 75 + 0 + 1 + 0 + 0 + + + 32 + 0 + 25 + 200 + 8 + 65 + 0 + 2 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FrankInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FrankInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FrankInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FranzInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FranzInventory.xml new file mode 100644 index 000000000..950408789 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FranzInventory.xml @@ -0,0 +1,106 @@ + + + + 0 + 211 + 3 + + + 1 + 241 + 3 + + + 2 + 215 + 2 + + + 3 + 210 + 2 + + + 4 + 61 + 1 + + + 5 + 164 + 1 + + + 6 + 170 + 1 + + + 7 + 177 + 1 + + + 8 + 196 + 1 + + + 9 + 167 + 1 + + + 10 + 173 + 1 + + + 11 + 180 + 1 + + + 12 + 183 + 1 + + + 13 + 205 + 1 + + + 14 + 258 + 1 + + + 15 + 315 + 1 + + + 16 + 318 + 1 + + + 17 + 264 + 1 + + + 18 + 265 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FredoInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FredoInventory.xml new file mode 100644 index 000000000..ec8130603 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/FredoInventory.xml @@ -0,0 +1,16 @@ + + + + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/GabbyInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/GabbyInventory.xml new file mode 100644 index 000000000..c29a05fc0 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/GabbyInventory.xml @@ -0,0 +1,61 @@ + + + + 0 + 220 + 12 + + + 1 + 218 + 3 + + + 2 + 221 + 0 + + + 3 + 217 + 0 + + + 4 + 230 + 0 + + + 5 + 231 + 0 + + + 6 + 232 + 0 + + + 7 + 260 + 0 + + + 8 + 261 + 0 + + + 9 + 262 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HerveInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HerveInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HerveInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HowardInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HowardInventory.xml new file mode 100644 index 000000000..218931ea3 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/HowardInventory.xml @@ -0,0 +1,51 @@ + + + + 0 + 201 + 10 + + + 1 + 202 + 5 + + + 2 + 222 + 5 + + + 3 + 235 + 5 + + + 4 + 245 + 3 + + + 5 + 37 + 2 + + + 6 + 114 + 5 + + + 7 + 320 + 3 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IMPItemChoices.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IMPItemChoices.xml new file mode 100644 index 000000000..6c8f4551d --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IMPItemChoices.xml @@ -0,0 +1,1553 @@ + + + + 0 + 2 + 2 + 161 + 214 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + 2 + 1 + 0 + 176 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 8 + 10 + 1 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 9 + 9 + 9 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 9 + 20 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 137 + 223 + 137 + 223 + 137 + 137 + 223 + 137 + 223 + 137 + 223 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + 2 + 1 + 0 + 203 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + 10 + 1 + 0 + 0 + 201 + 201 + 201 + 202 + 202 + 202 + 202 + 202 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 12 + 1 + 1 + 49 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 13 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 14 + 1 + 1 + 211 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 15 + 1 + 1 + 207 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 16 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 17 + 1 + 1 + 204 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 18 + 1 + 1 + 215 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 19 + 1 + 1 + 38 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 20 + 1 + 1 + 37 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 21 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 22 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 23 + 0 + 1 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 24 + 0 + 1 + 205 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 26 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IncompatibleAttachments.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IncompatibleAttachments.xml new file mode 100644 index 000000000..0f2394224 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/IncompatibleAttachments.xml @@ -0,0 +1,28 @@ + + + + 209 + 50 + + + 50 + 209 + + + 223 + 224 + + + 224 + 223 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Items.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Items.xml new file mode 100644 index 000000000..d692aa6a2 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Items.xml @@ -0,0 +1,40539 @@ + + + + 0 + Nada + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + Nothing + JA 2 programmers are the best there are... oh.. well maybe not since this message should never come up... + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + Glock 17 + Glock 17 + Favored by most military officers, this Austrian semi-automatic pistol is considered the defacto standard side-arm worldwide. + Glock 17 + Even though most of this Austrian pistol's parts are plastic, it will get detected by airport x-ray machines. The simple design of this recoil operated self-loader contains only 32 components, and is a common army issue worldwide. + 2 + 1 + 3 + 0 + 0 + 1 + 6 + 1 + 350 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 2 + Glock 18 + Glock 18 + As the fully automatic version of the Glock 17, this Austrian pistol was specifically designed for military use. + Glock 18 + Of Austrian origin, the Glock 18 is deserving of the classification of machine pistol. As the Glock 17's successor, it was built to offer the option for automatic fire. Sorry, but parts from the Glock 17 and 18 are not interchangeable. + 2 + 2 + 3 + 0 + 0 + 2 + 6 + 1 + 480 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 1300 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 3 + Beretta 92F + Beretta 92F + This Italian double action pistol can quickly turn any shooter into a Lethal Weapon. + Beretta 92F + U.S. Army issued, the Beretta 92F is a standard 9mm Parabellum pistol, with a modified trigger-guard to allow a two-handed grip. This is a very functional weapon. + 2 + 3 + 3 + 0 + 0 + 3 + 11 + 1 + 450 + 2 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 10 + 1 + 45 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 4 + Beretta 93R + Beretta 93R + The 92F's leaner and meaner cousin. This fully automatic machine pistol could be your best friend in a close range fire fight. + Beretta 93R + The most pistol you'll ever need. Classified as a machine pistol, it features a fold-down front grip and an extendible steel shoulder stock, that attaches at the rear of the butt, to facilitate three-round mode shooting. + 2 + 4 + 3 + 0 + 0 + 4 + 11 + 1 + 470 + 2 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 1100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 5 + .38 S&W + .38 Special + Tried and true by the boys in blue. This American pistol is the most common police service revolver in the world. + .38 S&W Special + The standard Smith and Wesson military and police double-action revolver is ideal for both self-defense and offensive purposes. When the mainspring ages however, the gun is prone to light hammer blows. + 2 + 5 + 3 + 0 + 0 + 5 + 11 + 1 + 250 + 1 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 15 + 1 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 6 + Barracuda + Barracuda + The preferred weapon of Dirty Harry's little brother, this Belgian revolver has found its way into many American police holsters. + .357 Barracuda + The Belgian .357 magnum Barracuda revolver is a powerful choice for both offense and defense. Numerous test trials have shown that both men and women find it easier to handle than most handguns. + 2 + 6 + 3 + 0 + 0 + 6 + 10 + 1 + 300 + 1 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 8 + 1 + 23 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 7 + Desert Eagle + Desert Eagle + This former Israeli pistol that is about as subtle as a hand-held nuke, is now being produced in the good ol' USA. + .357 Desert Eagle + This single-action, power-packed, gas-operated pistol is one hundred per cent U.S. made. Originally produced in Israel, it features a rotating bolt for positive lock-up, an ambidextrous safety, a steel frame, and a nickel or chrome finish. + 2 + 7 + 3 + 0 + 0 + 7 + 17 + 1 + 300 + 1 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 1 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 8 + Colt .45 + Colt .45 + The Almighty may have created man, but over the last century, this pistol has more than helped to keep them in line. + Colt .45 + This American made automatic pistol of classic design, is one of the most successful combat pistols ever invented. A proven man-stopper, it creates a wide wound channel that can cause severe nerve trauma. + 2 + 8 + 3 + 0 + 0 + 8 + 11 + 1 + 400 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 35 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 9 + MP5K + H&K MP5K + This German sub-machine gun is the must-have weapon for Die Hard terrorists and two-bit South American drug lords. + H&K MP5K + Heckler and Koch's MP5K is one of the most compact and deadly German sub-machine guns around. Anti-terrorist groups and drug cartels love this weapon because it's so small and easy to use. This tiny weapon is easily hidden under clothing. + 2 + 9 + 3 + 0 + 0 + 9 + 21 + 0 + 980 + 3 + -1 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 10 + MAC-10 + MAC-10 + The American Uzi. Born in the days of disco, this weapon has been very popular in the land of pink flamingos and snow. + .45 MAC-10 + The U.S. Military Armament Corp. Model-10: a real man's sub-machine gun. Its steadiness allows for single-handed firing and its threaded barrel can fit a 'sound suppressor,' which is similar to a silencer but won't reduce bullet velocity. + 2 + 10 + 3 + 0 + 0 + 10 + 28 + 0 + 1170 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1090 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 11 + Thompson + Thompson M1A1 + As the successor to the Tommy Gun, this weapon became very popular on the streets of prohibition-Chicago and the beaches of Normandy. + Thompson M1A1 + Although heavier than most submachine guns, the 'Tommy Gun' is still favored by Commando and Ranger forces. None have been built since the 1960's, but they are still very common, and have definitely weathered the test of time. + 2 + 11 + 3 + 0 + 0 + 11 + 48 + 0 + 700 + 3 + 3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 700 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 12 + Commando + Colt Commando + This mini version of the M-16 is a prized tool for knocking off noisy neighbors and petty dictators. + Colt Commando + Very small, and yet, very deadly. The Colt M4A1 is an attractively short and concealable assault rifle that was based on the M16 design. It is extremely popular among several US armed forces. + 2 + 12 + 3 + 0 + 0 + 12 + 26 + 0 + 1330 + 5 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 13 + MP53 + H&K MP53 + Heckler and Koch's latest addition to the submachine gun family is known for its excessive muzzle climb, making its use indoors inadvisable. + H&K MP53 + This German sub-machine gun has a lethality and stopping power that is definitely disproportionate to its size. When fitted with a special flash suppresser, excessive muzzle flash that is common on short weapons, is eliminated. + 2 + 13 + 3 + 0 + 0 + 13 + 28 + 0 + 770 + 3 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 14 + AKSU-74 + AKSU-74 + Commonly used by the Russian Spetsnaz, the muzzle flash from this SMG's short barrel has singed many an eyebrow. + AKSU-74 + Russian in origin, this sub-machine gun is a shorter version of the AK-74. It's a combat intensive weapon with a bulbous muzzle attachment to compensate for firing 5.45mm Soviet rifle cartridges in a much shorter barrel. + 2 + 14 + 3 + 0 + 0 + 14 + 39 + 0 + 1180 + 4 + -2 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 15 + P90 + FN-P90 + This Belgian weapon is one of the most advanced submachine guns in the world and is highly coveted by several special forces. + 5.7mm FN-P90 + Chews through Kevlar like it was butter. The FN-P90 is a blowback machine pistol with truly powerful ballistic capabilities. All controls are fully ambidextrous, with a cocking handle fitted on both sides and two open sights. + 2 + 15 + 3 + 0 + 0 + 15 + 28 + 0 + 2750 + 9 + -2 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 16 + Type-85 + Type-85 + Cheap, simple, and rugged. This motto for Chinese military designs is truly reflected in this mass-produced weapon. + Type-85 + Of Chinese design, the Type-85 submachine gun is a plain blowback weapon that is remarkably lightweight due to its rotating bolt system. The weapon's manufacturers claim that it also fires the subsonic type-64 cartridge. + 2 + 16 + 3 + 0 + 0 + 16 + 19 + 0 + 620 + 3 + -4 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 780 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 17 + SKS + SKS + This extremely common semi-automatic carbine weapon has seen action in almost every Communist country in the world. + SKS + The Simonov self-loading SKS automatic rifle has a simple design and is easy to operate. Developed during WWII, it was later distributed to most Warsaw Pact members. Its only weak spot: it's a little heavy for its cartridge. + 2 + 17 + 3 + 0 + 0 + 17 + 39 + 0 + 1350 + 5 + -4 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 18 + Dragunov + Dragunov + Reach out and touch someone the Russian Army way. This rifle has struck more than fear into the hearts of officers worldwide. + Dragunov + This Russian sniping rifle is known for its accuracy. Standard issues with the rifle are the PSO-1 telescope sight and the image-intensifying NSPU-3 night sight. + 2 + 18 + 3 + 0 + 0 + 18 + 43 + 0 + 1930 + 6 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 19 + M24 + M24 + Call on the M-24 to deliver your 7.62mm package up to a mile away in two seconds flat. It guarantees delivery every time. + M24 + The Remington M24 is the standard sniping rifle of the US Army. This bolt-action rifle's stock is made of synthetic material with an aluminum bedding lock and comes with an adjustable buttplate. + 2 + 19 + 3 + 0 + 0 + 19 + 55 + 0 + 1950 + 6 + 4 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 20 + Steyr + Steyr AUG + The 'Evil Assault Rifle' poster-child for US gun control lobbyists is the futuristic looking Austrian army standard rifle. + Steyr AUG + This Austrian automatic rifle has a unique modular design with many interchangeable parts. It was one of the first rifles to use a plastic firing mechanism as well as plastic furniture. + 2 + 20 + 3 + 0 + 0 + 20 + 36 + 0 + 2380 + 8 + 1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 21 + G41 + H&K G41 + Harder hitting than a hangover from a night of downing German lager, this G41 will quickly become your enemy's headache. + H&K G41 + Built to NATO weapons standards, this assault rifle is a great piece of German engineering. It features an ejection port dust cover and a hold-open device to keep the bolt open when emptying the mag. + 2 + 21 + 3 + 0 + 0 + 21 + 41 + 0 + 1620 + 6 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 850 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 22 + Mini-14 + Ruger Mini-14 + This Sturm Ruger rifle is a 70's era mechanical copy of the W.W.II Garand. It makes an ideal gift for the Survivalist in the family. + Ruger Mini-14 + Considered to be the great American hunting rifle, it's perfect for paramilitary use. It naturally enhances your ability to hit on target because of its low recoil forces. + 2 + 22 + 3 + 0 + 0 + 22 + 29 + 0 + 1100 + 4 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 23 + C-7 + C-7 + This rifle shouts the Canuck motto, 'Anything the Yanks can do, we can do better.' This version of the M-16 is every merc's dream come true. + C-7 + It's the Canadian version of the American M16A2. Trust those crazy Canucks to incorporate such safety devices as a case deflector to prevent empty cases from being flung into the faces of left-handed firers. + 2 + 23 + 3 + 0 + 0 + 23 + 36 + 0 + 2680 + 8 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 24 + FA-MAS + FA-MAS + Nicknamed 'The Bugle' by French Army Troops, this bullpup rifle packs the utility of the M-16 in under two-and-a-half feet. + FA-MAS + The French Army's FA-MAS rifle was the first 'bullpup' design to enter military service. It handles well, and shoots quite accurately. A bipod can also be attached for steadier shooting. + 2 + 24 + 3 + 0 + 0 + 24 + 36 + 0 + 1970 + 7 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 900 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 25 + AK-74 + AK-74 + This rifle is destined to become one of Russia's greatest exports, second only to tactical nuclear warheads. + AK-74 + Used as the Soviet infantry's standard automatic rifle, the AK-74 is a smaller caliber version of the AKM. While highly efficient and steady, with minimal recoil, it can be nasty to bystanders, as muzzle gases are diverted sideways. + 2 + 25 + 3 + 0 + 0 + 25 + 36 + 0 + 1830 + 6 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 26 + AKM + AKM + The AKM is the newest version of the infamous AK-47. This line of rifles has been used in Vietnam, Afghanistan, and many passenger jets. + AKM + As the modernized version of the AK-47 automatic rifle, it was one of the best and most widely distributed Soviet weapons. Designed for mass production, you'll find one of these automatic rifles slung over every frugal mercenary's shoulder. + 2 + 26 + 3 + 0 + 0 + 26 + 43 + 0 + 1450 + 5 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 27 + M-14 + M-14 + The M-14 is about as All-American as apple pie and the 4th of July. Any A-Team equipped with this rifle is gunning for victory. + M-14 + Truly American through and through. This lighter automatic rifle offers multiple firing options, but is best kept locked at semi-automatic. Unfortunately, without the ability to change its barrel, it can overheat with sustained firing. + 2 + 27 + 3 + 0 + 0 + 27 + 29 + 0 + 2120 + 7 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 28 + FN-FAL + FN-FAL + The phrase, 'Help, I've FAL-len and I can't get up,' takes on a whole new meaning when this rifle is involved. + FN-FAL + This Belgian automatic rifle set a new standard in weaponry in the early 1950's. Its robust and reliable design made it simple to use and maintain, despite its tendency for excessive climbing in automatic mode. + 2 + 28 + 3 + 0 + 0 + 28 + 43 + 0 + 2680 + 8 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 650 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 29 + G3A3 + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this ugly looking rifle delivers wounds that are equally foul. + H&K G3A3 + Made from sheet metal stampings and plastic furniture, this Heckler and Koch automatic rifle sure ain't pretty, but it is definitely robust, reliable and highly effective. + 2 + 29 + 3 + 0 + 0 + 29 + 44 + 0 + 1570 + 5 + 1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 500 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 30 + G11 + H&K G11 + The Porsche of assault rifles. This rifle goes from 0 to 3 rounds in under a second, and tears through Kevlar like butter. + H&K G11 + Germany's Heckler and Koch designed this weapon as the fastest automatic rifle around. Its high velocity shots tear right through Kevlar. Despite its unusual appearance, it is very comfortable to use and shoots extremely accurately. + 2 + 30 + 3 + 0 + 0 + 30 + 38 + 0 + 2530 + 8 + 3 + -4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 600 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 31 + M870 + Remington M870 + This pump-action shotgun is one of the most versatile weapons money can buy. It can be used for hunting, home defense, and lock picking. + Remington M870 + A cherished 12-gauge shotgun for its smooth pump-action, it's a favorite of many police forces around the world. Commonly used as a hunting rifle, it can be found for sale in most local hardware stores. + 2 + 31 + 3 + 0 + 0 + 31 + 36 + 0 + 670 + 3 + 3 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 1 + 21 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 32 + SPAS-15 + SPAS-15 + This fearsome looking Italian semi-automatic assault shotgun has been banned in several countries. + SPAS-15 + The 12-gauge Franchi SPAS-15 shotgun's design is true Italian brilliance. It provides the options for gas, semi-automatic or manual pump action. + 2 + 32 + 3 + 0 + 0 + 32 + 38 + 0 + 980 + 4 + -2 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 30 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 33 + CAWS + CAWS + This German/US experimental Close Assault Weapon System makes the concept of human skeet shooting a gory reality. + CAWS + Olin/Heckler and Koch's Close Assault Weapon System is the ideal light support weapon for any aspiring mercenary. Designed for the 12-guage shotgun shell, it also fires miniature grenades. + 2 + 33 + 3 + 0 + 0 + 33 + 41 + 0 + 2900 + 9 + -3 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + -1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 34 + Minimi + FN Minimi + This light machine gun, also known as the C-9 and M-249, has been known to moonlight as a beefed-up assault rifle. + FN Minimi + Reputed for its reliability, this Belgian machine gun is gas operated, with a simple rotating bolt system. Its design was adopted by the US Army as the M249 machine gun. + 2 + 34 + 3 + 0 + 0 + 34 + 68 + 0 + 3100 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 750 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 35 + RPK-74 + RPK-74 + The latest Russian squad support weapon is this light machine gun. It brings new meaning to the concept of 'spray and pray.' + RPK-74 + This Russian squad light automatic machine gun is simply a heavy-barreled version of the AK74 rifle. Its only drawback is that it tends to shoot the rifling out of its barrel within 5,000 rounds. + 2 + 35 + 3 + 0 + 0 + 35 + 48 + 0 + 3180 + 10 + -1 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 36 + H&K 21 + H&K 21 + This German infantry support weapon is a (not so) light machine gun that helps you pump up while mowing down your opposition. + H&K 21 + The German Heckler and Koch 21 is a fantastic all-purpose machine gun, featuring a heavy yet easily changeable barrel. Its bipod offers 3 height settings on which the gun can pivot 30 degrees in either direction. + 2 + 36 + 3 + 0 + 0 + 36 + 93 + 0 + 3420 + 10 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 800 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 37 + Knife + Combat Knife + This full-tang bowie-styled combat knife will convert you into a whirling, twirling machine of silent, subtle death. + Combat Knife + When the enemy is too close for comfort, this full-tang bowie-styled combat knife will definitely come in handy. It features a serrated 9" blade, and a wooden handle with a heavy-duty guard and pommel. + 4 + 37 + 4 + 0 + 1 + 79 + 9 + 2 + 100 + 2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 38 + Throw. Knife + Throwing Knife + This finely balanced steel throwing knife brings new meaning to the expression killing them softly. Or, in this case, silently. + Throwing Knife + Polish up on your throwing skills with this double-edged chrome-plated high carbon steel blade. This slim little knife is a perfect choice for both novice and experienced throwers. + 8 + 38 + 3 + 0 + 1 + 53 + 1 + 4 + 50 + 3 + -1 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 62 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 39 + Rock + A Rock + A rock. + A Rock + A rock is what you've got in your head if you don't know what one is. + 64 + 39 + 6 + 0 + 1 + 57 + 5 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 40 + M79 + Grenade Launcher + If quick passage through a brick wall or a cluster of bad guys is what you need, the M79, a 40mm US grenade launcher from the Vietnam era, will terminate your troubles every time. + Grenade Launcher + Known for its accuracy at longer ranges, the 40mm M79 Grenade Launcher is not your average rifle grenade. This breech loaded, single shot, break-open weapon is usually fired from the shoulder. It features a blade foresight and a folding-leaf adjustable rear sight. + 16 + 40 + 20 + 0 + 0 + 37 + 26 + 0 + 900 + 7 + 0 + -1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 41 + Mortar + Mortar + The M224 is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate, and a bipod. It was built to handle HE bombs. + Mortar + Commonly referred to as the battalion commander's artillery, the M224 mortar is a must-have for the serious mercenary commandant. It is a 60mm caliber lightweight mortar with a finned barrel, sight, M7 base plate and bipod, that was built to specifically accommodate HE shells. + 16 + 41 + 20 + 0 + 0 + 0 + 77 + 0 + 1800 + 10 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 42 + Rock + Another Rock + A rock is what you've got in your head if you don't know what one is. + Another Rock + A rock usually associated with a roll is a form of modern music that tends to be loud and a preferred choice of adolescents. + 64 + 42 + 6 + 0 + 1 + 60 + 4 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 43 + YM Claws + Young Male Claws + NO DESCRIPTION NECESSARY! + Young Male Claws + Not for sale through BR. + 4 + 43 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 44 + AM Claws + Adult Male Claws + NO DESCRIPTION NECESSARY! + Adult Male Claws + Not for sale through BR. + 4 + 44 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 45 + YF Claws + Young Female Claws + NO DESCRIPTION NECESSARY! + Young Female Claws + Not for sale through BR. + 4 + 45 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 46 + AF Claws + Adult Female Creature Claws + NO DESCRIPTION NECESSARY! + Adult Female Creature Claws + Not for sale through BR. + 4 + 46 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 47 + Queen Tentacle + Queen Tentacle + NO DESCRIPTION NECESSARY! + Queen Tentacle + Not for sale through BR. + 32 + 47 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 48 + Queen Spit + Queen Creature Spit + NO DESCRIPTION NECESSARY! + Queen Creature Spit + Not for sale through BR. + 2 + 48 + 3 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 49 + Dusters + Knuckle Dusters + This sturdy set of brass knuckles fits most hands. They will add some power to your punch. + Knuckle Dusters + You'll be packing a real punch with this set of handy brass knuckles. Although sturdy, they're small enough to fit into most back pockets. One size fits all. + 128 + 49 + 2 + 0 + 1 + 102 + 1 + 4 + 20 + 2 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 50 + Talon + Underslung Grenade Launcher + The "Talon" US military grenade launcher is known to propel enemies into the waiting claws of death. + Talon Underslung Grenade Launcher + Developed by the US military, this launcher can be attached to a wide range of assault rifles and machine guns. It comes equipped with a light folding stock and a special pistol grip stock, allowing it to be fired like a pistol. It is considered to be a good entry weapon. + 16 + 50 + 0 + 0 + 0 + 39 + 13 + 0 + 500 + 8 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 51 + LAW + LAW + One hit from this Light Anti-Tank Weapon is better than a one way ticket to Judgement Day. No judge, no jury, and all executioner. + LAW + The M72A2 Light Anti-Tank Weapon is a light-weight shoulder-fired rocket launcher which can penetrate a foot of tank armour or destroy small battlefield fortifications. A one-shot weapon of awesome destructive power. + 2 + 51 + 3 + 0 + 0 + 38 + 21 + 0 + 500 + 9 + 0 + -3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 247 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 52 + Bloodcat Claws + Bloodcat Claws + NO DESCRIPTION NECESSARY! + Bloodcat Claws + Not for sale through BR. + 4 + 52 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 53 + Bloodcat Bite + Bloodcat Bite + NO DESCRIPTION NECESSARY! + Bloodcat Bite + Not for sale through BR. + 4 + 53 + 4 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 54 + Machete + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + Machete + Slice 'em, dice 'em, cook 'em 'n' clean 'em. Whether it be man, plant, or beast, this all purpose machete will chop any main course into the finest of cuts. + 4 + 54 + 4 + 0 + 0 + 41 + 13 + 0 + 200 + 3 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 55 + Rocket Rifle + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + Rocket Rifle + Annihilate your opponents with the cutting edge in weapons technology. This rocket rifle comes with its own laser scope and computer security system. + 2 + 55 + 3 + 0 + 0 + 45 + 40 + 0 + 5000 + 0 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 56 + Automag + Automag III + This Automag has been modified into a monster of a pistol which fires 7.62mm NATO rifle rounds. The name "Big Bertha" has been engraved on its sides. + Automag III + Not for sale through BR. + 2 + 56 + 3 + 0 + 0 + 40 + 12 + 0 + 1000 + 0 + 0 + -2 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 666 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 57 + Infant Spit + Infant Spit + NO DESCRIPTION NECESSARY! + Infant Spit + Not for sale through BR. + 2 + 57 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 58 + Young Male Spit + Young Male Spit + NO DESCRIPTION NECESSARY! + Young Male Spit + Not for sale through BR. + 2 + 58 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 59 + Old Male Spit + Old Male Spit + NO DESCRIPTION NECESSARY! + Old Male Spit + Not for sale through BR. + 2 + 59 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 60 + Cannon + Tank Cannon + NO DESCRIPTION NECESSARY! + Tank Cannon + Not for sale through BR. + 2 + 60 + 3 + 0 + 0 + 37 + 26 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 61 + Dart Gun + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + Dart Gun + A virtual mute in a riotous crowd of gunpowder-driven killing machines. Use this dart gun to get the job done without even waking up old man Death himself. + 2 + 61 + 3 + 0 + 0 + 46 + 12 + 1 + 500 + 5 + 0 + 3 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 62 + Bloody Knife + Bloody Throwing Knife + A small lightweight throwing knife with a double-edged, chrome-plated, high carbon steel blade that is covered in blood. + Bloody Throwing Knife + Not for sale through BR. + 8 + 62 + 3 + 0 + 1 + 95 + 1 + 4 + 50 + 0 + 0 + 4 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 63 + Flamethrower + Flamethrower + Sorry, guys, but this item didn't make it into the game! + Flamethrower + + 2 + 63 + 3 + 0 + 0 + 48 + 18 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 64 + Crowbar + Crowbar + This durable lever tool is a one-piece bar of titanium. While harder and stronger than steel, it weighs less, and won't rust. + Crowbar + This titanium crowbar will come in handy when stuck in a jam. It's a one piece bar of titanium that's harder and stronger than steel, and corrosion resistant. Since it weighs almost nothing, you can take it anywhere. + 128 + 64 + 2 + 0 + 1 + 85 + 30 + 0 + 40 + 1 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 65 + A. R. Rifle + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + Auto Rocket Rifle + The bleeding edge in weapons technology, this experimental version of the rocket rifle is capable of emptying its entire clip in a single devastating burst! + 2 + 65 + 3 + 0 + 0 + 45 + 40 + 0 + 10000 + 0 + 0 + -5 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + + + 66 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 67 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 68 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 69 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 70 + Nothing + Using this slot will cause the game to crash. + Nada. + Nothing + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 71 + 9mm mag + 9mm Pistol Magazine, 15 + This magazine holds 15 rounds of 9mm ball ammunition. Although small, this ammo travels at rather high velocities, making it the preferred sidearm round to many military and law enforcement personnel. + 9mm Pistol Magazine + These 15 rounds of fine quality 115 grain Fiocchi round tip ammunition are ideal for anyone looking for an economical means of personal defense. + 1024 + 0 + 0 + 0 + 1 + 32 + 2 + 8 + 15 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 72 + 9mm SMG mag + 9mm SMG Magazine + This sub-machine gun magazine contains 30 rounds of 9mm ammunition. As a jacketed round, it has a lesser tendency for barrel leading than its non-jacketed counterpart. + 9mm SMG Magazine + This SMG magazine contains 30 rounds of Fiocchi round tip ammunition. This round is a popular purchase among seasoned mercenaries and up-and-coming soldiers of fortune. + 1024 + 1 + 0 + 0 + 1 + 35 + 3 + 4 + 30 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 73 + 9mm mag AP + 9mm Pistol Magazine, 15, AP + This magazine contains 15 hardened steel rounds of 9mm ammunition. Even though this round easily cuts through light body armor, it doesn't cause as much damage as jacketed and regular hollow point versions. + 9mm Pistol Magazine, AP + They've got Kevlar? Have no fear with this magazine; it's brimming with 15 rounds of hardened steel. This low power pistol round is your best bet against Kevlar. + 1024 + 2 + 0 + 0 + 1 + 33 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 74 + 9mm SMG mag AP + 9mm SMG Magazine, AP + These 30 hardened steel rounds are the best sub-machine gun armor-defeating ammunition. + 9mm SMG Magazine, AP + We searched far and wide for this round; the Armor Piercing ability of the 30-round magazine makes it the bane of all unwelcome law enforcement personnel. + 1024 + 3 + 0 + 0 + 1 + 36 + 3 + 4 + 90 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 75 + 9mm mag HP + 9mm Pistol Magazine, 15, HP + This magazine contains 15 rounds of 9mm federal-135-grain hollow point ammo. While its armor piercing capabilities are questionable, its tendency to expand in tissue more than makes up for its weaknesses. + 9mm Pistol Magazine, HP + This 15-round magazine of COR-BON 9mm Jacketed Hollow Point ammunition is truly the top of the line. It's a definite deterrent against any unarmored assailant. + 1024 + 4 + 0 + 0 + 1 + 34 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 7 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 76 + 9mm SMG mag HP + 9mm SMG Magazine, HP + This magazine holds 30 rounds of federal jacketed hollow point ammunition. It combines the wound characteristics of hollow point with the penetration abilities of standard ball ammunition. + 9mm SMG Magazine, HP + This 30-round mag of 115 grain Jacketed Hollow Point ammunition is a special buy straight from COR-BON. We guarantee it will make your MP-5 the envy of any SWAT team. + 1024 + 5 + 0 + 0 + 1 + 37 + 3 + 4 + 60 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 77 + .38 S-load + .38 Speed Loader + This 6-round speed loader of .38 Special ball ammunition offers average damage and penetration abilities by combining the features of both hollow point and armor piercing ammo. + .38 Speed Loader + This 6-round speed loader comes filled with 158 grain Winchester standard .38 Special round tip ammunition. For countless years, it has been the tried and true round in law enforcement. + 1024 + 6 + 0 + 0 + 1 + 24 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 50 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 78 + .38 S-load AP + .38 Speed Loader, AP + This speed loader contains 6 rounds of .38 caliber armor piercing ammunition. While its armor piercing abilities are due to its steel construction, it tends to create smaller wounds than lead ammo. + .38 Speed Loader, AP + Turn your classic .38 into a force to be reckoned with. Our own custom loaded .38 Full Metal Jacket round guarantees to stop any armored attacker dead in his tracks. + 1024 + 7 + 0 + 0 + 1 + 25 + 1 + 8 + 15 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 79 + .38 S-load HP + .38 Speed Loader, HP + Although these 6 rounds of .38 Special hollow point ammo tend to perform poorly against armor, it makes up for it by creating wider wound channels in unarmored opponents. + .38 Speed Loader, HP + The latest deal from Cor-Bon brought us this 6-round package of .38 Special +P 158 grain ammunition. It packs a punch few will live to forget. Warning: its continuous use in alloy frame revolvers is highly inadvisable. + 1024 + 8 + 0 + 0 + 1 + 26 + 1 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 80 + .45 mag + .45 Pistol Magazine + This 7-round magazine contains .45 Automatic Colt pistol ammunition. The standard .45ACP round creates wound channels that are comparable to those generated by 9mm and .38 hollow point rounds. + .45 Pistol Magazine + No collection would be complete without this classic man-stopper: a 7-round magazine of 230 grain UMC .45 ACP. + 1024 + 9 + 0 + 0 + 1 + 14 + 2 + 8 + 10 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 81 + .45 SMG mag + .45 SMG Magazine + The .45 standard round tip ball ammunition in this 30-round magazine offers a trade-off between the wound characteristics of hollow point and the penetration abilities of armor piercing ammo. + .45 SMG Magazine + Our Pre-Ban 30-round magazines come complete with a full load of UMC .45 ACP. + 1024 + 10 + 0 + 0 + 1 + 4 + 10 + 4 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 82 + .45 mag AP + .45 Pistol Magazine, AP + These 7 rounds hold .45 automatic armor piercing ammunition. Although this high velocity steel ammo may defeat most light body armor, it causes less tissue damage than lead-based rounds. + .45 Pistol Magazine, AP + These hardened steel Armor Piercing rounds tear through Kevlar like it was butter. This 7-round magazine is known for leaving wide wound cavities. + 1024 + 11 + 0 + 0 + 1 + 15 + 2 + 8 + 45 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 83 + .45 SMG mag AP + .45 SMG Magazine, AP + This 30-round magazine holds .45 caliber armor piercing ammunition. While this ammunition offers better penetration than either ball or hollow point ammo, it tends to do less damage. + .45 SMG Magazine, AP + Some of the best pistol ammunition money can buy is our 30 rounds of hand-loaded Armor Piercing ammunition. It will quickly send a Kevlar vest to the scrap heap. + 1024 + 12 + 0 + 0 + 1 + 5 + 10 + 4 + 135 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 84 + .45 mag HP + .45 Pistol Magazine, HP + A 7-round mag of .45 ACP hollow point ammo. Its hollow point forces the round to mushroom on impact, creating a large wound channel that is wider than wounds from both standard and armor piercing variants. + .45 Pistol Magazine, HP + If you are serious about your .45 ammo, this 7-round magazine of Golden Sabre Jacketed Hollow Point ammunition is a sure-fire way to prove it. + 1024 + 13 + 0 + 0 + 1 + 16 + 2 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 85 + .45 SMG mag HP + .45 SMG Magazine, HP + These 30 rounds of .45 hollow point ammunition expand in soft tissue on impact, causing a large of amount of bleeding and nerve trauma. + .45 SMG Magazine, HP + Turns your sub machine gun into a lean mean killing machine. This magazine is jam packed with 30 rounds of our high quality Remington .45 Gold Sabre ammunition. + 1024 + 14 + 0 + 0 + 1 + 6 + 10 + 4 + 90 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 86 + .357 S-load + .357 Speed Loader + This speed loader holds 6 rounds of .357 Magnum ammunition. As one of the most powerful handgun rounds around, it packs more of a punch than .38, .45 or 9mm ammo. + .357 speed loader + Splatter your troubles against a wall with a little help from our 6-round speed loaders of Federal Hydra-Shok .357 Magnum ammunition. + 1024 + 15 + 0 + 0 + 1 + 11 + 1 + 8 + 10 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 87 + .357 mag + .357 Magazine + This magazine holds 9 rounds of .357 Magnum standard ball ammunition. Its power leaves little question about its superiority as a combat handgun round. + .357 magazine + We offer the finest quality rust resistant 9-round magazines, filled with Federal 158 grain .357 ammunition. These babies are a great way to finish off a problem that just won't kick it. + 1024 + 16 + 0 + 0 + 1 + 17 + 3 + 8 + 15 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 88 + .357 S-load AP + .357 Speed Loader, AP + Although these 6 rounds of .357 Magnum hardened steel ammo can punch through armor as though it were tissue paper, they don't tend to fragment on impact, resulting in inferior wounding capabilities. + .357 speed loader, AP + They said the White Hippos were a hoax but Bobby Ray's has the real thing that are just itchin' to be fired off by you. This 6-round speed loader is packed with the lastest in Armor Piercing technology. + 1024 + 17 + 0 + 0 + 1 + 12 + 1 + 8 + 30 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 89 + .357 mag AP + .357 Magazine, AP + While these 9 rounds of steel .357 armor piercing ammunition can penetrate walls and body armor, they only create small wound channels with minimal blood loss. + .357 magazine, AP + Satisfy your insatiable desire to punch holes through a bullet proof vest with these 9 rounds of White Hippo Armor Piercing ammo. It's exactly what the doctor ordered. + 1024 + 18 + 0 + 0 + 1 + 18 + 3 + 8 + 45 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 90 + .357 S-load HP + .357 Speed Loader, HP + This speed loader contains 6 rounds of .357 hollow point ammunition. Although it lacks armor piercing abilities, it more than makes up for it with its damage potential. + .357 speed loader, HP + These 6 rounds of Federal's own Hydra-Shok Jacketed Hollow Point comes complete with a complimentary speed loader when purchasing through this site. + 1024 + 19 + 0 + 0 + 1 + 13 + 1 + 8 + 20 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 91 + .357 mag HP + .357 Magazine, HP + This magazine contains 9 rounds of .357 hollow point ammunition. The hollow point allows for substantial expansion on impact, thus creating a large but shallow wound. + 357 magazine, HP + Want that last gunfight to go out with a bang? Then we've got the deal for you. The Federal's own .357 Jacketed Hollow Point Hydra-Shok guarantees to deliver. + 1024 + 20 + 0 + 0 + 1 + 19 + 3 + 8 + 30 + 2 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 92 + 5.45mm mag + 5.45mm Magazine + This 30-round magazine holds 5.45 light armor piercing anti-personnel ammo. Its metal jacketing not only improves its ability to punch through walls, but it can tear through multiple bodies as well. + 5.45mm Magazine + One of our hottest commodities is this 30-round mag of 'acquired' Russian 5.45mm Armor Piercing ammunition. This round is guaranteed to make you the death of any party. + 1024 + 21 + 0 + 0 + 1 + 9 + 6 + 4 + 150 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 93 + 5.45mm mag HP + 5.45mm Magazine, HP + This 30-round magazine contains 5.45 jacketed hollow point ammunition. It features the combined effect of mushrooming on impact, and tumbling within its target to create enormous wound cavities. + 5.45mm Magazine, HP + Need a quick sure-shot way to collect on a life insurance policy? These 30 rounds of 5.45mm Hollow Point ammunition will show you the money in no time at all. + 1024 + 22 + 0 + 0 + 1 + 10 + 6 + 4 + 100 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 94 + 5.56mm mag + 5.56mm Magazine + These 30 rounds of NATO standard light armor piercing ammunition have the ability to tumble within its target to create a much larger wound than what is normally expected from a such small bullet. + 5.56mm Magazine + This 30-round magazine is filled with our NATO standard 5.56mm. This round's steel penetrator makes it possible to beat all but the best in today's body armor. + 1024 + 23 + 0 + 0 + 1 + 7 + 5 + 4 + 150 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 95 + 5.56mm mag HP + 5.56mm Magazine, HP + This 30-round magazine of 5.56 Remington hollow point ammo is a variation of the civilian .223 hunting round. Like the .223, it is designed to maximize nerve shock and blood loss. + 5.56mm Magazine, HP + This is the economical choice for target shooting, hunting, or stopping potential long-range muggings. These 30 rounds of 50 grain .223 JHP can save your life and your pocket book. + 1024 + 24 + 0 + 0 + 1 + 8 + 5 + 4 + 100 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 96 + 7.62mm WP 10 + 7.62mm WP Magazine, 10 + This 10-round magazine of 7.62 Warsaw Pact issued AP ammunition is noted for its ability to defeat almost all forms of body armor and cause significant damage to unwilling recipients. + 7.62mm WP Mag, 10 + Packaged especially for the aspiring sharpshooter, these 10 rounds of Chinese 7.62mm Armor Piercing ammo is sure to provide you with the 'One Shot, One Kill' that'll make headlines the world over. + 1024 + 25 + 0 + 0 + 1 + 22 + 3 + 6 + 60 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 97 + 7.62mm WP 30 + 7.62mm WP Magazine, 30 + These 30 rounds of Warsaw Pact issued 7.62mm anti-personnel AP ammo tend to maintain their shape on impact. Shape retention may increase its ability to defeat light body armor but it also reduces injury severity. + 7.62mm WP Mag, 30 + Looking for the perfect gift for the terrorist who has it all? Try a magazine of our surplus 7.62mm Warsaw Pact AP. It's the gift to end all gift giving. + 1024 + 26 + 0 + 0 + 1 + 29 + 8 + 4 + 180 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 98 + 7.62mm WP 10 HP + 7.62mm WP Magazine, 10 HP + These 10 rounds of 7.62 Warsaw Pact jacketed hollow point ammunition won't penetrate body armor as well as its armor piercing counterpart, but it makes up for it by making larger wound cavities. + 7.62mm WP Mag, 10 HP + When killing them is simply not enough. A small 10-round box of 7.62mm Hollow Point is a great way to send the point home in true brain splattering style. + 1024 + 27 + 0 + 0 + 1 + 23 + 3 + 6 + 40 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 99 + 7.62mm WP 30 HP + 7.62mm WP Magazine, 30 HP + This magazine contains 30 rounds of 7.62 Warsaw Pact hollow point ammo. Although use of this round against light armored opponents can sway a battle in your favor, it's less effective against heavy armor. + 7.62mm WP Mag, 30 HP + Ever get the urge to turn a person into a bloody sausage with legs? We recommend reaching for 30 rounds of our 7.62mm Hollow Point ammunition. + 1024 + 28 + 0 + 0 + 1 + 30 + 8 + 4 + 120 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 100 + 7.62mm NATO 5 + 7.62mm NATO Magazine, 5 + These 5 loose rounds of 7.62mm NATO armor piercing ammo have the ability to defeat body armor at long ranges, making it the ideal sniping round. + 7.62mm NATO Mag, 5 + This Armor Piercing 7.62mm NATO ammunition offers an ideal combination of range, penetration and damage that professional snipers demand. + 1024 + 29 + 0 + 0 + 1 + 3 + 1 + 6 + 30 + 7 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 101 + 7.62mm NATO 20 + 7.62mm NATO Magazine, 20 + This mag contains 20 rounds of NATO standard 7.62mm AP ammo. This round has gained favorable attention from armed forces worldwide due to its ability to penetrate a steel helmet at extreme ranges. + 7.62mm NATO Mag, 20 + This 7.62mm 20-round magazine is simply brimming with death, especially when it's filled with a surplus of Full Metal Jacketed rounds. This magazine makes armor more or less moot. + 1024 + 30 + 0 + 0 + 1 + 27 + 8 + 4 + 120 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 102 + 7.62mm NATO 5 HP + 7.62mm NATO Magazine, 5 HP + What these 5 rounds of civilian .308 Winchester hunting ammunition lack in armor piercing abilities, is compensated for with their ability to cause severe injuries in unarmored opponents. + 7.62mm NATO Mag, 5 HP + Take advantage of our limited time offer on a price-reduced 5-round sampler box of .308 Winchester Hollow Point ammunition. Whether you're out hunting or sniping, this round will be your one-shot stopper. + 1024 + 31 + 0 + 0 + 1 + 2 + 1 + 6 + 20 + 6 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 103 + 7.62mm NATO 20 HP + 7.62mm NATO Magazine, 20 HP + This high capacity magazine holds 20 rounds of .308 Winchester ammunition, the civilian variant of the 7.62 NATO round. It is best suited for hunting unarmored targets. + 7.62mm NATO Mag, 20 HP + If power is what you demand, more power is what you'll get with these 20 rounds of Cor-Bon Tactical .308 Winchester ammunition, the civilian variant of the 7.62mm NATO round. It's more than enough power to put any problem 6-feet under. + 1024 + 32 + 0 + 0 + 1 + 28 + 8 + 4 + 80 + 5 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 104 + 4.7mm mag + 4.7mm Magazine + This 50-round magazine contains 4.7mm caseless ammunition. This round possesses wound and range capabilites that are comparable to the 5.56mm NATO round, but is 40 per cent lighter. + 4.7mm Magazine + Recovered crates from a classified German warehouse have supplied us with these 50-round magazines. They come complete with a full load of the legandary 4.7mm caseless ammunition. + 1024 + 33 + 0 + 0 + 1 + 31 + 5 + 4 + 700 + 8 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 105 + 5.7mm mag + 5.7mm Magazine + This magazine contains 50 rounds of 5.7mm ammunition. This polymer pistol round performs remarkably well against both armored and unarmored opponents. + 5.7mm Magazine + Do you loathe it when your opponents wear body armor? Say hasta la vista to every form of body armor that might stand between your target and Judgement Day with our 50-round magazine of 5.7mm pistol ammo. + 1024 + 34 + 0 + 0 + 1 + 20 + 9 + 4 + 750 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 106 + 5.7mm mag HP + 5.7mm Magazine HP + These 50 rounds of 5.7mm hollow point ammunition have enhanced injury inflicting capabilities over the basic 5.7 and have retained most of its armor piercing capabilities. + 5.7mm Magazine HP + Get the job done right the first time. You're kill-rate will be the best around if you use this 50-round magazine of 5.7mm Hollow Point ammunition. Your victim's chance at survival: roughly zero per cent, give or take a few points. + 1024 + 35 + 0 + 0 + 1 + 21 + 9 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 107 + 12 Gauge + 12 Gauge Magazine + This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 12 Gauge Magazine + This is definitely the ammunition for real men only. This magazine contains 7 rounds of 12 gauge PolyCore slugs. Each round tears through body armor as though it were tissue paper. + 1024 + 36 + 0 + 0 + 2 + 22 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 108 + 12 Gauge BS + 12 Gauge Magazine, Buckshot + This 12 gauge magazine holds 7 rounds of "00" SSG ammunition. Favored by law enforcement personnel, it is very effective in urban firefights against unarmored opponents. + 12 Gauge Mag, Buckshot + The ideal short-range man-stopper round. This 12 gauge magazine holds 7 rounds of '00' SSG ammunition. Law enforcement personnel worldwide favor this round for its effectiveness in urban firefights against unarmored opponents. + 1024 + 37 + 0 + 0 + 2 + 4 + 5 + 6 + 20 + 3 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 109 + CAWS mag + CAWS Magazine + This 10-round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and car engine blocks. + CAWS Magazine + This 10 round CAWS magazine is quite simply brimming with destruction. Each round contains a single tungsten steel composite slug capable of tearing through most forms of body armor and most car engine blocks. No serious mercenary should leave home-base without it. + 1024 + 38 + 0 + 0 + 1 + 0 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 110 + CAWS Buckshot + CAWS Magazine, Buckshot + The 10 rounds of "00" sized tungsten buckshot ammunition in this mag can penetrate like armor piercing ammo and produce large wound channels like hollow point without with the limitations of either ammo. + CAWS Magazine, Buckshot + Have you ever wanted to kill an unwanted intruder and expand your study by knocking down a wall at the same time? Our 10 round magazine of tungsten buckshot ammo allows you to do just that, and much, much more. + 1024 + 39 + 0 + 0 + 1 + 1 + 10 + 6 + 300 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 111 + Minirockets, AP + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + Minirockets, AP + Cutting edge technology means cutting edge killing. These armor piercing rockets inflict such spectacular wounds, they would be the envy of any Hollywood special effects artist. + 1024 + 40 + 0 + 0 + 1 + 110 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 112 + Minirockets, HE + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + Minirockets, HE + If the Four Horsemen carried pieces, this would be their ammo of choice. These 5 highly explosive minirockets could deliver Armageddon faster than any rock from space. + 1024 + 41 + 0 + 0 + 1 + 115 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 113 + Minirockets, HEAP + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + Minirockets, HEAP + Blow open your opposition with high explosive armor piercing minirockets, and watch them fry. + 1024 + 42 + 0 + 0 + 1 + 114 + 10 + 4 + 500 + 9 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 114 + Dart + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + Tranquilizer Dart + Normally used to take down large game, this dart will put someone under before they can even say, 'feeling woozy.' + 1024 + 43 + 0 + 0 + 1 + 119 + 1 + 8 + 10 + 4 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 115 + Flamethrower Clip + Flamethrower Clip + NO DESCRIPTION NECESSARY! + Flamethrower Clip + NO DESCRIPTION NECESSARY! + 1024 + 44 + 0 + 0 + 0 + 49 + 8 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 116 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 117 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 118 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 119 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 120 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 121 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 122 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 123 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 124 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 125 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 126 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 127 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 128 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 129 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 130 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 131 + Stun Grenade + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. + Stun Grenade + This grenade creates a massive vacuum which deprives the surrounding impact area of oxygen as waves of air rush back into its core. Anyone standing within the detonated area won't know what hit them as they frantically gasp for air. + 256 + 0 + 6 + 0 + 1 + 38 + 6 + 4 + 100 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 132 + Tear Gas + Tear Gas Grenade + This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. + Tear Gas Grenade + Guaranteed to make its victims cry like the babies they are. This grenade releases tactical dispersion gas that reeks havoc on exposed eyes and skin. It'll send everyone in its radius running for clearer pastures. + 256 + 1 + 6 + 0 + 1 + 48 + 6 + 4 + 120 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 133 + Mustard Gas + Mustard Gas Grenade + This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + Mustard Gas Grenade + This ain't no hot dog garnish. This grenade releases a colorless, odorless, and tasteless gas that causes intense burning and blistering of the lungs. Sufferers can die without prompt medical attention. + 256 + 2 + 6 + 0 + 1 + 41 + 6 + 4 + 500 + 8 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 134 + Mini Grenade + Mini Hand Grenade + This small TNT loaded grenade was designed to ensure a significant throwing range and effective fragmentation. It has been proven to provide good lethal coverage. + Mini Hand Grenade + This small grenade was developed for maximum throwing range combined with effective fragmentation. The body is loaded with TNT and provides good lethal coverage. Because of its size, even women find this grenade an easy toss. + 256 + 3 + 6 + 0 + 1 + 50 + 3 + 6 + 150 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 135 + Hand Grenade + Reg Hand Grenade + This standard army issued fragmentation grenade is packed with TNT and has a pull-ring, pressure-released firing trigger. + Reg Hand Grenade + Your typical army issue standard fragmentation hand grenade. Jam packed with TNT, this pressure-released firing device with pull-ring, provides great lethal coverage. Stop 'em dead in their tracks, every time. + 256 + 4 + 6 + 0 + 1 + 49 + 6 + 4 + 200 + 7 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 136 + RDX + A Jar of RDX Crystals + A jar filled with RDX crystals is more powerful than TNT and easier to detonate. The only drawback of RDX is its instability; it can be set off by a moderate shock. + RDX + A jar of RDX crystals are more powerful than TNT and easier to detonate. Better be forewarned, this stuff isn't too stable and can be set off by a moderate shock. + 512 + 5 + 0 + 0 + 2 + 3 + 11 + 2 + 400 + 8 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 137 + TNT + TNT + Trinitrotoluene is the second oldest and most commonly used explosive known to man - the first is dynamite. These sticks of explosives are highly stable, strawboard rolled, and contain a quarter-pound charge. + TNT + Good old reliable trinitrotoluene is the second oldest and most commonly used explosive known to man-the first is dynamite. These sticks of explosives are highly stable, strawboard rolled and contain a quarter- pound charge. + 512 + 6 + 0 + 0 + 2 + 0 + 11 + 1 + 500 + 6 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 138 + HMX + HMX + HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + HMX + This explosive packs a real punch. HMX is a mixture of TNT and RDX at a ratio of 50/50, by weight. Although it is not as powerful as straight RDX, it is certainly more stable. + 512 + 7 + 0 + 0 + 2 + 23 + 11 + 1 + 1000 + 8 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 139 + C1 + C1 + Composition C1 is a solution of RDX and a small amount of mineral oil. This combination retains the explosive power of RDX while increasing its stability. + C1 + Composition C1 is a highly explosive solution of RDX, mixed with a small amount of mineral oil. This composition is just as effective as straight RDX, but it won't accidentally blow up in your face. + 512 + 8 + 0 + 0 + 1 + 45 + 11 + 1 + 750 + 7 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 140 + Mortar Shell + Mortar Shell + This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for a delayed, impact, near-surface, or proximity burst detonation. + Mortar Shell + A real man's mortar. This HE bomb features waterproof "horseshoe" snap-off propellant increments and the M734 multi-option fuse. This fuse can be set by hand for delayed, impact, near-surface or proximity burst detonations. + 512 + 9 + 0 + 0 + 1 + 40 + 41 + 2 + 400 + 9 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 141 + Mine + Land Mine + This anti-personnel mine is a fragmentation weapon that becomes activated when stepped on. It includes an anti-disturbance device to inhibit clearance, and a sensor that neutralizes the mine after a specified time. + Mine + Designed to stop enemies dead in their tracks, or at least slow them up a while. This anti-personnel mine is a fragmentation weapon that blows up when stepped on. It includes a built-in anti-disturbance device to inhibit clearance, and a sensor that neutralizes the minefield after a while. + 512 + 10 + 18 + 0 + 1 + 46 + 8 + 1 + 300 + 5 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 142 + C4 + C4 + Composition C4 is a white plastic explosive that is more powerful than TNT. This plastic-covered block has a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + C4 + This white plastic explosive packs a bigger punch than TNT. Composition C4 comes in a plastic-covered block with a threaded-cap-well at each end. Unlike C1, its sister composition, this one's odorless. + 512 + 11 + 0 + 0 + 1 + 44 + 11 + 1 + 1500 + 9 + 0 + -4 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 143 + Trip Flare + Trip Flare + It's an illuminating mine with a tripwire attached to it. Pull pressure or cutting the tripwire will ignite the flare, letting mercenaries know of enemy whereabouts. + Trip Flare + This illuminating mine with an attached tripwire will shine light on the situation every time. Pull pressure or cutting the tripwire will ignite the flare, visually announcing that enemies are about. + 512 + 12 + 18 + 0 + 1 + 42 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 144 + Trip Klaxon + Trip Klaxon + This illuminating mine with an attached tripwire will alert mercs of nearby enemies. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a loud wailing siren. + Trip Klaxon + This illuminating mine with an attached tripwire will brighten up the place with a resounding roar. Pull pressure or cutting the tripwire will ignite the flare, which is followed by a wailing siren, letting nearby mercenaries know that enemies are skulking about the area. + 512 + 13 + 18 + 0 + 1 + 43 + 4 + 2 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 145 + Shaped Charge + Shaped Charge + Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + Shaped Charge + Don't get left out in the cold just because you forgot your key. This trusty shaped-charge will solve all your problems. Place this small tungsten-backed plastique explosive against any door to blow the lock right off. + 512 + 14 + 0 + 0 + 1 + 107 + 2 + 4 + 250 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 146 + Break Light + Chemical Break Light + One time use chemical break lights are an extremely convenient and portable light source. Simply break 'n' throw to brighten your way. + Chemical Break Light + These one time use chemical break lights will certainly help to lighten up those dreary night missions. Stock up on these handy little babies 'cause you'll never know when you'll need them. Simply break 'n' shake to brighten your way. + 256 + 15 + 6 + 0 + 2 + 24 + 1 + 6 + 50 + 3 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 147 + 40mm Grenade + 40mm Grenade + This fragmentation grenade when fired from the 40mm grenade launcher will ignite its encased TNT after a short delay. + 40mm Grenade + This standard fragmentation grenade features a time-delayed firing device to ignite its encased TNT. Fired from the Talon grenade launcher, this round can provide great lethal coverage. + 256 + 16 + 0 + 0 + 1 + 97 + 10 + 4 + 400 + 8 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 148 + 40mm Tear Gas + 40mm Tear Gas Grenade + This rubber-like round will disperse tear gas after a short delay. These projectiles are meant to be fired from the 40mm grenade launcher. + 40mm Tear Gas + This projectile's body is made of rubbery plastic to prevent impact injuries and keep it from being picked up and thrown back. The rubber melts quickly from the heat of burning. This time-delayed round for the Talon grenade launcher releases an irritant gas when ignited. + 256 + 17 + 0 + 0 + 1 + 111 + 10 + 4 + 250 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 149 + 40mm Stun + 40mm Stun Grenade + When fired from the 40mm grenade launcher, these projectiles create a massive vacuum that will leave your enemies gasping for air. + 40mm Stun Grenade + These Talon grenade launcher projectile rounds create a massive vacuum, depriving the surrounding impact area of oxygen. Anyone standing within the detonated area will be left gasping, as waves of air rush back into its core. + 256 + 18 + 0 + 0 + 1 + 113 + 10 + 4 + 200 + 5 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 150 + 40mm Smoke + 40mm Smoke Grenade + Now they see you, now they don't. When properly employed, this 40mm smoke grenade will leave your opposition thinking they're dealing with Houdini himself. + 40mm Smoke Grenade + When fired from a 40mm grenade launcher, this grenade will quickly release a cloud of smoke that will aid in battlefield entry or withdrawal. + 256 + 19 + 0 + 0 + 1 + 112 + 10 + 4 + 100 + 7 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 151 + Smoke Grenade + Smoke Grenade + When it comes to generating cover, this hand-held phosphorus-based smoke grenade is proven to be far more effective than any magazine stuffed with bullets. + Smoke Grenade + This hand grenade will help to fulfill a myriad a roles including: unseen advancement on enemy positions, marking possible landing sites, and wreaking havoc with fire-rangers. + 256 + 20 + 6 + 0 + 1 + 98 + 6 + 4 + 50 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 152 + Shell + Tank Shell + NO DESCRIPTION NECESSARY + Tank Shell + Not for sale through BR. + 512 + 21 + 0 + 0 + 1 + 40 + 41 + 8 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 153 + Struct Ignite + Struct Ignite + INTERNAL ITEM + unused + + 512 + 22 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 154 + Cocktail + Creature cocktail + AXED + unused + + 256 + 23 + 6 + 0 + 2 + 37 + 6 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 155 + Struct Exp + Structure Explosion + INTERNAL ITEM + unused + + 512 + 24 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 156 + GB Exp + Great big explosion + INTERNAL ITEM + unused + + 512 + 25 + 0 + 0 + 1 + 40 + 41 + 2 + 450 + 0 + 0 + -4 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 157 + Big Tear Gas + Big Tear Gas + INTERNAL ITEM + unused + + 256 + 26 + 6 + 0 + 1 + 48 + 6 + 4 + 0 + 0 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 158 + S C Gas + Small Creature Gas + INTERNAL ITEM + unused + + 256 + 27 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 159 + L C Gas + Large Creature Gas + INTERNAL ITEM + unused + + 256 + 28 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 160 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 256 + 29 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 161 + Flak Jacket + Flak Jacket + The Armorshield ultra-light flak jacket is a highly protective sleeveless vest with a neck protector and pelvic plate. Its Velcro fasteners are concealed on the sides. + Flak Jacket + The Armorshield ultra-light flak jacket was designed to be as light and thin as possible without compromising maximum protection. It's a sleeveless vest with a neck protector, pelvic plate, and no front openings as its Velcro fasteners are concealed on the sides. + 2048 + 0 + 0 + 0 + 1 + 66 + 20 + 0 + 300 + 2 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 162 + Flak-18 Jacket + Compound 18 Flak Jacket + This Armorshield ultra-light flak jacket was dipped in Compound 18 for anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + Flak-18 Jacket + Better than average protection-the Armorshield ultra-light flak jacket dipped in Compound 18 offer true anti-ballistic type protection. This sleeveless vest comes equipped with neck and pelvic plate protectors. + 2048 + 1 + 0 + 0 + 2 + 18 + 22 + 0 + 350 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 163 + C.Flak Jacket + Coated Flak Jacket + The Armorshield ultra-light flak jacket with neck protector and pelvic plate was coated with jelly from the queen Crepitus to improve its protectiveness. + Coated Flak Jacket + Not for sale through BR. + 2048 + 2 + 0 + 0 + 2 + 11 + 18 + 0 + 400 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 164 + Kevlar Vest + Kevlar Vest + The ballistic panels on this vest are made from 28 piles of Kevlar. It wraps around your shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + Kevlar Vest + This vest offers 28 piles of Kevlar for better than average anti-ballistic type protection. It provides full protective coverage as it wraps around the shoulders, neck and sides, and includes a stowable groin protector. The waist and chest straps are fully adjustable. + 2048 + 3 + 0 + 0 + 1 + 64 + 32 + 0 + 500 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 165 + Kevlar-18 Vest + Compound 18 Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even more anti-ballistic protection as they have been treated with Compound 18. + Kevlar-18 Vest + If you thought Kevlar was good, it's even better when it has been treated with Compound 18. This vest's ballistic panels, made from 28 piles of Kevlar, offer even more protection as they have been treated with the liquid anti-ballistic solution. + 2048 + 4 + 0 + 0 + 2 + 16 + 35 + 0 + 600 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 166 + C.Kevlar Vest + Coated Kevlar Vest + This vest's ballistic panels, made from 28 piles of Kevlar, offer even better protection since they have been treated with Crepitus royal jelly. + Coated Kevlar Vest + Not for sale through BR. + 2048 + 5 + 0 + 0 + 2 + 9 + 29 + 0 + 700 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 167 + Spectra Vest + Spectra Vest + This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + Spectra Vest + The most advanced technology in body armor. This vest is made of Spectra Shield, an ultra high-performance ballistic sheet that dramatically reduces blunt trauma from multiple hits and angled shots. Its carrier pocket can hold an additional trauma plate. + 2048 + 6 + 0 + 0 + 1 + 65 + 32 + 0 + 1000 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 168 + Spec-18 Vest + Compound 18 Spectra Vest + This Spectra Shield vest, made from an ultra high-performance ballistic sheet to reduce blunt trauma from multiple hits and angled shots, has been treated with Compound 18 to further improve its impenetrability. + Spectra-18 Vest + Advanced body armor technology combined with chemistry produced this Spectra Shield vest. Made from high-performance ballistic sheets, it dramatically reduces blunt trauma from multiple hits and angled shots. Add on Compound-18 and you're virtually invincible. + 2048 + 7 + 0 + 0 + 2 + 17 + 35 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 169 + C.Spec Vest + Coated Spectra Vest + Made from an ultra high-performance ballistic sheet that reduces blunt trauma from multiple hits and angled shots, this Spectra Shield vest offers even more protection with its coating of queen Crepitus jelly. + Coated Spectra Vest + Not for sale through BR. + 2048 + 8 + 0 + 0 + 2 + 10 + 29 + 0 + 1200 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 170 + Kevlar Pants + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit. + Kevlar Leggings + The ballistic panels on these leggings are made from 28 piles of protective Kevlar. Fully adjustable waist and ankle straps were designed to maintain a snug fit without reducing mobility. These should be standard fare in every mercenary's wardrobe. + 2048 + 9 + 0 + 0 + 1 + 67 + 39 + 0 + 650 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 171 + Kevlar-18 Pants + Compound 18 Kevlar Leggings + The ballistic panels on these leggings, made from 28 piles of Kevlar, have been treated with Compound 18 for extra anti-ballistic protection. + Kevlar-18 Leggings + Above standard body armor protection--the ballistic panels on these leggings are made from 28 piles of Kevlar, and have been treated with Compound 18 for extra anti-ballistic protection. + 2048 + 10 + 0 + 0 + 2 + 19 + 43 + 0 + 800 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 172 + C.Kevlar Pants + Coated Kevlar Leggings + Made from 28 piles of Kevlar, these leggings have been smeared with jelly from the queen Crepitus for extra protection. + Coated Kevlar Leggings + Not for sale through BR. + 2048 + 11 + 0 + 0 + 2 + 12 + 35 + 0 + 950 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 173 + Spectra Pants + Spectra Leggings + These Spectra Shield leggings reduces blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps won't restrain mobility. + Spectra Leggings + These Spectra Shield leggings are the most body armor protection available on the market. They reduce blunt trauma from multiple hits and angled shots. Fully adjustable waist and ankle straps make for a snug fit without reduced mobility. + 2048 + 12 + 0 + 0 + 1 + 68 + 39 + 0 + 900 + 8 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 174 + Spec-18 Pants + Compound 18 Spectra Leggings + These Spectra Shield, Compound 18 treated, leggings offer even more protection against blunt trauma from multiple hits and angled shots, than standard Spectra leggings. + Spectra-18 Leggings + Take the most advanced body armor protection available and make it better--these Spectra Shield Compound 18 treated leggings offer even more protection against blunt trauma, from multiple hits and angled shots, than standard Spectra leggings. + 2048 + 13 + 0 + 0 + 2 + 20 + 43 + 0 + 1100 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 175 + C.Spec Pants + Coated Spectra Leggings + These Spectra Shield leggings, made from an ultra high-performance ballistic material for reduced trauma from multiple hits and angled shots, have been coated in queen Crepitus jelly for superior protection. + Coated Spectra Legs + Not for sale through BR. + 2048 + 14 + 0 + 0 + 2 + 13 + 35 + 0 + 1300 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 176 + Steel Helmet + Steel Helmet + This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + Steel Helmet + Comfortable and extremely practical. This steel helmet provides protection from small firearms, shrapnel and other projectiles. It has a padded leather and nylon suspension, with an adjustable chin strap. + 2048 + 15 + 0 + 0 + 1 + 61 + 14 + 0 + 50 + 2 + 0 + 2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 177 + Kevlar Helmet + Kevlar Helmet + The Personal Armor System Ground Troops Helmet is made from Kevlar, with a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than standard helmets. + Kevlar Helmet + For above average protection, the wise merc always wears the Personal Armor System Ground Troops Helmet. It's made from Kevlar, and has a comfortable suspension system, sweatband and chin strap. It also extends further over the ear and neck than average helmets. + 2048 + 16 + 0 + 0 + 1 + 63 + 14 + 0 + 200 + 4 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 178 + Kvlr-18 Helmet + Compound 18 Kevlar Helmet + Made from Kevlar, this Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive capabilities. + Kevlar-18 Helmet + Made from Kevlar, for above average protection, This Personal Armor System Ground Troops Helmet has been treated with Compound 18 to further enhance its defensive purposes. + 2048 + 17 + 0 + 0 + 2 + 15 + 15 + 0 + 250 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 179 + C.Kvlr Helmet + Coated Kevlar Helmet + This Personal Armor System Ground Troops Kevlar Helmet has been covered with queen creature jelly to further protect your noggin. + Coated Kevlar Helmet + Not for sale through BR. + 2048 + 18 + 0 + 0 + 2 + 8 + 13 + 0 + 300 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 180 + Spectra Helmet + Spectra Helmet + This light Spectra composite helmet, known for its anti-ballistic qualities,has an IR-absorbing black finish, cushioning foam, and an adjustable harness system with a leather head band and rubber chin strap. + Spectra Helmet + This helmet is made from a light Spectra composite that is famous for its superior anti-ballistic qualities. It features an IR-absorbing black finish, cushioning foam and an adjustable harness system with a leather headband and rubber chin strap. + 2048 + 19 + 0 + 0 + 1 + 62 + 14 + 0 + 450 + 7 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 181 + Spec-18 Helmet + Compound 18 Spectra Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum available amount of anti-ballistic protection. + Spectra-18 Helmet + Dipped in Compound 18, this light Spectra composite helmet offers the maximum amount of anti-ballistic protection possible. Rumor has it that this type of helmet has made a world of difference for some mercs who actually make it back from the front line. + 2048 + 20 + 0 + 0 + 2 + 14 + 15 + 0 + 550 + 0 + 0 + -3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 182 + C.Spec Helmet + Coated Spectra Helmet + This light Spectra composite helmet that's covered in queen Crepitus jelly offers even more advanced anti-ballistic protection. + Coated Spectra Helmet + Not for sale through BR. + 2048 + 21 + 0 + 0 + 2 + 7 + 13 + 0 + 650 + 0 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 183 + Ceramic Plates + Ceramic Plates + These hard ceramic plates can be inserted into the front and back of most vests to provide extra protection by dispersing the impact from most standard ammunition loads. + Ceramic Plates + Any mercenary that wants to come out alive, never leaves home without a few of these plates. Made from a hard ceramic composite, they can be inserted into the breast plate of most vests to improve their impenetrability. + 2048 + 22 + 0 + 0 + 1 + 81 + 12 + 2 + 250 + 5 + 0 + -4 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 184 + Infant Hide + Infant Creature Hide + NO DESCRIPTION NECESSARY! + Infant Creature Hide + Not for sale through BR. + 2048 + 23 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 185 + Kiddy Hide + Young Adult Creature Hide + NO DESCRIPTION NECESSARY! + Young Adult Creature Hide + Not for sale through BR. + 2048 + 24 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 186 + Adult Hide + Adult Creature Hide + NO DESCRIPTION NECESSARY! + Adult Creature Hide + Not for sale through BR. + 2048 + 25 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 187 + Queen Hide + Queen Creature Hide + NO DESCRIPTION NECESSARY! + Queen Creature Hide + Not for sale through BR. + 2048 + 26 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 188 + Leather Jacket + Leather Jacket + A bomber-style leather aviation jacket. + Leather Jacket + A bomber-style leather aviation jacket. + 2048 + 27 + 0 + 0 + 1 + 96 + 20 + 0 + 200 + 2 + 0 + 4 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 189 + Kvlr Leather + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar to provide a minimal amount of protection. + 2048 + 28 + 0 + 0 + 1 + 116 + 20 + 0 + 950 + 0 + 0 + 2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 190 + Kvlr-18 Leather + Compound 18 Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and treated with compound 18 for added protection. + Compound 18 Leather & Kevlar Jacket + Not for sale through BR. + 2048 + 29 + 0 + 0 + 1 + 117 + 20 + 0 + 1200 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 191 + C.Kvlr Leather + Coated Leather & Kevlar Jacket + This bomber-style leather aviation jacket has been lined with Kevlar and coated with queen Crepitus jelly to enhance its protectiveness. + Coated Leather& Kevlar Jacket + Not for sale through BR. + 2048 + 30 + 0 + 0 + 1 + 118 + 20 + 0 + 1500 + 0 + 0 + 3 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 192 + YF Hide + Young Female Hide + NO DESCRIPTION NECESSARY! + Young Female Hide + Not for sale through BR. + 2048 + 31 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 193 + OF Hide + Old Female Hide + NO DESCRIPTION NECESSARY! + Old Female Hide + Not for sale through BR. + 2048 + 32 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 194 + T-Shirt + Arulco T-Shirt + No tourist could ever resist one of these trendy 'I love Arulco' t-shirts. Made from 100 per cent pre-shrunk cotton, it was a popular buy before the days of Deidranna. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 25 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 195 + T-Shirt + Deidranna T-Shirt + Show your allegiance to the queen with style. Ever since she acquired power, sporting one of these 'Deidranna rules' t-shirts at government-sponsored events has become a common practice among Arulcans. + T-shirt + Not for sale through BR. + 2048 + 33 + 0 + 0 + 2 + 34 + 3 + 1 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 196 + Guardian Vest + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. It is fully adjustable and has a pocket for a ceramic armour insert. + Guardian Vest + This high quality ballistic vest is manufactured from 36 piles of Kevlar by Guardian Armories, Inc. Also available in tuxedo style for those especially dangerous formal occasions. + 2048 + 34 + 0 + 0 + 1 + 137 + 32 + 0 + 700 + 6 + 0 + -1 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 197 + T. Guard Vest + Treated Guardian Vest + This high quality ballistic vest, brought to you by Guardian Armories, has been improved through treatment with Compound 18. + Treated Guardian Vest + Not for sale through BR. + 2048 + 35 + 0 + 0 + 2 + 40 + 35 + 0 + 800 + 0 + 0 + -2 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 198 + C. Guard Vest + Coated Guardian Vest + This high quality Guardian Armories ballistic vest has been coated with jelly from the queen Crepitus and now provides amazing protection! + Coated Guardian Vest + Not for sale through BR. + 2048 + 36 + 0 + 0 + 2 + 41 + 29 + 0 + 900 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 199 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 200 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 201 + 1st Aid Kit + First Aid Kit + This kit contains: antiseptic, cotton rolls, a thermometer, iodine and merthiolate vials, arm slings, safety pins, scissors, forceps, various bandages and a mini first aid manual. + First Aid Kit + From fractures to abrasions, this all-canvas kit-to-go includes everything you'll need to attend to most minor injuries. It includes: bandages, antiseptic, cotton balls, thermometers, iodine, arm slings, safety pins, scissors, and a mini first aid manual. + 4096 + 0 + 5 + 0 + 1 + 73 + 5 + 4 + 100 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 202 + Med Kit + Medical Kit + Aside from standard first aid supplies, this kit includes: a suture set and scissors, prep pads, a scalpel, Kelly forceps, tweezers, pain killers, anesthetic, antibiotics, a pen light, and a surgical manual. + Medical Kit + It's a first aid kit and then some. Aside from standard first aid supplies, this kit includes: a suture set, prep pads, suture scissors, a scalpel, Kelly forceps, tweezers, anesthetic, pain killers, antibiotics, a pen light, and the "Emergency War Surgery" manual. + 4096 + 0 + 5 + 0 + 1 + 86 + 18 + 0 + 300 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 6 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 203 + Tool Kit + Tool Kit + This kit includes: a wide range of screwdrivers, ratchets, pliers, clamps, clasps, a hammer and a sewing kit. + Tool Kit + This kit offers every tool you'll need to repair most combat items. A wide range of screwdrivers, ratchets, pliers, clamps, and clasps are included, as well as a hammer and sewing kit. + 8192 + 0 + 19 + 0 + 2 + 21 + 50 + 0 + 250 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 204 + Locksmith Kit + Locksmith Kit + This top-grain cowhide leather zipped case offers expert lockpicking tools including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press. + Locksmith Kit + The perfect solution for getting behind locked doors and into security safes. This kit offers expert lockpicking tools, including: picks, shims, tension wrenches, warded master keys, a broken key extractor, and a palm-key press, all in a top-grain cowhide leather zipped case. + 8192 + 0 + 0 + 0 + 1 + 78 + 3 + 1 + 250 + 3 + 0 + -2 + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 205 + Camo Kit + Camouflage kit + The Military Camo Compact includes: olive drab, olive green, tan and white cream-based facial paint, a mirror, and a manual on the proper use and care of your camo compact. + Camouflage Kit + The Military Camo Compact includes olive drab, olive green, tan and white cream based facial paint, and a mirror. This long-lasting, non-running, facial paint can be easily removed with soap and water. The kit also includes a manual that outlines the proper use and care of your compact. + 8192 + 0 + 0 + 0 + 1 + 58 + 1 + 4 + 250 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 206 + Traps Kit + Boobytrap Kit + This kit contains everything required to build traps including: trip-wire, explosives, and triggers. + Boobytrap Kit + Everything you need to build the most lethal trap for unsuspecting passers-by, is contained in this kit. From trip-wire to batteries, you'll be entertained for hours. + 268435456 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 207 + Silencer + Silencer + The light, compact design of this silencer can be fitted easily to most handguns and sub-machine guns. + Silencer + This is the ideal silencer for both indoor and outdoor missions that have to be kept quiet. Its light and compact design can be fitted easily to most handguns and sub-machine guns. + 268435456 + 0 + 0 + 0 + 1 + 52 + 5 + 4 + 300 + 5 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 100 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 208 + Sniper Scope + Sniper Scope + This scope that can be attached to most rifles, significantly improves targeting with its accurate windage adjustment, range-finder precision scale, and its coated optics. + Sniper Scope + Dramatically improve your targeting accuracy with this extremely versatile sniper scope. Attachable to most rifles, you'll quickly appreciate this scope's accurate windage adjustment, a range-finder precision scale, and coated optics. + 268435456 + 0 + 0 + 0 + 1 + 76 + 9 + 4 + 500 + 6 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 60 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 209 + Bipod + Bipod + The universal bipod fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use for easy storage. + Bipod + Every sensible mercenary packs one of these universal bipods. It fits most sniper and assault rifles, as well as light machine guns. Made from a die-cast aluminum, it has a coated matte finish. Its legs fold up when not in use, for easy storage. + 268435456 + 0 + 0 + 0 + 1 + 69 + 5 + 2 + 50 + 4 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 210 + Extended Ear + Extended Ear + The Bionic Ear Scout is a high fidelity stereo amplifier headset with dual wind-resistant microphones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit. + Extended Ear + The Bionic Ear Scout offers advanced warning of approaching intruders. This high fidelity stereo amplifier head set features dual wind-resistant micro-phones that amplify small sounds and filter out the very loud. Its fully adjustable head strap ensures a snug fit even when on the run. + 32768 + 0 + 0 + 0 + 1 + 77 + 9 + 1 + 400 + 7 + 0 + -3 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 211 + Night Goggles + Night Vision Goggles + These night vision goggles amplify existing light to allow the user to see in all but the darkest places. Comes equipped with two "AA" batteries, carrying case, and nylon head strap. + Night Vision Goggles + True GenII night vision technology--these goggles offer dual-focus, unity magnification, a built-in infrared illuminator, and a focus range from ten inches to infinity. It also comes equipped with two "AA" batteries, a carrying case and a nylon head strap. + 32768 + 0 + 0 + 0 + 1 + 74 + 9 + 1 + 800 + 7 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 212 + Sun Goggles + Sun Goggles + These paramilitary eye protectors have triple-lenses: an anti-fog interior acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. + Sun Goggles + These paramilitary eye goggles feature triple-protection lenses: an interior anti-fog acetate lens, a tinted middle lens for reduced glare, and a scratch and shatter resistant exterior lens. And as an added bonus, they can be worn comfortably over prescription glasses. + 32768 + 0 + 0 + 0 + 1 + 55 + 2 + 4 + 150 + 3 + 0 + 3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 213 + Gas Mask + Gas Mask + Replicated from the Russian M-17A1, this rubber mask has cheek filters, scratch-proof lenses, adjustable head straps, and a drinking attachment. A vinyl shoulder bag and plastic poncho are also included. + Gas Mask + This Russian rubber mask is a copy of the American M-17A1. It has cheek filters, scratch-proof lenses, adjustable head straps, and a unique drinking attachment. It also comes with a vinyl shoulder bag, and plastic poncho to help protect you from blistering agents. + 32768 + 0 + 0 + 0 + 1 + 75 + 9 + 1 + 100 + 4 + 0 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 214 + Canteen + Canteen + This polyethylene canteen may not be reusable, refillable, or recyclable but it is extremely practical. Once its five shots of reviving water are used up, this canteen is fit for the garbage pit. + Canteen + Any sensible mercenary carries plenty of these with him. This water-filled polyetherene canteen isn't refillable or reusable so be sure to stock up. + 8192 + 0 + 0 + 0 + 2 + 5 + 10 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 215 + Metal Detector + Metal Detector + This is an extremely light and powerful transistorized metal detector with aural signalization. All the user has to do is have it on his person and an alarm sounds when metal is detected. + Metal Detector + This hand-held metal detector is extremely powerful-it'll find more than just coins on the beach. It is a lightweight transistorized metal detector with aural signalization that is used most effectively by explosive detection operatives. + 268435456 + 0 + 0 + 0 + 1 + 80 + 10 + 1 + 200 + 4 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + + + 216 + Compound 18 + Compound 18 + This quick-hardening liquid when administered to most body armor, claims to further advance the protective properties of standard anti-ballistic materials. + Compound 18 + Slop on some of this stuff to feel truly invincible. This quick-hardening liquid claims to enhance the protective qualities of your standard Kevlar or Spectra Shield body armor. + 268435456 + 0 + 0 + 0 + 2 + 6 + 1 + 4 + 900 + 7 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 217 + Jelly + Royal Jelly + This is a blob of royal jelly from the queen Crepitus. + Jar of Queen Creature Blood + Ewwwww! It's goopy blood! + 268435456 + 0 + 0 + 0 + 2 + 42 + 1 + 4 + 2500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 218 + Elixir + Jar of Elixir + A glass jar containing an elixir made from creature blood and Gabby's secret blend of eleven herbs and spices. + unused + + 268435456 + 0 + 0 + 0 + 2 + 2 + 1 + 4 + 500 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 219 + Money + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + Money + Cash, coin, moolah, dough. Whatever you call it, it'll buy you stuff. + 536870912 + 0 + 0 + 0 + 2 + 1 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 220 + Jar + Glass Jar + An empty glass jar is great for storing preserves, grandma's teeth, or anything else for that matter. + Glass Jar + An empty glass jar is great for storing, preserves, grandma's teeth, or anything else for that matter. + 268435456 + 0 + 21 + 0 + 1 + 71 + 1 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + + + 221 + Full Jar + Jar of Blood + A glass jar containing what appears to be creature blood. + Jar of Creature Blood + Ewwwwwwww! This jar's full of goopy queen creature blood! Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 50 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 222 + Energy Boost + Energy Booster + This hypodermic syringe is filled with a chemical stimulant that will temporarily boost your energy level. Caution: repeated use has been known to cause cardiac arrest. + Energy Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 8 + 150 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 223 + Detonator + Detonator + This firing device features a timer that can be set anywhere between five seconds and ten minutes to allow you to move to a position of safety before its attached explosive goes off. + Detonator + Attach this baby to an explosive for real power and control. This time-delayed detonator allows you anywhere from five seconds to ten minutes to move to a location of safety before its attached explosive goes off. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 100 + 3 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 224 + Remote Det. + Remote Detonator + Place this time-delayed firing device onto any explosive to allow you to blow up a target from a position of safety. The detonator won't ignite until you use a separate remote trigger device. + Remote Detonator + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 0 + 0 + 1 + 47 + 1 + 4 + 200 + 6 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 225 + Videotape + Videotape + This VHS tape entitled, 'Pant Suit Loretta 6: The Men Are Away,' is an adult XXX film. Parental and viewer discretion is advised. + Videotape + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 93 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 226 + Deed + Deed + This is the deed to Angel's leather shop. + Deed + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 94 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 227 + Letter + Letter from Enrico + This is the letter Enrico gave you. Deliver it to Miguel, leader of the rebels. + Letter + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 56 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 228 + Diskette + Computer Diskette + This diskette is labelled, 'Intercept's Most Wanted.' It contains confidential information on known international terrorists. It has been copied onto the laptop computer for easy reference. + Diskette + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 59 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 229 + Chalice + Chalice of Chance + Goblet of goodness, tumbler of treasures, glass of gambles. This drinking cup is a national treasure around Arulco, so don't mock it. + Chalice + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 124 + 0 + 1 + 3000 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 230 + Claws + Bloodcat Claws + Taken right out from under them, these razor-sharp bloodcat claws could bring you a pretty penny in the right market. + Bloodcat Claws + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 120 + 1 + 4 + 50 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 231 + Teeth + Bloodcat Teeth + It takes a real man to rip these babies off. Bloodcat teeth are a rare and treasured commodity in some parts of the world. + Bloodcat Teeth + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 1 + 121 + 1 + 4 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 232 + Pelt + Bloodcat Pelt + Skinning a cat is no small feat. The price on this exotic fur won't be cheap. + Bloodcat Pelt + Not for sale through BR. Quest specific item. + 268435456 + 0 + 0 + 0 + 3 + 9 + 60 + 0 + 400 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 233 + Switch + Switch + NO DESCRIPTION NECESSARY! + Switch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 54 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 234 + Action Item + Action Item + NO DESCRIPTION NECESSARY! + Action Item + + 268435456 + 0 + 0 + 0 + 1 + 47 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 235 + Regen Boost + Regeneration Booster + This hypodermic syringe is filled with 10cc's of a fast-acting healing drug. The warning label reads: "Do not exceed more than 4 doses per day." + Regeneration Booster + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 1 + 6 + 300 + 6 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 236 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 237 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 238 + Syringe + Syringe + NO DESCRIPTION NECESSARY! + Syringe + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 70 + 0 + 99 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 239 + Full Jar + Jar of Human Blood + A glass jar containing what appears to be human blood. What kind of sicko stores human blood anyway??? + Jar of Human Blood + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 72 + 5 + 2 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 1 + 0 + 0 + + + 240 + Ownership + Ownership + If you can read this, JA2 programmers messed up! NO DESCRIPTION NECESSARY! + Ownership + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 241 + Laser Scope + Laser Scope + The Universal Daylight Laser projects a highly visible red spot at a rather significant range. In a stainless steel housing, it fits onto the trigger guard of most sub-machine guns and pistols. + Laser Scope + You won't lose sight of your target when using one of these. The Universal Daylight Laser projects a highly visible red spot upt to 100ft during the day and over 1,000ft at night. In a stainless steel housing, it fits onto the trigger guard of most weapons. + 268435456 + 0 + 0 + 0 + 1 + 51 + 4 + 4 + 750 + 8 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 20 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 242 + Remote Trigger + Remote Bomb Trigger + Once the remote detonator has been placed onto an explosive, it won't ignite until you use this remote trigger device. + Remote Trigger + A must have for any serious explosives agent. Place this time-delayed firing device to any explosive to blow up a target when you want, from where you want. The detonator won't ignite until you hit the remote trigger. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 243 + Wire Cutters + Wire Cutters + Your average everyday handyman's wire cutters. + Wire Cutters + Your average everyday handyman's wire cutters. Extremely useful and versatile-don't leave home without them! + 268435456 + 0 + 16 + 0 + 1 + 88 + 4 + 2 + 20 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 244 + Duckbill + Duckbill + This metal object, when attached to the end of a shotgun barrel, causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. + Duckbill + Attach this metal object to the end of a shotgun barrel for a real deadly effect. It causes buckshot fired from the shotgun to spread out along a horizontal line instead of its standard circular pattern. Say good-bye to anyone who gets into its path. + 268435456 + 0 + 0 + 0 + 1 + 90 + 9 + 4 + 30 + 2 + 0 + 5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 245 + Alcohol + Bottle of Alcohol + Booze, spirits, swamp root, hooch. At 80 proof, drinking this stuff will definitely lead to intoxication. + Bottle of Alcohol + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 106 + 20 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 246 + UV Goggles + UV Goggles + These UltraVision goggles provide superior night vision by using ultra-violet light. A warning label mentions they are not suitable for spelunking. + UV Goggles + These UltraVision goggles are the latest rage! Using ultra-violet light, they turn night into day. Ultra powerful, ultra comfortable, and ultra cool! + 32768 + 0 + 0 + 0 + 1 + 74 + 11 + 1 + 1500 + 10 + 0 + -1 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 247 + Discarded LAW + Discarded LAW + Having already delivered the hammer of justice upon its target, this empty LAW rocket launcher will live out the rest of its Dredd-ful existence as a glorified paper weight. + Discarded LAW + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 44 + 21 + 0 + 30 + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 248 + Head + Head + One unidentified, slightly decaying, human head. + Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 0 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 249 + Head + Impostor's Head + The Imposter won't be imposing on anyone anymore. You're the proud owner of his slightly decaying head. + Impostor's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 1 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 250 + Head + T-Rex's Head + T-Rex may be gone like the dinosaurs, but be sure to hold on to his head for posterity. + T-Rex's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 2 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 251 + Head + Slay's Head + Slay's been slain and all that remains is his decomposing head. + Slay's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 3 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 252 + Head + Druggist's Head + This Druggist won't be renewing any prescriptions. His head is on your chopping block now. + Druggist's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 4 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 253 + Head + Matron's Head + No one's gonna miss MOM, or her head. It's yours for the taking. + Matron's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 5 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 254 + Head + Tiffany's Head + Tiffany Eddie may not have profited from using his head but you will, now that he's dead. + Tiffany's Head + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 6 + 40 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 255 + Wine + Wine + This bottle of Saw Mill Spring's finest red vino combines fermented grape juice with the flavor of wood pulp for a truly unique taste. + Wine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 100 + 12 + 1 + 20 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 256 + Beer + Beer + At 6.9 per cent alcohol, who the hell cares where this stuff came from? This ice beer will even put a Russian under the table. + Beer + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 101 + 4 + 4 + 10 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 257 + Porn + Porno Magazine + Bustler magazine, July issue. Features an interesting pictorial by Demi Moon and various articles no one will ever read. + Porno Magazine + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 99 + 0 + 2 + 20 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 258 + Video Camera + Video Camera + This VHS camera will record and play back all your favorite memories, including embarrassing wedding moments or local magistrates in compromising positions. + Video Camera + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 43 + 20 + 0 + 900 + 6 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 259 + Robot Remote + Robot Remote Control + Send your robot out to do your dirty work with this trusty remote control. Let him do your bidding as you sit pretty from a point of safety. + Robot Remote Control + Not for sale through BR. + 32768 + 0 + 0 + 0 + 0 + 42 + 5 + 1 + 2500 + 0 + 0 + -5 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 260 + Claw + Creature Claw + A razor-sharp claw from one of those repugnant creatures that is thankfully dead. + Creature Claw + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 103 + 20 + 0 + 500 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 261 + Flesh + Creature Flesh + A rotting chunk of putrified creature flesh. At least this one's dead now. + Creature Flesh + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 7 + 40 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 262 + Organ + Unidentifiable Creature Organ + Dead creature innards, just in time for lunch! + Unidentifiable Creature Organ + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 104 + 10 + 0 + 1000 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 263 + Remote + Remote Control + This is device to control something from a distance. It only has one button on it, though. + Remote Control + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 54 + 9 + 4 + 400 + 6 + 0 + -2 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 264 + Platinum Watch + Platinum Watch + Tell time in style with this designer watch featuring a quartz crystal, swiss movement and 4 microns of beautiful platinum plating. + Platinum Watch + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 0 + 47 + 2 + 8 + 500 + 2 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 265 + Golf Clubs + Golf Clubs + This bag of woods and irons is a vintage set that has seen better days on the green. Although slightly beat up, you could still score under par with them. + Golf Clubs + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 136 + 100 + 0 + 200 + 2 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 266 + Walkman + Walkman + Listen to your favorite tunes wherever you go with this portable cassette player and mini-headphones. They will make any long trek a little more merry. + Walkman + Not for sale through BR. + 32768 + 0 + 0 + 0 + 3 + 11 + 5 + 1 + 100 + 1 + 0 + -4 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 267 + Portable TV + Portable TV + You won't miss your favorite cartoon or lose track of the football scores with this portable television. Don't leave home without it! + Portable TV + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 8 + 50 + 0 + 300 + 2 + 0 + -3 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 268 + CurBal + Current Balance: + This is how you access your main 'bank account' where you can get your hands on cash by clicking on the different amounts followed by 'Done'. Having cash in hand is sometimes very useful. + Current Balance: + Not for sale through BR. + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 269 + Cigars + Cigars + A solid box of robustos. Suitable to be clenched between your teeth in the heat of battle or for hanging around a cigar lounge with a fine glass of port. + Cigars + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 3 + 10 + 10 + 1 + 30 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 270 + 'small name' + + NO DESCRIPTION NECESSARY! + unused + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 271 + Key + Small key + A small gold-coloured key which might fit a cabinet lock. + Key + + 65536 + 0 + 0 + 0 + 1 + 82 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 272 + Key + Prison key + A prison key made of stainless steel. + Key + + 65536 + 1 + 0 + 0 + 1 + 83 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 273 + Key + Cheap key + A simple key. Looks like it would fit a pretty crummy lock. + Key + + 65536 + 2 + 0 + 0 + 1 + 84 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 274 + Key + Dull key + A dull-coloured key. + Key + + 65536 + 3 + 0 + 0 + 1 + 87 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 275 + Key + Shiny key + A shiny key which probably fits a more than ordinary lock. + Key + + 65536 + 4 + 0 + 0 + 1 + 91 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 276 + Key + Padlock key + A padlock key. + Key + + 65536 + 5 + 0 + 0 + 1 + 92 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 277 + Key + Electronic Key + An electronic key with a magnetic strip in place of metal teeth. + Key + + 65536 + 6 + 0 + 0 + 1 + 108 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 278 + Key card + Key card + An electronic key card. + Key + + 65536 + 7 + 0 + 0 + 1 + 109 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 279 + Key + + + Key + + 65536 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 280 + Key + Key + + Key + + 65536 + 9 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 281 + Key + Key + NO DESCRIPTION NECESSARY + Key + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 282 + Key + Key + NO DESCRIPTION NECESSARY + Key + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 283 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 284 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 285 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 286 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 287 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 288 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 289 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 290 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 291 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 292 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 293 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 294 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 295 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 296 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 297 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 298 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 299 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 300 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 301 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 302 + Key + Key + + Key + + 65536 + 31 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 303 + Platter + Silver Platter + This rather tarnished silver platter bears no inscription. It looks as though it may have been a thoughtful gift at one time. + Silver Platter + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 31 + 4 + 0 + 150 + 2 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 304 + Duct Tape + Duct Tape + This roll of gray, 2-inch wide heavy-duty tape is great for patching holes and keeping things together. + Duct Tape + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 30 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 305 + Rod + Aluminum Rod + This aluminum curtain rod is broken at both ends. Wonder what happened to the curtains. + Aluminum Rod + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 28 + 3 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 306 + Spring + Spring + This small, heavy-duty, metal coil spring is common to many household appliances. + Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 32 + 1 + 8 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 307 + Rod & Spring + Rod & Spring + Install this smart, well-crafted spring and bolt replacement in a firearm to boost its rate of fire! + Rod & Spring + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 33 + 4 + 1 + 25 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 20 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 308 + Steel Tube + Steel Tube + A basic raw piece of steel, looking for a home. + Steel Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 133 + 4 + 1 + 20 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 309 + Quick Glue + Quick Glue + Once this glue gets a grip, it doesn't let go. It will permanently stick to most substances in less than 3 minutes. + Quick Glue + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 132 + 2 + 6 + 5 + 3 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 310 + Extender + Gun Barrel Extender + attach this nifty chunk of hardware to any gun barrel and watch your range soar. + Gun Barrel Extender + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 134 + 6 + 1 + 150 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 100 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 311 + String + String + A 19-foot piece of typical white string. + String + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 35 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 312 + Can + Soda Can + This old soda can looks as though it's been kicking around for quite some time. + Soda Can + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 27 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 313 + Can w/ String + Soda Can with String + A piece of string attached to a soda can makes a great noise-maker when tied to a car bumper at a wedding party procession. + Soda Can with String + Not for sale through BR. + 268435456 + 0 + 22 + 0 + 2 + 36 + 2 + 4 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 314 + Marbles + Marbles + These round, shiny, colorful, and surprisingly heavy balls of glass are usually found in young boys' pockets. They are used mostly for amusement. + Marbles + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 122 + 3 + 6 + 5 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 315 + LameBoy + LameBoy Display + A Liquid Crystal Display ripped out of a small, portable, grayscale game machine. + LameBoy Display + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 127 + 6 + 1 + 200 + 6 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 316 + Copper Wire + Copper Wire + Your everyday copper wire, great for electronics. + Copper Wire + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 128 + 1 + 8 + 5 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 317 + Display Unit + Display Unit + This contraption is essentially a LameBoy LCD rigged with copper wiring. + Display Unit + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 126 + 7 + 1 + 50 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 318 + FumblePak + FumblePak + This Kid-tendo Fumble Pak device vibrates a video game joystick during gameplay. Warning: it may cause the player to lose his grip. + FumblePak + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 130 + 1 + 1 + 100 + 5 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 319 + X-ray Tube + X-ray Tube + This is a piece of a hospital x-ray machine. + X-ray Tube + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 131 + 1 + 2 + 10 + 5 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 320 + Gum + Pack of Gum + A pack of sugurless, spearmint flavored chewing gum. Dentists recommend chewing after every meal and between brushings. + Pack of Gum + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 29 + 1 + 8 + 1 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 321 + X-ray Device + X-ray Device + This is a nifty looking, but sticky device made from various parts. It looks like it could light up and vibrate. + X-ray Device + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 129 + 3 + 1 + 100 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 322 + Batteries + Batteries + NeverReady double 'A' batteries. This may sound like a description of some woman you know, and just like a woman, these batteries will likely conk out on you, just when you need them the most. + Batteries + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 2 + 26 + 1 + 6 + 5 + 1 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + + + 323 + Rubber Band + Rubber Band + Elasticity at its best. This rather old invention is still great for keeping a few things together. + Rubber Band + Not for sale through BR. + 268435456 + 0 + 0 + 0 + 1 + 123 + 1 + 8 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 324 + X-ray Detector + X-ray Detector + This homemade x-ray device looks like it will actually function, flashing a vibrating x-ray pulse and crudely displaying the results on its LCD. Batteries required. + X-ray Detector + Not for sale through BR. + 268435456 + 0 + 17 + 0 + 1 + 125 + 10 + 1 + 2500 + 0 + 0 + 0 + 1 + 1 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 0 + 0 + + + 325 + Silver + Silver Nugget + A nugget of pure silver, probably right out of Arulco's silver mines. + Silver Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 2 + 38 + 2 + 1 + 100 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 326 + Gold + Gold Nugget + Just like cash, only heavier. This is a shiny, impressive nugget of pure gold, compliments of Arulco's rather meager mineral mines. + Gold Nugget + Not for sale through BR. + 536870912 + 0 + 0 + 0 + 1 + 135 + 2 + 1 + 300 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 327 + Gas + Tank of Gas + Use this tank of gas wisely. They are extremely hard to come by, here in Arulco. + Gas Can + + 8192 + 0 + 23 + 0 + 2 + 39 + 20 + 0 + 250 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + + + 328 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 329 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 330 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 331 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 332 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 333 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 334 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 335 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 336 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 337 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 338 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 339 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 340 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 341 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 342 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 343 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 344 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 345 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 90 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 346 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 347 + nada + Nada + NO DESCRIPTION NECESSARY + NOT FOR SALE AT BR + NOT FOR SALE AT BR + 128 + 0 + 2 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 348 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 349 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 350 + 'small name' + + NO DESCRIPTION NECESSARY! + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/JakeInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/JakeInventory.xml new file mode 100644 index 000000000..9c92867e9 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/JakeInventory.xml @@ -0,0 +1,206 @@ + + + + 0 + 201 + 4 + + + 1 + 202 + 3 + + + 2 + 5 + 1 + + + 3 + 77 + 5 + + + 4 + 220 + 3 + + + 5 + 214 + 2 + + + 6 + 256 + 6 + + + 7 + 64 + 1 + + + 8 + 243 + 1 + + + 9 + 37 + 1 + + + 10 + 38 + 1 + + + 11 + 49 + 1 + + + 12 + 54 + 1 + + + 13 + 146 + 5 + + + 14 + 209 + 1 + + + 15 + 194 + 6 + + + 16 + 269 + 3 + + + 17 + 257 + 1 + + + 18 + 204 + 1 + + + 19 + 195 + 2 + + + 20 + 319 + 1 + + + 21 + 1 + 1 + + + 22 + 2 + 1 + + + 23 + 3 + 1 + + + 24 + 4 + 1 + + + 25 + 6 + 1 + + + 26 + 7 + 1 + + + 27 + 8 + 1 + + + 28 + 247 + 1 + + + 29 + 176 + 1 + + + 30 + 203 + 1 + + + 31 + 255 + 1 + + + 32 + 245 + 1 + + + 33 + 264 + 1 + + + 34 + 265 + 1 + + + 35 + 266 + 1 + + + 36 + 267 + 1 + + + 37 + 216 + 1 + + + 38 + 183 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/KeithInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/KeithInventory.xml new file mode 100644 index 000000000..cdb52434a --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/KeithInventory.xml @@ -0,0 +1,96 @@ + + + + 0 + 201 + 5 + + + 1 + 37 + 2 + + + 2 + 38 + 3 + + + 3 + 49 + 1 + + + 4 + 54 + 1 + + + 5 + 212 + 3 + + + 6 + 161 + 2 + + + 7 + 176 + 3 + + + 8 + 188 + 1 + + + 9 + 214 + 5 + + + 10 + 64 + 1 + + + 11 + 220 + 6 + + + 12 + 203 + 1 + + + 13 + 213 + 1 + + + 14 + 303 + 1 + + + 15 + 266 + 1 + + + 16 + 267 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Launchables.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Launchables.xml new file mode 100644 index 000000000..a10a5d8c1 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Launchables.xml @@ -0,0 +1,55 @@ + + + + + 147 + 40 + + + 147 + 50 + + + 148 + 40 + + + 148 + 50 + + + 149 + 40 + + + 149 + 50 + + + 150 + 40 + + + 150 + 50 + + + 140 + 41 + + + 152 + 60 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Magazines.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Magazines.xml new file mode 100644 index 000000000..5845afee0 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Magazines.xml @@ -0,0 +1,303 @@ + + + + 0 + 2 + 15 + 0 + + + 1 + 2 + 30 + 0 + + + 2 + 2 + 15 + 2 + + + 3 + 2 + 30 + 2 + + + 4 + 2 + 15 + 1 + + + 5 + 2 + 30 + 1 + + + 6 + 1 + 6 + 0 + + + 7 + 1 + 6 + 2 + + + 8 + 1 + 6 + 1 + + + 9 + 3 + 7 + 0 + + + 10 + 3 + 30 + 0 + + + 11 + 3 + 7 + 2 + + + 12 + 3 + 30 + 2 + + + 13 + 3 + 7 + 1 + + + 14 + 3 + 30 + 1 + + + 15 + 4 + 6 + 0 + + + 16 + 4 + 9 + 0 + + + 17 + 4 + 6 + 2 + + + 18 + 4 + 9 + 2 + + + 19 + 4 + 6 + 1 + + + 20 + 4 + 9 + 1 + + + 21 + 7 + 30 + 2 + + + 22 + 7 + 30 + 1 + + + 23 + 8 + 30 + 2 + + + 24 + 8 + 30 + 1 + + + 25 + 10 + 10 + 2 + + + 26 + 10 + 30 + 2 + + + 27 + 10 + 10 + 1 + + + 28 + 10 + 30 + 1 + + + 29 + 9 + 5 + 2 + + + 30 + 9 + 20 + 2 + + + 31 + 9 + 5 + 1 + + + 32 + 9 + 20 + 1 + + + 33 + 11 + 50 + 3 + + + 34 + 12 + 50 + 2 + + + 35 + 12 + 50 + 1 + + + 36 + 5 + 7 + 0 + + + 37 + 5 + 7 + 4 + + + 38 + 6 + 10 + 3 + + + 39 + 6 + 10 + 4 + + + 40 + 14 + 5 + 3 + + + 41 + 14 + 5 + 9 + + + 42 + 14 + 5 + 10 + + + 43 + 15 + 1 + 11 + + + 44 + 16 + 5 + 4 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MannyInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MannyInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MannyInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Merges.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Merges.xml new file mode 100644 index 000000000..82816b4cf --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Merges.xml @@ -0,0 +1,364 @@ + + + + + 201 + 201 + 201 + 1 + + + 202 + 202 + 202 + 1 + + + 214 + 214 + 214 + 1 + + + 204 + 204 + 204 + 1 + + + 203 + 203 + 203 + 1 + + + 327 + 327 + 327 + 1 + + + 205 + 205 + 205 + 1 + + + 256 + 256 + 256 + 1 + + + 255 + 255 + 255 + 1 + + + 245 + 245 + 245 + 1 + + + 216 + 161 + 162 + 2 + + + 216 + 164 + 165 + 2 + + + 216 + 196 + 197 + 2 + + + 216 + 167 + 168 + 2 + + + 216 + 189 + 190 + 2 + + + 216 + 170 + 171 + 2 + + + 216 + 173 + 174 + 2 + + + 216 + 177 + 178 + 2 + + + 216 + 180 + 181 + 2 + + + 216 + 163 + 0 + 0 + + + 216 + 166 + 0 + 0 + + + 216 + 169 + 0 + 0 + + + 216 + 191 + 0 + 0 + + + 216 + 172 + 0 + 0 + + + 216 + 175 + 0 + 0 + + + 216 + 179 + 0 + 0 + + + 216 + 182 + 0 + 0 + + + 217 + 161 + 163 + 2 + + + 217 + 164 + 166 + 2 + + + 217 + 167 + 169 + 2 + + + 217 + 189 + 191 + 2 + + + 217 + 196 + 198 + 2 + + + 217 + 170 + 172 + 2 + + + 217 + 173 + 175 + 2 + + + 217 + 177 + 179 + 2 + + + 217 + 180 + 182 + 2 + + + 217 + 162 + 0 + 0 + + + 217 + 165 + 0 + 0 + + + 217 + 197 + 0 + 0 + + + 217 + 168 + 0 + 0 + + + 217 + 190 + 0 + 0 + + + 217 + 171 + 0 + 0 + + + 217 + 174 + 0 + 0 + + + 217 + 178 + 0 + 0 + + + 217 + 181 + 0 + 0 + + + 136 + 137 + 138 + 3 + + + 136 + 139 + 142 + 3 + + + 137 + 136 + 138 + 3 + + + 139 + 136 + 142 + 3 + + + 311 + 312 + 313 + 4 + + + 312 + 311 + 313 + 4 + + + 321 + 317 + 324 + 5 + + + 317 + 321 + 324 + 5 + + + 295 + 295 + 295 + 1 + + + 298 + 298 + 298 + 1 + + + 299 + 299 + 299 + 1 + + + 300 + 300 + 300 + 1 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MickeyInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MickeyInventory.xml new file mode 100644 index 000000000..4a02c6e9d --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/MickeyInventory.xml @@ -0,0 +1,46 @@ + + + + 0 + 230 + 0 + + + 1 + 231 + 0 + + + 2 + 232 + 0 + + + 3 + 260 + 0 + + + 4 + 261 + 0 + + + 5 + 262 + 0 + + + 6 + 217 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PerkoInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PerkoInventory.xml new file mode 100644 index 000000000..ec8130603 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PerkoInventory.xml @@ -0,0 +1,16 @@ + + + + 0 + 0 + 0 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PeterInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PeterInventory.xml new file mode 100644 index 000000000..08079d881 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/PeterInventory.xml @@ -0,0 +1,26 @@ + + + + 0 + 256 + 12 + + + 1 + 255 + 6 + + + 2 + 245 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/SamInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/SamInventory.xml new file mode 100644 index 000000000..ea00438ab --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/SamInventory.xml @@ -0,0 +1,126 @@ + + + + 0 + 201 + 3 + + + 1 + 204 + 4 + + + 2 + 203 + 3 + + + 3 + 214 + 5 + + + 4 + 64 + 3 + + + 5 + 243 + 3 + + + 6 + 244 + 3 + + + 7 + 220 + 12 + + + 8 + 146 + 12 + + + 9 + 215 + 1 + + + 10 + 258 + 1 + + + 11 + 309 + 3 + + + 12 + 316 + 5 + + + 13 + 322 + 10 + + + 14 + 71 + 5 + + + 15 + 72 + 5 + + + 16 + 77 + 5 + + + 17 + 80 + 5 + + + 18 + 81 + 5 + + + 19 + 86 + 5 + + + 20 + 87 + 5 + + + 21 + 107 + 9 + + + 22 + 108 + 9 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Sounds.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Sounds.xml new file mode 100644 index 000000000..f02ecc4d7 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Sounds.xml @@ -0,0 +1,295 @@ + + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\RICOCHET 01.WAV + SOUNDS\RICOCHET 02.WAV + SOUNDS\DIRT IMPACT 01.WAV + SOUNDS\DIRT IMPACT 01.WAV + SOUNDS\KNIFE HIT GROUND.WAV + SOUNDS\FALL TO KNEES 01.WAV + SOUNDS\FALL TO KNEES 02.WAV + SOUNDS\KNEES TO DIRT 01.WAV + SOUNDS\KNEES TO DIRT 02.WAV + SOUNDS\KNEES TO DIRT 03.WAV + SOUNDS\HEAVY FALL 01.WAV + SOUNDS\BODY_SPLAT.WAV + SOUNDS\GLASS_BREAK1.WAV + SOUNDS\GLASS_BREAK2.WAV + SOUNDS\DOOR OPEN 01.WAV + SOUNDS\DOOR OPEN 02.WAV + SOUNDS\DOOR OPEN 03.WAV + SOUNDS\DOOR CLOSE 01.WAV + SOUNDS\DOOR CLOSE 02.WAV + SOUNDS\UNLOCK LOCK.WAV + SOUNDS\KICKIN LOCK.WAV + SOUNDS\BREAK LOCK.WAV + SOUNDS\PICKING LOCK.WAV + SOUNDS\GARAGE DOOR OPEN.WAV + SOUNDS\GARAGE DOOR CLOSE.WAV + SOUNDS\ELEVATOR DOOR OPEN.WAV + SOUNDS\ELEVATOR DOOR CLOSE.WAV + SOUNDS\HIGH TECH DOOR OPEN.WAV + SOUNDS\HIGH TECH DOOR CLOSE.WAV + SOUNDS\CURTAINS DOOR OPEN.WAV + SOUNDS\CURTAINS DOOR CLOSE.WAV + SOUNDS\METAL DOOR OPEN.WAV + SOUNDS\METAL DOOR CLOSE.WAV + SOUNDS\ftp gravel 01.WAV + SOUNDS\ftp gravel 02.WAV + SOUNDS\ftp gravel 03.WAV + SOUNDS\ftp gravel 04.WAV + SOUNDS\ftp gritty 01.WAV + SOUNDS\ftp gritty 02.WAV + SOUNDS\ftp gritty 03.WAV + SOUNDS\ftp gritty 04.WAV + SOUNDS\ftp leaves 01.WAV + SOUNDS\ftp leaves 02.WAV + SOUNDS\ftp leaves 03.WAV + SOUNDS\ftp leaves 04.WAV + SOUNDS\CRAWLING 01.WAV + SOUNDS\CRAWLING 02.WAV + SOUNDS\CRAWLING 03.WAV + SOUNDS\CRAWLING 04.WAV + SOUNDS\BEEP2.WAV + SOUNDS\ENDTURN.WAV + SOUNDS\JA2 DEATH HIT.WAV + SOUNDS\DOORCR_B.WAV + SOUNDS\HEAD EXPLODING 01.WAV + SOUNDS\BODY EXPLODING.WAV + SOUNDS\EXPLODE1.WAV + SOUNDS\CROW EXPLODING.WAV + SOUNDS\SMALL EXPLOSION 01.WAV + SOUNDS\HELI1.WAV + SOUNDS\BULLET IMPACT 01.WAV + SOUNDS\BULLET IMPACT 02.WAV + SOUNDS\BULLET IMPACT 02.WAV + STSOUNDS\BLAH.WAV + SOUNDS\STEP INTO WATER.WAV + SOUNDS\SPLASH FROM SHALLOW TO DEEP.WAV + SOUNDS\COW HIT.WAV + SOUNDS\COW DIE.WAV + SOUNDS\LINE 02 FX.WAV + SOUNDS\LINE 01 FX.WAV + SOUNDS\LINE 03 FX.WAV + SOUNDS\CAVE COLLAPSING.WAV + SOUNDS\RAID WHISTLE.WAV + SOUNDS\RAID AMBIENT.WAV + SOUNDS\RAID DIVE.WAV + SOUNDS\RAID DIVE.WAV + SOUNDS\RAID WHISTLE.WAV + SOUNDS\DRIVING 01.WAV + SOUNDS\ENGINE START.WAV + SOUNDS\ENGINE OFF.WAV + SOUNDS\INTO VEHICLE.WAV + SOUNDS\WEAPONS\DRY FIRE 1.WAV + SOUNDS\WOOD IMPACT 01A.WAV + SOUNDS\WOOD IMPACT 01B.WAV + SOUNDS\WOOD IMPACT 01A.WAV + SOUNDS\PORCELAIN IMPACT.WAV + SOUNDS\TIRE IMPACT 01.WAV + SOUNDS\STONE IMPACT 01.WAV + SOUNDS\WATER IMPACT 01.WAV + SOUNDS\VEG IMPACT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\METAL HIT 01.WAV + SOUNDS\SLAP_IMPACT.WAV + SOUNDS\WEAPONS\REVOLVER RELOAD.WAV + SOUNDS\WEAPONS\PISTOL RELOAD.WAV + SOUNDS\WEAPONS\SMG RELOAD.WAV + SOUNDS\WEAPONS\RIFLE RELOAD.WAV + SOUNDS\WEAPONS\SHOTGUN RELOAD.WAV + SOUNDS\WEAPONS\LMG RELOAD.WAV + SOUNDS\WEAPONS\REVOLVER LNL.WAV + SOUNDS\WEAPONS\PISTOL LNL.WAV + SOUNDS\WEAPONS\SMG LNL.WAV + SOUNDS\WEAPONS\RIFLE LNL.WAV + SOUNDS\WEAPONS\SHOTGUN LNL.WAV + SOUNDS\WEAPONS\LMG LNL.WAV + SOUNDS\WEAPONS\SMALL ROCKET LAUNCHER.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\ROCKET LAUNCHER.WAV + SOUNDS\WEAPONS\MORTAR FIRE 01.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\38 CALIBER.WAV + SOUNDS\WEAPONS\357 SINGLE SHOT.WAV + SOUNDS\WEAPONS\357 SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\9mm SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\45 CALIBER SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,7 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 NATO SINGLE SHOT.WAV + SOUNDS\WEAPONS\4,7 SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\SHOTGUN SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,56 SINGLE SHOT.WAV + SOUNDS\WEAPONS\5,45 SINGLE SHOT.WAV + SOUNDS\WEAPONS\7,62 WP SINGLE SHOT.WAV + SOUNDS\WEAPONS\KNIFE THROW SWOOSH.WAV + SOUNDS\WEAPONS\TANK_CANNON.WAV + SOUNDS\WEAPONS\BURSTTYPE1.WAV + SOUNDS\WEAPONS\AUTOMAG SINGLE.WAV + SOUNDS\WEAPONS\SILENCER 02.WAV + SOUNDS\WEAPONS\SILENCER 03.WAV + SOUNDS\SWOOSH 01.WAV + SOUNDS\SWOOSH 03.WAV + SOUNDS\SWOOSH 05.WAV + SOUNDS\SWOOSH 06.WAV + SOUNDS\SWOOSH 11.WAV + SOUNDS\SWOOSH 14.WAV + SOUNDS\ADULT FALL 01.WAV + SOUNDS\ADULT STEP 01.WAV + SOUNDS\ADULT STEP 02.WAV + SOUNDS\ADULT SWIPE 01.WAV + SOUNDS\Eating_Flesh 01.WAV + SOUNDS\ADULT CRIPPLED.WAV + SOUNDS\ADULT DYING PART 1.WAV + SOUNDS\ADULT DYING PART 2.WAV + SOUNDS\ADULT LUNGE 01.WAV + SOUNDS\ADULT SMELLS THREAT.WAV + SOUNDS\ADULT SMELLS PREY.WAV + SOUNDS\ADULT SPIT.WAV + SOUNDS\BABY DYING 01.WAV + SOUNDS\BABY DRAGGING 01.WAV + SOUNDS\BABY SHRIEK 01.WAV + SOUNDS\BABY SPITTING 01.WAV + SOUNDS\LARVAE MOVEMENT 01.WAV + SOUNDS\LARVAE RUPTURE 01.WAV + SOUNDS\QUEEN SHRIEK 01.WAV + SOUNDS\QUEEN DYING 01.WAV + SOUNDS\QUEEN ENRAGED ATTACK.WAV + SOUNDS\QUEEN RUPTURING.WAV + SOUNDS\QUEEN CRIPPLED.WAV + SOUNDS\QUEEN SMELLS THREAT.WAV + SOUNDS\QUEEN WHIP ATTACK.WAV + SOUNDS\ROCK HIT 01.WAV + SOUNDS\ROCK HIT 02.WAV + SOUNDS\SCRATCH.WAV + SOUNDS\ARMPIT.WAV + SOUNDS\CRACKING BACK.WAV + SOUNDS\WEAPONS\Auto Resolve Composite 02 (8-22).wav + SOUNDS\Email Alert 01.wav + SOUNDS\Entering Text 02.wav + SOUNDS\Removing Text 02.wav + SOUNDS\Computer Beep 01 In.wav + SOUNDS\Computer Beep 01 Out.wav + SOUNDS\Computer Switch 01 In.wav + SOUNDS\Computer Switch 01 Out.wav + SOUNDS\Very Small Switch 01 In.wav + SOUNDS\Very Small Switch 01 Out.wav + SOUNDS\Very Small Switch 02 In.wav + SOUNDS\Very Small Switch 02 Out.wav + SOUNDS\Small Switch 01 In.wav + SOUNDS\Small Switch 01 Out.wav + SOUNDS\Small Switch 02 In.wav + SOUNDS\Small Switch 02 Out.wav + SOUNDS\Small Switch 03 In.wav + SOUNDS\Small Switch 03 Out.wav + SOUNDS\Big Switch 03 In.wav + SOUNDS\Big Switch 03 Out.wav + SOUNDS\Alarm.wav + SOUNDS\Fight Bell.wav + SOUNDS\Helicopter Crash Sequence.wav + SOUNDS\Attachment.wav + SOUNDS\Ceramic Armour Insert.wav + SOUNDS\Detonator Beep.wav + SOUNDS\Grab Roof.wav + SOUNDS\Land On Roof.wav + SOUNDS\Branch Snap 01.wav + SOUNDS\Branch Snap 02.wav + SOUNDS\Indoor Bump 01.wav + SOUNDS\Fridge Door Open.wav + SOUNDS\Fridge Door Close.wav + SOUNDS\Fire 03 Loop.wav + SOUNDS\GLASS_CRACK.wav + SOUNDS\SPIT RICOCHET.WAV + SOUNDS\TIGER HIT.WAV + SOUNDS\bloodcat dying 02.WAV + SOUNDS\SLAP.WAV + SOUNDS\ROBOT BEEP.WAV + SOUNDS\ELECTRICITY.WAV + SOUNDS\SWIMMING 01.WAV + SOUNDS\SWIMMING 02.WAV + SOUNDS\KEY FAILURE.WAV + SOUNDS\target cursor.WAV + SOUNDS\statue open.WAV + SOUNDS\remote activate.WAV + SOUNDS\wirecutters.WAV + SOUNDS\drink from canteen.WAV + SOUNDS\bloodcat attack.wav + SOUNDS\bloodcat loud roar.wav + SOUNDS\robot greeting.wav + SOUNDS\robot death.wav + SOUNDS\gas grenade explode.WAV + SOUNDS\air escaping.WAV + SOUNDS\drawer open.WAV + SOUNDS\drawer close.WAV + SOUNDS\locker door open.WAV + SOUNDS\locker door close.WAV + SOUNDS\wooden box open.WAV + SOUNDS\wooden box close.WAV + SOUNDS\robot stop moving.WAV + SOUNDS\water movement 01.wav + SOUNDS\water movement 02.wav + SOUNDS\water movement 03.wav + SOUNDS\water movement 04.wav + SOUNDS\PRONE TO CROUCH.WAV + SOUNDS\CROUCH TO PRONE.WAV + SOUNDS\CROUCH TO STAND.WAV + SOUNDS\STAND TO CROUCH.WAV + SOUNDS\picking something up.WAV + SOUNDS\cow falling.wav + SOUNDS\bloodcat_growl_01.wav + SOUNDS\bloodcat_growl_02.wav + SOUNDS\bloodcat_growl_03.wav + SOUNDS\bloodcat_growl_04.wav + SOUNDS\spit ricochet.wav + SOUNDS\ADULT crippled.WAV + SOUNDS\death disintegration.wav + SOUNDS\Queen Ambience.wav + SOUNDS\Alien Impact.wav + SOUNDS\crow pecking flesh 01.wav + SOUNDS\crow fly.wav + SOUNDS\slap 02.wav + SOUNDS\setting up mortar.wav + SOUNDS\mortar whistle.wav + SOUNDS\load mortar.wav + SOUNDS\tank turret a.wav + SOUNDS\tank turret b.wav + SOUNDS\cow falling b.wav + SOUNDS\stab into flesh.wav + SOUNDS\explosion 10.wav + SOUNDS\explosion 12.wav + SOUNDS\drink from canteen male.WAV + SOUNDS\x ray activated.WAV + SOUNDS\catch object.wav + SOUNDS\fence open.wav + SOUNDS\WEAPONS\50CAL.WAV + SOUNDS\WEAPONS\VALSILENT.WAV + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/TonyInventory.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/TonyInventory.xml new file mode 100644 index 000000000..3260c847f --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/TonyInventory.xml @@ -0,0 +1,521 @@ + + + + 0 + 55 + 0 + + + 1 + 65 + 0 + + + 2 + 56 + 0 + + + 3 + 1 + 1 + + + 4 + 2 + 1 + + + 5 + 3 + 1 + + + 6 + 4 + 1 + + + 7 + 5 + 1 + + + 8 + 6 + 1 + + + 9 + 7 + 1 + + + 10 + 8 + 1 + + + 11 + 9 + 1 + + + 12 + 10 + 1 + + + 13 + 11 + 1 + + + 14 + 12 + 1 + + + 15 + 13 + 1 + + + 16 + 14 + 1 + + + 17 + 16 + 1 + + + 18 + 17 + 1 + + + 19 + 18 + 1 + + + 20 + 19 + 1 + + + 21 + 20 + 1 + + + 22 + 21 + 1 + + + 23 + 22 + 1 + + + 24 + 23 + 1 + + + 25 + 24 + 1 + + + 26 + 25 + 1 + + + 27 + 26 + 1 + + + 28 + 27 + 1 + + + 29 + 29 + 1 + + + 30 + 28 + 1 + + + 31 + 34 + 1 + + + 32 + 35 + 1 + + + 33 + 36 + 1 + + + 34 + 31 + 1 + + + 35 + 32 + 1 + + + 36 + 40 + 1 + + + 37 + 50 + 1 + + + 38 + 51 + 1 + + + 39 + 41 + 1 + + + 40 + 30 + 0 + + + 41 + 33 + 0 + + + 42 + 15 + 0 + + + 43 + 61 + 1 + + + 44 + 71 + 8 + + + 45 + 72 + 6 + + + 46 + 73 + 3 + + + 47 + 74 + 3 + + + 48 + 75 + 3 + + + 49 + 76 + 3 + + + 50 + 77 + 10 + + + 51 + 78 + 5 + + + 52 + 79 + 5 + + + 53 + 80 + 6 + + + 54 + 81 + 8 + + + 55 + 82 + 3 + + + 56 + 83 + 3 + + + 57 + 84 + 3 + + + 58 + 85 + 3 + + + 59 + 86 + 6 + + + 60 + 87 + 5 + + + 61 + 88 + 3 + + + 62 + 89 + 3 + + + 63 + 90 + 3 + + + 64 + 91 + 3 + + + 65 + 92 + 6 + + + 66 + 93 + 3 + + + 67 + 94 + 6 + + + 68 + 95 + 3 + + + 69 + 96 + 6 + + + 70 + 97 + 5 + + + 71 + 98 + 3 + + + 72 + 99 + 3 + + + 73 + 100 + 8 + + + 74 + 101 + 5 + + + 75 + 102 + 3 + + + 76 + 103 + 3 + + + 77 + 104 + 5 + + + 78 + 105 + 6 + + + 79 + 106 + 3 + + + 80 + 107 + 9 + + + 81 + 108 + 9 + + + 82 + 109 + 5 + + + 83 + 110 + 3 + + + 84 + 111 + 3 + + + 85 + 112 + 1 + + + 86 + 113 + 1 + + + 87 + 114 + 5 + + + 88 + 147 + 2 + + + 89 + 148 + 2 + + + 90 + 149 + 2 + + + 91 + 150 + 2 + + + 92 + 140 + 1 + + + 93 + 37 + 3 + + + 94 + 38 + 6 + + + 95 + 49 + 1 + + + 96 + 54 + 1 + + + 97 + 207 + 3 + + + 98 + 208 + 3 + + + 99 + 241 + 2 + + + 100 + 209 + 3 + + + 101 + 244 + 3 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Weapons.xml b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Weapons.xml new file mode 100644 index 000000000..deb23bbb7 --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Data/TableData/Weapons.xml @@ -0,0 +1,2357 @@ + + + + + 0 + nothing + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 1 + Glock 17 + 1 + 1 + 2 + 0 + 14 + 0 + 0 + 24 + 21 + 8 + 0 + 15 + 120 + 200 + 50 + 3 + 116 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 1 + 7 + + + 2 + Glock 18 + 1 + 2 + 2 + 0 + 14 + 5 + 15 + 24 + 21 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 117 + 154 + 100 + 106 + 156 + 5 + 0 + 5 + 1 + 7 + + + 3 + Beretta 92F + 1 + 1 + 2 + 0 + 16 + 0 + 0 + 23 + 22 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 118 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 1 + 7 + + + 4 + Beretta 93R + 1 + 2 + 2 + 0 + 11 + 5 + 15 + 23 + 22 + 9 + 0 + 15 + 120 + 200 + 50 + 3 + 119 + 154 + 100 + 106 + 156 + 5 + 0 + 5 + 1 + 7 + + + 5 + S&W Special + 1 + 1 + 1 + 0 + 11 + 0 + 0 + 23 + 22 + 6 + 0 + 6 + 130 + 200 + 45 + 3 + 120 + 0 + 100 + 106 + 156 + 0 + 0 + 5 + 0 + 7 + + + 6 + .357 Barracuda + 1 + 1 + 4 + 0 + 11 + 0 + 0 + 23 + 24 + 7 + 0 + 6 + 135 + 200 + 60 + 5 + 121 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 0 + 7 + + + 7 + .357 DesertEagle + 1 + 1 + 4 + 0 + 11 + 0 + 0 + 24 + 24 + 7 + 0 + 9 + 135 + 200 + 60 + 5 + 122 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 8 + .45 M1911 + 1 + 1 + 3 + 0 + 13 + 0 + 0 + 24 + 23 + 9 + 0 + 7 + 125 + 200 + 55 + 3 + 123 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 9 + H&K MP5K + 2 + 3 + 2 + 1 + 15 + 5 + 8 + 23 + 23 + 17 + 0 + 30 + 200 + 200 + 50 + 3 + 124 + 154 + 101 + 107 + 156 + 5 + 7 + 5 + 1 + 7 + + + 10 + .45 MAC-10 + 2 + 3 + 3 + 2 + 13 + 5 + 8 + 23 + 27 + 20 + 0 + 30 + 200 + 200 + 55 + 3 + 125 + 154 + 101 + 107 + 157 + 5 + 7 + 5 + 1 + 7 + + + 11 + Thompson M1A1 + 2 + 3 + 3 + 2 + 10 + 4 + 8 + 23 + 24 + 14 + 0 + 30 + 200 + 200 + 55 + 3 + 126 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 12 + Colt Commando + 2 + 3 + 8 + 2 + 15 + 4 + 8 + 20 + 29 + 23 + 0 + 30 + 240 + 200 + 72 + 7 + 127 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 13 + H&K MP53 + 2 + 3 + 8 + 2 + 12 + 3 + 8 + 22 + 25 + 15 + 0 + 30 + 200 + 200 + 72 + 7 + 128 + 154 + 101 + 107 + 157 + 5 + 4 + 5 + 1 + 7 + + + 14 + AKSU-74 + 2 + 3 + 7 + 2 + 17 + 4 + 8 + 21 + 26 + 21 + 0 + 30 + 200 + 200 + 72 + 7 + 129 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 15 + 5.7mm FN P90 + 2 + 3 + 12 + 2 + 15 + 5 + 8 + 21 + 30 + 42 + 0 + 50 + 225 + 200 + 45 + 3 + 130 + 154 + 101 + 107 + 156 + 5 + 7 + 5 + 1 + 7 + + + 16 + Type-85 + 2 + 3 + 10 + 1 + 10 + 4 + 11 + 23 + 23 + 12 + 0 + 30 + 200 + 200 + 45 + 3 + 131 + 154 + 101 + 107 + 157 + 5 + 5 + 5 + 1 + 7 + + + 17 + SKS + 3 + 4 + 10 + 2 + 13 + 0 + 0 + 22 + 31 + 24 + 0 + 10 + 300 + 200 + 80 + 8 + 132 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 18 + Dragunov + 3 + 5 + 10 + 5 + 11 + 0 + 0 + 21 + 36 + 42 + 0 + 10 + 750 + 200 + 90 + 8 + 133 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 15 + + + 19 + M24 + 3 + 5 + 9 + 5 + 8 + 0 + 0 + 21 + 36 + 32 + 0 + 5 + 800 + 200 + 90 + 8 + 134 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 15 + + + 20 + Steyr AUG + 3 + 6 + 8 + 2 + 13 + 3 + 8 + 20 + 30 + 38 + 0 + 30 + 500 + 200 + 77 + 7 + 135 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 21 + H&K G41 + 3 + 6 + 8 + 2 + 13 + 4 + 8 + 20 + 29 + 27 + 0 + 30 + 300 + 200 + 77 + 7 + 136 + 154 + 102 + 108 + 157 + 5 + 5 + 5 + 1 + 7 + + + 22 + Ruger Mini-14 + 3 + 4 + 8 + 2 + 13 + 0 + 0 + 20 + 30 + 20 + 0 + 30 + 250 + 200 + 77 + 7 + 137 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 23 + C-7 + 3 + 6 + 8 + 2 + 15 + 3 + 8 + 20 + 30 + 41 + 0 + 30 + 400 + 200 + 77 + 7 + 138 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 24 + FA-MAS + 3 + 6 + 8 + 2 + 17 + 5 + 8 + 20 + 30 + 32 + 0 + 30 + 250 + 200 + 77 + 7 + 139 + 154 + 102 + 108 + 157 + 5 + 7 + 5 + 1 + 7 + + + 25 + AK-74 + 3 + 6 + 7 + 2 + 17 + 3 + 8 + 20 + 28 + 30 + 0 + 30 + 350 + 200 + 77 + 7 + 140 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 26 + AKM + 3 + 6 + 10 + 2 + 17 + 3 + 11 + 22 + 29 + 25 + 0 + 30 + 250 + 200 + 80 + 8 + 141 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 27 + M-14 + 3 + 6 + 9 + 2 + 13 + 4 + 11 + 20 + 33 + 33 + 0 + 20 + 330 + 200 + 85 + 8 + 142 + 154 + 102 + 108 + 157 + 5 + 5 + 5 + 1 + 7 + + + 28 + FN-FAL + 3 + 6 + 9 + 2 + 17 + 3 + 11 + 20 + 32 + 41 + 0 + 20 + 425 + 200 + 85 + 8 + 143 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 29 + H&K G3A3 + 3 + 6 + 9 + 2 + 13 + 3 + 11 + 21 + 31 + 26 + 0 + 20 + 300 + 200 + 85 + 8 + 144 + 154 + 102 + 108 + 157 + 5 + 4 + 5 + 1 + 7 + + + 30 + H&K G11 + 3 + 6 + 11 + 2 + 13 + 3 + 6 + 20 + 27 + 40 + 0 + 50 + 300 + 200 + 70 + 7 + 145 + 154 + 102 + 108 + 157 + 1 + 4 + 5 + 1 + 7 + + + 31 + Remington M870 + 5 + 8 + 5 + 2 + 7 + 0 + 0 + 24 + 32 + 14 + 0 + 7 + 135 + 200 + 85 + 8 + 146 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 0 + 7 + + + 32 + SPAS-15 + 5 + 8 + 5 + 2 + 10 + 0 + 0 + 24 + 32 + 18 + 0 + 7 + 135 + 200 + 85 + 8 + 147 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 0 + 7 + + + 33 + CAWS + 5 + 8 + 6 + 2 + 10 + 3 + 11 + 24 + 40 + 44 + 0 + 10 + 135 + 200 + 85 + 8 + 148 + 154 + 103 + 109 + 157 + 5 + 0 + 5 + 1 + 7 + + + 34 + FN Minimi + 4 + 7 + 8 + 3 + 13 + 6 + 5 + 20 + 28 + 48 + 0 + 30 + 500 + 200 + 77 + 8 + 149 + 154 + 104 + 110 + 157 + 5 + 8 + 5 + 1 + 7 + + + 35 + RPK-74 + 4 + 7 + 7 + 2 + 13 + 5 + 5 + 21 + 30 + 49 + 0 + 30 + 500 + 200 + 77 + 8 + 150 + 154 + 104 + 110 + 157 + 5 + 7 + 5 + 1 + 7 + + + 36 + H&K 21E + 4 + 7 + 9 + 3 + 13 + 5 + 7 + 21 + 32 + 52 + 0 + 30 + 500 + 200 + 85 + 8 + 151 + 154 + 104 + 110 + 157 + 5 + 7 + 5 + 1 + 7 + + + 37 + Combat knife + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 18 + 5 + 0 + 0 + 40 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 38 + Throwing knife + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 15 + 4 + 0 + 0 + 150 + 200 + 2 + 0 + 152 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 39 + rock + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 40 + grenade launcher + 3 + 0 + 0 + 3 + 5 + 0 + 0 + 30 + 1 + 80 + 0 + 1 + 500 + 200 + 20 + 10 + 112 + 154 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 41 + mortar + 3 + 0 + 0 + 0 + 5 + 0 + 0 + 30 + 1 + 100 + 0 + 0 + 550 + 200 + 20 + 10 + 115 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 42 + another rock + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 43 + yng male claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 14 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 44 + yng fem claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 18 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 45 + old male claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 20 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 46 + old fem claws + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 24 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 47 + queen tentacles + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 20 + 1 + 0 + 0 + 70 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 48 + queen spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 20 + 1 + 0 + 50 + 300 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 49 + brass knuckles + 6 + 0 + 0 + 0 + 15 + 0 + 0 + 0 + 12 + 1 + 0 + 0 + 10 + 200 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 50 + underslung GL + 3 + 0 + 0 + 3 + 7 + 0 + 0 + 30 + 1 + 80 + 0 + 1 + 450 + 200 + 20 + 10 + 113 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 51 + rocket launcher + 3 + 0 + 0 + 0 + 5 + 0 + 0 + 30 + 80 + 80 + 0 + 1 + 500 + 200 + 80 + 10 + 114 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 52 + bloodcat claws + 6 + 0 + 0 + 0 + 14 + 0 + 0 + 0 + 12 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 53 + bloodcat bite + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 24 + 1 + 0 + 0 + 10 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 54 + machete + 6 + 0 + 0 + 0 + 9 + 0 + 0 + 0 + 24 + 6 + 0 + 0 + 40 + 200 + 2 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 55 + rocket rifle + 3 + 4 + 14 + 2 + 10 + 0 + 0 + 20 + 38 + 62 + 0 + 5 + 600 + 200 + 80 + 10 + 111 + 0 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + + 56 + automag III + 1 + 1 + 9 + 1 + 9 + 0 + 0 + 24 + 29 + 13 + 0 + 5 + 220 + 200 + 72 + 7 + 155 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 57 + infant spit + 7 + 0 + 13 + 0 + 13 + 0 + 0 + 250 + 12 + 1 + 0 + 5 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 58 + yng male spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 16 + 1 + 0 + 10 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 59 + old male spit + 7 + 0 + 13 + 0 + 10 + 0 + 0 + 250 + 20 + 1 + 0 + 20 + 200 + 200 + 10 + 5 + 175 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 60 + tank cannon + 3 + 0 + 0 + 0 + 8 + 0 + 0 + 30 + 80 + 80 + 0 + 1 + 800 + 200 + 90 + 10 + 153 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 61 + DART GUN + 1 + 1 + 15 + 1 + 13 + 0 + 0 + 25 + 2 + 10 + 0 + 1 + 200 + 200 + 0 + 0 + 0 + 0 + 100 + 106 + 157 + 0 + 0 + 5 + 1 + 7 + + + 62 + Bloody Thrw KN + 6 + 0 + 0 + 0 + 12 + 0 + 0 + 0 + 15 + 3 + 0 + 0 + 150 + 200 + 2 + 0 + 152 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 63 + Flamethrower + 5 + 8 + 16 + 2 + 10 + 0 + 0 + 24 + 60 + 53 + 0 + 5 + 130 + 200 + 40 + 8 + 148 + 154 + 103 + 109 + 157 + 0 + 0 + 5 + 1 + 7 + + + 64 + crowbar + 6 + 0 + 0 + 0 + 10 + 0 + 0 + 0 + 25 + 4 + 0 + 0 + 10 + 200 + 0 + 0 + 0 + 0 + 0 + 0 + 157 + 0 + 0 + 5 + 1 + 7 + + + 65 + auto rckt rifle + 3 + 6 + 14 + 2 + 12 + 5 + 10 + 20 + 38 + 97 + 0 + 5 + 600 + 200 + 80 + 10 + 111 + 154 + 102 + 108 + 157 + 0 + 0 + 5 + 1 + 7 + + diff --git a/gamedir-languages/Jagged Alliance 2 v1.13/Ja2.ini b/gamedir-languages/Jagged Alliance 2 v1.13/Ja2.ini new file mode 100644 index 000000000..ef3f1376e --- /dev/null +++ b/gamedir-languages/Jagged Alliance 2 v1.13/Ja2.ini @@ -0,0 +1,11 @@ +[Ja2 Settings] +CD=c +CUSTOM_DATA_LOCATION=Data-1.13 +; ----------------------------------------- +; Select the screen resolution of the game +; +; 0 ... 640x480 +; 1 ... 800x600 +; 2 ... 1024x768 +; ----------------------------------------- +SCREEN_RESOLUTION=1 diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_000.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_000.GAP new file mode 100644 index 000000000..1f69f7c19 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_000.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_006.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_006.GAP new file mode 100644 index 000000000..298606888 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_006.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_011.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_011.GAP new file mode 100644 index 000000000..bf2fa8f60 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_011.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_012.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_012.GAP new file mode 100644 index 000000000..c7883cf68 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_012.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_013.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_013.GAP new file mode 100644 index 000000000..0b1d09d4f Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_013.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_019.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_019.GAP new file mode 100644 index 000000000..e28f2de51 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_019.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_036.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_036.GAP new file mode 100644 index 000000000..f137f19cf Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_036.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_040.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_040.GAP new file mode 100644 index 000000000..afee2c3ed Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_040.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.GAP new file mode 100644 index 000000000..eed8e26f0 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.WAV new file mode 100644 index 000000000..01ee57d79 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_042.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_043.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_043.GAP new file mode 100644 index 000000000..a0d703ff0 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_043.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.GAP new file mode 100644 index 000000000..9ca7353c2 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.WAV new file mode 100644 index 000000000..38f852eef Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_045.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_051.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_051.GAP new file mode 100644 index 000000000..5ccb06647 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_051.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.GAP new file mode 100644 index 000000000..a9491f2c3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.WAV new file mode 100644 index 000000000..0b7f1714e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_056.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_057.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_057.GAP new file mode 100644 index 000000000..1a306c8f1 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_057.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_059.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_059.GAP new file mode 100644 index 000000000..a549e5ec9 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_059.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_067.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_067.GAP new file mode 100644 index 000000000..7ceba1ce0 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_067.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_073.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_073.GAP new file mode 100644 index 000000000..75adf743e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_073.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_092.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_092.GAP new file mode 100644 index 000000000..7ceba1ce0 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_092.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_113.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_113.GAP new file mode 100644 index 000000000..7894ef548 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_113.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_ATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_ATTN.GAP new file mode 100644 index 000000000..ce1375265 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_ATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_COOL.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_COOL.GAP new file mode 100644 index 000000000..d5443dc5a Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_COOL.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_DYING.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_DYING.GAP new file mode 100644 index 000000000..c19306e16 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_DYING.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_ENEM.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_ENEM.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_ENEM.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_GOTIT.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_GOTIT.GAP new file mode 100644 index 000000000..6775304b3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_LAUGH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LAUGH.GAP new file mode 100644 index 000000000..3e1c7b598 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_LMATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LMATTN.GAP new file mode 100644 index 000000000..6f071b350 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_LOCKED.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LOCKED.GAP new file mode 100644 index 000000000..d9592a323 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/165_NOTH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/165_NOTH.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/165_NOTH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_000.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_000.GAP new file mode 100644 index 000000000..0e6629ae7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_000.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_001.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_001.GAP new file mode 100644 index 000000000..657b8b7e9 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_001.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_003.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_003.GAP new file mode 100644 index 000000000..657b8b7e9 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_003.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_004.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_004.GAP new file mode 100644 index 000000000..7dd23a145 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_004.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_006.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_006.GAP new file mode 100644 index 000000000..6d3a372df Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_006.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_007.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_007.GAP new file mode 100644 index 000000000..494551762 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_007.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_020.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_020.GAP new file mode 100644 index 000000000..e4d92f07c Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_020.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_022.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_022.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_022.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_027.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_027.GAP new file mode 100644 index 000000000..355a3e119 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_027.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_040.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_040.GAP new file mode 100644 index 000000000..494551762 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_040.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.GAP new file mode 100644 index 000000000..5ec9c46b2 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.WAV new file mode 100644 index 000000000..97fb58208 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_042.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_043.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_043.GAP new file mode 100644 index 000000000..23213cc29 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_043.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_044.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_044.GAP new file mode 100644 index 000000000..c2e5a5f45 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_044.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_052.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_052.GAP new file mode 100644 index 000000000..2e240e8f4 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_052.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.GAP new file mode 100644 index 000000000..78ea87875 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.WAV new file mode 100644 index 000000000..4100b6b29 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_056.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_058.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_058.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_058.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_064.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_064.GAP new file mode 100644 index 000000000..6acb37962 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_064.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_065.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_065.GAP new file mode 100644 index 000000000..5df39b5c8 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_065.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_067.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_067.GAP new file mode 100644 index 000000000..8dfa6611d Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_067.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_074.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_074.GAP new file mode 100644 index 000000000..e2b02d00d Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_074.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_078.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_078.GAP new file mode 100644 index 000000000..255f27d0e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_078.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_087.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_087.GAP new file mode 100644 index 000000000..03e70d657 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_087.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_091.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_091.GAP new file mode 100644 index 000000000..4b6dfcc92 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_091.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_092.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_092.GAP new file mode 100644 index 000000000..8dfa6611d Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_092.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_094.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_094.GAP new file mode 100644 index 000000000..7dd23a145 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_094.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_103.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_103.GAP new file mode 100644 index 000000000..62a19e754 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_103.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_ATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_ATTN.GAP new file mode 100644 index 000000000..3e1c7b598 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_ATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_CURSE.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_CURSE.GAP new file mode 100644 index 000000000..e73f482f0 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_CURSE.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_GOTIT.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_GOTIT.GAP new file mode 100644 index 000000000..5488a7bfa Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_LAUGH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_LAUGH.GAP new file mode 100644 index 000000000..4a230a0d3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_LOCKED.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_LOCKED.GAP new file mode 100644 index 000000000..452be9082 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/166_NOTH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/166_NOTH.GAP new file mode 100644 index 000000000..24b9d5ca8 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/166_NOTH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_000.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_000.GAP new file mode 100644 index 000000000..30cb50b1f Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_000.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_001.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_001.GAP new file mode 100644 index 000000000..ad85931c1 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_001.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_002.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_002.GAP new file mode 100644 index 000000000..1ca9264eb Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_002.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_004.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_004.GAP new file mode 100644 index 000000000..5a6c0c330 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_004.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_008.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_008.GAP new file mode 100644 index 000000000..3e52c69a7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_008.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_009.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_009.GAP new file mode 100644 index 000000000..3e52c69a7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_009.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_010.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_010.GAP new file mode 100644 index 000000000..1ca9264eb Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_010.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_013.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_013.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_013.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_014.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_014.GAP new file mode 100644 index 000000000..56335a28f Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_014.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_015.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_015.GAP new file mode 100644 index 000000000..ef305c4b3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_015.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_020.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_020.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_020.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_022.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_022.GAP new file mode 100644 index 000000000..3caed7a71 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_022.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_026.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_026.GAP new file mode 100644 index 000000000..7aadc01a1 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_026.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_035.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_035.GAP new file mode 100644 index 000000000..a8185914f Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_035.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_036.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_036.GAP new file mode 100644 index 000000000..dd1d5b1ee Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_036.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_041.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_041.GAP new file mode 100644 index 000000000..452b5aba3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_041.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.GAP new file mode 100644 index 000000000..94e84249f Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.WAV new file mode 100644 index 000000000..c65001747 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_042.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_043.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_043.GAP new file mode 100644 index 000000000..de9340d3b Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_043.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.GAP new file mode 100644 index 000000000..ca03f7680 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.WAV new file mode 100644 index 000000000..f16086853 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_045.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_052.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_052.GAP new file mode 100644 index 000000000..2a5168169 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_052.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.GAP new file mode 100644 index 000000000..70b78940e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.WAV new file mode 100644 index 000000000..491a9e343 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_056.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_059.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_059.GAP new file mode 100644 index 000000000..9b12a7997 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_059.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_060.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_060.GAP new file mode 100644 index 000000000..dcf9a4712 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_060.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_064.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_064.GAP new file mode 100644 index 000000000..e9d244110 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_064.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_065.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_065.GAP new file mode 100644 index 000000000..fab815cfd Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_065.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_070.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_070.GAP new file mode 100644 index 000000000..081d8eac3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_070.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_074.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_074.GAP new file mode 100644 index 000000000..6aec19daa Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_074.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_078.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_078.GAP new file mode 100644 index 000000000..afc7a8b2c Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_078.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_083.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_083.GAP new file mode 100644 index 000000000..046d6b7fe Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_083.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_100.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_100.GAP new file mode 100644 index 000000000..5a6c0c330 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_100.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_ATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_ATTN.GAP new file mode 100644 index 000000000..e0016129e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_ATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_CURSE.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_CURSE.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_CURSE.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_DYING.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_DYING.GAP new file mode 100644 index 000000000..7aa5b5f83 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_DYING.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_ENEM.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_ENEM.GAP new file mode 100644 index 000000000..bfcb94aa1 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_ENEM.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_GOTIT.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_GOTIT.GAP new file mode 100644 index 000000000..c7fed90f4 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_HIT1.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_HIT1.GAP new file mode 100644 index 000000000..0e6629ae7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_HIT1.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_LAUGH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LAUGH.GAP new file mode 100644 index 000000000..40b8a1ac4 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMATTN.GAP new file mode 100644 index 000000000..ac4e41895 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK1.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK1.GAP new file mode 100644 index 000000000..e1e720a30 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK1.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK2.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK2.GAP new file mode 100644 index 000000000..cb7e22adf Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LMOK2.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_LOCKED.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LOCKED.GAP new file mode 100644 index 000000000..72bb9c0d9 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_NOTH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_NOTH.GAP new file mode 100644 index 000000000..59aa493a7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_NOTH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/167_OK1.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/167_OK1.GAP new file mode 100644 index 000000000..a50f15461 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/167_OK1.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_011.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_011.GAP new file mode 100644 index 000000000..885a8b01e Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_011.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_020.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_020.GAP new file mode 100644 index 000000000..0d98a7224 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_020.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_025.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_025.GAP new file mode 100644 index 000000000..1fdf92256 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_025.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.GAP new file mode 100644 index 000000000..b36e14855 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.WAV new file mode 100644 index 000000000..7a87bf07d Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_042.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_045.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_045.GAP new file mode 100644 index 000000000..e6d0489da Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_045.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.GAP new file mode 100644 index 000000000..f458f0fd6 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.WAV b/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.WAV new file mode 100644 index 000000000..bb06b33d1 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_056.WAV differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_061.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_061.GAP new file mode 100644 index 000000000..a4414401c Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_061.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_ATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_ATTN.GAP new file mode 100644 index 000000000..ce1375265 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_ATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_COOL.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_COOL.GAP new file mode 100644 index 000000000..7b51fadf7 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_COOL.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT1.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT1.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT1.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT2.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT2.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_HIT2.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_LAUGH.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LAUGH.GAP new file mode 100644 index 000000000..0461358a3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMATTN.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMATTN.GAP new file mode 100644 index 000000000..961035674 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMOK2.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMOK2.GAP new file mode 100644 index 000000000..28de6f4c9 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LMOK2.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_LOCKED.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LOCKED.GAP new file mode 100644 index 000000000..0f2113071 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/English/Data-1.13/Speech/168_OK2.GAP b/gamedir-languages/Speech/English/Data-1.13/Speech/168_OK2.GAP new file mode 100644 index 000000000..daae5b0d3 Binary files /dev/null and b/gamedir-languages/Speech/English/Data-1.13/Speech/168_OK2.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Mercedt/166.EDT b/gamedir-languages/Speech/German/Data-1.13/Mercedt/166.EDT new file mode 100644 index 000000000..859d64c8d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Mercedt/166.EDT differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Mercedt/167.EDT b/gamedir-languages/Speech/German/Data-1.13/Mercedt/167.EDT new file mode 100644 index 000000000..74bbd11ab Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Mercedt/167.EDT differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Mercedt/168.EDT b/gamedir-languages/Speech/German/Data-1.13/Mercedt/168.EDT new file mode 100644 index 000000000..89391e905 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Mercedt/168.EDT differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.GAP new file mode 100644 index 000000000..6e59ed6a5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.WAV new file mode 100644 index 000000000..64f921364 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_076.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.GAP new file mode 100644 index 000000000..fbba97ac3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.WAV new file mode 100644 index 000000000..4a4bb9d2c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_077.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.GAP new file mode 100644 index 000000000..af6d2eb5d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.WAV new file mode 100644 index 000000000..beca73f2c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_078.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.GAP new file mode 100644 index 000000000..1fbfac940 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.WAV new file mode 100644 index 000000000..4d2347334 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_079.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.GAP new file mode 100644 index 000000000..9e3219423 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.WAV new file mode 100644 index 000000000..b76492093 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_080.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.GAP new file mode 100644 index 000000000..b38b324a6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.WAV new file mode 100644 index 000000000..7975b632c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_081.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.GAP new file mode 100644 index 000000000..d210e7cad Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.WAV new file mode 100644 index 000000000..8a632e1aa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_083.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.GAP b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.GAP new file mode 100644 index 000000000..da744ab56 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.WAV b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.WAV new file mode 100644 index 000000000..bdaebac01 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/NPC_Speech/159_82.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.GAP new file mode 100644 index 000000000..1f69f7c19 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.WAV new file mode 100644 index 000000000..3fa2610a4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_000.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.GAP new file mode 100644 index 000000000..97e299f5e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.WAV new file mode 100644 index 000000000..e4f0f591c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_001.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.GAP new file mode 100644 index 000000000..e55634a98 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.WAV new file mode 100644 index 000000000..8f387d585 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_002.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.GAP new file mode 100644 index 000000000..298606888 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.WAV new file mode 100644 index 000000000..d534e260f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_006.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.GAP new file mode 100644 index 000000000..fd4180f3d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.WAV new file mode 100644 index 000000000..18f99ff42 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_008.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.GAP new file mode 100644 index 000000000..19c292adc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.WAV new file mode 100644 index 000000000..121c17c09 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_011.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.GAP new file mode 100644 index 000000000..17bdcac7c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.WAV new file mode 100644 index 000000000..96a6ec4f4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_012.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.GAP new file mode 100644 index 000000000..0b1d09d4f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.WAV new file mode 100644 index 000000000..5f9e15745 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_013.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.GAP new file mode 100644 index 000000000..d4ce96d76 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.WAV new file mode 100644 index 000000000..c14a75f7e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_014.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.GAP new file mode 100644 index 000000000..4b30c1d89 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.WAV new file mode 100644 index 000000000..d6ba98b15 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_015.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.GAP new file mode 100644 index 000000000..63014e50b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.WAV new file mode 100644 index 000000000..d43f905c6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_016.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.GAP new file mode 100644 index 000000000..c0ccfe0d7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.WAV new file mode 100644 index 000000000..8c68abd65 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_017.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.GAP new file mode 100644 index 000000000..e28f2de51 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.WAV new file mode 100644 index 000000000..070c4cc98 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_019.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.GAP new file mode 100644 index 000000000..04caad393 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.WAV new file mode 100644 index 000000000..671ca5a47 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_020.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.GAP new file mode 100644 index 000000000..6c9d49283 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.WAV new file mode 100644 index 000000000..9c9b927d2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_021.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.GAP new file mode 100644 index 000000000..081016838 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.WAV new file mode 100644 index 000000000..437c8a86b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_022.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.GAP new file mode 100644 index 000000000..bba3bf20e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.WAV new file mode 100644 index 000000000..503538a63 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_023.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.GAP new file mode 100644 index 000000000..c57e10713 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.WAV new file mode 100644 index 000000000..005b0c79a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_024.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.GAP new file mode 100644 index 000000000..cdf8ca9b2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.WAV new file mode 100644 index 000000000..57a81a330 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_025.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.GAP new file mode 100644 index 000000000..ac2b37f97 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.WAV new file mode 100644 index 000000000..e8fa41743 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_026.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.GAP new file mode 100644 index 000000000..e963a9bfe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.WAV new file mode 100644 index 000000000..a688f23dd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_027.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.GAP new file mode 100644 index 000000000..babde2703 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.WAV new file mode 100644 index 000000000..71b55e9cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_029.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.GAP new file mode 100644 index 000000000..f792210be Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.WAV new file mode 100644 index 000000000..f382052c1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_030.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.GAP new file mode 100644 index 000000000..69fb52e88 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.WAV new file mode 100644 index 000000000..7a02cab83 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_031.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.GAP new file mode 100644 index 000000000..82ebbf38c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.WAV new file mode 100644 index 000000000..41e948533 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_032.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.GAP new file mode 100644 index 000000000..bce2ce674 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.WAV new file mode 100644 index 000000000..e88cf2c9a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_033.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.GAP new file mode 100644 index 000000000..6d759b0ea Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.WAV new file mode 100644 index 000000000..0345e0dc7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_034.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.GAP new file mode 100644 index 000000000..48af1af1e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.WAV new file mode 100644 index 000000000..dc7666412 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_035.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.GAP new file mode 100644 index 000000000..f137f19cf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.WAV new file mode 100644 index 000000000..fc492c832 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_036.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.GAP new file mode 100644 index 000000000..32e98215b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.WAV new file mode 100644 index 000000000..8ce2b8c3f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_039.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.GAP new file mode 100644 index 000000000..afee2c3ed Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.WAV new file mode 100644 index 000000000..0ab7bd3fa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_040.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.GAP new file mode 100644 index 000000000..ef2f23243 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.WAV new file mode 100644 index 000000000..7ffbd582e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_041.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.GAP new file mode 100644 index 000000000..eed8e26f0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.WAV new file mode 100644 index 000000000..01ee57d79 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_042.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.GAP new file mode 100644 index 000000000..b1528dcfc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.WAV new file mode 100644 index 000000000..c072c3ecf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_043.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.GAP new file mode 100644 index 000000000..6dcde83be Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.WAV new file mode 100644 index 000000000..b4641da7f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_044.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.GAP new file mode 100644 index 000000000..9ca7353c2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.WAV new file mode 100644 index 000000000..38f852eef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_045.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.GAP new file mode 100644 index 000000000..cb5e87242 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.WAV new file mode 100644 index 000000000..629b73439 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_046.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.GAP new file mode 100644 index 000000000..b3627d81b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.WAV new file mode 100644 index 000000000..c63705348 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_047.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.GAP new file mode 100644 index 000000000..994050967 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.WAV new file mode 100644 index 000000000..f3d91537f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_048.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.GAP new file mode 100644 index 000000000..f152630f8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.WAV new file mode 100644 index 000000000..6d091c208 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_049.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.GAP new file mode 100644 index 000000000..c133333ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.WAV new file mode 100644 index 000000000..f40e29540 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_050.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.GAP new file mode 100644 index 000000000..5ccb06647 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.WAV new file mode 100644 index 000000000..5c653dd2a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_051.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.GAP new file mode 100644 index 000000000..b15e03f54 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.WAV new file mode 100644 index 000000000..acb827854 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_052.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.GAP new file mode 100644 index 000000000..04ad122b8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.WAV new file mode 100644 index 000000000..871b08ac6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_053.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.GAP new file mode 100644 index 000000000..a9491f2c3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.WAV new file mode 100644 index 000000000..0b7f1714e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_056.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.GAP new file mode 100644 index 000000000..1a306c8f1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.WAV new file mode 100644 index 000000000..2a5446c12 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_057.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.GAP new file mode 100644 index 000000000..8a0410236 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.WAV new file mode 100644 index 000000000..cb0dbe437 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_058.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.GAP new file mode 100644 index 000000000..a549e5ec9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.WAV new file mode 100644 index 000000000..1349d4ef7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_059.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.GAP new file mode 100644 index 000000000..8b6575f66 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.WAV new file mode 100644 index 000000000..38768cb68 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_060.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.GAP new file mode 100644 index 000000000..aeff1941e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.WAV new file mode 100644 index 000000000..20f55ddd0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_062.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.GAP new file mode 100644 index 000000000..81a380fb5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.WAV new file mode 100644 index 000000000..3c0967ed6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_064.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.GAP new file mode 100644 index 000000000..5634c1aec Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.WAV new file mode 100644 index 000000000..0bf4e2314 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_065.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_067.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_067.GAP new file mode 100644 index 000000000..7ceba1ce0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_067.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.GAP new file mode 100644 index 000000000..c3a44e68c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.WAV new file mode 100644 index 000000000..8de669509 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_068.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.GAP new file mode 100644 index 000000000..405fc6d8a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.WAV new file mode 100644 index 000000000..80f20281c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_069.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.GAP new file mode 100644 index 000000000..0f0600944 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.WAV new file mode 100644 index 000000000..f3c1a606a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_070.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.GAP new file mode 100644 index 000000000..75adf743e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.WAV new file mode 100644 index 000000000..b0cc99ef5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_073.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.GAP new file mode 100644 index 000000000..94c4bcfa0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.WAV new file mode 100644 index 000000000..6d86333e9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_074.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.GAP new file mode 100644 index 000000000..fb47b4a7e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.WAV new file mode 100644 index 000000000..d73d15bac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_075.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.GAP new file mode 100644 index 000000000..fdad032f5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.WAV new file mode 100644 index 000000000..f914fb48b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_076.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.GAP new file mode 100644 index 000000000..66ce02bd6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.WAV new file mode 100644 index 000000000..7eb10489c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_078.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.GAP new file mode 100644 index 000000000..f07cc96a3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.WAV new file mode 100644 index 000000000..ff1610d3d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_079.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.GAP new file mode 100644 index 000000000..fbfb8c241 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.WAV new file mode 100644 index 000000000..779c52623 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_080.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.GAP new file mode 100644 index 000000000..eb3589674 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.WAV new file mode 100644 index 000000000..e0fc34364 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_081.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.GAP new file mode 100644 index 000000000..306c4699f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.WAV new file mode 100644 index 000000000..5a4da5e14 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_082.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.GAP new file mode 100644 index 000000000..588886a25 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.WAV new file mode 100644 index 000000000..531d4bdea Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_083.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.GAP new file mode 100644 index 000000000..f4185d2b1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.WAV new file mode 100644 index 000000000..f1280c895 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_084.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.GAP new file mode 100644 index 000000000..bd6f120c8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.WAV new file mode 100644 index 000000000..5d2fb969c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_085.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.GAP new file mode 100644 index 000000000..0903d0f15 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.WAV new file mode 100644 index 000000000..37e90200c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_086.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.GAP new file mode 100644 index 000000000..87c1775e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.WAV new file mode 100644 index 000000000..ffcd14b30 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_087.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.GAP new file mode 100644 index 000000000..0b6b7e9d5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.WAV new file mode 100644 index 000000000..07f8282ef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_088.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.GAP new file mode 100644 index 000000000..25daf9343 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.WAV new file mode 100644 index 000000000..8129d0a7f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_089.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.GAP new file mode 100644 index 000000000..a1a78a5f6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.WAV new file mode 100644 index 000000000..962c85e4d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_090.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.GAP new file mode 100644 index 000000000..d3b15c8ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.WAV new file mode 100644 index 000000000..fbb420034 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_091.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.GAP new file mode 100644 index 000000000..11e04ece8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.WAV new file mode 100644 index 000000000..e2e8a67d7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_092.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.GAP new file mode 100644 index 000000000..b3d9f64b1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.WAV new file mode 100644 index 000000000..3421a422e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_093.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.GAP new file mode 100644 index 000000000..aedbc9f28 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.WAV new file mode 100644 index 000000000..e8796805b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_094.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.GAP new file mode 100644 index 000000000..27554377e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.WAV new file mode 100644 index 000000000..9b067404c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_095.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.GAP new file mode 100644 index 000000000..f2c8a97d5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.WAV new file mode 100644 index 000000000..4757b363c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_096.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.GAP new file mode 100644 index 000000000..b3a3e70e3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.WAV new file mode 100644 index 000000000..57c20ad62 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_097.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.GAP new file mode 100644 index 000000000..63023b8d8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.WAV new file mode 100644 index 000000000..49c7e7130 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_098.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.GAP new file mode 100644 index 000000000..c693ef179 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.WAV new file mode 100644 index 000000000..b5843bf58 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_099.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.GAP new file mode 100644 index 000000000..3a686ca34 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.WAV new file mode 100644 index 000000000..2daf5cd84 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_100.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.GAP new file mode 100644 index 000000000..c407aebd6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.WAV new file mode 100644 index 000000000..0372b3326 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_101.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.GAP new file mode 100644 index 000000000..d53c2adb2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.WAV new file mode 100644 index 000000000..19223d109 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_102.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.GAP new file mode 100644 index 000000000..a882d8a49 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.WAV new file mode 100644 index 000000000..ee81dd82e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_103.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.GAP new file mode 100644 index 000000000..7ae5461f4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.WAV new file mode 100644 index 000000000..f9cc5ac75 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_104.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.GAP new file mode 100644 index 000000000..f0392e948 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.WAV new file mode 100644 index 000000000..94bda1e39 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_105.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.GAP new file mode 100644 index 000000000..2b11936c9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.WAV new file mode 100644 index 000000000..26892ab58 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_106.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.GAP new file mode 100644 index 000000000..75d693405 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.WAV new file mode 100644 index 000000000..40e164d80 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_107.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.GAP new file mode 100644 index 000000000..15e59e03a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.WAV new file mode 100644 index 000000000..f03bf24ef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_108.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.GAP new file mode 100644 index 000000000..080ab87f4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.WAV new file mode 100644 index 000000000..d6b9da186 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_109.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.GAP new file mode 100644 index 000000000..fe71b69a5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.WAV new file mode 100644 index 000000000..9881e7956 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_110.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.GAP new file mode 100644 index 000000000..c6d98038d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.WAV new file mode 100644 index 000000000..228c07a95 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_111.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.GAP new file mode 100644 index 000000000..463be706c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.WAV new file mode 100644 index 000000000..367c43701 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_112.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.GAP new file mode 100644 index 000000000..7894ef548 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.WAV new file mode 100644 index 000000000..19291a3ba Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_113.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.GAP new file mode 100644 index 000000000..d7cf0604c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.WAV new file mode 100644 index 000000000..03e01c273 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_114.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.GAP new file mode 100644 index 000000000..e8c0edd14 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.WAV new file mode 100644 index 000000000..62156a776 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_115.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.GAP new file mode 100644 index 000000000..460d338c1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.WAV new file mode 100644 index 000000000..0198e301d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_116.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.GAP new file mode 100644 index 000000000..ce1375265 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.WAV new file mode 100644 index 000000000..a086fd5a0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.GAP new file mode 100644 index 000000000..d5443dc5a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.WAV new file mode 100644 index 000000000..233a6a6cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_CURSE.WAV new file mode 100644 index 000000000..141c3986a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_DIE.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_DIE.WAV new file mode 100644 index 000000000..7cce5a21e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_DIE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_DYING.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_DYING.GAP new file mode 100644 index 000000000..c19306e16 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_DYING.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEM.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEM.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEM.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEMY.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEMY.WAV new file mode 100644 index 000000000..ab65c5fd5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_ENEMY.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.GAP new file mode 100644 index 000000000..6775304b3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.WAV new file mode 100644 index 000000000..ea665fefe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT1.WAV new file mode 100644 index 000000000..71f938e2a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT2.WAV new file mode 100644 index 000000000..79a7d7712 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HUMM.WAV new file mode 100644 index 000000000..6357f2356 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.GAP new file mode 100644 index 000000000..3e1c7b598 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.WAV new file mode 100644 index 000000000..16f1d4298 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM ATTN.WAV new file mode 100644 index 000000000..bf6f050e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK1.WAV new file mode 100644 index 000000000..4928f924c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK2.WAV new file mode 100644 index 000000000..5a022a8b3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LM OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LMATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LMATTN.GAP new file mode 100644 index 000000000..6f071b350 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.GAP new file mode 100644 index 000000000..d9592a323 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.WAV new file mode 100644 index 000000000..c6283544a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.GAP new file mode 100644 index 000000000..86bf1e068 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.WAV new file mode 100644 index 000000000..f57f0c4dc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK1.WAV new file mode 100644 index 000000000..fdd083a60 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK2.WAV new file mode 100644 index 000000000..89239fcd5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/165_OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.gap new file mode 100644 index 000000000..e59b2984b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.wav new file mode 100644 index 000000000..e13ef41e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_000.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_001.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_001.wav new file mode 100644 index 000000000..7b7a39316 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_001.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.gap new file mode 100644 index 000000000..7abb12fdb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.wav new file mode 100644 index 000000000..6648beec7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_002.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_006.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_006.wav new file mode 100644 index 000000000..45abf0dac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_006.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.gap new file mode 100644 index 000000000..5bdfb56f9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.wav new file mode 100644 index 000000000..230f09a98 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_008.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.gap new file mode 100644 index 000000000..709be6994 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.wav new file mode 100644 index 000000000..374c389d9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_011.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.gap new file mode 100644 index 000000000..49e0a32fc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.wav new file mode 100644 index 000000000..fbf0c0134 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_012.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.gap new file mode 100644 index 000000000..96848788d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.wav new file mode 100644 index 000000000..d54aba3c0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_013.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.gap new file mode 100644 index 000000000..cb61140f9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.wav new file mode 100644 index 000000000..bd32e4c0c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_014.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.gap new file mode 100644 index 000000000..e53b6ed37 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.wav new file mode 100644 index 000000000..d506b655a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_015.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.gap new file mode 100644 index 000000000..47e712df0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.wav new file mode 100644 index 000000000..6048c118e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_016.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.gap new file mode 100644 index 000000000..9b2735103 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.wav new file mode 100644 index 000000000..ea321e085 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_017.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.gap new file mode 100644 index 000000000..916ce74f6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.wav new file mode 100644 index 000000000..ec2c10397 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_019.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_020.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_020.wav new file mode 100644 index 000000000..06ef0180f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_020.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_021.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_021.wav new file mode 100644 index 000000000..4c0e8da15 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_021.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_022.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_022.wav new file mode 100644 index 000000000..c6f64530e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_022.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.gap new file mode 100644 index 000000000..62ecf8ea7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.wav new file mode 100644 index 000000000..1bc3f6948 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_023.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.gap new file mode 100644 index 000000000..71f36b95c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.wav new file mode 100644 index 000000000..b4e7c4532 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_024.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.gap new file mode 100644 index 000000000..688610321 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.wav new file mode 100644 index 000000000..6ea92968a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_025.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.gap new file mode 100644 index 000000000..ccc8459b7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.wav new file mode 100644 index 000000000..e723f95be Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_026.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_027.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_027.wav new file mode 100644 index 000000000..713427f15 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_027.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.gap new file mode 100644 index 000000000..98cf918bf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.wav new file mode 100644 index 000000000..922c8b14a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_029.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.gap new file mode 100644 index 000000000..3bd857f2c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.wav new file mode 100644 index 000000000..6fb9e3b43 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_030.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.gap new file mode 100644 index 000000000..388db9e9e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.wav new file mode 100644 index 000000000..239c62f2a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_033.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.gap new file mode 100644 index 000000000..16bcf4856 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.wav new file mode 100644 index 000000000..c6599b304 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_035.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.gap new file mode 100644 index 000000000..b9eba0d4b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.wav new file mode 100644 index 000000000..265621ec6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_036.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.gap new file mode 100644 index 000000000..fd94f82f8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.wav new file mode 100644 index 000000000..af6501da2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_039.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.gap new file mode 100644 index 000000000..c7db53796 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.wav new file mode 100644 index 000000000..1af110464 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_040.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.gap new file mode 100644 index 000000000..2dec44ba1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.wav new file mode 100644 index 000000000..15ec1fedd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_041.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.gap new file mode 100644 index 000000000..d816c25af Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.wav new file mode 100644 index 000000000..3a86fee54 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_043.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.gap new file mode 100644 index 000000000..0360a3f09 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.wav new file mode 100644 index 000000000..310a98a77 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_044.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.gap new file mode 100644 index 000000000..d007e3b3f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.wav new file mode 100644 index 000000000..612967ed8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_046.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.gap new file mode 100644 index 000000000..231c930f7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.wav new file mode 100644 index 000000000..ed5dbe54e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_047.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.gap new file mode 100644 index 000000000..91a851c78 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.wav new file mode 100644 index 000000000..2fc31e065 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_048.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.gap new file mode 100644 index 000000000..6491e5037 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.wav new file mode 100644 index 000000000..54fb2544d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_049.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.gap new file mode 100644 index 000000000..f624327e3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.wav new file mode 100644 index 000000000..fb76a95f3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_050.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.gap new file mode 100644 index 000000000..0ea380a9a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.wav new file mode 100644 index 000000000..0721a97aa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_051.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_052.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_052.wav new file mode 100644 index 000000000..944c81a44 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_052.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.gap new file mode 100644 index 000000000..2e2b1f9e2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.wav new file mode 100644 index 000000000..411556f20 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_053.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.gap new file mode 100644 index 000000000..696385478 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.wav new file mode 100644 index 000000000..093d573bc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_057.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.gap new file mode 100644 index 000000000..971825b3e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.wav new file mode 100644 index 000000000..91dcec169 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_058.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.gap new file mode 100644 index 000000000..132b28ef2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.wav new file mode 100644 index 000000000..5bf1789cd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_059.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.gap new file mode 100644 index 000000000..e5d5c0a8b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.wav new file mode 100644 index 000000000..9ed65ace4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_060.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.gap new file mode 100644 index 000000000..b2cb8052a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.wav new file mode 100644 index 000000000..6fdfc818f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_062.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.gap new file mode 100644 index 000000000..61da0fa1b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.wav new file mode 100644 index 000000000..b5ae159a2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_064.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_065.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_065.wav new file mode 100644 index 000000000..4536506a2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_065.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_068.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_068.wav new file mode 100644 index 000000000..90382bd90 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_068.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.gap new file mode 100644 index 000000000..313d7427b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.wav new file mode 100644 index 000000000..a1d9e0d6e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_069.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.gap new file mode 100644 index 000000000..e028287ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.wav new file mode 100644 index 000000000..8345cda30 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_070.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.gap new file mode 100644 index 000000000..d508284d2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.wav new file mode 100644 index 000000000..f964b0530 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_073.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.gap new file mode 100644 index 000000000..1d560710c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.wav new file mode 100644 index 000000000..ac1736e33 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_074.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.gap new file mode 100644 index 000000000..4e3075358 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.wav new file mode 100644 index 000000000..ea9feedab Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_075.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.gap new file mode 100644 index 000000000..591500e57 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.wav new file mode 100644 index 000000000..363163ef9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_076.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.gap new file mode 100644 index 000000000..db4450b37 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.wav new file mode 100644 index 000000000..7e21fe175 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_078.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.gap new file mode 100644 index 000000000..ede3ea25d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.wav new file mode 100644 index 000000000..9dd8c7eb4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_079.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.gap new file mode 100644 index 000000000..d4c55eb2f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.wav new file mode 100644 index 000000000..1e933adef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_080.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.gap new file mode 100644 index 000000000..35e780f44 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.wav new file mode 100644 index 000000000..2f668f736 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_081.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.gap new file mode 100644 index 000000000..d4dc4d15e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.wav new file mode 100644 index 000000000..63319530f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_082.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.gap new file mode 100644 index 000000000..e3f396280 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.wav new file mode 100644 index 000000000..0257439cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_083.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.gap new file mode 100644 index 000000000..a0e156683 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.wav new file mode 100644 index 000000000..5a6b0a2f9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_084.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.gap new file mode 100644 index 000000000..1247c484d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.wav new file mode 100644 index 000000000..7c87f930b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_085.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.gap new file mode 100644 index 000000000..71818f238 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.wav new file mode 100644 index 000000000..4b19c1cc0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_086.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_087.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_087.wav new file mode 100644 index 000000000..a3396d653 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_087.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.gap new file mode 100644 index 000000000..f47ce7637 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.wav new file mode 100644 index 000000000..ec6dd600a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_088.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.gap new file mode 100644 index 000000000..65a52aef5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.wav new file mode 100644 index 000000000..a7a28989b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_089.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.gap new file mode 100644 index 000000000..1b3b7dafe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.wav new file mode 100644 index 000000000..d6c92d889 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_090.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_091.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_091.wav new file mode 100644 index 000000000..674fcb644 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_091.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_092.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_092.wav new file mode 100644 index 000000000..dcbc32b7e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_092.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.gap new file mode 100644 index 000000000..a61a17f26 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.wav new file mode 100644 index 000000000..48a9a8cf0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_093.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.gap new file mode 100644 index 000000000..fd17b8f49 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.wav new file mode 100644 index 000000000..1b04da66e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_094.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.gap new file mode 100644 index 000000000..9a32089e6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.wav new file mode 100644 index 000000000..6223d31ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_095.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.gap new file mode 100644 index 000000000..5fa6f612f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.wav new file mode 100644 index 000000000..14fbbe0fc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_096.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.gap new file mode 100644 index 000000000..45ee4436d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.wav new file mode 100644 index 000000000..38bc5661b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_097.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.gap new file mode 100644 index 000000000..773b0fc48 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.wav new file mode 100644 index 000000000..f5d8cf481 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_098.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.gap new file mode 100644 index 000000000..03f41606e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.wav new file mode 100644 index 000000000..62b9474f3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_099.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.gap new file mode 100644 index 000000000..e3f67eb25 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.wav new file mode 100644 index 000000000..511130992 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_100.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.gap new file mode 100644 index 000000000..d80e079a3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.wav new file mode 100644 index 000000000..9e21701de Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_101.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.gap new file mode 100644 index 000000000..a0bb68b7c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.wav new file mode 100644 index 000000000..414208f0e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_102.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_103.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_103.wav new file mode 100644 index 000000000..308025bfa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_103.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.gap new file mode 100644 index 000000000..dbbe4bf72 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.wav new file mode 100644 index 000000000..b22a8682a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_104.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.gap new file mode 100644 index 000000000..55eba32e4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.wav new file mode 100644 index 000000000..12ba7863f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_105.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.gap new file mode 100644 index 000000000..5dea14a55 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.wav new file mode 100644 index 000000000..87fecedee Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_106.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.gap new file mode 100644 index 000000000..025a26613 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.wav new file mode 100644 index 000000000..1208d04af Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_107.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.gap new file mode 100644 index 000000000..e5a774096 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.wav new file mode 100644 index 000000000..ec7a693a0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_108.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.gap new file mode 100644 index 000000000..599d65b54 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.wav new file mode 100644 index 000000000..5c4f0b1ef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_109.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.gap new file mode 100644 index 000000000..8e54081a9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.wav new file mode 100644 index 000000000..267fa4996 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_110.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.gap new file mode 100644 index 000000000..46db1f861 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.wav new file mode 100644 index 000000000..889ca103a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_111.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.gap new file mode 100644 index 000000000..ebe9a0f39 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.wav new file mode 100644 index 000000000..0d1c186a8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_112.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.gap new file mode 100644 index 000000000..c4df3bf24 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.wav new file mode 100644 index 000000000..c60859e34 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_113.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.gap new file mode 100644 index 000000000..49cb96983 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.wav new file mode 100644 index 000000000..18aebb706 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_114.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.gap new file mode 100644 index 000000000..3894cf442 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.wav new file mode 100644 index 000000000..537953b6e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_115.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.gap new file mode 100644 index 000000000..a82c23270 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.wav new file mode 100644 index 000000000..7465d5c53 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_116.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.GAP new file mode 100644 index 000000000..3e1c7b598 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.WAV new file mode 100644 index 000000000..7996cafbc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_COOL.WAV new file mode 100644 index 000000000..f07b083fb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.GAP new file mode 100644 index 000000000..e73f482f0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.WAV new file mode 100644 index 000000000..0321caa54 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_DYING.WAV new file mode 100644 index 000000000..21a5d6436 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ENEM.WAV new file mode 100644 index 000000000..991c88f7a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.GAP new file mode 100644 index 000000000..5488a7bfa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.WAV new file mode 100644 index 000000000..1e9686c87 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT1.WAV new file mode 100644 index 000000000..3dc92c86f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT2.WAV new file mode 100644 index 000000000..d6ee59ab5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HUMM.WAV new file mode 100644 index 000000000..c38863cfe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.GAP new file mode 100644 index 000000000..4a230a0d3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.WAV new file mode 100644 index 000000000..aa1772c66 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMATTN.WAV new file mode 100644 index 000000000..33cc9c252 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK1.WAV new file mode 100644 index 000000000..47a0df9bd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK2.WAV new file mode 100644 index 000000000..9de9b932f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.GAP new file mode 100644 index 000000000..452be9082 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.WAV new file mode 100644 index 000000000..ceb5b80bb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.GAP new file mode 100644 index 000000000..24b9d5ca8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.WAV new file mode 100644 index 000000000..16e9eb521 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK1.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK1.wav new file mode 100644 index 000000000..b4990fe2f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK1.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK2.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK2.wav new file mode 100644 index 000000000..a62c9e550 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/166_OK2.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_000.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_000.wav new file mode 100644 index 000000000..830671f06 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_000.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_001.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_001.wav new file mode 100644 index 000000000..1ab04a033 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_001.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_002.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_002.wav new file mode 100644 index 000000000..8abd9f115 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_002.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.gap new file mode 100644 index 000000000..6935c2923 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.wav new file mode 100644 index 000000000..bb4e067f1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_006.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_008.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_008.wav new file mode 100644 index 000000000..9523578c1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_008.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.gap new file mode 100644 index 000000000..cac670bb8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.wav new file mode 100644 index 000000000..caed74b50 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_011.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.gap new file mode 100644 index 000000000..0ff6106f5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.wav new file mode 100644 index 000000000..8eaf0fc6c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_012.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_013.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_013.wav new file mode 100644 index 000000000..b8826aae3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_013.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_014.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_014.wav new file mode 100644 index 000000000..828c154ee Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_014.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_015.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_015.wav new file mode 100644 index 000000000..bc2a546de Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_015.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.gap new file mode 100644 index 000000000..862a2c371 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.wav new file mode 100644 index 000000000..f5393564a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_016.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.gap new file mode 100644 index 000000000..4ad5c5b7c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.wav new file mode 100644 index 000000000..c2e8d82c1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_019.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_020.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_020.wav new file mode 100644 index 000000000..0a6ca02cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_020.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.gap new file mode 100644 index 000000000..50de65b7c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.wav new file mode 100644 index 000000000..0ad690dac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_021.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_022.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_022.wav new file mode 100644 index 000000000..d0ac0e0f5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_022.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.gap new file mode 100644 index 000000000..6ffb094f2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.wav new file mode 100644 index 000000000..ea428141a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_023.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.gap new file mode 100644 index 000000000..fb5059e14 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.wav new file mode 100644 index 000000000..9f31cea18 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_024.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.gap new file mode 100644 index 000000000..15996e920 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.wav new file mode 100644 index 000000000..59a46f30d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_025.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.gap new file mode 100644 index 000000000..4fb49d33a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.wav new file mode 100644 index 000000000..3fd8d21f4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_026.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.gap new file mode 100644 index 000000000..d0bec44ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.wav new file mode 100644 index 000000000..b6261acaf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_027.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.gap new file mode 100644 index 000000000..be442bb36 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.wav new file mode 100644 index 000000000..f8395271f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_033.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.gap new file mode 100644 index 000000000..201025509 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.wav new file mode 100644 index 000000000..b58022045 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_034.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.gap new file mode 100644 index 000000000..1648c213f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.wav new file mode 100644 index 000000000..73cf28816 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_035.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_036.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_036.wav new file mode 100644 index 000000000..3096a5e8c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_036.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.gap new file mode 100644 index 000000000..43a6eeaca Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.wav new file mode 100644 index 000000000..f09c428b2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_039.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.gap new file mode 100644 index 000000000..1cf6d3c52 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.wav new file mode 100644 index 000000000..57ff760cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_040.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_041.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_041.wav new file mode 100644 index 000000000..73c88c5b3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_041.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.gap new file mode 100644 index 000000000..3b71952eb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.wav new file mode 100644 index 000000000..6549166b0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_043.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.gap new file mode 100644 index 000000000..0db4b043e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.wav new file mode 100644 index 000000000..179ea80cc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_046.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.gap new file mode 100644 index 000000000..b53e35cbf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.wav new file mode 100644 index 000000000..2a10ab267 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_047.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.gap new file mode 100644 index 000000000..a529b2658 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.wav new file mode 100644 index 000000000..0cb48bf1b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_048.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.gap new file mode 100644 index 000000000..5ed0ee3d0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.wav new file mode 100644 index 000000000..896598cbf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_051.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_052.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_052.wav new file mode 100644 index 000000000..263e62073 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_052.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.gap new file mode 100644 index 000000000..e78b73c85 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.wav new file mode 100644 index 000000000..085ff64f1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_057.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.gap new file mode 100644 index 000000000..c8e692036 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.wav new file mode 100644 index 000000000..c8ec5bcd2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_058.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_059.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_059.wav new file mode 100644 index 000000000..0d1680918 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_059.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_060.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_060.wav new file mode 100644 index 000000000..a036ff9f9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_060.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.gap new file mode 100644 index 000000000..15aff8172 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.wav new file mode 100644 index 000000000..0a9d583a2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_062.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_064.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_064.wav new file mode 100644 index 000000000..290f4fcb5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_064.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.gap new file mode 100644 index 000000000..8190fcbd1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.wav new file mode 100644 index 000000000..976abc100 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_065.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.gap new file mode 100644 index 000000000..0de0ea73a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.wav new file mode 100644 index 000000000..5dfdec1bd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_068.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.gap new file mode 100644 index 000000000..e32c33c56 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.wav new file mode 100644 index 000000000..0cd11e851 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_069.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_070.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_070.wav new file mode 100644 index 000000000..39661b8d5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_070.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.gap new file mode 100644 index 000000000..6b5fdf903 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.wav new file mode 100644 index 000000000..bb923c8fa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_073.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_074.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_074.wav new file mode 100644 index 000000000..9e82d1424 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_074.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.gap new file mode 100644 index 000000000..93f18785f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.wav new file mode 100644 index 000000000..cbf8eef08 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_075.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.gap new file mode 100644 index 000000000..043aaed4c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.wav new file mode 100644 index 000000000..0421e6050 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_076.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_078.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_078.wav new file mode 100644 index 000000000..077790b2a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_078.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.gap new file mode 100644 index 000000000..435d22165 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.wav new file mode 100644 index 000000000..c83895e94 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_079.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_083.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_083.wav new file mode 100644 index 000000000..dd21840f2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_083.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.gap new file mode 100644 index 000000000..8a10aba3e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.wav new file mode 100644 index 000000000..ef3dd43ef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_084.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.gap new file mode 100644 index 000000000..22fb1c526 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.wav new file mode 100644 index 000000000..45a0a06a4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_087.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.gap new file mode 100644 index 000000000..23412a828 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.wav new file mode 100644 index 000000000..fcb54d7c0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_089.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.gap new file mode 100644 index 000000000..207b16a89 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.wav new file mode 100644 index 000000000..3800e1c7f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_090.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.gap new file mode 100644 index 000000000..be1ae155b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.wav new file mode 100644 index 000000000..df8c8d317 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_091.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.gap new file mode 100644 index 000000000..6b8eed3dd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.wav new file mode 100644 index 000000000..1167a33aa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_092.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.gap new file mode 100644 index 000000000..9facc45cf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.wav new file mode 100644 index 000000000..c73c3aad3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_093.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.gap new file mode 100644 index 000000000..2ba250d33 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.wav new file mode 100644 index 000000000..8910919d2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_094.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.gap new file mode 100644 index 000000000..f650a3d6a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.wav new file mode 100644 index 000000000..6f9722837 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_095.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.gap new file mode 100644 index 000000000..482f69f1c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.wav new file mode 100644 index 000000000..1b96f5ab1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_097.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.gap new file mode 100644 index 000000000..4ecd904b2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.wav new file mode 100644 index 000000000..cacc878d6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_099.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_100.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_100.wav new file mode 100644 index 000000000..41ea1a542 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_100.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.gap new file mode 100644 index 000000000..3b78d07a9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.wav new file mode 100644 index 000000000..afa55aca1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_101.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.gap new file mode 100644 index 000000000..631be02cc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.wav new file mode 100644 index 000000000..2a240aeff Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_102.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.gap new file mode 100644 index 000000000..fc54134fa Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.wav new file mode 100644 index 000000000..1a97cc1ad Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_103.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.gap new file mode 100644 index 000000000..ce97ef009 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.wav new file mode 100644 index 000000000..a4d29956b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_104.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.gap new file mode 100644 index 000000000..25091db78 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.wav new file mode 100644 index 000000000..fafb8d083 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_106.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.gap new file mode 100644 index 000000000..a3ce344c7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.wav new file mode 100644 index 000000000..ad32d0230 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_108.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.gap new file mode 100644 index 000000000..3f3376583 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.wav new file mode 100644 index 000000000..8fa31fae0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_109.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.gap new file mode 100644 index 000000000..cd4894274 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.wav new file mode 100644 index 000000000..0169b1869 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_110.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.gap new file mode 100644 index 000000000..ab660ac83 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.wav new file mode 100644 index 000000000..a2043a267 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_111.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.gap new file mode 100644 index 000000000..ee5c9c65f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.wav new file mode 100644 index 000000000..0488f3fdc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_112.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.gap new file mode 100644 index 000000000..b5c09f2f3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.wav new file mode 100644 index 000000000..c42074428 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_113.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.gap new file mode 100644 index 000000000..d1892ce09 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.wav new file mode 100644 index 000000000..06d74fd40 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_114.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.gap new file mode 100644 index 000000000..7766f5245 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.wav new file mode 100644 index 000000000..605100e28 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_115.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.gap new file mode 100644 index 000000000..0bac649f0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.wav new file mode 100644 index 000000000..7abccbdb1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_116.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.GAP new file mode 100644 index 000000000..e0016129e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.WAV new file mode 100644 index 000000000..a22ec51e9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_COOL.WAV new file mode 100644 index 000000000..d297a7763 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.WAV new file mode 100644 index 000000000..dac0709a6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.GAP new file mode 100644 index 000000000..7aa5b5f83 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.WAV new file mode 100644 index 000000000..22f1a327e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.GAP new file mode 100644 index 000000000..bfcb94aa1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.WAV new file mode 100644 index 000000000..44137d757 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.GAP new file mode 100644 index 000000000..c7fed90f4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.WAV new file mode 100644 index 000000000..316f45570 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.GAP new file mode 100644 index 000000000..0e6629ae7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.WAV new file mode 100644 index 000000000..188f3b907 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT2.WAV new file mode 100644 index 000000000..14c57551c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HUMM.WAV new file mode 100644 index 000000000..9b38845e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.GAP new file mode 100644 index 000000000..40b8a1ac4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.WAV new file mode 100644 index 000000000..961196891 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.GAP new file mode 100644 index 000000000..ac4e41895 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.WAV new file mode 100644 index 000000000..d9df7a4cc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.GAP new file mode 100644 index 000000000..e1e720a30 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.WAV new file mode 100644 index 000000000..4f353c904 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.GAP new file mode 100644 index 000000000..cb7e22adf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.WAV new file mode 100644 index 000000000..270d1d128 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.GAP new file mode 100644 index 000000000..72bb9c0d9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.WAV new file mode 100644 index 000000000..de0c694b4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.GAP new file mode 100644 index 000000000..59aa493a7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.WAV new file mode 100644 index 000000000..4ade50a0b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.gap new file mode 100644 index 000000000..a50f15461 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.wav new file mode 100644 index 000000000..afa965369 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK1.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK2.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK2.wav new file mode 100644 index 000000000..5b73cd26b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/167_OK2.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.gap new file mode 100644 index 000000000..5e5cef084 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.wav new file mode 100644 index 000000000..699f6c7c3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_000.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.gap new file mode 100644 index 000000000..8c89d4ff4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.wav new file mode 100644 index 000000000..f530b863f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_001.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.gap new file mode 100644 index 000000000..de278e6c7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.wav new file mode 100644 index 000000000..521a93163 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_002.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.gap new file mode 100644 index 000000000..b5b34c721 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.wav new file mode 100644 index 000000000..d3d24253c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_006.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.gap new file mode 100644 index 000000000..74483617e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.wav new file mode 100644 index 000000000..292dad709 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_008.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_011.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_011.wav new file mode 100644 index 000000000..b22a90b73 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_011.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.gap new file mode 100644 index 000000000..4c6a9367f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.wav new file mode 100644 index 000000000..fe9615859 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_012.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.gap new file mode 100644 index 000000000..95e9b84ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.wav new file mode 100644 index 000000000..966f016c6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_013.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.gap new file mode 100644 index 000000000..4de9e41c5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.wav new file mode 100644 index 000000000..a575e2a19 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_014.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.gap new file mode 100644 index 000000000..bcb931dae Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.wav new file mode 100644 index 000000000..6c34c09b6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_019.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_020.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_020.wav new file mode 100644 index 000000000..73f499998 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_020.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.gap new file mode 100644 index 000000000..16b35beeb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.wav new file mode 100644 index 000000000..1aa7d770f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_021.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.gap new file mode 100644 index 000000000..16646d82f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.wav new file mode 100644 index 000000000..5b8ff7104 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_022.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.gap new file mode 100644 index 000000000..aa819f368 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.wav new file mode 100644 index 000000000..a9455328b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_023.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.gap new file mode 100644 index 000000000..140da7914 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.wav new file mode 100644 index 000000000..1e355a562 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_024.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.gap new file mode 100644 index 000000000..025f1f3c0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.wav new file mode 100644 index 000000000..6a00ced3a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_025.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.gap new file mode 100644 index 000000000..65c7ff50a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.wav new file mode 100644 index 000000000..29685bed1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_026.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.gap new file mode 100644 index 000000000..95ac394b0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.wav new file mode 100644 index 000000000..7fc5f9255 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_027.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.gap new file mode 100644 index 000000000..959e72167 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.wav new file mode 100644 index 000000000..99d664734 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_033.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.gap new file mode 100644 index 000000000..b482f455e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.wav new file mode 100644 index 000000000..8c176b577 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_034.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.gap new file mode 100644 index 000000000..991e9d451 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.wav new file mode 100644 index 000000000..c4244cf03 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_035.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.gap new file mode 100644 index 000000000..c1c4ed4eb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.wav new file mode 100644 index 000000000..b0937b278 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_036.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.gap new file mode 100644 index 000000000..e17ac0101 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.wav new file mode 100644 index 000000000..e2e0f556c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_039.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.gap new file mode 100644 index 000000000..2ae5b2de5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.wav new file mode 100644 index 000000000..fc5ac620f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_040.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.gap new file mode 100644 index 000000000..51f3e5f36 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.wav new file mode 100644 index 000000000..d52415138 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_041.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.gap new file mode 100644 index 000000000..f1fecaa98 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.wav new file mode 100644 index 000000000..d1b7ddaab Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_043.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.gap new file mode 100644 index 000000000..ea4f0f7c4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.wav new file mode 100644 index 000000000..a4e0415ce Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_044.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.gap new file mode 100644 index 000000000..7ca8ce4ac Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.wav new file mode 100644 index 000000000..c1f69ee4e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_046.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.gap new file mode 100644 index 000000000..e54e2033f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.wav new file mode 100644 index 000000000..80221b6a2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_047.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.gap new file mode 100644 index 000000000..395fe918f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.wav new file mode 100644 index 000000000..ea9c12e5a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_048.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.gap new file mode 100644 index 000000000..ccb770482 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.wav new file mode 100644 index 000000000..83a724520 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_057.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.gap new file mode 100644 index 000000000..4a972227e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.wav new file mode 100644 index 000000000..a35ad12a1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_058.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.gap new file mode 100644 index 000000000..53ea16107 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.wav new file mode 100644 index 000000000..b99eae798 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_059.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.gap new file mode 100644 index 000000000..5ebf91af0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.wav new file mode 100644 index 000000000..09feadd7a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_060.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_061.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_061.wav new file mode 100644 index 000000000..d23b0e733 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_061.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.gap new file mode 100644 index 000000000..937806bc4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.wav new file mode 100644 index 000000000..c3b9cf7ef Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_064.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.gap new file mode 100644 index 000000000..cca9126fd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.wav new file mode 100644 index 000000000..886c6caa3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_065.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.gap new file mode 100644 index 000000000..3c6674b7d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.wav new file mode 100644 index 000000000..f529b2145 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_068.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.gap new file mode 100644 index 000000000..9cf296933 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.wav new file mode 100644 index 000000000..bda5b6ec8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_069.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.gap new file mode 100644 index 000000000..89a8bbb5b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.wav new file mode 100644 index 000000000..203148ec4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_070.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.gap new file mode 100644 index 000000000..e953b0ff0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.wav new file mode 100644 index 000000000..cb78e8b0f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_073.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.gap new file mode 100644 index 000000000..07aa92bf0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.wav new file mode 100644 index 000000000..954fdce73 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_074.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.gap new file mode 100644 index 000000000..7be2a6c8e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.wav new file mode 100644 index 000000000..1ff63ad2f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_075.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.gap new file mode 100644 index 000000000..601903e05 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.wav new file mode 100644 index 000000000..2af1c0fce Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_076.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.gap new file mode 100644 index 000000000..e4a652c6e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.wav new file mode 100644 index 000000000..96a89ebbc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_078.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.gap new file mode 100644 index 000000000..e3a762fb7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.wav new file mode 100644 index 000000000..c2accef3c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_079.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.gap new file mode 100644 index 000000000..8d75b221e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.wav new file mode 100644 index 000000000..a524f3ada Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_083.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.gap new file mode 100644 index 000000000..8f0eeca2b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.wav new file mode 100644 index 000000000..58dff8d6e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_084.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.gap new file mode 100644 index 000000000..8d39fc91c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.wav new file mode 100644 index 000000000..07742da14 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_089.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.gap new file mode 100644 index 000000000..ccf155363 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.wav new file mode 100644 index 000000000..27e4355b3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_090.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.gap new file mode 100644 index 000000000..e7cd55c7e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.wav new file mode 100644 index 000000000..24954bc1e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_091.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.gap new file mode 100644 index 000000000..1d96dd146 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.wav new file mode 100644 index 000000000..6b9672eed Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_092.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.gap new file mode 100644 index 000000000..bdbdb2bf1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.wav new file mode 100644 index 000000000..498e5ece2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_093.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.gap new file mode 100644 index 000000000..4f9d832c8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.wav new file mode 100644 index 000000000..003c89faf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_094.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.gap new file mode 100644 index 000000000..7f644f467 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.wav new file mode 100644 index 000000000..48a1bc143 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_095.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.gap new file mode 100644 index 000000000..325f8aea1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.wav new file mode 100644 index 000000000..7ab6b3631 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_096.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.gap new file mode 100644 index 000000000..f330f250a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.wav new file mode 100644 index 000000000..7b73550da Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_097.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.gap new file mode 100644 index 000000000..3f9ba63b0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.wav new file mode 100644 index 000000000..9b96890d7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_098.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.gap new file mode 100644 index 000000000..49a49c132 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.wav new file mode 100644 index 000000000..471ad37a5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_099.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.gap new file mode 100644 index 000000000..1c0585991 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.wav new file mode 100644 index 000000000..a27573bd1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_101.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.gap new file mode 100644 index 000000000..69d026876 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.wav new file mode 100644 index 000000000..7936000b0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_102.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.gap new file mode 100644 index 000000000..65874578d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.wav new file mode 100644 index 000000000..f883e71eb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_103.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.gap new file mode 100644 index 000000000..aec55965c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.wav new file mode 100644 index 000000000..5c4807077 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_104.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.gap new file mode 100644 index 000000000..f8060558b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.wav new file mode 100644 index 000000000..131478b56 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_106.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.gap new file mode 100644 index 000000000..741a7e0f1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.wav new file mode 100644 index 000000000..879fa8d24 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_107.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.gap new file mode 100644 index 000000000..26a68d5cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.wav new file mode 100644 index 000000000..fd8812edc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_108.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.gap new file mode 100644 index 000000000..3816804b0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.wav new file mode 100644 index 000000000..4b955f1e1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_109.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.gap new file mode 100644 index 000000000..1a447eae1 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.wav new file mode 100644 index 000000000..c5c2afea3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_110.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.gap new file mode 100644 index 000000000..a75d8bf78 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.wav new file mode 100644 index 000000000..5904fde08 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_111.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.gap new file mode 100644 index 000000000..33986b71f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.wav new file mode 100644 index 000000000..9ae3ec371 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_112.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.gap new file mode 100644 index 000000000..152747bc6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.wav new file mode 100644 index 000000000..3129a3dd2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_114.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.gap new file mode 100644 index 000000000..b7fcbbb63 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.wav new file mode 100644 index 000000000..6b8748f96 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_115.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.gap new file mode 100644 index 000000000..232dba2e9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.wav new file mode 100644 index 000000000..9143bb51d Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_116.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.gap new file mode 100644 index 000000000..2b10c7329 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.wav new file mode 100644 index 000000000..2029d6fc3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_117.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.GAP new file mode 100644 index 000000000..ce1375265 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.WAV new file mode 100644 index 000000000..971a4f7a7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.GAP new file mode 100644 index 000000000..7b51fadf7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.WAV new file mode 100644 index 000000000..3c919f97a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_CURSE.WAV new file mode 100644 index 000000000..d31f0e0e4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_DYING.WAV new file mode 100644 index 000000000..8df550c52 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ENEM.WAV new file mode 100644 index 000000000..0a21480e0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_GOTIT.WAV new file mode 100644 index 000000000..eb65888d5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.WAV new file mode 100644 index 000000000..4e71900d2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.GAP new file mode 100644 index 000000000..6bfc45284 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.WAV new file mode 100644 index 000000000..9e85108ca Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HUMM.WAV new file mode 100644 index 000000000..721fb0f85 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.GAP new file mode 100644 index 000000000..0461358a3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.WAV new file mode 100644 index 000000000..908c48aee Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.GAP new file mode 100644 index 000000000..961035674 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.WAV new file mode 100644 index 000000000..ffa21eabf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK1.WAV new file mode 100644 index 000000000..66eb21b89 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.GAP new file mode 100644 index 000000000..28de6f4c9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.WAV new file mode 100644 index 000000000..26ffea62c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.GAP b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.GAP new file mode 100644 index 000000000..0f2113071 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.GAP differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.WAV new file mode 100644 index 000000000..a0ccb65f0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/Speech/168_NOTH.WAV new file mode 100644 index 000000000..7a662d7be Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK1.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK1.wav new file mode 100644 index 000000000..f30956c58 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK1.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.gap b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.gap new file mode 100644 index 000000000..daae5b0d3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.gap differ diff --git a/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.wav b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.wav new file mode 100644 index 000000000..e04126920 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/Speech/168_OK2.wav differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ATTN.WAV new file mode 100644 index 000000000..a086fd5a0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_COOL.WAV new file mode 100644 index 000000000..233a6a6cb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_CURSE.WAV new file mode 100644 index 000000000..141c3986a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_DIE.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_DIE.WAV new file mode 100644 index 000000000..7cce5a21e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_DIE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ENEMY.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ENEMY.WAV new file mode 100644 index 000000000..ab65c5fd5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_ENEMY.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_GOTIT.WAV new file mode 100644 index 000000000..ea665fefe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT1.WAV new file mode 100644 index 000000000..71f938e2a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT2.WAV new file mode 100644 index 000000000..79a7d7712 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HUMM.WAV new file mode 100644 index 000000000..6357f2356 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LAUGH.WAV new file mode 100644 index 000000000..16f1d4298 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM ATTN.WAV new file mode 100644 index 000000000..bf6f050e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK1.WAV new file mode 100644 index 000000000..4928f924c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK2.WAV new file mode 100644 index 000000000..5a022a8b3 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LM OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LOCKED.WAV new file mode 100644 index 000000000..c6283544a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_NOTH.WAV new file mode 100644 index 000000000..f57f0c4dc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK1.WAV new file mode 100644 index 000000000..fdd083a60 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK2.WAV new file mode 100644 index 000000000..89239fcd5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/165_OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ATTN.WAV new file mode 100644 index 000000000..7996cafbc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_COOL.WAV new file mode 100644 index 000000000..f07b083fb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_CURSE.WAV new file mode 100644 index 000000000..0321caa54 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_DYING.WAV new file mode 100644 index 000000000..21a5d6436 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ENEM.WAV new file mode 100644 index 000000000..991c88f7a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_GOTIT.WAV new file mode 100644 index 000000000..1e9686c87 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT1.WAV new file mode 100644 index 000000000..3dc92c86f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT2.WAV new file mode 100644 index 000000000..d6ee59ab5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HUMM.WAV new file mode 100644 index 000000000..c38863cfe Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LAUGH.WAV new file mode 100644 index 000000000..aa1772c66 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMATTN.WAV new file mode 100644 index 000000000..33cc9c252 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK1.WAV new file mode 100644 index 000000000..47a0df9bd Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK2.WAV new file mode 100644 index 000000000..9de9b932f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LOCKED.WAV new file mode 100644 index 000000000..ceb5b80bb Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_NOTH.WAV new file mode 100644 index 000000000..16e9eb521 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK1.WAV new file mode 100644 index 000000000..b4990fe2f Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK2.WAV new file mode 100644 index 000000000..a62c9e550 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/166_OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ATTN.WAV new file mode 100644 index 000000000..a22ec51e9 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_COOL.WAV new file mode 100644 index 000000000..d297a7763 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_CURSE.WAV new file mode 100644 index 000000000..dac0709a6 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_DYING.WAV new file mode 100644 index 000000000..22f1a327e Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ENEM.WAV new file mode 100644 index 000000000..44137d757 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_GOTIT.WAV new file mode 100644 index 000000000..316f45570 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT1.WAV new file mode 100644 index 000000000..188f3b907 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT2.WAV new file mode 100644 index 000000000..14c57551c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HUMM.WAV new file mode 100644 index 000000000..9b38845e8 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LAUGH.WAV new file mode 100644 index 000000000..961196891 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMATTN.WAV new file mode 100644 index 000000000..d9df7a4cc Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK1.WAV new file mode 100644 index 000000000..4f353c904 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK2.WAV new file mode 100644 index 000000000..270d1d128 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LOCKED.WAV new file mode 100644 index 000000000..de0c694b4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_NOTH.WAV new file mode 100644 index 000000000..4ade50a0b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK1.WAV new file mode 100644 index 000000000..afa965369 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK2.WAV new file mode 100644 index 000000000..5b73cd26b Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/167_OK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ATTN.WAV new file mode 100644 index 000000000..971a4f7a7 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_COOL.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_COOL.WAV new file mode 100644 index 000000000..3c919f97a Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_COOL.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_CURSE.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_CURSE.WAV new file mode 100644 index 000000000..d31f0e0e4 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_CURSE.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_DYING.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_DYING.WAV new file mode 100644 index 000000000..8df550c52 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_DYING.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ENEM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ENEM.WAV new file mode 100644 index 000000000..0a21480e0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_ENEM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_GOTIT.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_GOTIT.WAV new file mode 100644 index 000000000..eb65888d5 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_GOTIT.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT1.WAV new file mode 100644 index 000000000..4e71900d2 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT2.WAV new file mode 100644 index 000000000..9e85108ca Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HIT2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HUMM.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HUMM.WAV new file mode 100644 index 000000000..721fb0f85 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_HUMM.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LAUGH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LAUGH.WAV new file mode 100644 index 000000000..908c48aee Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LAUGH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMATTN.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMATTN.WAV new file mode 100644 index 000000000..ffa21eabf Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMATTN.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK1.WAV new file mode 100644 index 000000000..66eb21b89 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK2.WAV new file mode 100644 index 000000000..26ffea62c Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LMOK2.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LOCKED.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LOCKED.WAV new file mode 100644 index 000000000..a0ccb65f0 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_LOCKED.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_NOTH.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_NOTH.WAV new file mode 100644 index 000000000..7a662d7be Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_NOTH.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK1.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK1.WAV new file mode 100644 index 000000000..f30956c58 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK1.WAV differ diff --git a/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK2.WAV b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK2.WAV new file mode 100644 index 000000000..e04126920 Binary files /dev/null and b/gamedir-languages/Speech/German/Data-1.13/battlesnds/168_OK2.WAV differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/SNOWBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/T/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/T/SNOWBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/50/T/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/SNOWBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/T/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/T/SNOWBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/51/T/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/SNOWBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/T/SNOWBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/T/SNOWBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/52/T/SNOWBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/53/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/54/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/DOOR_07.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/DOOR_07.JSD new file mode 100644 index 000000000..91aa92a06 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/DOOR_07.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1.STI new file mode 100644 index 000000000..241422e03 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1S.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1S.STI new file mode 100644 index 000000000..90721e706 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/55/T/SPOT_1S.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/56/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/DOOR_07.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/DOOR_07.JSD new file mode 100644 index 000000000..91aa92a06 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/DOOR_07.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/57/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/DOOR_07.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/DOOR_07.JSD new file mode 100644 index 000000000..91aa92a06 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/DOOR_07.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/58/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/DOOR_07.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/DOOR_07.JSD new file mode 100644 index 000000000..91aa92a06 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/DOOR_07.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.JSD b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.JSD new file mode 100644 index 000000000..a84859ec7 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.JSD differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.STI new file mode 100644 index 000000000..2cbaa9e07 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAGS.STI new file mode 100644 index 000000000..8f9132e89 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAG.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAG.STI new file mode 100644 index 000000000..3901d6238 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAG.STI differ diff --git a/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAGS.STI b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAGS.STI new file mode 100644 index 000000000..ce5111ae4 Binary files /dev/null and b/gamedir-languages/Tilesets/Data-1.13/Tilesets/59/T/SANDBAGS.STI differ diff --git a/gamedir-languages/Tilesets/readme-ubtilesets.txt b/gamedir-languages/Tilesets/readme-ubtilesets.txt new file mode 100644 index 000000000..41b64200c --- /dev/null +++ b/gamedir-languages/Tilesets/readme-ubtilesets.txt @@ -0,0 +1,27 @@ +JA2 UB tilesets for JA2. +Snap + +This package contains files that are necessary to import maps using JA2 UB +tilesets #50-59 into JA2. + +Installation: Unpack the archive into the JA2 main directory. The files will be +unpacked into Data-1.13 subdirectory. If you are using a different custom data +directory, you need to move all of the included files and subdirectories there: + +Binarydata\ja2set.dat +Tilesets\50 +... +Tilesets\59 + +Notes: + +This add-on will only work in JA2 1.13, or any version of JA2 that has been +modified to accept tilesets with numbers 50 or higher. Alternatively, the UB +tilesets can be used to replace existing JA2 tilesets (for that, ja2set.dat +needs to be modified accordingly). + +Maps created with the UB editor or original UB campaign maps need to be +converted to JA2 format first. + +In tilesets 53-59 snow-covered graphics, such as sandbags, were replaced with +more appropriate JA2 graphics.