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

@@ -13,17 +13,17 @@
},
"filters": {
"$ref": "../../filters/filters.json",
"description": "Defines the entities that can trigger this component",
"description": "Defines the entities that can trigger this component.",
"title": "Filters"
},
"look_cooldown": {
"$ref": "../types/range_number_type.json",
"default": [0.0, 0.0],
"description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target",
"description": "The range for the random amount of time during which the entity is `cooling down` and won't get angered or look for a target.",
"title": "Look Cooldown"
},
"look_event": {
"description": "The event identifier to run when the entities specified in filters look at this entity",
"description": "The event identifier to run when the entities specified in filters look at this entity.",
"title": "Look Event",
"$ref": "../types/event.json"
},