summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
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/000shot.json
parentAdd replacements for 4.6mm ammo (diff)
downloadcataclysm-dda-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/000shot.json')
-rw-r--r--json/items/gun/000shot.json7
1 files changed, 4 insertions, 3 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" ] ] ]
}
]