summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/military.json')
-rw-r--r--json/itemgroups/military.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
new file mode 100644
index 0000000..ab1329f
--- /dev/null
+++ b/json/itemgroups/military.json
@@ -0,0 +1,26 @@
+[
+ {
+ "type": "item_group",
+ "id": "military",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "double_plutonium_core", "prob": 3 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "mil_hw",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "double_plutonium_core", "prob": 3 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "helicopter",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "double_plutonium_core", "prob": 5 }
+ ]
+ }
+]