summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.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/military.json
downloadcataclysm-bn-mod_m26-mass-dd3a03e0872ae8e84313c85126619ad3167b9c7e.tar.xz
Initial commit
Diffstat (limited to 'json/itemgroups/military.json')
-rw-r--r--json/itemgroups/military.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
new file mode 100644
index 0000000..0abea8c
--- /dev/null
+++ b/json/itemgroups/military.json
@@ -0,0 +1,10 @@
+[
+ {
+ "type": "item_group",
+ "id": "military",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "m26_mass", "prob": 2 }
+ ]
+ }
+]