Adding dots to description
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user