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 a37f918a15 code review
2025-07-08 09:57:03 +02:00

457 B

Spell School Format

	// 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 header of school for spellbook
	"schoolHeader" : "SchoolHeader"