Skip to content

Commit

Permalink
Itemgroup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 14, 2025
1 parent 7bf9b2f commit e17f4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions data/mods/Magiclysm/itemgroups/itemgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "item_group",
"id": "religious_books",
"copy-from": "religious_books",
"extend": { "items": [ [ "priest_beginner", 1 ], [ "priest_advanced", 1 ], [ "druid_spellbook", 1 ] ] }
"extend": { "items": [ [ "priest_advanced", 1 ], [ "druid_spellbook", 1 ] ] }
},
{
"type": "item_group",
Expand Down Expand Up @@ -1472,7 +1472,6 @@
"items": [
{
"distribution": [
{ "item": "priest_beginner", "prob": 30 },
{ "item": "spell_scroll_light_healing", "prob": 50 },
{ "item": "spell_scroll_bio_acidicspray", "prob": 50 },
{ "item": "spell_scroll_biomancer_paralytic_dart", "prob": 50 },
Expand All @@ -1486,6 +1485,7 @@
{
"distribution": [
{ "item": "wizard_utility", "prob": 20 },
{ "item": "priest_beginner", "prob": 30 },
{ "item": "spell_scroll_biomancer_slow_bleeding", "prob": 40 },
{ "item": "spell_scroll_biomancer_scalpel_fingers", "prob": 30 },
{ "item": "spell_scroll_pain_split", "prob": 50 },
Expand Down Expand Up @@ -1617,7 +1617,6 @@
},
{
"distribution": [
{ "item": "priest_beginner", "prob": 20 },
{ "item": "wizard_beginner", "prob": 20 },
{ "item": "spell_scroll_create_atomic_light", "prob": 50 },
{ "item": "spell_scroll_ethereal_grasp", "prob": 50 },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/itemgroups/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
"//": "These are spellbooks that a beginner would have, or scrolls that would have this tier or one tier higher of spells.",
"items": [
[ "wizard_beginner", 30 ],
[ "priest_beginner", 30 ],
[ "techno_idiots", 30 ],
[ "novice_stormshaper_book", 30 ],
[ "book_lazy_magic", 30 ],
Expand Down Expand Up @@ -307,6 +306,7 @@
"type": "item_group",
"items": [
[ "wizard_utility", 50 ],
[ "priest_beginner", 30 ],
[ "priest_advanced", 50 ],
[ "prepper_spellbook", 30 ],
[ "techno_fundamentals", 50 ],
Expand Down

0 comments on commit e17f4d2

Please sign in to comment.