mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
fixed crash when loading neutral faction; skills.json no longer requires index values
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
"required" : ["basic", "advanced", "expert"],
|
||||
|
||||
"properties": {
|
||||
"index":{
|
||||
"type": "number",
|
||||
"description": "numeric id of skill required only for original skills, prohibited for new skills"
|
||||
},
|
||||
"basic":{
|
||||
"$ref" : "#/definitions/skillBonus"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"estates" : {
|
||||
"index" : 13,
|
||||
"basic" : {
|
||||
"description" : "Hero generates 250 gold each day.",
|
||||
"effects" : [
|
||||
|
||||
Reference in New Issue
Block a user