1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
Files
vcmi/docs/modders/Entities_Format/Spell_School_Format.md
Laserlicht e224ef73ff docs
2025-07-07 03:42:23 +02:00

808 B

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
  • it is possible to set bookmarks and header image for spellbook
	// Internal field for H3 schools. Do not use for mods
	"index" : "",

	// displayed name of the school
	"name" : "",
	
	// animation file with spell borders for spell mastery levels
	"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"