diff --git a/Arcana/item_groups/item_groups_vanilla.json b/Arcana/item_groups/item_groups_vanilla.json index 2f4d4252..54794017 100644 --- a/Arcana/item_groups/item_groups_vanilla.json +++ b/Arcana/item_groups/item_groups_vanilla.json @@ -435,5 +435,11 @@ "copy-from": "dissection", "subtype": "distribution", "extend": { "entries": [ { "group": "autodoc_installation_magitech", "prob": 5 } ] } + }, + { + "id": "survivorzed_extra", + "copy-from": "survivorzed_extra", + "type": "item_group", + "extend": { "items": [ [ "triffid_garland", 1 ], [ "amulet_exotic", 1 ], [ "brooch_iridescent", 1 ] ] } } ] diff --git a/Arcana/items/tools.json b/Arcana/items/tools.json index 0caa6678..0a561e48 100644 --- a/Arcana/items/tools.json +++ b/Arcana/items/tools.json @@ -1297,10 +1297,7 @@ "item_restriction": [ "medium_storage_battery", "storage_battery", - "large_storage_battery", - "medium_atomic_battery_cell", - "heavy_atomic_battery_cell", - "huge_atomic_battery_cell" + "large_storage_battery" ] } ], diff --git a/Arcana/modinfo.json b/Arcana/modinfo.json index 1b7c9c37..46014429 100644 --- a/Arcana/modinfo.json +++ b/Arcana/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": "DDA version, update 8/25/2024", + "version": "DDA version, update 8/30/2024", "category": "content", "dependencies": [ "dda" ] } diff --git a/Arcana_BN/item_groups/item_groups_vanilla.json b/Arcana_BN/item_groups/item_groups_vanilla.json index bc636c05..2679716a 100644 --- a/Arcana_BN/item_groups/item_groups_vanilla.json +++ b/Arcana_BN/item_groups/item_groups_vanilla.json @@ -381,5 +381,10 @@ "type": "item_group", "subtype": "distribution", "entries": [ { "item": "CF_golden_scale", "prob": 20, "count": [ 1, 4 ] } ] + }, + { + "id": "survivorzed_extra", + "type": "item_group", + "items": [ [ "triffid_garland", 1 ], [ "amulet_exotic", 1 ], [ "brooch_iridescent", 1 ] ] } ]