From 2e4410091fe0d34bc42638eb3687f854dd67488b Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Thu, 31 Oct 2024 11:04:24 -0500 Subject: [PATCH 1/2] Pending BN Update: Change to `drugdealer` itemgroup --- Arcana_BN/item_groups/item_groups_vanilla.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Arcana_BN/item_groups/item_groups_vanilla.json b/Arcana_BN/item_groups/item_groups_vanilla.json index 2679716a..5a748775 100644 --- a/Arcana_BN/item_groups/item_groups_vanilla.json +++ b/Arcana_BN/item_groups/item_groups_vanilla.json @@ -216,6 +216,7 @@ { "id": "drugdealer", "type": "item_group", + "subtype": "collection", "items": [ { "group": "magic_books_postapoc", "prob": 5 } ] }, { From 8c55f9adf7b21b642a2e743a2ba353dbb2bcac86 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Thu, 31 Oct 2024 15:02:31 -0500 Subject: [PATCH 2/2] Update modinfo.json --- Arcana_BN/modinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arcana_BN/modinfo.json b/Arcana_BN/modinfo.json index 61038164..f0a18307 100644 --- a/Arcana_BN/modinfo.json +++ b/Arcana_BN/modinfo.json @@ -5,7 +5,7 @@ "name": "Arcana and Magic Items", "authors": [ "Chaosvolt" ], "description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.", - "version": "BN version, update 10/16/2024", + "version": "BN version, update 10/31/2024", "category": "content", "dependencies": [ "bn" ] }