summaryrefslogtreecommitdiff
path: root/itemgroups/books.json
diff options
context:
space:
mode:
Diffstat (limited to 'itemgroups/books.json')
-rw-r--r--itemgroups/books.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/itemgroups/books.json b/itemgroups/books.json
deleted file mode 100644
index 8e59d03..0000000
--- a/itemgroups/books.json
+++ /dev/null
@@ -1,20 +0,0 @@
-[
- {
- "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 }
- ]
- }
-]