Skip to content

Creating a new class spell list

TheEnthusiast edited this page Feb 3, 2017 · 1 revision

After you create your new custom class, you may need to add the class spell list, so characters may choose the spells they want to memorize. However, there's no spell list thing inside the editor. In order to build the spell list, you have instead to add the class tag to beach spell that belongs to the class spell list. So you need A) to create the class tag and B) to add it to each spell in the spell list.

Here's how to do it:

Generate the spell class tag

  1. Open the Editor
  2. Load the .user file where your class is.
  3. Go to Class->Class->Your Class
  4. Click on Other class' Spells button.
  5. In the list that is shown, find and click your own class
  6. Save the changes
  7. Click on Test Now! button.

Example, if you created the Artificer (cHelpArt) thing, select the Artificer from the list. It will create the sClass.cHelpArt tag to be added to your spells.

Add the spell class tag to the spells Now that you have your class spellclass tag, add it to the spells i9n yourt spell list by using the extend thing option in the editor.

  1. Open the Editor
  2. Load the .user file where your class is.
  3. Go to General->Extend Thing
  4. Click New(Blank)
  5. Click on Find Thing and use it to find the spell you need to extend
  6. On Group id add sClass
  7. On Tag Id add the cHelpXXX tag of your class
  8. Save
  9. Test Now!
  10. The editor will tell it needs to restart Hero lab. Let it.

The spell should now appear in the spell list element you see in the class spells tab.