From e9c250c1f84dbe82c77c8193f2583f9fc50930cf Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Mon, 7 Jul 2025 03:32:21 +0200 Subject: [PATCH] update docs --- docs/modders/Entities_Format/Spell_School_Format.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/modders/Entities_Format/Spell_School_Format.md b/docs/modders/Entities_Format/Spell_School_Format.md index af328f4f3..ce900e3cb 100644 --- a/docs/modders/Entities_Format/Spell_School_Format.md +++ b/docs/modders/Entities_Format/Spell_School_Format.md @@ -5,10 +5,14 @@ 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 possible to set bookmarks and header image for spellbook ```json // Internal field for H3 schools. Do not use for mods "index" : "", + + // name of the school + "name" : "", // animation file with spell borders for spell mastery levels "schoolBorders" : "SplevA",