From 32413a954e51eb4ecd8f0b342f4cd78b66d9f392 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Jul 2023 13:04:41 -0700 Subject: Remove barbaran montante. -BN now includes this style in almost identical form. --- itemgroups/books.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 itemgroups/books.json (limited to 'itemgroups') 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 } - ] - } -] -- cgit v1.2.1