1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

custom spell schools in spell book

This commit is contained in:
Laserlicht
2025-07-06 23:24:15 +02:00
parent d03d096aee
commit 3e6162a37a
12 changed files with 219 additions and 55 deletions

View File

@@ -5,12 +5,17 @@ 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
- it is NOT possible to add "bookmark" filter for spellbook for spells of such school
```json
// Internal field for H3 schools. Do not use for mods
"index" : "",
// animation file with spell borders for spell mastery levels
"schoolBorders" : "SplevA"
"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"
```