From 29b583e3757ccdfae460094d30fc3b416b2dd4ca Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Thu, 12 Aug 2021 04:10:44 +0300 Subject: [PATCH] Backporting #49211 --- .../mods/Magiclysm/itemgroups/itemgroups.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/mods/Magiclysm/itemgroups/itemgroups.json b/data/mods/Magiclysm/itemgroups/itemgroups.json index c8e672809f894..284cd8c9278cf 100644 --- a/data/mods/Magiclysm/itemgroups/itemgroups.json +++ b/data/mods/Magiclysm/itemgroups/itemgroups.json @@ -244,6 +244,15 @@ "id": "wisp_death", "items": [ [ "glow_dust", 1 ] ] }, + { + "type": "item_group", + "id": "pawn", + "items": [ + { "group": "enchanted_wands_lesser", "prob": 3 }, + { "group": "enchanted_rings_common", "prob": 1 }, + [ "wolfshead_cufflinks", 10 ] + ] + }, { "type": "item_group", "id": "basement_utility_closet", @@ -997,6 +1006,17 @@ } ] }, + { + "id": "tools_hunting", + "//": "A distribution of magical items for classless themed spaces.", + "type": "item_group", + "subtype": "distribution", + "items": [ + { "group": "enchanted_tokens_tool", "prob": 3 }, + { "group": "enchanted_tokens_weapon", "prob": 2 }, + { "group": "potions_common", "prob": 12 } + ] + }, { "id": "classless_items", "//": "A distribution of magical items for classless themed spaces.",