mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
Fix broken skill schema
This commit is contained in:
parent
2d6ef9049a
commit
ffaf4c5b01
@ -63,19 +63,18 @@
|
||||
},
|
||||
"gainChance" : {
|
||||
"description" : "Chance for the skill to be offered on level-up (heroClass may override)",
|
||||
"type" : "object",
|
||||
"required" : ["might", "magic"],
|
||||
"properties" : {
|
||||
"might" : {
|
||||
"type" : "number",
|
||||
"description" : "Chance for hero classes with might affinity"
|
||||
},
|
||||
"magic" : {
|
||||
"type" : "number",
|
||||
"description" : "Chance for hero classes with magic affinity"
|
||||
}
|
||||
"type" : "object",
|
||||
"required" : ["might", "magic"],
|
||||
"properties" : {
|
||||
"might" : {
|
||||
"type" : "number",
|
||||
"description" : "Chance for hero classes with might affinity"
|
||||
},
|
||||
"magic" : {
|
||||
"type" : "number",
|
||||
"description" : "Chance for hero classes with magic affinity"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"base" : {
|
||||
"type" : "object",
|
||||
|
Loading…
x
Reference in New Issue
Block a user