summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/magazines.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:29:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 21:29:49 -0700
commit60f15cc59b888e9339548fc6ad016ab48d62fa8b (patch)
tree96d8c0ecf214c4906041d1635a5d16dbe33c79c5 /json/itemgroups/Weapons_Mods_Ammo/magazines.json
parentRemove migration hack for UCP. (diff)
downloadcataclysm-bn-mod_hk-loadout-60f15cc59b888e9339548fc6ad016ab48d62fa8b.tar.xz
More MP5 and USP9 magazines.
Also optimizations and bugfixes.
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/magazines.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/magazines.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/magazines.json b/json/itemgroups/Weapons_Mods_Ammo/magazines.json
index 122117f..c0e5b54 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/magazines.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/magazines.json
@@ -14,7 +14,12 @@
"id": "mags_military",
"//": "_DEPRECATED_ Older military magazines still in service.",
"items": [
+ [ "usp9mag_10rd", 10 ],
+ [ "usp9mag_18rd", 10 ],
+ [ "usp9mag_20rd", 10 ],
+ [ "usp9mag_32rd", 10 ],
[ "usp40mag", 10 ]
+
]
},
{
@@ -22,8 +27,18 @@
"id": "mags_swat",
"//": "Magazines issued to paramilitary forces in addition to standard police issue.",
"items": [
+ [ "mp5mag_100rd", 15 ],
+ [ "mp5mag_40rd", 20 ],
+ [ "mp5mag_38rd", 20 ],
+ [ "mp5mag_20rd", 20 ],
+ [ "mp5mag_15rd", 20 ],
+ [ "mp5mag_10rd", 20 ],
[ "ump9mag", 20 ],
[ "ump40mag", 20 ],
+ [ "usp9mag_10rd", 10 ],
+ [ "usp9mag_18rd", 10 ],
+ [ "usp9mag_20rd", 10 ],
+ [ "usp9mag_32rd", 10 ],
[ "usp40mag", 10 ],
[ "p309mag", 10 ],
[ "p3040mag", 10 ],
@@ -35,6 +50,12 @@
"id": "mags_smg_common",
"//": "Factory specification SMG magazines commonly owned by citizens.",
"items": [
+ [ "mp5mag_100rd", 5 ],
+ [ "mp5mag_40rd", 5 ],
+ [ "mp5mag_38rd", 5 ],
+ [ "mp5mag_20rd", 5 ],
+ [ "mp5mag_15rd", 5 ],
+ [ "mp5mag_10rd", 5 ],
[ "ump9mag", 5 ],
[ "ump40mag", 5 ]
]