Skip to content

Commit

Permalink
Lil updoots
Browse files Browse the repository at this point in the history
Fixes #442
  • Loading branch information
chaosvolt committed Aug 30, 2024
1 parent decae1f commit 76b2dc9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Arcana/item_groups/item_groups_vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ] }
}
]
5 changes: 1 addition & 4 deletions Arcana/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "<color_cyan>Arcana and Magic Items</color>",
"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" ]
}
Expand Down
5 changes: 5 additions & 0 deletions Arcana_BN/item_groups/item_groups_vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ]
}
]

0 comments on commit 76b2dc9

Please sign in to comment.