diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:19:25 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-12-22 22:19:25 -0800 |
commit | 25944d7ca707924c17ca222136f02e614de7de55 (patch) | |
tree | 1a5dfd787cb0a25d9e4f161470553ea4a19c27a4 | |
parent | Rename the mod to better explain its realized purpose. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-25944d7ca707924c17ca222136f02e614de7de55.tar.xz |
Reduce volume of USAS-12 20-round drum magazine.
Also fix the names of other shotgun magazines.
-rw-r--r-- | json/items/magazine/shot.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json new file mode 100644 index 0000000..56e4434 --- /dev/null +++ b/json/items/magazine/shot.json @@ -0,0 +1,32 @@ +[ + { + "id": "saiga10mag", + "copy-from": "saiga10mag", + "type": "MAGAZINE", + "name": { "str": "Saiga-12 10-round magazine" }, + "//": "Rename using name-size schema since there are multiple sizes." + }, + { + "id": "saiga30mag", + "copy-from": "saiga30mag", + "type": "MAGAZINE", + "name": { "str": "Saiga-12 30-round magazine" }, + "//": "Rename using name-size schema since there are multiple sizes." + }, + { + "id": "USAS10mag", + "copy-from": "USAS10mag", + "type": "MAGAZINE", + "name": { "str": "USAS-12 10-round magazine" }, + "//": "Rename using name-size schema since there are multiple sizes." + }, + { + "id": "USAS20mag", + "copy-from": "USAS20mag", + "type": "MAGAZINE", + "name": { "str": "USAS-12 20-round drum magazine" }, + "volume": "742 ml", + "//": "Rename using name-size schema since there are multiple sizes.", + "//2": "Reduce volume by 1 L. It was so excessive large in comparison I can only conclude the leading 1 was a typo." + } +] |