summaryrefslogtreecommitdiff
path: root/json/items/gun/308.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/gun/308.json')
-rw-r--r--json/items/gun/308.json23
1 files changed, 18 insertions, 5 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json
index 600e81c..a65f298 100644
--- a/json/items/gun/308.json
+++ b/json/items/gun/308.json
@@ -13,7 +13,8 @@
"name": { "str_sp": "H&K PSG1A1" },
"description": "The Heckler & Koch PSG1A1 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle.",
"weight": "6670 g",
- "volume": "2250 ml",
+ "volume": "4000 ml",
+ "longest_side": "1028 mm",
"price": 205000,
"price_postapoc": 3850,
"to_hit": -1,
@@ -21,13 +22,18 @@
"material": [ "steel", "plastic" ],
"symbol": "(",
"color": "dark_gray",
- "ammo": "308",
+ "ammo": [ "308" ],
"dispersion": 80,
"min_cycle_recoil": 2700,
"durability": 8,
"barrel_length": "650 ml",
"default_mods": [ "rifle_scope", "adjustable_stock" ],
- "magazines": [ [ "308", [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ]
+ "pocket_data": [
+ {
+ "pocket_type": "MAGAZINE_WELL",
+ "item_restriction": [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ]
+ }
+ ]
},
{
"id": "hk_msg90a2",
@@ -37,10 +43,17 @@
"name": { "str_sp": "H&K MSG90A2" },
"description": "The Heckler & Koch MSG90A2 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle. This is the military version.",
"weight": "5280 g",
- "volume": "2250 ml",
+ "volume": "4000 ml",
+ "longest_side": "978 mm",
"price": 255000,
"price_postapoc": 4750,
"barrel_length": "600 ml",
- "default_mods": [ "rifle_scope", "adjustable_stock" ]
+ "default_mods": [ "rifle_scope", "adjustable_stock" ],
+ "pocket_data": [
+ {
+ "pocket_type": "MAGAZINE_WELL",
+ "item_restriction": [ "g3mag", "g3smallmag", "g3bigmag", "g3_makeshiftmag" ]
+ }
+ ]
}
]