Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Rename 'Introduction to the Divine' to 'The Limits of Magical Recovery' #79153

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading