summaryrefslogtreecommitdiff
path: root/json/itemgroups/tools.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/itemgroups/tools.json')
-rw-r--r--json/itemgroups/tools.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/itemgroups/tools.json b/json/itemgroups/tools.json
new file mode 100644
index 0000000..e9a8bb2
--- /dev/null
+++ b/json/itemgroups/tools.json
@@ -0,0 +1,10 @@
+[
+ {
+ "type": "item_group",
+ "id": "tools_robotics",
+ "//": "tools and equipment you might find on robotics laboratories.",
+ "items": [
+ { "item": "double_plutonium_core", "prob": 2 }
+ ]
+ }
+]