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,14 +10,14 @@
"type": "number",
"default": 1,
"description": "The chance of the entity trusting with each item use between 0.0 and 1.0, where 1.0 is 100%",
"title": "TODO Title"
"title": "Probability"
},
"trust_event": { "$ref": "../types/event.json", "description": "Event to run when this entity becomes trusting", "title": "TODO Title" },
"trust_event": { "$ref": "../types/event.json", "description": "Event to run when this entity becomes trusting", "title": "Trust Event" },
"trust_items": {
"type": "array",
"description": "The list of items that can be used to get the entity to trust players",
"items": { "$ref": "../../../../general/item/identifier.json" },
"title": "TODO Title"
"items": { "$ref": "../../../../general/item/identifier.json", "title": "Trust Item" },
"title": "Trust Items"
}
}
}