summaryrefslogtreecommitdiff
path: root/itemgroups
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
commite43f607400acc497203f40224c71374a53b4efb8 (patch)
treebc4b919f82325c12c11d43551d66c1eb64d5739e /itemgroups
parentInitial commit (diff)
downloadcataclysm-bn-mod_martial-arts-update-e43f607400acc497203f40224c71374a53b4efb8.tar.xz
Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi.
Add Barbaran Montane with book and itemgroup.
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 }
+ ]
+ }
+]