summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/gunmod.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 16:15:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-10 16:15:42 -0800
commitdd3a03e0872ae8e84313c85126619ad3167b9c7e (patch)
tree515ce35a1cf85f151bc660b95eee4be1c5980e36 /json/itemgroups/Weapons_Mods_Ammo/gunmod.json
downloadcataclysm-bn-mod_m26-mass-dd3a03e0872ae8e84313c85126619ad3167b9c7e.tar.xz
Initial commit
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/gunmod.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/gunmod.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/gunmod.json b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json
new file mode 100644
index 0000000..b6bcce8
--- /dev/null
+++ b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json
@@ -0,0 +1,10 @@
+[
+ {
+ "type": "item_group",
+ "id": "gunmod_milspec",
+ "//": "Military specification gunmods found only at military sites.",
+ "items": [
+ [ "m26_mass", 10 ]
+ ]
+ }
+]