Class Tutorial: Difference between revisions
From Gothongs Wiki
Jump to navigationJump to search
Created page with "{{ModCreateWarning}} A class is a collection of spells and passive that will be active when that class is activated. # Field Reference" |
No edit summary |
||
| Line 3: | Line 3: | ||
A class is a collection of spells and passive that will be active when that class is activated. | A class is a collection of spells and passive that will be active when that class is activated. | ||
== Field Reference == | |||
{| class="wikitable" | |||
|+ | |||
!Field | |||
!Description | |||
|- | |||
|Token | |||
|'''DO NOT HAND THIS OUT'''. This is a unique ID for your class. If you use the web API you can give players this class via script instead of a thongsmith unlock. | |||
|- | |||
|Name | |||
| | |||
|- | |||
|Image | |||
| | |||
|- | |||
|Texture | |||
| | |||
|- | |||
|Global Cooldown | |||
| | |||
|- | |||
|Default stance | |||
| | |||
|- | |||
|Default weapon | |||
| | |||
|- | |||
|Description | |||
| | |||
|- | |||
|Public | |||
| | |||
|- | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
|} | |||
Revision as of 14:51, 27 July 2023
If you have not yet created a mod, please create one first.
A class is a collection of spells and passive that will be active when that class is activated.
Field Reference
| Field | Description |
|---|---|
| Token | DO NOT HAND THIS OUT. This is a unique ID for your class. If you use the web API you can give players this class via script instead of a thongsmith unlock. |
| Name | |
| Image | |
| Texture | |
| Global Cooldown | |
| Default stance | |
| Default weapon | |
| Description | |
| Public | |