diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:17:44 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:17:44 -0800 | 
| commit | fde97375dd85b3d462cebd44e8faafb21f5cec1e (patch) | |
| tree | b67c578884ad95fb21ca3031651b7403a67b732f /json/items/gun | |
| parent | Shorten the name of the G11. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz | |
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/items/gun')
| -rw-r--r-- | json/items/gun/shot.json (renamed from 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/shot.json index 25a96bb..0c1a329 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/shot.json @@ -16,7 +16,7 @@      "ranged_damage": 5,      "dispersion": 300,      "durability": 8, -    "ammo": [ "000shot" ], +    "ammo": [ "shot" ],      "barrel_length": "81 ml",      "valid_mod_locations": [        [ "accessories", 2 ], @@ -32,6 +32,6 @@      ],      "magazine_well": "250 ml",      "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ], -    "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ] +    "magazines": [ [ "shot", [ "hk_caws_mag" ] ] ]    }  ]  | 
