Updated titles
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
},
|
||||
"feedItems": {
|
||||
"description": "List of items that can be fed to the entity. Includes `item` for the item name and `growth` to define how much time it grows up by",
|
||||
"title": "Feed Items",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Feed Items",
|
||||
"description": "UNDOCUMENTATED: feedItems",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
@@ -29,11 +33,8 @@
|
||||
}
|
||||
},
|
||||
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
|
||||
],
|
||||
"description": "UNDOCUMENTATED: feedItems",
|
||||
"title": "Feed Items"
|
||||
},
|
||||
"title": "Feed Items"
|
||||
]
|
||||
}
|
||||
},
|
||||
"drop_items": {
|
||||
"type": "array",
|
||||
@@ -43,11 +44,11 @@
|
||||
},
|
||||
"grow_up": {
|
||||
"description": "Event to run when this entity grows up",
|
||||
"title": "Grow Up",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{ "type": "object", "properties": { "event": { "type": "string" }, "target": { "$ref": "../../filters/filters/types/subject.json" } } }
|
||||
],
|
||||
"title": "TODO Title"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user