updating todo titles
This commit is contained in:
@@ -54,19 +54,19 @@
|
||||
"description": "Cause the entity to drop all equipment upon transformation",
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user