Updated nagivation components with a new way to define blocks_to_avoid
This commit is contained in:
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -33,7 +33,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|||||||
@@ -34,7 +34,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
"description": "Tells the pathfinder which blocks to avoid when creating a path",
|
||||||
"title": "Blocks To Avoid",
|
"title": "Blocks To Avoid",
|
||||||
"items": { "title": "Block", "description": "UNDOCUMENTATED", "$ref": "../../../../general/block/identifier.json" }
|
"items": {
|
||||||
|
"title": "Block",
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"oneOf": [
|
||||||
|
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
|
||||||
|
{ "type": "object", "title": "UNDOCUMENTATED", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"can_breach": {
|
"can_breach": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -48,6 +55,12 @@
|
|||||||
"description": "Tells the pathfinder that it can path through a closed door and break it",
|
"description": "Tells the pathfinder that it can path through a closed door and break it",
|
||||||
"title": "Can Break Doors"
|
"title": "Can Break Doors"
|
||||||
},
|
},
|
||||||
|
"can_float": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true,
|
||||||
|
"description": "UNDOCUMENTATED",
|
||||||
|
"title": "Can Float"
|
||||||
|
},
|
||||||
"can_jump": {
|
"can_jump": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user