updating todo titles
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
"drop_items": {
|
||||
"description": "List of items that the entity drops when it grows up.",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }],
|
||||
"title": "TODO Title"
|
||||
"title": "Drop Items"
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
"default": 1200,
|
||||
"description": "Amount of time before the entity grows up, -1 for always a baby.",
|
||||
"title": "TODO Title"
|
||||
"title": "Duration"
|
||||
},
|
||||
"feed_items": {
|
||||
"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",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }],
|
||||
"title": "TODO Title"
|
||||
"title": "Feed Items"
|
||||
},
|
||||
"grow_up": { "description": "Event to run when this entity grows up.", "title": "TODO Title" }
|
||||
"grow_up": { "description": "Event to run when this entity grows up.", "title": "Grow Up" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user