Updated titles

This commit is contained in:
DaanV2
2021-06-24 17:46:39 +02:00
parent ae2f83e07c
commit c71ba5ab36
23 changed files with 105 additions and 92 deletions

View File

@@ -10,11 +10,13 @@
"type": "object",
"description": "List of components to add to the entity after the transformation",
"properties": { "component_groups": { "type": "array", "description": "Names of component groups to add", "items": { "type": "string" } } },
"title": "TODO Title",
"title": "Add",
"additionalProperties": false
},
"begin_transform_sound": { "type": "string", "description": "Sound to play when the transformation starts", "title": "TODO Title" },
"begin_transform_sound": { "type": "string", "description": "Sound to play when the transformation starts", "title": "Begin Transform Sound" },
"delay": {
"title": "Delay",
"additionalProperties": false,
"type": "object",
"description": "Defines the properties of the delay for the transformation",
"properties": {
@@ -44,29 +46,27 @@
"items": { "$ref": "../../../../general/blocks_item.json" }
},
"value": { "type": "number", "default": 0, "description": "Time in seconds before the entity transforms" }
},
"title": "TODO Title",
"additionalProperties": false
}
},
"drop_equipment": {
"type": "boolean",
"default": false,
"description": "Cause the entity to drop all equipment upon transformation",
"title": "TODO Title"
"title": "Drop Equipment"
},
"into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "TODO Title" },
"into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "Into" },
"keep_level": {
"type": "boolean",
"default": false,
"description": "If this entity has trades and has leveled up, it should maintain that level after transformation.",
"title": "TODO Title"
"title": "Keep Level"
},
"keep_owner": {
"type": "boolean",
"default": false,
"description": "If this entity is owned by another entity, it should remain owned after transformation.",
"title": "TODO Title"
"title": "Keep Owner"
},
"transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "TODO Title" }
"transformation_sound": { "type": "string", "description": "Sound to play when the entity is done transforming", "title": "Transformation Sound" }
}
}