summaryrefslogtreecommitdiff
path: root/itemgroups
diff options
context:
space:
mode:
Diffstat (limited to 'itemgroups')
-rw-r--r--itemgroups/books.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/itemgroups/books.json b/itemgroups/books.json
new file mode 100644
index 0000000..8e59d03
--- /dev/null
+++ b/itemgroups/books.json
@@ -0,0 +1,20 @@
+[
+ {
+ "id": "mansion_books",
+ "type": "item_group",
+ "//": "Those rich mansion people have all sorts of weird books.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "manual_barbaran", "prob": 10 }
+ ]
+ },
+ {
+ "id": "exotic_books",
+ "type": "item_group",
+ "//": "These are books that are hard to find or esoteric, mostly.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "manual_barbaran", "prob": 1 }
+ ]
+ }
+]