summaryrefslogtreecommitdiff
path: root/itemgroups/books.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-05 13:04:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-05 13:04:41 -0700
commit32413a954e51eb4ecd8f0b342f4cd78b66d9f392 (patch)
tree2996062f3306680321836beb51de92253f081fae /itemgroups/books.json
parentConvert to weapon categories. (diff)
downloadcataclysm-bn-mod_martial-arts-update-master.tar.xz
Remove barbaran montante.HEADmaster
-BN now includes this style in almost identical form.
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 }
- ]
- }
-]