Skip to content

Commit

Permalink
[Magiclysm] Rename 'Introduction to the Divine' to 'The Limits of Mag…
Browse files Browse the repository at this point in the history
…ical Recovery' (#79153)

* Initial commit

* Itemgroup changes

* Update data/mods/Magiclysm/items/spellbooks.json

---------

Co-authored-by: Anton Simakov <67688115+GuardianDll@users.noreply.github.com>
  • Loading branch information
Standing-Storm and GuardianDll authored Jan 14, 2025
1 parent 3e8c1a5 commit 8f42f6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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
15 changes: 8 additions & 7 deletions data/mods/Magiclysm/items/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,20 @@
},
{
"id": "priest_beginner",
"//2": "id for legacy reasons",
"type": "BOOK",
"category": "manuals",
"name": { "str": "Introduction to the Divine", "str_pl": "copies of Introduction to the Divine" },
"//": "1 technomancer, 1 biomancer, 1 classless spells",
"description": "This appears to mostly be a religious text, but it does have some notes on healing.",
"weight": "585 g",
"volume": "500 ml",
"price": "50 USD",
"name": { "str": "The Limits of Magical Recovery", "str_pl": "copies of The Limits of Magical Recovery" },
"//": "1 technomancer, 2 biomancer, 1 druid spells",
"description": "A study of the progress of using magic to cure ailments and heal wounds throughout the ages, from the earliest simple rituals to set bones all the way through modern thaumaturgical research into cancer treatments and curing Orcus's disease. Some of the descriptions are detailed enough to be used as spell formulae.",
"weight": "900 g",
"volume": "750 ml",
"price": "150 USD",
"material": [ "paper" ],
"looks_like": "cookbook",
"symbol": "?",
"color": "light_green",
"use_action": { "type": "learn_spell", "spells": [ "light_healing", "blinding_flash", "bless" ] }
"use_action": { "type": "learn_spell", "spells": [ "light_healing", "biomancer_cure_disease_minor", "bless", "druid_healing_herb" ] }
},
{
"id": "priest_advanced",
Expand Down

0 comments on commit 8f42f6d

Please sign in to comment.