-
Notifications
You must be signed in to change notification settings - Fork 111
_Tutorial Class Basics
Steven edited this page Aug 14, 2018
·
5 revisions
![]() |
When making a new class, you'll see the "Class Details" section where you can set up any available aspects of the class. |
![]() |
One major option is "Parent". This lets you set up class progression such as a Fighter turning into a Knight. To do so, when making the Knight, you would set its parent as Fighter. |
![]() |
If you are using attributes can customized them, you can drop in your attributes.yml to the tool and the available options here will match your changes to the config. |
![]() |
Make sure you add the skills you want the class to have. Each name goes on its own line. This list is not case-sensitive. |
_______________________________ |