2025-06-11 17:25:03 +03:00
|
|
|
# Spell School Format
|
|
|
|
|
|
|
|
|
|
WARNING: currently custom spell schools are only partially supported:
|
|
|
|
|
|
|
|
|
|
- it is possible to use custom spell schools in bonus system
|
|
|
|
|
- it is possible to make skill for specializing in such spell
|
|
|
|
|
- it is possible to specify border decorations for mastery level of such spell in spellbook
|
2025-07-07 03:32:21 +02:00
|
|
|
- it is possible to set bookmarks and header image for spellbook
|
2025-06-11 17:25:03 +03:00
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
// Internal field for H3 schools. Do not use for mods
|
|
|
|
|
"index" : "",
|
2025-07-07 03:32:21 +02:00
|
|
|
|
2025-07-07 03:42:23 +02:00
|
|
|
// displayed name of the school
|
2025-07-07 03:32:21 +02:00
|
|
|
"name" : "",
|
2025-06-11 17:25:03 +03:00
|
|
|
|
|
|
|
|
// animation file with spell borders for spell mastery levels
|
2025-07-06 23:24:15 +02:00
|
|
|
"schoolBorders" : "SplevA",
|
|
|
|
|
|
|
|
|
|
// animation file with bookmark symbol (first frame unselected, second is selected)
|
|
|
|
|
"schoolBookmark" : "schoolBookmark",
|
|
|
|
|
|
|
|
|
|
// image file for feader of scool for spellbook
|
|
|
|
|
"schoolHeader" : "SchoolHeader"
|
2025-06-11 17:25:03 +03:00
|
|
|
```
|