mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
dropped requirements for base in skill.json
This commit is contained in:
parent
899e8403f7
commit
5e28202f94
@ -26,11 +26,13 @@
|
||||
}
|
||||
},
|
||||
|
||||
"required" : ["base", "basic", "advanced", "expert"],
|
||||
"required" : ["basic", "advanced", "expert"],
|
||||
|
||||
"properties": {
|
||||
"base":{
|
||||
"$ref" : "#/definitions/skillBonus"
|
||||
"type": "object",
|
||||
"description": "will be merged with all levels",
|
||||
"additionalProperties": true
|
||||
},
|
||||
"basic":{
|
||||
"$ref" : "#/definitions/skillBonus"
|
||||
|
Loading…
Reference in New Issue
Block a user