Files
vcmi/config/spellSchools.json
T
2025-07-08 09:57:03 +02:00

26 lines
323 B
JSON

{
"air" : {
"index" : 0,
"name": "Air",
"schoolBorders" : "SplevA"
},
"fire" : {
"index" : 1,
"name": "Fire",
"schoolBorders" : "SplevF"
},
"earth" : {
"index" : 2,
"name": "Earth",
"schoolBorders" : "SplevE"
},
"water" : {
"index" : 3,
"name": "Water",
"schoolBorders" : "SplevW"
}
}