summaryrefslogtreecommitdiff
path: root/json/items/gun/40.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/40.json')
-rw-r--r--json/items/gun/40.json27
1 files changed, 22 insertions, 5 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json
index 8148c40..cde749f 100644
--- a/json/items/gun/40.json
+++ b/json/items/gun/40.json
@@ -5,8 +5,14 @@
"type": "GUN",
"name": { "str_sp": "H&K USP .40" },
"weight": "748 g",
- "ammo": "40",
- "magazines": [ [ "40", [ "usp40mag" ] ] ]
+ "ammo": [ "40" ],
+ "pocket_data": [
+ {
+ "magazine_well": "250 ml",
+ "pocket_type": "MAGAZINE_WELL",
+ "item_restriction": [ "usp40mag" ]
+ }
+ ]
},
{
"id": "hk_p30_40",
@@ -18,7 +24,13 @@
"price": 75000,
"price_postapoc": 3000,
"min_cycle_recoil": 400,
- "magazines": [ [ "40", [ "p3040mag" ] ] ],
+ "pocket_data": [
+ {
+ "magazine_well": "250 ml",
+ "pocket_type": "MAGAZINE_WELL",
+ "item_restriction": [ "p3040mag" ]
+ }
+ ],
"built_in_mods": [ "pistol_grip" ]
},
{
@@ -28,9 +40,14 @@
"name": { "str_sp": "H&K UMP40" },
"description": "Developed as a successor to the MP5 submachine gun, the UMP40 retains the earlier model's supreme accuracy and low recoil, but in the higher .40 caliber.",
"weight": "2300 g",
- "ammo": "40",
+ "ammo": [ "40" ],
"min_cycle_recoil": 500,
- "magazines": [ [ "40", [ "ump40mag" ] ] ],
+ "pocket_data": [
+ {
+ "pocket_type": "MAGAZINE_WELL",
+ "item_restriction": [ "ump40mag" ]
+ }
+ ],
"modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ]
}
]