auto: Formatted documents
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
"description": "If true, other entities of the same entity definition within the broadcastRange will also become angry",
|
||||
"title": "Broadcast Anger"
|
||||
},
|
||||
"broadcast_filters": { "$ref": "../filters.json", "description": "Conditions that make this entry in the list valid", "title": "Broadcast Filters" },
|
||||
"broadcast_filters": {
|
||||
"$ref": "../filters.json",
|
||||
"description": "Conditions that make this entry in the list valid",
|
||||
"title": "Broadcast Filters"
|
||||
},
|
||||
"broadcast_range": {
|
||||
"type": "integer",
|
||||
"default": 20,
|
||||
@@ -31,8 +35,18 @@
|
||||
"description": "Event to run after the number of seconds specified in duration expires (when the entity stops being 'angry')",
|
||||
"title": "Calm Event"
|
||||
},
|
||||
"duration": { "type": "integer", "default": 25, "description": "The amount of time in seconds that the entity will be angry", "title": "Duration" },
|
||||
"duration_delta": { "type": "integer", "default": 0, "description": "Variance in seconds added to the duration [-delta, delta]", "title": "Duration Delta" },
|
||||
"duration": {
|
||||
"type": "integer",
|
||||
"default": 25,
|
||||
"description": "The amount of time in seconds that the entity will be angry",
|
||||
"title": "Duration"
|
||||
},
|
||||
"duration_delta": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Variance in seconds added to the duration [-delta, delta]",
|
||||
"title": "Duration Delta"
|
||||
},
|
||||
"broadcastAnger": { "type": "boolean", "description": "TODO", "title": "TODO" },
|
||||
"broadcastRange": { "type": "integer", "description": "TODO", "title": "TODO" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user