mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-25 21:38:59 +02:00
Fix validation of game settings
This commit is contained in:
parent
9f1cd69480
commit
228b585527
@ -44,7 +44,9 @@
|
|||||||
"startingStackChances" : { "type" : "array" },
|
"startingStackChances" : { "type" : "array" },
|
||||||
"backpackSize" : { "type" : "number" },
|
"backpackSize" : { "type" : "number" },
|
||||||
"tavernInvite" : { "type" : "boolean" },
|
"tavernInvite" : { "type" : "boolean" },
|
||||||
"minimalPrimarySkills" : { "type" : "array" }
|
"minimalPrimarySkills" : { "type" : "array" },
|
||||||
|
"movementPointsLand" : { "type" : "array" },
|
||||||
|
"movementPointsSea" : { "type" : "array" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"towns" : {
|
"towns" : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user