-
Notifications
You must be signed in to change notification settings - Fork 0
Optional Web Portal Code
spiritlake edited this page Mar 7, 2022
·
4 revisions
The magic system will work without web portal code, but you'll almost certainly want to add it in order to give your portal full functionality. You can pick and choose which of these you install without breaking anything.
- Web Portal Code: Profile Spell Lists & Spell Cards
- Web Portal Code: Cast Spells in Scenes
- Web Portal Code: Custom Routes
You'll also want to add several pages to your navigation menus:
- /spells - A list of all spells configured in the game, sorted by level.
- /schools/<school> - A school page, which lists all spells assigned to that school. There will be a page for each school.
- /search-spells - Spell search. You may instead want to add this to app\templates\components\search-bar.hbs (
<LinkTo @route="search-spells">Search Spells</LinkTo> |
)
- Overview
- Death
- Schools
- Magic Energy
- Spells
- Spell Success Mechanics
- Magic Items
- Potions
- Configuration
- Code
- Future Plans