mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Merge pull request #2386 from krs0/feature/fix_spell_schema_for_onlyOnWaterMap
Wrong placement of onlyOnWaterMap in spells schema.
This commit is contained in:
@@ -30,11 +30,11 @@
|
|||||||
},
|
},
|
||||||
"width" : {
|
"width" : {
|
||||||
"type" : "number",
|
"type" : "number",
|
||||||
"description" : "Width ob obstacle"
|
"description" : "Width of obstacle"
|
||||||
},
|
},
|
||||||
"height" : {
|
"height" : {
|
||||||
"type" : "number",
|
"type" : "number",
|
||||||
"description" : "height if obstacle"
|
"description" : "height of obstacle"
|
||||||
},
|
},
|
||||||
"blockedTiles" : {
|
"blockedTiles" : {
|
||||||
"type" : "array",
|
"type" : "array",
|
||||||
|
@@ -308,10 +308,10 @@
|
|||||||
"$ref" : "#/definitions/levelInfo"
|
"$ref" : "#/definitions/levelInfo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"onlyOnWaterMap" : {
|
"onlyOnWaterMap" : {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "It true, spell won't be available on a map without water"
|
"description" : "It true, spell won't be available on a map without water"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user