Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -11,13 +11,13 @@
"cooldown_time": {
"type": "number",
"default": 0,
"description": "Time in seconds the mob has to wait before using the goal again",
"description": "Time in seconds the mob has to wait before using the goal again.",
"title": "Cooldown Time"
},
"duration": {
"type": "number",
"default": 1,
"description": "Amount of time in seconds that the entity will chat with another entity",
"description": "Amount of time in seconds that the entity will chat with another entity.",
"title": "Duration"
},
"mingle_distance": {
@@ -27,13 +27,13 @@
"title": "Mingle Distance"
},
"mingle_partner_type": {
"description": "The entity type that this entity is allowed to mingle with",
"description": "The entity type that this entity is allowed to mingle with.",
"title": "Mingle Partner Type",
"oneOf": [
{
"type": "array",
"items": {
"description": "The entity type that this entity is allowed to mingle with",
"description": "The entity type that this entity is allowed to mingle with.",
"type": "string"
}
},