From 41fc104958a156085c2029d922c981aa1f971c86 Mon Sep 17 00:00:00 2001 From: Bence <44979050+LovamKicsiGazsii@users.noreply.github.com> Date: Fri, 7 Jan 2022 18:34:17 +0100 Subject: [PATCH] makeshift_memorial, cathedral_archives itemgroups --- data/json/itemgroups/misc.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/json/itemgroups/misc.json b/data/json/itemgroups/misc.json index cd05d85d81c8a..b5cc602c96eae 100644 --- a/data/json/itemgroups/misc.json +++ b/data/json/itemgroups/misc.json @@ -186,5 +186,31 @@ "type": "item_group", "id": "spiral", "items": [ [ "spiral_stone", 20 ], [ "vortex_stone", 2 ] ] + }, + { + "type": "item_group", + "id": "makeshift_memorial", + "subtype": "collection", + "entries": [ + { "item": "candle", "prob": 100, "count": [ 1, 3 ], "charges-max": 50 }, + { "item": "candle", "prob": 33, "count": [ 1, 2 ], "charges-min": 50 }, + { "item": "family_photo", "prob": 20, "count": [ 1, 2 ] }, + { "item": "teddy_bear", "prob": 5 } + ] + }, + { + "type": "item_group", + "id": "cathedral_archives", + "subtype": "collection", + "entries": [ + { "item": "book_binder", "prob": 90, "charges-max": 90, "count": [ 1, 5 ] }, + { "item": "file", "prob": 50, "count": [ 1, 15 ] }, + { "item": "paper", "prob": 60, "count": [ 10, 125 ] }, + { "item": "book_pieces", "prob": 20 }, + { "item": "candle", "prob": 3, "charges": 100 }, + { "item": "holybook_bible1", "prob": 3 }, + { "item": "candlestick", "prob": 2 }, + { "item": "book_ruined", "prob": 1 } + ] } ]