diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-20 19:52:45 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-20 19:52:45 -0700 |
commit | 590dd1776d2ca87eac638adb330d248d0190ab1f (patch) | |
tree | 9896aa6dc142a188b242dcbe6c5c09566670a510 /json/items/gun | |
parent | Fix 000shot (diff) | |
download | cataclysm-bn-mod_hk-loadout-590dd1776d2ca87eac638adb330d248d0190ab1f.tar.xz |
Reduce the size of the CAWS since it is smaller than the Saiga-12
Change the CAWS to looks_like a G36, which is closer in appearance than a USAS-12
Diffstat (limited to 'json/items/gun')
-rw-r--r-- | json/items/gun/000shot.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index 5707370..29c906c 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -6,8 +6,8 @@ "name": { "str": "H&K CAWS" }, "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil.", "weight": "3700 g", - "volume": "2750 ml", - "looks_like": "USAS_12", + "volume": "2000 ml", + "looks_like": "hk_g36", "price": 300000, "price_postapoc": 8000, "to_hit": -1, |