Skip to content

Commit

Permalink
[Magiclysm] Add Magiclysm academy (#38511)
Browse files Browse the repository at this point in the history
* support files

new item_groups, 2 maps, magic_basement hint for trap door.

* add magic academy

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

Co-Authored-By: Curtis Merrill <[email protected]>

* fix lava bomb

* fix typo, improve word choice.

* remove rune spanws

Co-authored-by: Curtis Merrill <[email protected]>
  • Loading branch information
curstwist and KorGgenT authored Mar 8, 2020
1 parent e409ccb commit 414f387
Show file tree
Hide file tree
Showing 9 changed files with 1,336 additions and 26 deletions.
465 changes: 441 additions & 24 deletions data/mods/Magiclysm/itemgroups/itemgroups.json

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions data/mods/Magiclysm/items/books_lore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"id": "retreat_map",
"copy-from": "abstractmap",
"type": "GENERIC",
"name": "vacation brochure",
"description": "This is a glossy brochure encouraging students to book vactaions at a lake retreat or remote cabin. The brochure includes lush photographs of a tower on an island and a remote looking cabin in the woods. It includes a map of the areas.",
"color": "white",
"use_action": {
"type": "reveal_map",
"radius": 185,
"terrain": [ "lake_retreat_ground", "magic_cabin" ],
"message": "You add the locations to your map."
}
},
{
"id": "lair_map",
"copy-from": "abstractmap",
"type": "GENERIC",
"name": "lair map",
"description": "This is an well worn map. It has pictures of fantastical beasts embellishing the carefully drawn map markers.",
"color": "white",
"use_action": {
"type": "reveal_map",
"radius": 185,
"terrain": [
"demon_spider_lair",
"black_dragon_lair_z-0_NW",
"black_dragon_lair_z-0_NE",
"black_dragon_lair_z-0_SW",
"black_dragon_lair_z-0_SE"
],
"message": "You add the locations to your map."
}
},
{
"id": "wizard_photo",
"type": "GENERIC",
"//": "Unique item for magic_basement.",
"category": "other",
"name": "old photo",
"description": "A photo of a jovial, old wizard, he seems to be dancing with a coat rack in this basement. There is a stack of suitcases in the background.",
"weight": "1 g",
"volume": 0,
"price": 800,
"material": [ "paper" ],
"symbol": "*",
"color": "light_gray"
}
]
94 changes: 94 additions & 0 deletions data/mods/Magiclysm/items/spell_scrolls.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions data/mods/Magiclysm/items/spellbooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"id": "wizard_beginner",
"type": "GENERIC",
"name": { "str": "A Beginner's Guide to Magic", "str_pl": "copies of A Beginner's Guide to Magic" },
"//": "2 Magus, 1 classless spell",
"description": "You would describe this as more like a pamphlet than a spellbook, but it seems to have at least one interesting spell you can use.",
"weight": "585 g",
"volume": "250 ml",
Expand All @@ -42,6 +43,7 @@
"id": "wizard_utility",
"type": "GENERIC",
"name": { "str": "Wizarding Guide to Backpacking", "str_pl": "copies of Wizarding Guide to Backpacking" },
"//": "1 Magus, 1 Biomancer, 1, Kelvinist, 1 classless spell",
"description": "This appears to be the spell version of a guide for what things to take with you when backpacking. It's a little bulky, but will certainly prove useful.",
"weight": "1 kg",
"volume": "1250 ml",
Expand All @@ -54,6 +56,7 @@
"id": "pyro",
"type": "GENERIC",
"name": { "str": "Pyromancy for Heretics", "str_pl": "copies of Pyromancy for Heretics" },
"//": "4 Kelvinist spells",
"description": "This charred husk of a book still contains many ways to light things aflame.",
"weight": "450 g",
"volume": "1 L",
Expand All @@ -65,6 +68,7 @@
{
"id": "wizard_advanced",
"type": "GENERIC",
"//": "1 Magus, 1 biomancer, 2 kelvinist spells",
"name": { "str": "A Treatise on Magical Elements", "str_pl": "copies of A Treatise on Magical Elements" },
"description": "This details complex diagrams, rituals, and choreography that describes various spells.",
"weight": "920 g",
Expand All @@ -78,6 +82,7 @@
"id": "priest_beginner",
"type": "GENERIC",
"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",
Expand All @@ -93,6 +98,7 @@
"str": "The Paladin's Guide to Modern Spellcasting",
"str_pl": "copies of The Paladin's Guide to Modern Spellcasting"
},
"//": "2 technomancer, 1 animist spells",
"description": "Despite the title, this seems to be written in Middle English. A little obtuse, but you can make out most of the words well enough.",
"weight": "830 g",
"volume": "750 ml",
Expand All @@ -105,6 +111,7 @@
"id": "winter_grasp",
"type": "GENERIC",
"name": { "str": "Winter's Eternal Grasp", "str_pl": "copies of Winter's Eternal Grasp" },
"//": "5 Kelvinist spells",
"description": "This slim book almost seems to be made from ice, it's cold to the touch.",
"weight": "450 g",
"volume": "1 L",
Expand All @@ -116,6 +123,7 @@
{
"id": "tome_of_storms",
"type": "GENERIC",
"//": "6 Stormshaper spells",
"name": { "str": "The Tome of The Oncoming Storm", "str_pl": "copies of The Tome of The Oncoming Storm" },
"description": "A large book embossed with crossed lightning bolts and storm clouds, it tingles to the touch.",
"weight": "430 g",
Expand All @@ -132,6 +140,7 @@
"id": "generic_spellbook",
"type": "GENERIC",
"name": { "str": "Nondescript Spellbook", "str_pl": "copies of Nondescript Spellbook" },
"//": "1 technomancer, 1 earthshaper, 1 classless spell",
"description": "A small book, containing spells created by a novice magician.",
"weight": "355 g",
"volume": "500 ml",
Expand All @@ -143,6 +152,7 @@
"id": "light_manipulation_spellbook",
"type": "GENERIC",
"name": { "str": "Of Light and Falsehoods", "str_pl": "copies of Of Light and Falsehoods" },
"//": "3 technomancer, 4 classless spell",
"description": "A small white book, it subtly amplifies the ambient light around it.",
"weight": "430 g",
"volume": "750 ml",
Expand All @@ -166,6 +176,7 @@
"id": "biomancer_spellbook",
"type": "GENERIC",
"name": { "str": "The Tome of Flesh", "str_pl": "copies of The Tome of Flesh" },
"//": "5 Biomancer spells",
"description": "A small tome, seemingly covered in tanned human skin.",
"weight": "355 g",
"volume": "500 ml",
Expand All @@ -180,6 +191,7 @@
"id": "druid_spellbook",
"type": "GENERIC",
"name": { "str": "The Book of Trees", "str_pl": "copies of The Book of Trees" },
"//": "4 Druid spells",
"description": "A bark covered book.",
"weight": "355 g",
"volume": "500 ml",
Expand All @@ -192,6 +204,7 @@
"type": "GENERIC",
"name": { "str": "The Utility of Mana as an Energy Source", "str_pl": "copies of The Utility of Mana as an Energy Source" },
"description": "This book details spells that use your mana to recover various physiological effects.",
"//": "1 technomancer, 2 animist, 1 druid, 1 earthshaper spell",
"weight": "728 g",
"volume": "3 L",
"symbol": "?",
Expand All @@ -205,6 +218,7 @@
"id": "magus_spellbook",
"type": "GENERIC",
"name": { "str": "The Tome of The Battle Mage", "str_pl": "copies of The Tome of The Battle Mage" },
"//": "3 Magus spells",
"description": "Your standard wizardy looking spellbook, filled with Magus combat spells. You sure lucked out!",
"weight": "434 g",
"volume": "750 ml",
Expand All @@ -216,6 +230,7 @@
"id": "eshaper_spellbook",
"type": "GENERIC",
"name": { "str": "The Tome of the Hollow Earth", "str_pl": "copies of The Tome of the Hollow Earth" },
"//": "4 earthshaper spells",
"description": "This large dusty spellbook seems perpetually, well, dusty. It contains the power of the earth.",
"weight": "483 g",
"volume": "825 ml",
Expand All @@ -230,6 +245,7 @@
"id": "magus_spellbook_move",
"type": "GENERIC",
"name": { "str": "The Tome of Magical Movement", "str_pl": "copies of The Tome of Magical Movement" },
"//": "3 Magus spells",
"description": "This small lightweight book seems to almost not entirely exist, let's say it 97% does. It contains Magus spells focused on movement.",
"weight": "231 g",
"volume": "500 ml",
Expand All @@ -241,6 +257,7 @@
"id": "summon_scroll_smudged",
"type": "GENERIC",
"name": "Smudged Scroll",
"//": "Druid spell",
"description": "This looks like someone was designing a new spell, but spilled a mug of coffee on it and crumpled it up in anger. You can tell that it will definitely cast something, but you can't be sure that it will work very well.",
"weight": "129 g",
"volume": "100 ml",
Expand All @@ -252,6 +269,7 @@
"id": "summon_undead_spellbook",
"type": "GENERIC",
"name": { "str": "Necromantic Minions for Dummies", "str_pl": "copies of Necromantic Minions for Dummies" },
"//": "3 Animist spells",
"description": "This book details various ways of summoning an undead minion to fight for you. They all appear to disappear after a short time, crumbling to dust.",
"weight": "788 g",
"volume": "2250 ml",
Expand All @@ -263,6 +281,7 @@
"id": "techno_fundamentals",
"type": "GENERIC",
"name": { "str": "Fundamentals of Technomancy", "str_pl": "copies of Fundamentals of Technomancy" },
"//": "3 Technomancer spells",
"description": "This thick manual instructs the spellcaster on manipulating and empowering various forms of matter and energy.",
"weight": "258 g",
"volume": "750 ml",
Expand All @@ -275,6 +294,7 @@
"type": "GENERIC",
"name": { "str": "Complete Idiot's Guide to Technomancy", "str_pl": "copies of Complete Idiot's Guide to Technomancy" },
"description": "This colorful guide, full of diagrams and cartoons, teaches a couple of very basic Technomancy spells for the not-so-bright pupils.",
"//": "2 Technomancer spells",
"weight": "211 g",
"volume": "500 ml",
"symbol": "?",
Expand All @@ -288,6 +308,7 @@
"str": "Technomancy and the Electromagnetic Spectrum",
"str_pl": "copies of Technomancy and the Electromagnetic Spectrum"
},
"//": "2 Technomancer spells",
"description": "This lab reference material book is thick and overflowing with information on combining magic with EM radiation.",
"weight": "284 g",
"volume": "1 L",
Expand All @@ -299,6 +320,7 @@
"id": "translocate_spellbook",
"type": "GENERIC",
"name": { "str": "Geospatial Systems: The Lie Of Linearity", "str_pl": "copies of Geospatial Systems: The Lie Of Linearity" },
"//": "1 classless spell",
"description": "This book outlines in great detail how time and space are wibbly-wobbly and non-Euclidean. It also appears to have a dozen different coordinate systems that it uses nearly interchangeably, which makes it hard to follow. There's lots of jargon, but with intense study you can probably learn a thing or two about portals.",
"weight": "1200 g",
"volume": "2500 ml",
Expand All @@ -310,6 +332,7 @@
"id": "stat_up_spellbook",
"type": "GENERIC",
"name": { "str": "Transcendence of the Human Condition", "str_pl": "copies of Transcendence of the Human Condition" },
"//": "4 Magus spells",
"description": "The Human is the only creature that seeks to improve himself. This study examines different spells that can heighten various senses temporarily, in hopes to discover a more permanent solution.",
"weight": "1300 g",
"volume": "2500 ml",
Expand Down
Loading

0 comments on commit 414f387

Please sign in to comment.