From e43f607400acc497203f40224c71374a53b4efb8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 18:08:34 -0800 Subject: Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi. Add Barbaran Montane with book and itemgroup. --- itemgroups/books.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 itemgroups/books.json (limited to 'itemgroups') 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 } + ] + } +] -- cgit v1.2.1