summaryrefslogtreecommitdiff
path: root/json/items/gun
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:04:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-11 01:04:35 -0700
commit618a6c701f38565eba5ab06d2b8a3765d0a3daf2 (patch)
tree4585a3ae425795dc281d753254a1bb12ef0900b2 /json/items/gun
parentAdd replacements for 4.6mm ammo (diff)
downloadcataclysm-bn-mod_hk-loadout-618a6c701f38565eba5ab06d2b8a3765d0a3daf2.tar.xz
Resync item stats against bright nights
Migrate custom g36 magazine to the new stock g36 magazine
Diffstat (limited to 'json/items/gun')
-rw-r--r--json/items/gun/000shot.json7
-rw-r--r--json/items/gun/223.json3
-rw-r--r--json/items/gun/9mm.json2
3 files changed, 7 insertions, 5 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
index 29249d9..0cae47f 100644
--- a/json/items/gun/000shot.json
+++ b/json/items/gun/000shot.json
@@ -9,14 +9,15 @@
"volume": "2750 ml",
"looks_like": "USAS_12",
"price": 300000,
+ "price_postapoc": 8000,
"to_hit": -1,
"bashing": 12,
"material": [ "steel", "plastic" ],
"ranged_damage": 5,
- "dispersion": 510,
+ "dispersion": 300,
"durability": 8,
"ammo": "000shot",
- "barrel_length": "100 ml",
+ "barrel_length": "81 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "mechanism", 4 ],
@@ -31,6 +32,6 @@
[ "underbarrel mount", 1 ]
],
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
- "magazines": [ [ "000shot", [ "hk_caws_mag", "hk_caws_belt" ] ] ]
+ "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
}
]
diff --git a/json/items/gun/223.json b/json/items/gun/223.json
index b3418aa..9f4af57 100644
--- a/json/items/gun/223.json
+++ b/json/items/gun/223.json
@@ -19,7 +19,6 @@
"type": "GUN",
"name": { "str": "H&K G36" },
"description": "Designed as a replacement for the early Heckler & Koch G3 battle rifle, the G36 is more accurate, and uses the much-lighter .223 round, allowing for a higher ammo capacity. It was later found to have problems overheating during prolonged firefights, and was phased out of active service in 2016.",
- "built_in_mods": [ "folding_stock" ],
- "magazines": [ [ "223", [ "hk_g36_mag", "stanag30", "stanag50", "survivor223mag" ] ] ]
+ "built_in_mods": [ "folding_stock" ]
}
]
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json
index b90ab7e..fb37fa6 100644
--- a/json/items/gun/9mm.json
+++ b/json/items/gun/9mm.json
@@ -11,6 +11,7 @@
"copy-from": "hk_mp5",
"type": "GUN",
"name": { "str": "H&K MP5A4", "str_pl": "H&K MP5A4" },
+ "weight": "2540 g",
"volume": "1750 ml"
},
{
@@ -18,6 +19,7 @@
"copy-from": "hk_mp5k",
"type": "GUN",
"name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" },
+ "weight": "2530 g",
"volume": "1250 ml"
}
]