Skip to content

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.

  1. Web Portal Code: Profile Spell Lists & Spell Cards
  2. Web Portal Code: Cast Spells in Scenes
  3. 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> |)
Clone this wiki locally