Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/behaviors/roar.json
ChibiMango fb7c9471af Update roar.json
fixed error with resolving conflicts
2022-07-26 17:55:15 +01:00

19 lines
522 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.roar",
"additionalProperties": false,
"type": "object",
"title": "Roar",
"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,
"description": "Goal duration in seconds."
}
}
}