2022-06-08 21:18:47 +02:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.roar",
|
|
|
|
|
"additionalProperties": false,
|
2022-07-26 17:55:15 +01:00
|
|
|
"type": "object",
|
2022-07-26 14:55:01 +01:00
|
|
|
"title": "Roar",
|
2022-06-08 21:18:47 +02:00
|
|
|
"description": "[EXPERIMENTAL BEHAVIOR] Plays the provided sound and activates the `ROARING` actor flag during the specified duration",
|
|
|
|
|
"properties": {
|
|
|
|
|
"priority": {
|
|
|
|
|
"$ref": "./types/priority.json"
|
|
|
|
|
},
|
|
|
|
|
"duration": {
|
|
|
|
|
"title": "Duration",
|
|
|
|
|
"type": "number",
|
|
|
|
|
"default": 0.0,
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "Goal duration in seconds."
|
2022-06-08 21:18:47 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|